‎2006 Feb 14 11:51 AM
Hi All,
I have a issue regarding placing boxes in SAP Script Layout set.
Can any body tell me how can i place boxes in sap script output dynamically.
Thanks in advance.
Thanks & Regards,
Rayeez.
‎2006 Feb 14 12:14 PM
You can add Boxes dynamically to SAPScript Like this. But you can specify this in the print program.
<b>DATA COM(100).
com = 'BOX WIDTH ''17.5'' CM HEIGHT 5 CM FRAME 10 TW INTENSITY 15'.
CALL FUNCTION 'CONTROL_FORM'
EXPORTING
COMMAND = COM
* EXCEPTIONS
* UNOPENED = 1
* UNSTARTED = 2
* OTHERS = 3
.</b>Ps: Reward points if helpful.