Application Development 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: 

what is the use of so10 tcode.

Former Member
0 Kudos
594

hi

what is the use of so10 tcode. how to create a text wih this and how to connect this with the form in scripts.

4 REPLIES 4

suresh_datti
Active Contributor
0 Kudos
130

SO10 is used to create Standard Texts.. you can use them in SAPSCRIPT via the command INCLUDE.

~Suresh

Former Member
0 Kudos
130

Hi,

SAPscript supports authorization checks only for standard texts. These are texts with the text object TEXT, which are edited using transaction SO10. To call this transaction, choose Tools ® Word processing ® Standard text.

For more information check the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/d6/0db682494511d182b70000e829fbfe/frameset.htm

Regards,

Bhaskar

Former Member
0 Kudos
130

Hi

This transaction is used to upload standard text to SAP(SAP Script).

Need ur reward points

Ravi

Former Member
0 Kudos
130

Hello,

you use this tcode for standard text uploading.

On smartforms you inlcude the text into the window, table or whereever.

On SapScript on the command line you include the text like this:

INCLUDE <text> OBJECT TEXT ID ST.

Thats all.

hope this helps

Gabriel