SAP IF_EX_BADI_MAT_F_SPEC_SEL OO Class - Interface for BAdI: EP_MAT_F_SPEC_SEL
IF_EX_BADI_MAT_F_SPEC_SEL 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_MAT_F_SPEC_SEL 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_MAT_F_SPEC_SEL 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 |
| FIELD_SELECTION | Private | |
| CALL METHOD if_ex_badi_mat_f_spec_sel=>FIELD_SELECTION...more details | ||
| SPECIAL_FIELD_SELECTION | Special Field Selection for T130F-SFGRU = '999' | Public |
| CALL METHOD if_ex_badi_mat_f_spec_sel=>SPECIAL_FIELD_SELECTION...more details | ||
| SUPPRESS_REQ_FIELDS_UPD | Private | |
| CALL METHOD if_ex_badi_mat_f_spec_sel=>SUPPRESS_REQ_FIELDS_UPD...more details | ||
IF_EX_BADI_MAT_F_SPEC_SEL types
TT_PTAB -TT_PTAB_FULL -
TX_CONTRACT -
TY_AKTVSTATUS - Maintenance status
TY_BWTTY - Valuation Category
TY_CALL_MODE - Call type for material maintenance in the background
TY_DISPR - Material: MRP profile
TY_FLG_MASS - Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
TY_FLG_RETAIL - Checkbox
TY_FLG_UEBERNAHME - Propose Field Content from the Reference
TY_FNAME - Field Name In Full (Table Name + Hyphen + Field Name)
TY_IGNORE_REQ_PROPERTY - Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
TY_KZKFG - Configurable Material
TY_KZMPN - Manufacturer Part
TY_KZREF - Propose Field Content from the Reference
TY_MARA - General Material Data
TY_MARC - Plant Data for Material
TY_MATFI - Material Is Locked
TY_MSTAE - Cross-Plant Material Status
TY_NEUFLAG - Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
TY_PMATN - Pricing Reference Material
TY_PROPR - Forecast profile
TY_PSTAT - Maintenance status
TY_PTAB -
TY_RMMG1 - Mat. Master Maintenance: Initial Parameters - Orig. Material
TY_RMMG2 - Additional Material Master Fields: Dialog and Transfer
TY_RMMW2 - Material Master Maintenance: Retail Addition RMMG1 for DC
TY_RMMZU - Material Master Maintenance: Additional Fields
TY_RPSTA - Retail maintenance status
TY_SFAUSWTAB - Field Selection Data for Material Master
TY_SPTAB - Table of Material Master Tables with Full Key
TY_T130M - Transaction control parameters: material master maintenance
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