Skip to Content
0
Former Member
Sep 10, 2007 at 03:44 PM

Include object text id in script

1177 Views

Hi friends,

I'm using an include statement in script as follows,

/: INCLUDE &OBJNAME& OBJECT 'VTTK' ID 'Z012' PARAGRAPH IT

which returns booking number in shipment text.

How can I store the text returned by the statement in another temp variable in , so that I can display that in a diff place in SAP script place.

For eg :

I have the following statment paragraph format T1

T1 &VTTK-TKNUM&,, ,, &TEXT&

I want to display the text returned by the Include statement above in between

&VTTK-TKNUM& and &TEXT&

Thanks & Regards,