2008 Mar 16 6:16 PM
Hi all,
I have long text(also contains data in tabular form) in QP01.I have to display this in my
sapscript form.Problem is this long text also contains some data in tabular form(data is in table format).How to display this in the sript form?
Thanks,
Balaji
Hi all,
I have long text(also contains data in tabular form) in QP01.I have to display this in my
sapscript form.Problem is this long text also contains some data in tabular form(data is in table format).How to display this in the sript form?
Thanks,
Balaji
2008 Mar 17 5:23 AM
hi,
To print a Tabular column in SAP Script use the Box Command
*Heading
Material ,, ,, ,, ,,Qty ,, ,, Price
*Actual Data
&WA_MATERIAL-MATNR(C)& ,, &T_FKIMG(C)& ,, &T_NETWR(C)& &ULINE(58)&
POSITION XORIGIN '1.00' CM YORIGIN '10' CM
BOX WIDTH '16.5' CM HEIGHT '.75'CM FRAME 10 TW INTENSITY 10
where ,, determines the required number of spaces
Hope it is of help to you.
Thanks and regards,
Pavithra
2008 Mar 17 5:36 AM
Hi,
Bcz ur table is having a long asingle record will be displayed as in noof lines in script.
So for this u need to adjust the form size on administrative setting in the form or u need to truncate the message from 1st pos to some number of characters.
i think it will help ....
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |