Custom Table - ZVP_TEST
Above table have following fields and their data types.
CLIENT MANDT
ID INT4
NAME CHAR50
COUNTRY CHAR30
PHONE CHAR10
SALARY CHAR40
Code -
SELECT * FROM zvp_test INTO TABLE @data(it).
cl_demo_output=>display( it ).
Output -
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