SAP standard texts Object and Text id details required to retrieve value

Standard texts are read using the READ_TEXT function module which takes a number of Inputs and returns the texts into an internal table. The main inputs for the FM are Text name, Language, Text ID and Text object and can be located using the following procedure. You can also read SAPScript texts using this method

Step 1 Display the desired text with transaction (i.e. ME23)


Step 2 Show long text for a particular text (i.e. Deliver To)


Step 3 Select 'Header' from the Goto menu (Goto->Header). The following screen should appear displaying info needed to retrieve text using the 'READ_TEXT' function module (Text name, Language, Text ID, Text object)

Related Articles

Create basic SAPScript document using transaction SE71
Add lines to SAP sapscript form via tcode SE71
SAPScript Development Info - Example code and information on various areas of SAPScript development
Debug SAPscript form
Execute ABAP code from within SAPScript code
SAPscript function modules used to populate form
Maintenance and implementation of SAPScript texts in SAP
Start SAPScript document on specific page number
Maintenance and implementation of standard texts or SAPSCript texts