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

can we create a table in sap-script?how?

Former Member
0 Likes
529

can we create a table in sap-script?how?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
504

Hi Sunil ,

To create table in Script you will have to use the BOX command.

Regards

Arun

3 REPLIES 3
Read only

Former Member
0 Likes
504

Hi Sunil,

I think it it is very difficult to do that. Becuase of that prospective only smartform was introduced.

Hope this helps you, reply for queries, Shall post you the updates.

Regards.

Kumar. .

Read only

Former Member
0 Likes
505

Hi Sunil ,

To create table in Script you will have to use the BOX command.

Regards

Arun

Read only

Vijay
Active Contributor
0 Likes
504

hi

to create a table in sap script u need to use the box command.

go to the window where u want to create the table and click text element icon

and there write this sample code . you will get the idea about it.

sample code....

/: BOX YPOS 0 CM WIDTH '19.2' CM HEIGHT '0.5' CM FRAME 10 TW

/: BOX YPOS &S1& CM WIDTH '19.2' CM HEIGHT '0.4' CM FRAME 10 TW

/: BOX XPOS '0' CM YPOS &S1& CM WIDTH 0 CM HEIGHT '0.4' CM FRAME 10 TW

/: BOX XPOS '8.0' CM YPOS &S1& CM WIDTH 0 CM HEIGHT '0.4' CM FRAME 10 TW

/:BOX YPOS &S1& CM WIDTH '19.2' CM HEIGHT '0' CM FRAME 10 TW

thanks

vijay

please reward if helpfull.