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_DATA

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_CLASSIFICATIONS

Method 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 NameDescriptionVisability
ADD_CLASSIFadd classificationProtected
CALL METHOD cl_esd_classification_base=>ADD_CLASSIF...more details

CHECK_DUPLICATEScheck for duple entriesProtected
CALL METHOD cl_esd_classification_base=>CHECK_DUPLICATES...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_esd_classification_base=>CONSTRUCTOR...more details

CREATE_DELTAcheck for duple entriesProtected
CALL METHOD cl_esd_classification_base=>CREATE_DELTA...more details

CREATE_FIELD_CATALOGcreates fieldcatalogProtected
CALL METHOD cl_esd_classification_base=>CREATE_FIELD_CATALOG...more details

CREATE_TABLEcreate table of warningsProtected
CALL METHOD cl_esd_classification_base=>CREATE_TABLE...more details

DELETE_PUB_TIMEDeletes registry PublicationPublic
CALL METHOD cl_esd_classification_base=>DELETE_PUB_TIME...more details

EDITABLEdetemines if publishing is possible or notProtected
CALL METHOD cl_esd_classification_base=>EDITABLE...more details

GET_CURRENT_CLASSIFSget current classifs of instance (VIF,CG,PROXY)Protected
CALL METHOD cl_esd_classification_base=>GET_CURRENT_CLASSIFS...more details

GET_F4_VALUESGeneric method to obtain F4-Help value listsPublic
CALL METHOD cl_esd_classification_base=>GET_F4_VALUES...more details

GET_REGISTRYget classification registryPublic
CALL METHOD cl_esd_classification_base=>GET_REGISTRY...more details

GET_VEPNAMEProtected
CALL METHOD cl_esd_classification_base=>GET_VEPNAME...more details

PUBLISH_IS_POSSIBLEdetemines if publishing is possible or notProtected
CALL METHOD cl_esd_classification_base=>PUBLISH_IS_POSSIBLE...more details

SET_CURRENT_CLASSIFSget current classifs of instance (VIF,CG,PROXY)Protected
CALL METHOD cl_esd_classification_base=>SET_CURRENT_CLASSIFS...more details

UPDATE_TABLEupdate table of warningsProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
CLASSIFICATIONSInstance AttributeClassificationsLIKE
ESD_UI_CLASSIF_T
Protected
CLASSIFICATIONS_DELETEDInstance AttributeTable for UI ClassificationsLIKE
ESD_UI_CLASSIF_T
Protected
CLASSIFICATIONS_INSERTEDInstance AttributeTable for UI ClassificationsLIKE
ESD_UI_CLASSIF_T
Protected
CLASSIFICATION_ADD_DATAInstance AttributeStructure for additional classification data (e.g. Registry)LIKE
ESD_CLASSIFICATION_DATA_S
Protected
REGISTRYInstance AttributeClassification RegistryLIKE
CL_WS_CLASSIFICATION_REGISTRY
Protected
REGISTRY_APIInstance AttributeSR APIs for configuration frameworkLIKE
IF_SR_CONFIG_SERVICES
Protected
SUB_OBJECT_FIELDNAMEInstance AttributeALV control: Field name of internal table fieldLIKE
LVC_FNAME
Protected
UI_MODEInstance AttributeWB Request: Operation in the Development EnvironmentLIKE
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



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!