SAP CL_CACS_TEXT OO Class - Short and Long Text of Object









CL_CACS_TEXT is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_CACS_TEXT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_CACS_TEXT SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_cacs_text=>CONSTRUCTOR...more details

DISTRIBUTE_TEXTSDistribute Text from Database to Attributes of ClassProtected
CALL METHOD cl_cacs_text=>DISTRIBUTE_TEXTS...more details

FILL_TEXTLINEWrite Short Texts to DatabaseProtected
CALL METHOD cl_cacs_text=>FILL_TEXTLINE...more details

GET_CHANGEDGet Method for CHANGED ParameterPublic
CALL METHOD cl_cacs_text=>GET_CHANGED...more details

GET_DESCRIPTIONRead DescriptionPublic
CALL METHOD cl_cacs_text=>GET_DESCRIPTION...more details

GET_LANGUAGEReturn Current LanguagePublic
CALL METHOD cl_cacs_text=>GET_LANGUAGE...more details

GET_LONGTEXT_FOR_TRANSPORTDetermine Long Text for TransportPublic
CALL METHOD cl_cacs_text=>GET_LONGTEXT_FOR_TRANSPORT...more details

GET_TEXTSRead All Texts of Object from ObjectPublic
CALL METHOD cl_cacs_text=>GET_TEXTS...more details

LOAD_SHORTTEXTLoad Texts from Text TableProtected
CALL METHOD cl_cacs_text=>LOAD_SHORTTEXT...more details

LOAD_TEXTOBJECTLoad Long Text ObjectProtected
CALL METHOD cl_cacs_text=>LOAD_TEXTOBJECT...more details

PUT_LANGUAGEInsert Language in Text LineProtected
CALL METHOD cl_cacs_text=>PUT_LANGUAGE...more details

READ_FROM_DBLoad Texts from DatabasePublic
CALL METHOD cl_cacs_text=>READ_FROM_DB...more details

RESOLVE_KEYDATA_TO_CLUSTERIDDetermine Cluster ID from Key DataProtected
CALL METHOD cl_cacs_text=>RESOLVE_KEYDATA_TO_CLUSTERID...more details

RESOLVE_KEYDATA_TO_WHERECONDConvert Key Information to Selection ConditionProtected
CALL METHOD cl_cacs_text=>RESOLVE_KEYDATA_TO_WHERECOND...more details

SET_TEXTSChanges Texts of Text ObjectPublic
CALL METHOD cl_cacs_text=>SET_TEXTS...more details

SPLIT_TEXTSTransfer Texts to Database StructureProtected
CALL METHOD cl_cacs_text=>SPLIT_TEXTS...more details

WRITE_TO_DBStore Texts on DatabasePublic
CALL METHOD cl_cacs_text=>WRITE_TO_DB...more details



CL_CACS_TEXT attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
MD_CHANGEDInstance AttributeIndicator: Object Was ChangedLIKE
FLAG
Protected
MD_CLUSTER_IDInstance AttributeCluster ID of DescriptionLIKE
CACS_CLUSTERID
Protected
MD_DEFAULTTEXTInstance AttributeShort Text: StandardLIKE
STRING
Protected
MD_DESCRIPTIONInstance AttributeDescription of Object as StringLIKE
STRING
Protected
MD_LANGUAGEInstance AttributeLanguageLIKE
SPRAS
Protected
MD_LONGTEXTInstance AttributeShort Text: LongLIKE
STRING
Protected
MD_MODEInstance AttributeEditing ModeLIKE
CACS_STDCTR_MODE
Private
MD_SHORTTEXTInstance AttributeShort Text: ShortLIKE
STRING
Protected
MD_TEXTTABInstance AttributeTable NameLIKE
TABNAME
Protected
MR_KEYDATAInstance AttributeKey of the objectLIKE
DATA
Protected
MT_DD03LInstance AttributeStructure of Text TableLIKE
ENH_T_DD03L
Protected


Links to Related Class(s)

CL_CACS_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!