ABAP 中constants 怎么用?是什么意思?
的有关信息介绍如下:定义一个常量 在程序执行过程中 他的值不可以改变 系统说明如下:CONSTANTS const [options]. This statement declares a constant data object - that is, a constant const. The content of a constant cannot be changed at runtime of an ABAP program. You can only use it as an operands in read positions of ABAP statements. Constants that you declare in the declaration section of a class or an interface belong to static attributes of that class/interface.