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 Name | Description | Visability |
| AT_CUGUID_CREATED | New GUID for created VCU was generated and assigned | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>AT_CUGUID_CREATED...more details | ||
| AT_SAVE | At Order SAVE | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>AT_SAVE...more details | ||
| CHECK_ON_DELETION | Check on Design Point Deletion | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>CHECK_ON_DELETION...more details | ||
| CHECK_VCUI_DATA | Check data of VCUI | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>CHECK_VCUI_DATA...more details | ||
| GET_DATA_0200 | Get Data from Screen 200 | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>GET_DATA_0200...more details | ||
| GET_FUNCTION_CODE | Get Function Code After PAI | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>GET_FUNCTION_CODE...more details | ||
|
| ||
| GET_MODE | Get Dynpro processing mode | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>GET_MODE...more details | ||
| INIT_AT_CHANGE | Initialization at Order Change | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>INIT_AT_CHANGE...more details | ||
| INIT_AT_COPY_REF | Initialization at Order Copy from Reference | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>INIT_AT_COPY_REF...more details | ||
| PROCESS_FCODE | Processing Customer FCODES | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>PROCESS_FCODE...more details | ||
| PUT_FUNCTION_CODE | Set Function Code After PAI | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>PUT_FUNCTION_CODE...more details | ||
| SET_DATA_0200 | Set Data for Screen 200 | Public |
| CALL METHOD /cum/if_ex_n_badi_dp=>SET_DATA_0200...more details | ||
| SET_MODE | Set Dynpro processing mode | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CUI_DATA | Instance Attribute | CU Instance Data | LIKE /CUM/CU_ORDER_OP_N | Public | |
| FUNCTION_CODE | Instance Attribute | Screens, function code triggered by PAI | LIKE SYST-UCOMM | Public | |
| T_CUI_DATA | Instance Attribute | CU Instance Data | LIKE /CUM/CU_ORDER_T_OP_N | Public | |
| T_VCU_DATA | Instance Attribute | VCU Data | LIKE /CUM/BAPI_VCUI_I_T | Public | |
| VCU_DATA | Instance Attribute | VCU data | LIKE /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