SAP CL_ABAP_DOCU_TABLES OO Class - Internal Tables of the ABAP Keyword Documentation
CL_ABAP_DOCU_TABLES 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_ABAP_DOCU_TABLES including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SERIALIZABLE_OBJECTMethod list of CL_ABAP_DOCU_TABLES 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 Name | Description | Visability |
CL_ABAP_DOCU_TABLES 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.
| Name | Level | Description | Initial Value | Type | Visability |
| ABAP_ICON | Instance Attribute | LIKE | Private | ||
| ANNOTATIONS | Instance Attribute | LIKE IF_CDS_ANNOTATION_TYPES=>TY_T_ANNOTATION_DATA | Public | ||
| COMP_ANNOTATIONS | Instance Attribute | LIKE CL_ABAP_DOCU_CDS_ANNO_CONVERT=>TY_ROOT_ANNOS | Public | ||
| DEBG_ICON | Instance Attribute | LIKE | Private | ||
| DIAGRAM_HTML | Instance Attribute | Diagram Page | LIKE ABAPDOCU_HTML_TAB | Public | |
| DIAGR_ICON | Instance Attribute | LIKE | Private | ||
| DOCU_ICON | Instance Attribute | LIKE | Private | ||
| EDIT_ICON | Instance Attribute | LIKE | Private | ||
| ESRCH_ICON | Instance Attribute | LIKE | Private | ||
| EXAMPLE_HTML | Instance Attribute | Example Page | LIKE ABAPDOCU_HTML_TAB | Public | |
| EXAMPLE_TAB | Instance Attribute | LIKE | Private | ||
| EXEC_ICON | Instance Attribute | LIKE | Private | ||
| FILTER_TABLE | Instance Attribute | LIKE | Private | ||
| GLOSSARY | Instance Attribute | Glossary | LIKE GLOSSARY_TAB | Public | |
| GLOSSARY_HTML | Instance Attribute | Glossary Page | LIKE ABAPDOCU_HTML_TAB | Public | |
| INDEX_HTML | Instance Attribute | Index Page | LIKE ABAPDOCU_HTML_TAB | Public | |
| INDEX_TAB | Instance Attribute | Manual Index Table | LIKE CL_ABAP_DOCU=>ABAP_INDEX_TAB | Public | |
| LINK_ICON | Instance Attribute | LIKE | Public | ||
| LIST_ICON | Instance Attribute | LIKE | Private | ||
| MAIL_ICON | Instance Attribute | LIKE | Private | ||
| NODE_TABLE | Instance Attribute | Node Table | LIKE TREEMSNOTA | Public | |
| OFFLINE_TREE_HTML | Instance Attribute | LIKE | Private | ||
| PICTURE | Instance Attribute | LIKE | Private | ||
| QSRCH_ICON | Instance Attribute | LIKE | Private | ||
| ROOT_ANNOTATIONS | Instance Attribute | LIKE CL_ABAP_DOCU_CDS_ANNO_CONVERT=>TY_ROOT_ANNOS | Public | ||
| SUBJECT_HTML | Instance Attribute | Kyword Page | LIKE ABAPDOCU_HTML_TAB | Public | |
| SUBJECT_TAB | Instance Attribute | LIKE | Private | ||
| SYFIELD_INDEX_TAB | Instance Attribute | LIKE | Private | ||
| URL_ICON | Instance Attribute | LIKE | Public |
CL_ABAP_DOCU_TABLES types
EXAMPLE_STRUC -GLOSSARY_STRUC -
GLOSSARY_TAB -
PICT_LINE -
Links to Related Class(s)
CL_ABAP_...Full list of available SAP object classes
Search for further information about these or an SAP related objects