SAP IF_EX_ERP_MASS_KNA1 OO Class - Interface for BAdI: CVP_MASS_KNA1
IF_EX_ERP_MASS_KNA1 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_ERP_MASS_KNA1 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_ERP_MASS_KNA1 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 |
| CHANGE_DATA | Mass KNA1: Badi method for Application exit CHANGE_DATA | Public |
| CALL METHOD if_ex_erp_mass_kna1=>CHANGE_DATA...more details | ||
| CHANGE_OBJECT | Mass KNA1: Badi method for application exit CHANGE_OBJECT | Public |
| CALL METHOD if_ex_erp_mass_kna1=>CHANGE_OBJECT...more details | ||
| CHANGE_SELECTION | Mass KNA1: Badi method for application exit CHANGE_SELECTION | Public |
| CALL METHOD if_ex_erp_mass_kna1=>CHANGE_SELECTION...more details | ||
| CHECK_DATA | Mass KNA1: Badi method for application exit CHECK_DATA | Public |
| CALL METHOD if_ex_erp_mass_kna1=>CHECK_DATA...more details | ||
| DESCR_TEXT | Mass KNA1: Badi method for application exit DESCR_TEXT | Public |
| CALL METHOD if_ex_erp_mass_kna1=>DESCR_TEXT...more details | ||
| DISPLAY_OBJECT | Mass KNA1: Badi method for application exit DISPLAY_OBJECT | Public |
| CALL METHOD if_ex_erp_mass_kna1=>DISPLAY_OBJECT...more details | ||
|
| ||
| GET_BAPI_FIELDNAME | Mass KNA1: Badi method for appl. exit GET_BAPI_FIELDNAME | Public |
| CALL METHOD if_ex_erp_mass_kna1=>GET_BAPI_FIELDNAME...more details | ||
| GET_IMPLEMENTED_EXTENSIONS | Method which return the list of really implemented methods | Public |
| CALL METHOD if_ex_erp_mass_kna1=>GET_IMPLEMENTED_EXTENSIONS...more details | ||
| INITIAL_CHECK | Mass KNA1: Badi method for application exit INITIAL_CHECK | Public |
| CALL METHOD if_ex_erp_mass_kna1=>INITIAL_CHECK...more details | ||
| LIMIT_FIELDS | Mass KNA1: Badi method for application exit LIMIT_FIELDS | Public |
| CALL METHOD if_ex_erp_mass_kna1=>LIMIT_FIELDS...more details | ||
| LIMIT_OUTPUT | Mass KNA1: Badi method for Application exit LIMIT_OUTPUT | Public |
| CALL METHOD if_ex_erp_mass_kna1=>LIMIT_OUTPUT...more details | ||
| LIMIT_SEL_FIELDS | Mass KNA1: Badi method for application exit LIMIT_SEL_FIELDS | Public |
| CALL METHOD if_ex_erp_mass_kna1=>LIMIT_SEL_FIELDS...more details | ||
| MSG_SHOW_DETAIL | Mass KNA1: Badi method for application exit MSG_SHOW_DETAIL | Public |
| CALL METHOD if_ex_erp_mass_kna1=>MSG_SHOW_DETAIL...more details | ||
| TEST_MODE_KNOWN | Mass KNA1: Badi method for application exit TEST_MODE_KNOWN | Public |
| CALL METHOD if_ex_erp_mass_kna1=>TEST_MODE_KNOWN...more details | ||
IF_EX_ERP_MASS_KNA1 types
TS_AENAME - Structure for TT_AENAMETT_AENAME - Table type for exits supported
Links to Related Class(s)
IF_EX_ER...Full list of available SAP object classes
Search for further information about these or an SAP related objects