cancel
Showing results for 
Search instead for 
Did you mean: 

Need to add one tab at standard Interaction Center Identify Account page.

0 Kudos

Hi Experts, We need to add one tab at standard Interaction Center Identify Account page. In the left side we have Installed Base & Object tab as standard . We need to add one more tab address with four tab (House No , Street , City & Postal code )search result functionality to search IBASE. We have this search result view to search ibase in comp - CRMCMP_IBSEARCH but my problem is how to make a new tab in the standard screen next to 'object' tab. Please help Thanks to all.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Peeyush,

We need to check .htm page of the corresponding BSP Component.

Probably there you may get logic for the existing 2 tabs. On the same lines we need to build logic for

the new tab. We need to enhance corresponding view to add this logic.

Regards,

Amrit

0 Kudos

Hi Amrit, Thanks for the reply. But there is no coding for button in comp-CRMCMP_BPIDENT. This is being populated dynamically from CL_CRMCMP_B_OBJECTCOMPVS_IMPL  &    method - BUILD_TABLINK. But we are not able to replicate the same. Thanks in advance.

Former Member
0 Kudos

Hi Peeyush ,

please put a breakpoint on method DO_PREPARE_OUTPUT of class  CL_CRMCMP_B_OBJECTCOMPVS_IMPL.

and  DO_INIT_CONTEXT  of same class  and check.

to create a new tab you have to create a view and place it to the viewset.

hope it will help you .

Thanks,

Taity