Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Include in Script

Former Member
0 Likes
332

Hi,

I would like to know when we have an include in the sap script defined, how do we make the include's output appear in the desired place where we want.

For example, in my sap script i have written the following code: -

/E ITEM_TEXT

UA &TTXIT-TDTEXT&

/: INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID &T166P-TDID& PARAGRAPH UA LANGUAGE &EKKO-SPRAS&

for the above statement, i m getting an output as follow: -

item testing

Vendor list price

discount

price incl. no tax.

but i would like the output as follow where the item testing should be alligned to the vendor list price and the other items.

item testing

vendor list price

discount

price incl. no tax.

i would like to know how do we give some output parameters as to where it should appear or how do we give tab parameters to the include statement.

Thanks,

Umair

1 REPLY 1
Read only

Former Member
0 Likes
303

Umair,

I can't see a big difference between the 2 examples (just the vendor - Vendor) - so I don't know exactly what the problem is. But anyway - the tab should be entered in the original text, means in the purchase order text. You can't insert tabs with retrospective effect, at least I never heared about the possibility.

Regards

Nicola