If … endif
Ex :
- Go to transaction code SE38.
- Enter the program name Z or Y<program name>
- Select attribute type as Executable program.
- Click on Save.
Source Code
PARAMETERS : SAL TYPE I.
IF SAL > 25000.
WRITE : 'software engineer'.
ENDIF.
Save -> Check ->actvate -> Execute.
Input
Execute.
Output
No comments:
Post a Comment