Tuesday, June 4, 2024

Constant Declaration - ABAP Statement

 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