SAP IF_ESD_COMMON OO Class - Common functions









IF_ESD_COMMON 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 IF_ESD_COMMON 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 IF_ESD_COMMON 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
ACTIVATEactivate objectPublic
CALL METHOD if_esd_common=>ACTIVATE...more details

CHANGE_ACTIVE_INACTIVEToggles active and inactive versionPublic
CALL METHOD if_esd_common=>CHANGE_ACTIVE_INACTIVE...more details

CHECKGeneral check methodPublic
CALL METHOD if_esd_common=>CHECK...more details

COPYCopies Service DefinitionPublic
CALL METHOD if_esd_common=>COPY...more details

DELETEDeletes Service DefinitionPublic
CALL METHOD if_esd_common=>DELETE...more details

GET_CHECK_DETAILreturn detail information for checkPublic
CALL METHOD if_esd_common=>GET_CHECK_DETAIL...more details

GET_TESTPROGRAMreturns name of testprogram and its parametersPublic
CALL METHOD if_esd_common=>GET_TESTPROGRAM...more details

GET_WB_OBJECT_KEYreturns the object keyPublic
CALL METHOD if_esd_common=>GET_WB_OBJECT_KEY...more details

GET_WB_OBJECT_TYPEreturns the object typePublic
CALL METHOD if_esd_common=>GET_WB_OBJECT_TYPE...more details

IS_REVISEDdata changed since last savePublic
CALL METHOD if_esd_common=>IS_REVISED...more details

LOCKLock objectPublic
CALL METHOD if_esd_common=>LOCK...more details

RELOADreload data from databasePublic
CALL METHOD if_esd_common=>RELOAD...more details

RENAMERename Service DefinitionPublic
CALL METHOD if_esd_common=>RENAME...more details

RETURN_TO_ACTIVE_VERSIONdiscard inactive version and return to activePublic
CALL METHOD if_esd_common=>RETURN_TO_ACTIVE_VERSION...more details

SAVEwrite data in object to data basePublic
CALL METHOD if_esd_common=>SAVE...more details

SET_WB_OBJECT_KEYPublic
CALL METHOD if_esd_common=>SET_WB_OBJECT_KEY...more details

SET_WB_OBJECT_TYPEPublic
CALL METHOD if_esd_common=>SET_WB_OBJECT_TYPE...more details

TRANSPORTPublic
CALL METHOD if_esd_common=>TRANSPORT...more details

UNLOCKunlock objectPublic
CALL METHOD if_esd_common=>UNLOCK...more details



IF_ESD_COMMON 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
V_OBJECTInstance AttributeESD: ABAP TADIR TypeLIKE
ESD_ABAP_TYPE
Public
V_OBJECT_KEYInstance AttributeWB Request: Key for Object in Development EnvironmentLIKE
SEU_OBJKEY
Public
V_OBJECT_TYPEInstance AttributeWB Request: Type of Object of Development EnvironmentLIKE
SEU_OBJTYP
Public
V_OBJ_NAMEInstance AttributeESD: ABAP NameLIKE
ESD_ABAP_NAME
Public


Links to Related Class(s)

IF_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!