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

standard text

Former Member
0 Likes
703

what is the use of standard text

5 REPLIES 5
Read only

Former Member
0 Likes
649

usually standard texts are used in scripts and smartforms

Madhavi

Read only

Former Member
0 Likes
649

GOTO SO10 to create your standard text, it will ask for standard text name, id and language...

Now, let me tell you the usage with your scenario... you have to display your form basing on the company code in their specific language...

for example: you have implemented SAP globally for an organisation... and now few countries want to display the text in there own language...

Now, to overcome this kind of requirment we maintain standard text in different langauges.... ex EN(english) , JP(japanese- text in japanese language)

Now inside your form you call this standard text basing on the company code... for example

IF company code = 'INDIA'

Display text in ENGLISH

IF compant code = 'Japan'

Display text in Japenese

http://help.sap.com/saphelp_nw2004s/helpdata/en/3f/bd1edf1b9a421da8b84be03c86b301/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/83/636d1a12fc11d5991e00508b5d5211/content.htm

Regards.

Edited by: Sravan Prakash.V on Jan 11, 2008 11:31 AM

Read only

Former Member
0 Likes
649

Hi,

Its basically like we avoid hard codings in our program so as to facilitate the translation in multi-lingual environments.

In reports we create text elements for the same purpose.

where as in scripts if the hard coding is extending multiple lines, its a good practise to create a standard text and use the same in the script instead of hard coding the paragraph.

Hope I have answered the question.

Regards,

Farheen

Read only

Former Member
0 Likes
649

Hi

If some texts needs to be printed in several scripts/smartforms

for eg Company name or address .

Its better to create the Standard Text with this text .

This Std Text then can be called instead of writing in the form .

This can be created in SO10 .

Hope this is OK.

Thanks Praveen

Read only

Former Member
0 Likes
649

Hi,

There could be some text which you would like to print in a particular type of documents. e.g. terms & conditions in Purchase Order, you would like have on each & evry PO. So maintain those Terms & conditions via SO10 as standard text & then with the help of 'INCLUDE' command you can print them on each & every PO.

Regards

Raju Chitale

Edited by: Raju Chitale on Jan 11, 2008 7:53 AM