constants

 Constants

    REPORT zajay_practice.

    CONSTANTSc_v type value 10.
    write c_v.

Output:
        10.
    
Error for changing constant value
    
    REPORT zajay_practice.
    CONSTANTSc_v type value 10.
    write c_v.
    c_v 20.
    write c_v.

        

    
    






Comments

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).