‎2007 Apr 04 4:54 AM
‎2007 Apr 04 10:12 AM
Hi Sunil ,
To create table in Script you will have to use the BOX command.
Regards
Arun
‎2007 Apr 04 10:08 AM
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. .
‎2007 Apr 04 10:12 AM
Hi Sunil ,
To create table in Script you will have to use the BOX command.
Regards
Arun
‎2007 Apr 04 10:57 AM
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.