SAP ABAP Class /ASU/CL_SIMPLE_TEXT (ASU: Simple Text Maintenance / SAPScript)
Hierarchy
ST-PI (Software Component) SAP Solution Tools Plug-In
   SV-SMG-ASU (Application Component) Application-Specific Upgrade
     /ASU/MAIN (Package) Application-Specific Upgrade
Properties
Class /ASU/CL_SIMPLE_TEXT  
Short Description ASU: Simple Text Maintenance / SAPScript    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /ASU/MAIN   Application-Specific Upgrade 
Created 20080721   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /ASU/CL_SSM_TOOLS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class /ASU/CL_SIMPLE_TEXT has no interface implemented.
Friends
Class /ASU/CL_SIMPLE_TEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FALSE Constant Protected Type reference (TYPE) BOOLE_D ' ' Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080721
2 GC_SAPSCRIPT_TEXT_ID Constant Public Type reference (TYPE) THEAD-TDID 'TREE' Text ID 20080721
3 GC_SAPSCRIPT_TEXT_OBJECT Constant Public Type reference (TYPE) THEAD-TDOBJECT 'SCMA' Texts: application object 20080721
4 GC_TRUE Constant Protected Type reference (TYPE) BOOLE_D 'X' Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080721
5 GD_UTEXT_HEADER Instance attribute Protected Type reference (TYPE) THEAD SAPscript: Text Header 20080721
6 GT_TEXT_LINES Instance attribute Protected Type reference (TYPE) /ASU/SCMA_SAPSCRIPT_LINES_T Application Specific Upgrade: Lines of a SAPscript Text 20080721
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TEXT Instance method Public Method Check if any text is stored or not 20080721
2 COMMIT_TEXT Instance method Public Method Transfer text creation text(s) to update 20080721
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080721
4 DISPLAY_TEXT Instance method Public Method Behandlung von Langtexten im Schedule-Manager 20080721
5 EXISTS_SAPSCRIPT_TEXT Static method Public Method Checks existence of given SAP-Script text 20090327
6 GET_CONTENT_KEY_TEXT_NAME Instance method Protected Method Get TextName according to new logic 20080721
7 GET_TASKLIST_TEXT_NAME Instance method Protected Method Get Text-Name according old logic 20080721
8 READ_SAPSCRIPT_TEXT Static method Public Method Read SAP-Script Text and consider languages!! 20090327
9 READ_TEXT Instance method Public Method SAPscript: Read text 20080721
10 SAVE_TEXT Instance method Public Method SAPscript: Save text 20080721
Events
Class /ASU/CL_SIMPLE_TEXT has no event.
Types
Class /ASU/CL_SIMPLE_TEXT has no local type.
Method Signatures

Method CHECK_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_EXISTS Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080721

Method CHECK_TEXT on class /ASU/CL_SIMPLE_TEXT has no exception.

Method COMMIT_TEXT Signature

Method COMMIT_TEXT on class /ASU/CL_SIMPLE_TEXT has no parameter.
Method COMMIT_TEXT on class /ASU/CL_SIMPLE_TEXT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTENT_KEY Call by reference Type reference (TYPE) /ASU/CONTENT_KEY Application Specific Upgrade. Key of a ASU Content Object 20080721
2 Importing IM_DEFAULT_LANGUAGE Call by reference Type reference (TYPE) /ASU/DEFAULT_LANGUAGE SY-LANGU ASU Texts: Default Display Language 20090327
3 Importing IM_ID Call by reference Type reference (TYPE) /ASU/ID ASU - General ID f.g. sequence number 20080721
4 Importing IM_TASKLIST Call by reference Type reference (TYPE) PEPPROFILE ASU-SSMr: Task list 20080721
5 Importing IM_USER_REMARK Call by reference Type reference (TYPE) BOOLE_D ' ' ' ': Read Long Descriptions; 'X' Read UserRemark Text 20080721

Method CONSTRUCTOR on class /ASU/CL_SIMPLE_TEXT has no exception.

Method DISPLAY_TEXT Signature

Method DISPLAY_TEXT on class /ASU/CL_SIMPLE_TEXT has no parameter.
Method DISPLAY_TEXT on class /ASU/CL_SIMPLE_TEXT has no exception.

Method EXISTS_SAPSCRIPT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEFAULT_LANGUAGE Call by reference Type reference (TYPE) /ASU/DEFAULT_LANGUAGE SY-LANGU ASU Texts: Default Display Language 20090327
2 Importing IM_TEXT_NAME Call by reference Type reference (TYPE) THEAD-TDNAME Name 20090327
3 Returning RE_EXISTS Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090327

Method EXISTS_SAPSCRIPT_TEXT on class /ASU/CL_SIMPLE_TEXT has no exception.

Method GET_CONTENT_KEY_TEXT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTENT_KEY Call by reference Type reference (TYPE) /ASU/CONTENT_KEY Application Specific Upgrade. Key of a ASU Content Object 20080721
2 Importing IM_USER_REMARK Call by reference Type reference (TYPE) BOOLE_D ' ' ' ': Long Descriptions; 'X' if UserRemark TextName 20080721
3 Returning RE_TEXT_NAME Value transfer Type reference (TYPE) THEAD-TDNAME SAPscript: Text Header 20080721

Method GET_CONTENT_KEY_TEXT_NAME on class /ASU/CL_SIMPLE_TEXT has no exception.

Method GET_TASKLIST_TEXT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Type reference (TYPE) /ASU/ID ASU - General ID f.g. sequence number 20080721
2 Importing IM_TASKLIST Call by reference Type reference (TYPE) PEPPROFILE Schedule Manager: Task list 20080721
3 Importing IM_USER_REMARK Call by reference Type reference (TYPE) BOOLE_D ' ' ' ': Long Descriptions; 'X' if UserRemark TextName 20080721
4 Returning RE_TEXT_NAME Value transfer Type reference (TYPE) THEAD-TDNAME SAPscript: Text Header 20080721

Method GET_TASKLIST_TEXT_NAME on class /ASU/CL_SIMPLE_TEXT has no exception.

Method READ_SAPSCRIPT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return value, return value after ABAP statements 20090327
2 Exporting EX_TEXT_HEADER Call by reference Type reference (TYPE) THEAD SAPscript: Text Header 20090327
3 Exporting EX_TEXT_LINES_TAB Call by reference Type reference (TYPE) /ASU/SCMA_SAPSCRIPT_LINES_T ASU: Lines of a SAPscript Text 20090327
4 Importing IM_DEFAULT_LANGUAGE Call by reference Type reference (TYPE) /ASU/DEFAULT_LANGUAGE SY-LANGU ASU Texts: Default Display Language 20090327
5 Importing IM_TEXT_ID Call by reference Type reference (TYPE) THEAD-TDID /ASU/CL_SIMPLE_TEXT=>GC_SAPSCRIPT_TEXT_ID Text ID 20090327
6 Importing IM_TEXT_NAME Call by reference Type reference (TYPE) THEAD-TDNAME Name 20090327

Method READ_SAPSCRIPT_TEXT on class /ASU/CL_SIMPLE_TEXT has no exception.

Method READ_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TEXT_LINES Value transfer Type reference (TYPE) /ASU/SCMA_SAPSCRIPT_LINES_T Application Specific Upgrade: Lines of a SAPscript Text 20080721
# Exception Resumable Description Created on
1 NOT_FOUND No Text found 20080721

Method SAVE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TEXT_LINES Call by reference Type reference (TYPE) /ASU/SCMA_SAPSCRIPT_LINES_T Application Specific Upgrade: Lines of a SAPscript Text 20080721

Method SAVE_TEXT on class /ASU/CL_SIMPLE_TEXT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 2005_1_46C