cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign custom workbench component to an exisiting business role

Former Member
0 Kudos

Hi Forum,

Could you please provide me the steps to assign a custom workbench component to an existing business role to enable custom workbench component as a workcenter in that business role.

It would be really great if you could provide me the steps at the earliest.

Thanks

Mallika

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi mallika,

1. Create the component.

2. Define the 'Component interface' in the Runrime Repository editor as follows:

  i) Open component interface node and open 'Interface controller'.

  ii) Right click on Context to create context node.

  iii) Choose the context node from the drop down list.

  iv) Next create 'Interface View' by right clicking on the 'Component interface' and add main window you have created.

  v) Create 'Inbound plug' for the interface view.

3. Make the component known to the 'Component Repository' as follows:

  i) Goto SPRO-->IMG-->CRM-->UIFramework-->Technical Role Definition-->Define Work Area Component Repositery.

ii) Click on new entries,enter your COMPONENT and use F4 help for adding the window name.

iii) Give description and save the changes.

iv) Click on the entry you have created and click on 'Inbound Plug Definition'

v)  Enter a 'Target Id' and choose 'Inbound Plug'.

vi)  Choose the same UI object type which is also defined for the standard component.

vii) Choose the 'Object action' ex.search.

viii) Give description and save changes.

4. Define a 'Navigational Link' and link your component to the UI as follows:

i) Goto SPRO-->IMG-->CRM-->UIFramework-->Techincal Role Definition-->Define Navigation Profile.

ii) Double click on 'Logical Links' and create a new entry.

iii) Enter a 'Logical Link Id' which is same as the 'Target Id' which you have mentioned before.

iv) Choose type 'LINK'.

v) Enter the 'Target Id' which you have mentioned before.

vi) Enter title and description and save it.

vii) Double click on 'Define Work Center Link Groups' and assign your link to the group yo have created earlier.

viii) If you have not created any group earlier, create it and then assign it.

ix) Goto SPRO-->IMG-->CRM-->Business Roles-->Define Business Role.

x) Mark the 'Business Role' you have created and double click on 'Visible Work Center Group Links'.

xi) You will see all the existing entries and your new entry.Check the flag for your new entry. ( this is required so your link will appear in the UI).

xii) Test it.

This is how we will assign component to the existing business role.

Regards,

HCLSPARKS

Former Member
0 Kudos

Thank you