Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create a table format in Scripts

Former Member
0 Likes
532

I need atabe format to display items in invoice created using scripts

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
506

u have to use the box coomand to drawing table in sapscript

3 REPLIES 3
Read only

Former Member
0 Likes
507

u have to use the box coomand to drawing table in sapscript

Read only

0 Likes
506

Please tell me the process to create a command box please

Read only

Former Member
0 Likes
506

Hi Vikrant,

Here you need to create different boxes in the SAP script in the window where you want the table to be created.

eg: BOX WIDTH 10 CH FRAME 10 TW

You can create a table in SAP scripts using the BOX commands.

Regards,

Shahu