cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tcode SO10

former_member239066
Participant
0 Likes
20,398

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

View Entire Topic
Former Member
0 Likes

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