SAP IF_EX_BADI_ARTICLE_REF_RT OO Class - BAdI Interface IF_EX_BADI_ARTICLE_REF_RT
IF_EX_BADI_ARTICLE_REF_RT 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_ARTICLE_REF_RT 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_ARTICLE_REF_RT 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 |
| ADD_INACTIVE_FIELDS | Add Inactive Fields In Template Handling | Public |
| CALL METHOD if_ex_badi_article_ref_rt=>ADD_INACTIVE_FIELDS...more details | ||
| IMPORT_AT_UPDATE_TASK | Import Customer Data In Update Module | Public |
| CALL METHOD if_ex_badi_article_ref_rt=>IMPORT_AT_UPDATE_TASK...more details | ||
| REFERENZ | Default Data For Template Handling: Time 'Normal' | Public |
| CALL METHOD if_ex_badi_article_ref_rt=>REFERENZ...more details | ||
| REFERENZ_AFTER | Default Data For Template Handling: Time 'After' | Public |
| CALL METHOD if_ex_badi_article_ref_rt=>REFERENZ_AFTER...more details | ||
| REFERENZ_BEFORE | Default Data For Template Handling: Time 'Before' | Public |
| CALL METHOD if_ex_badi_article_ref_rt=>REFERENZ_BEFORE...more details | ||
| TRANSPORT_TO_UPDATE_TASK | Transfering Customer Data To Posting Module | Public |
| CALL METHOD if_ex_badi_article_ref_rt=>TRANSPORT_TO_UPDATE_TASK...more details | ||
|
| ||
IF_EX_BADI_ARTICLE_REF_RT types
TY_ATTYP - Material CategoryTY_BESKZ - Procurement Type
TY_FNAME - Field Name In Full (Table Name + Hyphen + Field Name)
TY_KZREF - Propose Field Content from the Reference
TY_LAND1 - Country/Region Key
TY_MTART - Material Type
TY_S_EINA - Purchasing Info Record: General Data
TY_S_EINE - Purchasing Info Record: Purchasing Organization Data
TY_S_MAKT - Material Descriptions
TY_S_MARA - General Material Data
TY_S_MARC - Plant Data for Material
TY_S_MARD - Storage Location Data for Material
TY_S_MAW1 - Material Master: Default Fields and Special Retail Fields
TY_S_MBEW - Material Valuation
TY_S_MFHM - Production Resource Tool (PRT) Fields in the Material Master
TY_S_MLGN - Material Data for Each Warehouse Number
TY_S_MLGT - Material Data for Each Storage Type
TY_S_MPGD - Change Document Structure for Material Master/Product Group
TY_S_MPOP - Forecast Parameters
TY_S_MVKE - Sales Data for Material
TY_S_RMMG1 - Mat. Master Maintenance: Initial Parameters - Orig. Material
TY_S_RMMG2 - Additional Material Master Fields: Dialog and Transfer
TY_S_RMMW1 - Material Master Maintenance: Initial Parameters (Retail)
TY_S_RMMW2 - Material Master Maintenance: Retail Addition RMMG1 for DC
TY_S_WLK2 - Article Master Data SAP Retail / Part POS Control Data
TY_S_WRPL - Replenishment: quantities per customer/material
TY_TBNAM - Table name
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