SAP TC_MDG_BS_MAT_ACCESS_EHP60 OO Class - Unit Tests Material access class









TC_MDG_BS_MAT_ACCESS_EHP60 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 TC_MDG_BS_MAT_ACCESS_EHP60 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 TC_MDG_BS_MAT_ACCESS_EHP60 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 NameDescriptionVisability
AUT_ACTIVATE_MAT_CHGActivate a Material changeProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_ACTIVATE_MAT_CHG...more details

AUT_ACTIVATE_MAT_DIRTYActivate a changed Material also changed in Primary Pers.Protected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_ACTIVATE_MAT_DIRTY...more details

AUT_ACTIVATE_MAT_ERRActivate a new inconsistent Material - Act. stops with ErrProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_ACTIVATE_MAT_ERR...more details

AUT_ACTIVATE_MAT_INTActivate a new Material with internal numberingProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_ACTIVATE_MAT_INT...more details

AUT_ACTIVATE_MAT_MAINTActivate a Material during material maintenanceProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_ACTIVATE_MAT_MAINT...more details

AUT_ACTIVATE_MAT_NEWActivate a new MaterialProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_ACTIVATE_MAT_NEW...more details

AUT_BEST_PRACTICE_EXAMPLEBest practice example for material: Positive Test with activProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_BEST_PRACTICE_EXAMPLE...more details

AUT_CHANGE_MAT01_STChange a Material not yet existing - Material is createdProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CHANGE_MAT01_ST...more details

AUT_CHANGE_MAT02_STChange Material existing in Primary PersistencyProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CHANGE_MAT02_ST...more details

AUT_CHANGE_MATIN_PPChange Material existing in Primary PersistencyProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CHANGE_MATIN_PP...more details

AUT_CHANGE_MATIN_STChange Material existing in StagingProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CHANGE_MATIN_ST...more details

AUT_CHECK_MEINSDerive: Check that entry for Base UOM is not deletedProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CHECK_MEINS...more details

AUT_CREATE_MAT_LAMA_EXTCreate new material with long MATNR in stg/act (ext num)Protected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CREATE_MAT_LAMA_EXT...more details

AUT_CREATE_MAT_LAMA_EXT_INTCreate new material with long MATNR in stg/act (int num)Protected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CREATE_MAT_LAMA_EXT_INT...more details

AUT_CREATE_MAT_LAMA_INT_EXTCreate new material with long MATNR in stg/act (int num)Protected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CREATE_MAT_LAMA_INT_EXT...more details

AUT_CREATE_MAT_MARM_STCreate a material with MARM in stagingProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CREATE_MAT_MARM_ST...more details

AUT_CREATE_MAT_PPCreate a new Material in Primary PersistencyProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CREATE_MAT_PP...more details

AUT_CREATE_MAT_STCreate new Material in StagingProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_CREATE_MAT_ST...more details

AUT_DELETE_MAT_PPSet deletion flag for Material in Primary PersistencyProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_DELETE_MAT_PP...more details

AUT_DELETE_MAT_STSet deletion flag for Material in StagingProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_DELETE_MAT_ST...more details

AUT_DERIVE_GEWEI_MATCreate a material in staging and derive weight unitProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_DERIVE_GEWEI_MAT...more details

AUT_DERIVE_MAT_MARM_STCheck basic MARM derivationProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_DERIVE_MAT_MARM_ST...more details

AUT_DERIVE_MEAN_GTINCreate a material in staging and derive UNITOFMSR recordProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_DERIVE_MEAN_GTIN...more details

AUT_DERIVE_QTEUNITCreate a material in staging and derive UNITOFMSR recordProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_DERIVE_QTEUNIT...more details

AUT_FIELD_PROPERTIESDetermine field properties for materialProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_FIELD_PROPERTIES...more details

AUT_LAMA_DERIVE_MATNR_EXTLAMA: Derive external MATNRProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_LAMA_DERIVE_MATNR_EXT...more details

AUT_SET_BASE_UOM_AFTER_ALT_UOMCreate a material in staging and derive UNITOFMSR recordProtected
CALL METHOD tc_mdg_bs_mat_access_ehp60=>AUT_SET_BASE_UOM_AFTER_ALT_UOM...more details

SETUPPrivate
CALL METHOD tc_mdg_bs_mat_access_ehp60=>SETUP...more details

TEARDOWNPrivate
CALL METHOD tc_mdg_bs_mat_access_ehp60=>TEARDOWN...more details




Links to Related Class(s)

TC_MDG_B...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!