SAP IF_EX_BADI_MM_MATNR OO Class - BAdI Interface IF_EX_BADI_MM_MATNR
IF_EX_BADI_MM_MATNR 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_EX_BADI_MM_MATNR 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_EX_BADI_MM_MATNR 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 |
| ARCHIVE_MARA | Archive + Delete Additional Data for MARA | Public |
| CALL METHOD if_ex_badi_mm_matnr=>ARCHIVE_MARA...more details | ||
| ARCHIVE_MARC | Archive + Delete Additional Data for MARC | Public |
| CALL METHOD if_ex_badi_mm_matnr=>ARCHIVE_MARC...more details | ||
| ARCHIVE_MARD | Archive + Delete Additional Data for MARD | Public |
| CALL METHOD if_ex_badi_mm_matnr=>ARCHIVE_MARD...more details | ||
| ARCHIVE_MBEW | Archive + Delete Additional Data for MBEW | Public |
| CALL METHOD if_ex_badi_mm_matnr=>ARCHIVE_MBEW...more details | ||
| ARCHIVE_MLGN | Archive + Delete Additional Data for MLGN | Public |
| CALL METHOD if_ex_badi_mm_matnr=>ARCHIVE_MLGN...more details | ||
| ARCHIVE_MLGT | Archive + Delete Additional Data for MLGT | Public |
| CALL METHOD if_ex_badi_mm_matnr=>ARCHIVE_MLGT...more details | ||
|
| ||
| ARCHIVE_MVKE | Archive + Delete Additional Data for MVKE | Public |
| CALL METHOD if_ex_badi_mm_matnr=>ARCHIVE_MVKE...more details | ||
| CHECK_MARA | Check Additional Data for Archiving MARA | Public |
| CALL METHOD if_ex_badi_mm_matnr=>CHECK_MARA...more details | ||
| CHECK_MARC | Check Additional Data for Archiving MARC | Public |
| CALL METHOD if_ex_badi_mm_matnr=>CHECK_MARC...more details | ||
| CHECK_MARD | Check Additional Data for Archiving MARD | Public |
| CALL METHOD if_ex_badi_mm_matnr=>CHECK_MARD...more details | ||
| CHECK_MBEW | Check Additional Data for Archiving MBEW | Public |
| CALL METHOD if_ex_badi_mm_matnr=>CHECK_MBEW...more details | ||
| CHECK_MLGN | Check Additional Data for Archiving MLGN | Public |
| CALL METHOD if_ex_badi_mm_matnr=>CHECK_MLGN...more details | ||
| CHECK_MLGT | Check Additional Data for Archiving MLGT | Public |
| CALL METHOD if_ex_badi_mm_matnr=>CHECK_MLGT...more details | ||
| CHECK_MVKE | Check Additional Data for Archiving MVKE | Public |
| CALL METHOD if_ex_badi_mm_matnr=>CHECK_MVKE...more details | ||
| READ_ARCHIVE | Reading of Archive Content in Deletion Run | Public |
| CALL METHOD if_ex_badi_mm_matnr=>READ_ARCHIVE...more details | ||
IF_EX_BADI_MM_MATNR types
TX_CONTRACT -TY_S_MARA -
TY_S_MARC -
TY_S_MARD -
TY_S_MBEW -
TY_S_MLGN -
TY_S_MLGT -
TY_S_MVKE -
TY_T_MARA -
TY_T_MARC -
TY_T_MARD -
TY_T_MBEW -
TY_T_MLGN -
TY_T_MLGT -
TY_T_MVKE -
Links to Related Class(s)
IF_EX_BA...Full list of available SAP object classes
Search for further information about these or an SAP related objects