SAP /BOBF/IF_DAC_LEGACY_MAPPING OO Class - Mapping information for the 'Legacy DAC'









/BOBF/IF_DAC_LEGACY_MAPPING 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 /BOBF/IF_DAC_LEGACY_MAPPING 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 /BOBF/IF_DAC_LEGACY_MAPPING 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
ACCEPTS_INCONSISTENT_MAPPINGPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>ACCEPTS_INCONSISTENT_MAPPING...more details

ADD_MAPPINGPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>ADD_MAPPING...more details

ADD_MAPPING_FOR_DB_DATAPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>ADD_MAPPING_FOR_DB_DATA...more details

ADD_MAPPING_FOR_NODE_DATAPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>ADD_MAPPING_FOR_NODE_DATA...more details

CHECK_MAPPING_FOR_BOPF_KEYSPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>CHECK_MAPPING_FOR_BOPF_KEYS...more details

DELETE_MAPPINGPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>DELETE_MAPPING...more details

FINALIZE_DB_KEYS_BEFORE_WRITEPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>FINALIZE_DB_KEYS_BEFORE_WRITE...more details

GET_LEGACY_KEYS_DETAILSPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>GET_LEGACY_KEYS_DETAILS...more details

HAS_MAPPINGPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>HAS_MAPPING...more details

HAS_MAPPING_FOR_BOPF_KEYPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>HAS_MAPPING_FOR_BOPF_KEY...more details

KEY_VALUES_EQUALPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>KEY_VALUES_EQUAL...more details

MAP_DATA_TO_BOPFPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>MAP_DATA_TO_BOPF...more details

MAP_FIELD_NAMES_TO_BOPFPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>MAP_FIELD_NAMES_TO_BOPF...more details

MAP_KEYS_TO_BOPFPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>MAP_KEYS_TO_BOPF...more details

MAP_KEYS_TO_DATABASEPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>MAP_KEYS_TO_DATABASE...more details

MAP_KEY_TO_BOPFPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>MAP_KEY_TO_BOPF...more details

MAP_KEY_TO_DATABASEPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>MAP_KEY_TO_DATABASE...more details

SET_ACCEPT_INCONSISTENT_MAPPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>SET_ACCEPT_INCONSISTENT_MAP...more details

SET_BOPF_KEY_TO_DATAPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>SET_BOPF_KEY_TO_DATA...more details

SET_DB_KEY_TO_DATAPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>SET_DB_KEY_TO_DATA...more details

UPDATE_IF_NODE_DATA_CHANGEDPublic
CALL METHOD /bobf/if_dac_legacy_mapping=>UPDATE_IF_NODE_DATA_CHANGED...more details




Links to Related Class(s)

/BOBF/IF...
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!