cancel
Showing results for 
Search instead for 
Did you mean: 

CRM IC Web - Inbound Plugs

Former Member
0 Kudos

Hi,

I have created a Custom view and attached the same within the Viewset 'BuPaIdentifyCustomer'. The Custom view is displayed as needed.

I am trying to link 'BuPaSelectCustomer' and my Custom view. BuPaSelectCustomer displays all the customers in tabular format, and the first column is a button, on click of which method EH_ONSELECT is triggered.

I have created a navigational link in BuPaNavigationalLinkGlobal.xml as follows:

<NavigationalLink name="intrec">

<Source viewRef="BuPaSelectCustomer" outboundPlugRef="default"/>

<Targets>

<Target viewRef="Z_CRM_IC/IntRecords" inboundPlugRef="INBOUNDPLUG"/>

</Targets>

</NavigationalLink>

The Outbound plug method in the source view is triggered.

I have created manually an inbound plug method 'IP_INBOUNDPLUG' in the target view controller class. This method is not getting triggered.

Can anyone please help me out in the same?

Thanks,

Shankar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

The problem is solved. The inbound plug method's visibility was protected, it has now been set to Public and its working fine.

Thanks,

Shankar

Former Member
0 Kudos

Hi,

Any help for the above query, as this is very urgent.

Thanks,

Shankar