cancel
Showing results for 
Search instead for 
Did you mean: 

Include Text in SAP Script

Former Member
0 Kudos

Dear Experts,

can any one suggest me to overcome this

Add text block containing 'Already Paid' ,if the document is already cleared .This text should be stored in a Standard text.

for this what i need to do please suggest

Thanks

Surendra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

U can maintain the standard text in T-code SO10.

Now U can use this standard text in ur script.

eg. INCLUDE 'Z_PAID' OBJECT TEXT ID ST PARAGRAPH P1.

put a condition before using this in script. to check the document is clear or not.

Regards

Dillip

Former Member
0 Kudos

hi,

Using transaction SO10 u can maintain the standard texts. After mainitaining the text in script use INCLUDE statement to display at the desired position.

eg. INCLUDE 'SD_RVADDN01' OBJECT TEXT ID SDVD PARAGRAPH HT