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

SAP Script : Standard Text

Former Member
0 Likes
454

Dear All,

I have to populate a standard text with a variable.

I mean to say, we have many standard text eg st1, st2, st3 ..stn..

So I am using perform and able to poulate this Standard text name (st1, st2 ...)according to requirement.

INCLUDE &var& OBJECT TEXT ID.

but this is not working .. please suggest me ..where I am doing wrong.

Is this Include statement right ???

Thanks & Regards

Venkat.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
418

hi,

u hav missed language option

since the texts are language dependent plz include language

also the syntax is

<b>INCLUDE LOGO OBJECT TEXT ID ST LANGUAGE EN</b>

3 REPLIES 3
Read only

Former Member
0 Likes
419

hi,

u hav missed language option

since the texts are language dependent plz include language

also the syntax is

<b>INCLUDE LOGO OBJECT TEXT ID ST LANGUAGE EN</b>

Read only

0 Likes
418

Hi Ganesh,

Thanks for your reply. I am calling a Standard text through a variable, I would like to know what are the other parameters I need to give. I am getting error message as .

<b>include expansion not possible, as at lease one parameter is a symbol</b>

However When I entered EN as Language, it says invalid key.

Please suggest me.

Thanks & Regards

Venkat

Read only

0 Likes
418

Hi Guys,

I got it ..

Thanks & Regards

Venkat