cancel
Showing results for 
Search instead for 
Did you mean: 

Pass data between view and pop-up

Former Member
0 Kudos

Hi,

I am unable to pass data between a standard view and my custom view, which I want to display as a pop-up.

In the standard component BT116QH_SRVQ I have created a table view (DisplayOrders) that should be displayed as a pop-up when pressing save. The view contains contains 2 context nodes: BTAdminH and the value context node Orders (with order ID and description).

In the OVViewSet, I have added the Orders context node too and in the EH_ONSAVE method I populate the Orders context node and call the pop-up.

I have tried to create a custom controller in order to pass the data from the OVViewSet to the DisplayOrders, but when I check in the DisplayOrders the custom controller is empty. I have bound both the contexts node in the OVViewSet and the DisplayOrders to those in the custom controller.

Does anybody have any suggestion?

Thank you,

Andra.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Andra,

Please check the steps given in this blog.

/people/vikash.krishna/blog/2009/12/28/crm-70-how-to--5d-custom-controller-and-binding-of-context-nodes

hope this helps.

Cheers, Satish

Former Member
0 Kudos

Hi,

The problem was that when populating and reading the custom controller, I had to add GLOBAL. in front of the custom controller name. Like this: 'GLOBAL.ZKBT116QH_SRVQ/CuCoOrders'

Thank you,

Andra.

Answers (0)