Hi Guys,
I have a requirement in sapscript to display text as below:
ITEM MATERIAL UNIT 10 123456 1KG <b>Material 123456</b>
Obviously the Header text "Material 123456" needed to be display parallel with the column MATERIAL. FYI, im using code below in SAPScript to display my Header text:
<b>INCLUDE &T166K-TXNAM& OBJECT &T166K-TDOBJECT& ID &T166K-TDID& LANGUAGE &EKKO-SPRAS& PARAGRAPH A1</b>
So what i did was, for paragraph A1, under option "Outline" i put
6 Char
for "Number margin". Where 6th position is the start position for Header text "Material 123456".
But after all the above, it doesn't work as expected because the Header text still display at position 1 from the window.
Could u pls advice on what went wrong?
Thanks in advance.