Function Module UKM_GET_KEY_MAPPINGS
This function module reads existing mappings. It is a wrapper of the ABAP-OO-interface and calls the following methods internally:
- CL_UKM_FACTORY=>GET_INSTANCE_EASY
- IF_UKM_EASY~GET
Parameters of the Function
The signature of the function corresponds to the signature of method IF_UKM_EASY~GET (see above).