Hello Experts,
May I know that how can I display a table in SAP Script? Or what is the format of the table.
Please share the code to do the above, help would be appriciable.
Thanks in advance.
Updated May 18, 2018
Hello Experts,
May I know that how can I display a table in SAP Script? Or what is the format of the table.
Please share the code to do the above, help would be appriciable.
Thanks in advance.
Comments
If you want to display a table with two columns.write the code as below
/E 100
&ULINE&
&vline& &field1& &vline& &field2& &vline&
&ULINE&
Then call this element from your driver program.it prints the data with rows and column