SAP CL_ESD_CLASSIFICATION_BASE OO Class - Base class for Classifs table + add. data
CL_ESD_CLASSIFICATION_BASE 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_ESD_CLASSIFICATION_BASE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_ESD_CLASSIFICATION_BASE is CL_ESD_TABLE_DATAInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_CLASSIFICATIONSMethod list of CL_ESD_CLASSIFICATION_BASE 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 |
| ADD_CLASSIF | add classification | Protected |
| CALL METHOD cl_esd_classification_base=>ADD_CLASSIF...more details | ||
| CHECK_DUPLICATES | check for duple entries | Protected |
| CALL METHOD cl_esd_classification_base=>CHECK_DUPLICATES...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_esd_classification_base=>CONSTRUCTOR...more details | ||
| CREATE_DELTA | check for duple entries | Protected |
| CALL METHOD cl_esd_classification_base=>CREATE_DELTA...more details | ||
| CREATE_FIELD_CATALOG | creates fieldcatalog | Protected |
| CALL METHOD cl_esd_classification_base=>CREATE_FIELD_CATALOG...more details | ||
| CREATE_TABLE | create table of warnings | Protected |
| CALL METHOD cl_esd_classification_base=>CREATE_TABLE...more details | ||
|
| ||
| DELETE_PUB_TIME | Deletes registry Publication | Public |
| CALL METHOD cl_esd_classification_base=>DELETE_PUB_TIME...more details | ||
| EDITABLE | detemines if publishing is possible or not | Protected |
| CALL METHOD cl_esd_classification_base=>EDITABLE...more details | ||
| GET_CURRENT_CLASSIFS | get current classifs of instance (VIF,CG,PROXY) | Protected |
| CALL METHOD cl_esd_classification_base=>GET_CURRENT_CLASSIFS...more details | ||
| GET_F4_VALUES | Generic method to obtain F4-Help value lists | Public |
| CALL METHOD cl_esd_classification_base=>GET_F4_VALUES...more details | ||
| GET_REGISTRY | get classification registry | Public |
| CALL METHOD cl_esd_classification_base=>GET_REGISTRY...more details | ||
| GET_VEPNAME | Protected | |
| CALL METHOD cl_esd_classification_base=>GET_VEPNAME...more details | ||
| PUBLISH_IS_POSSIBLE | detemines if publishing is possible or not | Protected |
| CALL METHOD cl_esd_classification_base=>PUBLISH_IS_POSSIBLE...more details | ||
| SET_CURRENT_CLASSIFS | get current classifs of instance (VIF,CG,PROXY) | Protected |
| CALL METHOD cl_esd_classification_base=>SET_CURRENT_CLASSIFS...more details | ||
| UPDATE_TABLE | update table of warnings | Protected |
| CALL METHOD cl_esd_classification_base=>UPDATE_TABLE...more details | ||
CL_ESD_CLASSIFICATION_BASE 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 |
| CLASSIFICATIONS | Instance Attribute | Classifications | LIKE ESD_UI_CLASSIF_T | Protected | |
| CLASSIFICATIONS_DELETED | Instance Attribute | Table for UI Classifications | LIKE ESD_UI_CLASSIF_T | Protected | |
| CLASSIFICATIONS_INSERTED | Instance Attribute | Table for UI Classifications | LIKE ESD_UI_CLASSIF_T | Protected | |
| CLASSIFICATION_ADD_DATA | Instance Attribute | Structure for additional classification data (e.g. Registry) | LIKE ESD_CLASSIFICATION_DATA_S | Protected | |
| REGISTRY | Instance Attribute | Classification Registry | LIKE CL_WS_CLASSIFICATION_REGISTRY | Protected | |
| REGISTRY_API | Instance Attribute | SR APIs for configuration framework | LIKE IF_SR_CONFIG_SERVICES | Protected | |
| SUB_OBJECT_FIELDNAME | Instance Attribute | ALV control: Field name of internal table field | LIKE LVC_FNAME | Protected | |
| UI_MODE | Instance Attribute | WB Request: Operation in the Development Environment | LIKE SEU_ACTION | Protected |
CL_ESD_CLASSIFICATION_BASE types
T_CODE_F4 -T_OPERATION_F4 -
T_TMODEL_KEY_F4 -
Links to Related Class(s)
CL_ESD_C...Full list of available SAP object classes
Search for further information about these or an SAP related objects