DMR link in WebUI Contract view is not working

Problem: in WebUI in Contract document flow view DMR link is not working.

Solution: there can be different reasons for this not to work. Some of them are:

1. Missing configuration in SPRO > CRM > UI Framework > Technical Role Definition > Define Navigation Bar Profile. Select the profile you use and then go to Define Generic Outbound Plugin Mappings branch. There, you should have an entry like the one showed below.

DMR_link_definition

2. User might be missing authorization required for the link to work. This is checked in the link’s class called CL_CRM_UI_LTX_NAVBAR_PARAM (defined in the link’s definition) in method IF_UI_LINK_PARAMETER_CLASS~GET_AUTHORIZATION.

The authorization object that might be missing is C_LL_TGT with parameters:

  • LL_TYPE = Object Type from SPRO configuration, WRAPPED_BUS2096

  • LL_TGT = parameter defined in the Logical Link definition, CRM_TL_ERP_BUS2096_DISPLAY

Komentowanie jest zakończone.