SAP IF_EX_BADI_MM_SPSTOCK OO Class - BAdI Interface IF_EX_BADI_MM_SPSTOCK
IF_EX_BADI_MM_SPSTOCK 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_SPSTOCK 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_SPSTOCK 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_MCH1 | Archiving and Deletion of Additional Data for MCH1 | Public |
| CALL METHOD if_ex_badi_mm_spstock=>ARCHIVE_MCH1...more details | ||
| ARCHIVE_MCHA | Archiving and Deletion of Additional Data for MCHA | Public |
| CALL METHOD if_ex_badi_mm_spstock=>ARCHIVE_MCHA...more details | ||
| CHECK_BATCH_MASTER | Checking of Additional Data for Archiving for MCHA | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_BATCH_MASTER...more details | ||
| CHECK_EBEW | Checking of Additional Data for Archiving for EBEW | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_EBEW...more details | ||
| CHECK_MBEW | DO NOT USE! | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_MBEW...more details | ||
| CHECK_MCHB | Checking of Additional Data for Archiving for MCHB | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_MCHB...more details | ||
|
| ||
| CHECK_MKOL | Checking of Additional Data for Archiving for MKOL | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_MKOL...more details | ||
| CHECK_MSKA | Checking of Additional Data for Archiving for MSKA | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_MSKA...more details | ||
| CHECK_MSKU | Checking of Additional Data for Archiving for MSKU | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_MSKU...more details | ||
| CHECK_MSLB | Checking of Additional Data for Archiving for MSLB | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_MSLB...more details | ||
| CHECK_MSPR | Checking of Additional Data for Archiving for MSPR | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_MSPR...more details | ||
| CHECK_MSTB | Checking of Additional Data for Archiving for MSTB | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_MSTB...more details | ||
| CHECK_MSTE | Checking of Additional Data for Archiving for MSTE | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_MSTE...more details | ||
| CHECK_MSTQ | Checking of Additional Data for Archiving for MSTQ | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_MSTQ...more details | ||
| CHECK_OBEW | Checking of Additional Data for Archiving for OBEW | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_OBEW...more details | ||
| CHECK_QBEW | Checking of Additional Data for Archiving for QBEW | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_QBEW...more details | ||
| CHECK_RETENTION_TIME_BM | Check Retention Period for Archiving of MCHA | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_RETENTION_TIME_BM...more details | ||
| CHECK_RETENTION_TIME_STOCK | Check Retention Period for Archiving of MCHB | Public |
| CALL METHOD if_ex_badi_mm_spstock=>CHECK_RETENTION_TIME_STOCK...more details | ||
| READ_ARCHIVE | Reading of Archive Content in Deletion Run | Public |
| CALL METHOD if_ex_badi_mm_spstock=>READ_ARCHIVE...more details | ||
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