Function Group UKM_ID_THESAURUS

Function

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

The parameters of the function module consist of

  • the parameters of the relevant interface method
  • method GET_INSTANCE_ID_THESAURUS, 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_T_ADD

    IF_UKM_ID_THESAURUS~ADD

    UKM_ID_T_CLEANUP

    IF_UKM_ID_THESAURUS~CLEANUP

    UKM_ID_T_DELETE_IDENTIFIER

    IF_UKM_ID_THESAURUS~DELETE_IDENTIFIER

    UKM_ID_T_DELETE_OBJECT

    IF_UKM_ID_THESAURUS~DELETE_OBJECT

    UKM_ID_T_GET

    IF_UKM_ID_THESAURUS~GET

    UKM_ID_T_QUERY

    IF_UKM_ID_THESAURUS~QUERY

    UKM_ID_T_SAVE

    IF_UKM_ID_THESAURUS~SAVE

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