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 can create a table in sap script?

Former Member
0 Likes
622

Hi,

How to create a table in the sap script.i Have to use table in the main window with 11 rows and 3 columns. can any one send sample code. Any ideas?¿

THKS 4all.

4 REPLIES 4
Read only

Former Member
0 Likes
589

like smartform there is no option for draw table directly in sap script.

u have to draw table using line or box.

Read only

Former Member
0 Likes
589

i dont use smartforms.

Read only

Former Member
0 Likes
589

hi,

You can use BOX command :

For eg,

/: BOX WIDTH '10' CM HEIGHT 1 CM FRAME 10 TW

Read only

Former Member
0 Likes
589

Try and check on the below logic....

1. write -


2. write headings with '|' at start and end as well as the field separator.

3. write -


4. similar to step two write the data with pipe separators.

5. write -


regards

Anurag