SAP Techno Functional Tutorial
Constant Declaration:
Constants can also be declared using the colon notation. Constants are values that do not change during the execution of a program.
CONSTANTS: c_max_value TYPE i VALUE 100, c_app_name TYPE string VALUE 'My Application'.
No comments:
Post a Comment