cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Text

Former Member
0 Kudos

hi,

may i know how am i going to link a SAP script, to the Standard Text?

as i saw that the standard SAP script S_TEST_01 was linked to standard Text:SAPSCRIPT-PRINTMODETEST.

how this been done. can any one tell me the whole flow of the process to get on this?

also, what is a standard text actually ? (SO10)

really appreciate. thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Go to SE71 and write the below code in the window where you want to display the standard text.

/: INCLUDE <name> OBJECT <object> ID <id> LANGUAGE <ln>

SO10 is the transaction where you create the standard text.

You can use transaction SE75 to define separate text objects with their own text IDs for applications. In this way, you can manage application-specific form texts. The TEXT text object with the text ID ST is used for general standard texts that you create with the standard text editor (transaction SO10).

Reward if it is useful.

Thanks,

Srinivas

Answers (1)

Answers (1)

former_member567553
Participant
0 Kudos

Here's how to link the standard text to a form:

1. Go to t-code: SE71

2. Type in the form name

3. Click on the change button

4. For example, double click the MAIN window

5. Click on Text Element

6. Place the cursor and press CTRLSHIFTF5 (Standard)

7. Place the name of the desired standard text

HTHs