Class CL_UKM_FACTORY

Function

Class CL_UKM_FACTORY provides instances of the public interfaces offered by the Unified Key Mapping Service (UKMS).

A separate method is offered for each interface in the class:

  • GET_INSTANCE_ATTRIBUTE_CONVERT returns a reference to interface IF_UKM_ATTRIBUTE_CONVERT. This interface is instantiated context-dependently.
  • GET_INSTANCE_EASY returns a reference to interface IF_UKM_EASY. This interface is instantiated for all contexts.
  • GET_INSTANCE_ID_DICTIONARY returns a reference to interface IF_UKM_ID_DICTIONARY. This interface is instantiated context-dependently.
  • GET_INSTANCE_ID_THESAURUS returns a reference to interface IF_UKM_ID_THESAURUS. This interface is instantiated context-dependently.
  • GET_INSTANCE_OBJECT_INVENTORY returns a reference to IF_UKM_OBJECT_INVENTORY. This interface is instantiated for the specific context.

Notes

Class CL_UKM_FACTORY manages the references; successive identical calls return the same instance.

Additional Information

For more information about the individual interfaces, see the documentation for the relevant interface. For more information about the methods of class CL_UKM_FACTORY, especially about the method parameters, see the method documentation.