cancel
Showing results for 
Search instead for 
Did you mean: 
SAP Community Downtime Scheduled for This Weekend

INCLUDE TEXT in SAP Scripts??

Former Member
0 Kudos
83

Hi Experts,

Am looking to display the my_z_Standard_Text(I created it with SO10) in SAP Scripts, so in this regard, I hv tried with following 2 options, but none worked out! pls. clarify,

1) /E-----100

INCLUDE &RF140-TDNAME& OBJECT TEXT ID ST LANGUAGE &RF140-TDSPRAS&

2) /E-----100

INCLUDE &my_z_standard_text& OBJECT TEXT ID ST LANGUAGE &RF140-TDSPRAS&

So, Do I need to go to Print prog. & Do I need to write some code in /E 100? I guess so!

pls. clarify, How to get the St. textx in SAP Scripts?

thanq.

Accepted Solutions (1)

Accepted Solutions (1)

ferry_lianto
Active Contributor
0 Kudos

Hi,

How to get the St. textx in SAP Scripts?

Please try this to insert text to SAPScript.

Go to Menu: Insert -> Text -> Standard.

Regards,

Ferry Lianto

Former Member
0 Kudos

thanq,

its working out. But, my script is language specific, so when I navigated menu>Insertr>Text-->standard, I got a POP UP, in this pop up, for the Language, Wht shuld I enter? bcoz, as i said my script is language specific, like EN, French, Spanish etc.

So, can I use the syntax like,

<i><b>INCLUDE my_z_standard_text OBJECT TEXT ID ST LANGUAGE

&RF140-TDSPRAS&</b></i>

commants pls.

thanq.

Former Member
0 Kudos

You need to call standarad text into diffrent language.

Example purpose take one simple example about Purchase order

Form name called MEDRUCK

Login EN langauge and see the text object,login other language and see the text .

Simple thing would be ,goto SE71 -> enter form name ,Language EN,call standard text in EN.

again goto SE71 -> enter form name ,Language other language -> call standard

text in other languages

I guess you are maintaining same standard text in diffrent langauge then above steps are correct.

if not then use like

INCLUDE my_z_standard_text OBJECT TEXT ID ST LANGUAGE

EN

Thanks

Seshu

Answers (0)