zl程序教程

您现在的位置是:首页 >  其他

当前栏目

ABAP可以提高效率的小语法详解编程语言

编程语言 详解 可以 语法 ABAP 提高效率
2023-06-13 09:11:49 时间

This statement has the same effect as the statement

COMPUTE dobj2 = dobj2 + dobj1.


SUBTRACT dobj1 FROM dobj2.
Effect

This statement has the same effect as the statement

COMPUTE dobj2 = dobj2 dobj1.


, GT Greater Than: True if the value of operand1 is greater than the value of operand2.
=, LE Less Equal: True if the value of operand1 is less than or equal to the value of operand2.
=, GE Greater Equal: True if the value of operand1 is greater than or equal to the value of operand2

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/18385.html

c