Application Development 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: 

how to find the standard text in SAP script?

Former Member
0 Kudos

Hi,

We have one standart text (so10). I want to find whethere this is used in SAP Script or not.

is there any way to find out standard text in SAP Script..

please help...

6 REPLIES 6

Former Member
0 Kudos

Hi,

If you only need to output the text, you don't need to used READ_TEXT like in an ABAP program,

just use the INCLUDE command in SAPScript.

It will read the text and output it to your form.

The Syntax is like this:

/: INCLUDE &T166K-TXNAM& OBJECT &T166K-TDOBJECT& ID &T166K-TDID& LANGUAGE &EKKO-SPRAS&

Regards,

Bhaskar

Former Member

Hi Venkatesh,

Go to ur SAPSCRIPT in display mode

UTILITIES->Form Info

search for INCLUDE, u will find the list of all the Standard text and Logos here.

get ur required Standard text.

note: all the standard texts are specified with Language key

regards

ganesh

Former Member
0 Kudos

Go to your form in SE71 and search for statement like this:

INCLUDE <Stdtextname> OBJECT TEXT ID ST

being called.

Thanks,

SKJ

Former Member
0 Kudos

Hi,

I believe there is no where used list for standard text..

Probably you have to check the standard text in each sap script form..By using the FORMINFO..

Thanks,

Naren

Former Member
0 Kudos

thanks for information

Former Member
0 Kudos

HI,

Goto se71, and enter the layout name. then press Utilities --> Form info, then the entire from will come as a report output, then press the Search button then give the String(Standard text name) and press ok then it will show you whether the standard text is used in the layout or not

Regards

Sudheer