SAP /TMUI/CL_CP_DOCU_CONTAINER OO Class - document container









/TMUI/CL_CP_DOCU_CONTAINER 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 /TMUI/CL_CP_DOCU_CONTAINER 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 /TMUI/CL_CP_DOCU_CONTAINER 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



/TMUI/CL_CP_DOCU_CONTAINER 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
ABAP_HOSTInstance AttributeLIKE
STRING
Public
ABAP_PORTInstance AttributeLIKE
STRING
Public
BACKEND_DOCU_SERVICEInstance AttributeLIKE
STRING
Public
CHECKSUMInstance AttributeLIKE
I
Public
CHECK_IDInstance AttributeLIKE
STRING
Public
CHECK_SUMInstance AttributeLIKE
I
Public
DISPLAY_IDInstance AttributeLIKE
STRING
Public
DOCUMENT_HEADERInstance AttributeSAPscript: Text HeaderLIKE
THEAD
Public
DOKU_ARTInstance AttributeTexts: application objectLIKE
TDOBJECT
Public
DOKU_IDInstance AttributeLIKE
Public
DOKU_LANGInstance AttributeDocumentation languageLIKE
DOKU_LANGU
Public
DOKU_NAMEInstance AttributeDocumentation ObjectLIKE
DOKU_OBJ
Public
HTML_OUTPUT_STRINGInstance AttributeLIKE
STRING
Public
ITF_DOCUMENT_LINESInstance AttributeList of SAPscript LinesLIKE
TLINE_TAB
Public
KENO_TARGETInstance AttributeLIKE
STRING
Public
MESSAGE_KEYInstance AttributeLIKE
STRING
Public
OBJECT_NAMEInstance AttributeLIKE
STRING
Public
OBJECT_TYPEInstance AttributeLIKE
STRING
Public
OBJ_NAMEInstance AttributeLIKE
STRING
Public
OBJ_TYPEInstance AttributeLIKE
STRING
Public
PARAMETER_TABLEInstance AttributeHTTP Framework (iHTTP) Table Name/Value PairsLIKE
TIHTTPNVP
Public
RUN_IDInstance AttributeLIKE
STRING
Public


Links to Related Class(s)

/TMUI/CL...
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!