cancel
Showing results for 
Search instead for 
Did you mean: 

Work Center Group Link

Former Member
0 Kudos

Hi Experts,

I had a requirement of adding links for z-transactions on the Web UI. We need to include them in a new section on an existing work center. Any standard work center generally has 3 sections (one each for Search, Create and Reports). We want a fourth one which will hold the links for the z-transactions.

Any idea how this can be achieved? An early reply would be appreciated.

rgds,

-Sweta

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

closed

Former Member
0 Kudos

Sweta,

You have to go to CRMC_UI_NBLINKS, and define a logical link for your z transaction. Create a new entry and give a z-name for the link. Select type as 'Launch transaction' and give the Inbound Plug id of the transaction screen as the target id. The paramenter would be your z transaction. Enter CL_CRM_UI_LTX_NAVBAR_PARAM as the Parameter class.

You can then assign this logical link to the respective work center.

Reba.

Former Member
0 Kudos

Hi Reba and Madhu,

Thanks for your replies but this has not answered my question. I am fine with creating transaction launchers/ related logical links, assigning them to existing work center link group and also making them available in my Business Role.

If you notice in any standard Service/Sales work center is generally divided into three sections - Search, Create and Reports. Now the logical link can be assigned to a work center group of type either Search/Create/Reports and based on whr you assign it it shows in either of the three sections. My requirement is to show it in a fourth section and this section would only contain z-links to custom transactions.

I believe we can do this by enhancing the BSP component. But am not sure of the detailed steps or even if there is simpler way of doing it.

Regards,

-Sweta

arne_husemann
Explorer
0 Kudos

Hey Sweta,

the Component used for the generation of the mentioned Workcenterpages is called CRMCMP_GS_WC. This component is added multiple times to the WC-Component. Via Contextbinding the type of the component is set, and due to this type the links defined in SPRo are added. However there is a fourth type available called 'No Classification' with an empty fixed value.

Maybe you can enhance the Workcenter-Component of interest with a fourth component CRMCMP_GS_WC with type 'No Classification'.

It would be interesting to know whether this approach is succesful.

Regards, Arne

Former Member
0 Kudos

Hi Sweta,

SPRO->CRM->UI Framework->Technical Role Definition->Define Navigation Bar Profile-> create logical link/work center and assign the work center to the user profile

then go to

SPRO->CRM->Business Roles->Define Business Role->adjust the work center/Adjust Work Center Group Links by selecting the user profile. This is where u assign the levels in which the trancation appear in the work center.

I hope this is what you are looking for.

Regards,

Madhu