‎2006 May 11 5:15 PM
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.
‎2006 May 11 5:17 PM
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>
‎2006 May 11 5:17 PM
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>
‎2006 May 11 5:33 PM
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
‎2006 May 11 6:12 PM