2006 Oct 05 8:57 AM
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.
2006 Oct 05 8:58 AM
like smartform there is no option for draw table directly in sap script.
u have to draw table using line or box.
2006 Oct 05 9:00 AM
2006 Oct 05 9:03 AM
hi,
You can use BOX command :
For eg,
/: BOX WIDTH '10' CM HEIGHT 1 CM FRAME 10 TW
2006 Oct 05 9:10 AM
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