Maintenance and implementation of standard texts or SAPSCript texts

Standard text editor transaction
Use SAP transaction SO10 to create and maintain standard texts or SAPScript texts.


Using Standard text within a SAPScript
Command line to call standard texts from within SAPscript:

	Key: 
	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

Transporting standard texts
1. Execute program RSTXTRAN to add standard text to a specific transport. Check out se80.co.uk for more info on SAP program RSTXTRAN
2. Manually add standard text to transports object list. To do this u will need to add the object details as below:

PgmID (R3TR) = Program ID Obj (TEXT) = Object type Object name: TEXT, = Denotes text object? Z_STANDARD_TXT, = Standard text name (Created in SO10) ST, = Standard text type (Set in SO10) E) = Standard text language (Set in SO10)


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
SAP standard texts Object and Text id details required to retrieve value