Hello All,
Enhanced BT with two objects two objects: BTAdminH is Root object for the new created two dependent objects one is ZKEY object relation type is Aggregation and ZINFO Object relation type is Composition.
BTAdminH ZKEY RelationShip : ZKeyRel C1 A..1
ZINFO ZKEY Relation ship : ZInfoRel C1 0…1
Now I want to show Pop Up on Sales Order OVP so created a Popup view and with entity ZINFO and created a new window and assigned this view to window.
On Save event handler creating a popup using create a method based on Interface and component usage name. And calling set_close_on_event then Open Popup. I created a context node under interface and created custom controller and bind to the pop up view context node. I am able to pop up view after opening then pop up user will enter narration on the input field. And I should read the value then pass to GENIL class of BTIL to maintain attribute then I should modify the table to save the data on custom table. So in sales order ovp save even handler I am creating related entity and passing to open popup. But I am not able to read the popup vale which user entered narration. Here how /where to read then whether I should pass the data to sales order over page save envent handler or popup SAVE button through popup window to sales order window then I should pass to Genil Modify then only Sales order should be saved. Here how to read popup value and how to pass these data to modify of genil class then save should be happen sales order.
Divya.