SAP IF_MDG_ID_MATCHING_API_BS OO Class - Interface for Key Mapping









IF_MDG_ID_MATCHING_API_BS 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_MDG_ID_MATCHING_API_BS 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_MDG_ID_MATCHING_API_BS 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
ADD_MATCHINGAdd positive mapping between objectsPublic
CALL METHOD if_mdg_id_matching_api_bs=>ADD_MATCHING...more details

ADD_OBJECT_DATAEnrich existing Object with add. Identifiers/Crt. new ObjectPublic
CALL METHOD if_mdg_id_matching_api_bs=>ADD_OBJECT_DATA...more details

CHANGE_IDENTIFIERChange Identifier Data of an objectPublic
CALL METHOD if_mdg_id_matching_api_bs=>CHANGE_IDENTIFIER...more details

CLEANUP_BUFFERCleanup the internal bufferPublic
CALL METHOD if_mdg_id_matching_api_bs=>CLEANUP_BUFFER...more details

DELETE_MATCHINGDelete mappings with their objectsPublic
CALL METHOD if_mdg_id_matching_api_bs=>DELETE_MATCHING...more details

DELETE_OBJECT_DATADelete Identifier(s) and/or complete objectsPublic
CALL METHOD if_mdg_id_matching_api_bs=>DELETE_OBJECT_DATA...more details

GET_MATCHINGRead positive mappingPublic
CALL METHOD if_mdg_id_matching_api_bs=>GET_MATCHING...more details

GET_OBJECT_DATAGet Object dataPublic
CALL METHOD if_mdg_id_matching_api_bs=>GET_OBJECT_DATA...more details

QUERY_OBJECTSQuery Mapping GroupsPublic
CALL METHOD if_mdg_id_matching_api_bs=>QUERY_OBJECTS...more details

SAVEStore changes on databasePublic
CALL METHOD if_mdg_id_matching_api_bs=>SAVE...more details




Links to Related Class(s)

IF_MDG_I...
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!