Open all | Close all

Getting the LATEST information!

To ensure you are getting the latest information please vist this page on the new domain for SAP Development


Maintenance and implementation of standard texts

 
Standard text editor transaction:
SO10
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
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)