Function Group UKM_ ID_DICTIONARY

Function

This function group contains function modules that wrap the UKMS-ABAP-OO interface IF_UKM_ID_DICTIONARY.

The parameters of the function module consist of

  • the parameters of the relevant interface method
  • method GET_INSTANCE_ID_DICTIONARY, which is responsible for the interface, of factory class CL_UKM_FACTORY
  • save parameters SAVE and IV_SAVE_AND_COMMIT if it is a call that can result in changes to the dataset
    Function Module Wrapped Method

    UKM_ID_D_ADD

    IF_UKM_ID_DICTIONARY~ADD

    UKM_ID_D_ADD_NEGATIVE

    IF_UKM_ID_DICTIONARY~ADD_NEGATIVE

    UKM_ID_D_CHECK_NEGATIVE

    IF_UKM_ID_DICTIONARY~CHECK_NEGATIVE

    UKM_ID_D_CLEANUP

    IF_UKM_ID_DICTIONARY~CLEANUP

    UKM_ID_D_DELETE_MAPPING

    IF_UKM_ID_DICTIONARY~DELETE_MAPPING

    UKM_ID_D_GET

    IF_UKM_ID_DICTIONARY~GET

    UKM_ID_D_GET_NEGATIVE

    IF_UKM_ID_DICTIONARY~GET_NEGATIVE

    UKM_ID_D_REMOVE_NEGATIVE

    IF_UKM_ID_DICTIONARY

    ~REMOVE_NEGATIVE

    UKM_ID_D_REMOVE_OBJECT_FROM_MA

    IF_UKM_ID_DICTIONARY

    ~REMOVE_OBJECT_FROM_MAPPING

    UKM_ID_D_SAVE

    IF_UKM_ID_DICTIONARY~SAVE

For details about the functions and parameters, see the documentation for the relevant method.