cancel
Showing results for 
Search instead for 
Did you mean: 

standard text must change its value in run time in english or in chinese

Former Member
0 Kudos

Hi all,

i have created the standard text in SO10. name is YTEST and inside i have declared &vbdpl-idnkd& since i need to get the value of this variable.

In script i have written

IL    ,,&VBDPL-POSNR+03(03)&,,&ZPRN_MTRL&,,
/:     INCLUDE YTEST OBJECT TEXT ID ST LANGUAGE 'EN'
=     ,,&VBDPL-BSTNK&,,&VBDPL-LFIMG(I10.0)&

but the output is coming as &vbdpl-idnkd& only and not the value inside it.

1) how to retrieve it.

2) Also the value inside &vbdpl-idnkd& may come in English or sometimes in Chinese

3) the standard text when printing is getting printed in the next line and not on the same line with posnr, mtrl .....

Plz guide me how to process this.

thanks

Sakthi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sakthi,

The standard text is meant for displaying some solid text content. I think you can store the text upto &vbdpl-idnkd& inone standard text and remainig in the another standard text.

Hope this helps

Rgds,

Sripal

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Store the text upto &vbdpl-idnkd& in one text and remaining in the another standard text. In case to display its values in different languages, fetch the values as per the language key and pass it to the form.

Regards

Jaspreet

Former Member
0 Kudos

Hi,

Save the text in different languages in different SO10 objects .(Maybe with same name but dufferent LANGU Key).

Now while calling the text, give in the appropriate langu key...for eg:

/: INCLUDE YTEST OBJECT TEXT ID ST LANGUAGE 'EN' -


> for English

/: INCLUDE YTEST OBJECT TEXT ID ST LANGUAGE 'ZH' -


> For chinese

Hope this helps you.

Cheers,

Varna

Former Member
0 Kudos

Hi,

As you want the YTEST content alongwidth POSNR and MTRL.. and also the following variable in a continuous line with YTEST content, put the entire three lines in a single standard text and align it accordingly.

Regards,

Ram

Edited by: Ramakrishna Peri on Sep 18, 2009 2:41 PM

Edited by: Ramakrishna Peri on Sep 18, 2009 2:42 PM