SAP CL_ABAP_DOCU_ICONS OO Class - Icons of ABAP Keyword Documentation in SAP GUI
CL_ABAP_DOCU_ICONS 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_ICONS 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_ABAP_DOCU_ICONS 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 |
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD cl_abap_docu_icons=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_abap_docu_icons=>CONSTRUCTOR...more details | ||
CL_ABAP_DOCU_ICONS 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 |
| ABAPDOCU | Instance Attribute | LIKE | Private | ||
| BACK | Instance Attribute | LIKE | Private | ||
| BLURB | Constant | ICON_VARIANTS | LIKE ICON | Public | |
| CANCEL | Instance Attribute | LIKE | Private | ||
| CDS | Constant | ICON_MODEL | LIKE ICON | Public | |
| CHECK | Instance Attribute | LIKE | Private | ||
| CHECK_BRACKETS | Instance Attribute | LIKE | Private | ||
| CHECK_HTML | Instance Attribute | LIKE | Private | ||
| CHECK_WORDS | Instance Attribute | LIKE | Private | ||
| DDICDDL | Constant | ICON_BW_APD_DB | LIKE ICON | Public | |
| DIAGRAMS | Instance Attribute | LIKE | Private | ||
| DICTIONARY | Instance Attribute | LIKE | Private | ||
| DOCUMENT | Instance Attribute | LIKE | Private | ||
| DOWNLOAD | Instance Attribute | LIKE | Private | ||
| DOWNWARD | Instance Attribute | LIKE | Private | ||
| DYNPRO | Instance Attribute | LIKE | Private | ||
| EDIT | Instance Attribute | LIKE | Private | ||
| EDIT_SUBJECTS | Instance Attribute | LIKE | Private | ||
| ENVIRONMENT | Instance Attribute | LIKE | Private | ||
| EXA | Constant | ICON_PM_INSERT | LIKE ICON | Public | |
| EXAMPLE | Instance Attribute | LIKE | Private | ||
| EXAMPLES | Instance Attribute | LIKE | Private | ||
| EXPAND | Instance Attribute | LIKE | Private | ||
| FAILED | Instance Attribute | LIKE | Private | ||
| FOLDER_CLOSED | Instance Attribute | LIKE | Private | ||
| FOLDER_OPENED | Instance Attribute | LIKE | Private | ||
| FORWARD | Instance Attribute | LIKE | Private | ||
| GLOSSARY | Instance Attribute | LIKE | Private | ||
| GUIDELINES | Instance Attribute | LIKE | Private | ||
| INDEX | Instance Attribute | LIKE | Private | ||
| INDX_SEARCH | Instance Attribute | LIKE | Private | ||
| INFO | Instance Attribute | LIKE | Private | ||
| INTERNAL | Instance Attribute | LIKE | Private | ||
| MEDIA_LIB | Instance Attribute | LIKE | Private | ||
| NEWS | Instance Attribute | LIKE | Private | ||
| NEXT_SEARCH | Instance Attribute | LIKE | Private | ||
| NODE | Instance Attribute | LIKE | Private | ||
| OBSOLETE | Instance Attribute | LIKE | Private | ||
| OVERVIEW | Instance Attribute | LIKE | Private | ||
| PERFORMANCE | Instance Attribute | LIKE | Private | ||
| PLATFORM | Constant | ICON_PLANT | LIKE ICON | Public | |
| Instance Attribute | LIKE | Private | |||
| PRINT_SUB | Instance Attribute | LIKE | Private | ||
| RAP | Constant | ICON_BUSINAV_OBJECTS | LIKE ICON | Public | |
| REFERENCE | Instance Attribute | LIKE | Private | ||
| RULE | Constant | ICON_LEGAL_REG | LIKE ICON | Public | |
| SDL | Constant | ICON_BUSINAV_DATAMODEL | LIKE ICON | Public | |
| SECURITY | Instance Attribute | LIKE | Private | ||
| SETTINGS | Instance Attribute | LIKE | Private | ||
| SHORTREF | Instance Attribute | LIKE | Private | ||
| SHOW_HTML | Instance Attribute | LIKE | Private | ||
| SPECIAL | Instance Attribute | LIKE | Private | ||
| STRICT | Constant | '@Y3@' | LIKE ICON | Public | |
| SUBJECTS | Instance Attribute | LIKE | Private | ||
| TEMPLATE | Constant | ICON_CREATE_COPY | LIKE ICON | Public | |
| TEXT_SEARCH | Instance Attribute | LIKE | Private | ||
| TOGGLE | Instance Attribute | LIKE | Private | ||
| TOGGLE_LANGU | Constant | ICON_VIEW_SWITCH | LIKE ICON | Public | |
| TOOLS | Instance Attribute | LIKE | Private | ||
| TREE | Instance Attribute | LIKE | Private | ||
| TREE_NODE | Instance Attribute | LIKE | Private | ||
| UNEXPAND | Instance Attribute | LIKE | Private | ||
| UPWARD | Instance Attribute | LIKE | Private | ||
| VIDEO | Constant | ICON_VIDEO | LIKE ICON | Public | |
| WARNING | Constant | ICON_DEFECT | LIKE ICON | Public | |
| WEB_VERSION | Instance Attribute | LIKE | Private | ||
| XML | Instance Attribute | LIKE | Private |
CL_ABAP_DOCU_ICONS types
ICON -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