ABAP Program 0.2

Now in this program we will check out Write Statement.
PROGRAM NAME : ZRV_WRITE_DEMO












We are trying to get a output as below:
Nerd
        SAP
               Blopspot
Coding:
Write : 'Nerd',
            /5'SAP',
            /8'Blopspot'.





Result :
Nerd
        SAP
               Blopspot


No comments:

Post a Comment