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

about script

Former Member
0 Likes
560

how can we get standard text for our script?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
543

create a std text in so10. and insert the standard text in script layout.

4 REPLIES 4
Read only

Former Member
0 Likes
544

create a std text in so10. and insert the standard text in script layout.

Read only

Former Member
0 Likes
543

hi

good

Key:

GD_TEXT = Standard text name created within transaction SO10

GD_ID = Standard text ID set in transaction SO10

GD_LANG = Standard text language set in transaction SO10

go through this link for further details.

http://www.sapdevelopment.co.uk/sapscript/sapscript_mainttexts.htm

thanks

mrutyun^

Read only

Former Member
0 Likes
543

hi

Standard Text u can create in SO10

for example STEP BY STEP PROCEDURE

just refer to the link below

http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g (SAP link- helpful material )

regards

ravish

<b>plz dont forget to reward points if helpful</b>

Read only

Former Member
0 Likes
543

Hi Sriharitha,

First we need to create the Standard Text using transaction SO10.

Then in our Script, we need to use the following statement for example:

/: INCLUDE 'SD_RVADOR01' OBJECT TEXT ID SDVD PARAGRAPH HT

Hope this is helpful.

Please reward if useful.

Thanks,

Srinivasa