SAP /CUM/IF_EX_N_BADI_DP OO Class - Business add-in interface /CUM/IF_EX_BADI_DP









/CUM/IF_EX_N_BADI_DP 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 /CUM/IF_EX_N_BADI_DP 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 /CUM/IF_EX_N_BADI_DP 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
AT_CUGUID_CREATEDNew GUID for created VCU was generated and assignedPublic
CALL METHOD /cum/if_ex_n_badi_dp=>AT_CUGUID_CREATED...more details

AT_SAVEAt Order SAVEPublic
CALL METHOD /cum/if_ex_n_badi_dp=>AT_SAVE...more details

CHECK_ON_DELETIONCheck on Design Point DeletionPublic
CALL METHOD /cum/if_ex_n_badi_dp=>CHECK_ON_DELETION...more details

CHECK_VCUI_DATACheck data of VCUIPublic
CALL METHOD /cum/if_ex_n_badi_dp=>CHECK_VCUI_DATA...more details

GET_DATA_0200Get Data from Screen 200Public
CALL METHOD /cum/if_ex_n_badi_dp=>GET_DATA_0200...more details

GET_FUNCTION_CODEGet Function Code After PAIPublic
CALL METHOD /cum/if_ex_n_badi_dp=>GET_FUNCTION_CODE...more details

GET_MODEGet Dynpro processing modePublic
CALL METHOD /cum/if_ex_n_badi_dp=>GET_MODE...more details

INIT_AT_CHANGEInitialization at Order ChangePublic
CALL METHOD /cum/if_ex_n_badi_dp=>INIT_AT_CHANGE...more details

INIT_AT_COPY_REFInitialization at Order Copy from ReferencePublic
CALL METHOD /cum/if_ex_n_badi_dp=>INIT_AT_COPY_REF...more details

PROCESS_FCODEProcessing Customer FCODESPublic
CALL METHOD /cum/if_ex_n_badi_dp=>PROCESS_FCODE...more details

PUT_FUNCTION_CODESet Function Code After PAIPublic
CALL METHOD /cum/if_ex_n_badi_dp=>PUT_FUNCTION_CODE...more details

SET_DATA_0200Set Data for Screen 200Public
CALL METHOD /cum/if_ex_n_badi_dp=>SET_DATA_0200...more details

SET_MODESet Dynpro processing modePublic
CALL METHOD /cum/if_ex_n_badi_dp=>SET_MODE...more details



/CUM/IF_EX_N_BADI_DP 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
CUI_DATAInstance AttributeCU Instance DataLIKE
/CUM/CU_ORDER_OP_N
Public
FUNCTION_CODEInstance AttributeScreens, function code triggered by PAILIKE
SYST-UCOMM
Public
T_CUI_DATAInstance AttributeCU Instance DataLIKE
/CUM/CU_ORDER_T_OP_N
Public
T_VCU_DATAInstance AttributeVCU DataLIKE
/CUM/BAPI_VCUI_I_T
Public
VCU_DATAInstance AttributeVCU dataLIKE
/CUM/BAPI_VCUI_I
Public


Links to Related Class(s)

/CUM/IF_...
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!