cancel
Showing results for 
Search instead for 
Did you mean: 

Tcode SO10

former_member239066
Participant
0 Kudos

Hi Experts,

What is the purpose of using the transaction SO10?

What is the advantage of using SO10 for smart forms instead of hard coding the text?

Thanks,

Vitz

Search with keyword SO10 and Follow the Rules

Edited by: Vijay Babu Dudla on Jan 15, 2009 4:29 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

> What is the purpose of using the transaction SO10?

Search on sdn.

> What is the advantage of using SO10 for smart forms instead of hard coding the text?

So that in case u need to change the txt u dont have to do any development in smartforms.

generally these texts are maintained thru the transaction calling the smartform and mostly maintained by the functional so if the functional decides ti chage the text he doesnot need to goto developers for change of development.

regards,

nikita

Edited by: Nikita Jain on Jan 15, 2009 12:30 PM

Answers (5)

Answers (5)

0 Kudos

With S010, all purchasing printout texts are taken from S010 text and is maintained in transaction T024E. We need to maintain different text ID's like Header_logo, EKORG_Footer, EKORG_Billing_TO_Address etc. You can also maintain table STXH for different languages for text id.

Former Member
0 Kudos

Hi,

So10 is used to create TEXT ELEMENTS in SMARTFORMS..

They are more suitable because they can be maintained without creating request.

You can also follow given link.

Hope it will help you.

Regards:

Alok

Former Member
0 Kudos

Hi ,

SO10 is the transaction code for creation of standard text,standard test is mainly used in script and smart form ,if some text is repeated in script r smart form no need to write every time in the layout ...

just create the standard text just call the in the layout... like

/:INCLUDE &GD_TEXT& OBJECT TEXT ID &GD_ID& LANGUAGE &GD_LANG&

GD_TEXT = Standard text name created within transaction SO10

GD_ID = Standard text ID set in transaction SO10

GD_LANG = Standard text language set in transaction SO10

Regards,

Madhu

Former Member
0 Kudos

Hi Vitish,

Transaction SO10 is used to define standard text, here text is defined once and this can be reused in any script and any number of times.

You can find detailed information by simple search on SCN.

Regards

Vinod

Former Member
0 Kudos

using so10 you can pass texts dynamically into smartform and also its easy to maintain text in different languages depending on logon languages