F How to Initialize a value in Parameter in SAP ABAP | CodeTheta

How to Initialize a value in Parameter in SAP ABAP

September 11, 2019

Code :
REPORT ZVP_INIT.

PARAMETERSP_NAME TYPE CHAR10.

INITIALIZATION.
P_NAME 'WORLD'.


Output :

IDE Used To Test This Code : SAP Login 730.

Try this code in your computer for better understanding. Enjoy the code. If you have any Question you can contact us or mail us.We will reply you as soon as possible.

Post a Comment