ABAP Program 0.1

Program name: ZRV_INTERGER_DEMO












Coding:
data: v_int type I.
v_int = 100.
Write : 'the value of integer is ', v_int.



Result:
the value of integer is 100

No comments:

Post a Comment