cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WDA Floorplan Manager data passing

Former Member
0 Kudos

Hi guys,

I am currently facing some issue in doing enhancements to the standard SD lean order web dynpro floor plan (LO_OIF_MAIN_APP). I have created a custom component for the customized modal dialog boxes and being called fine in the FPM framework. The dialog boxes contains dropdown values for user to choose and click on OK. If the event is OK, I want to pass the  dropdown values into the relevant field in the standard GUIBB feeder class for example: CL_LO_OIF_GUIBB_ITEM_LIST - Reason of Rejection of each items in the list.

I am unable to find how to pass data from my custom dialog box to the feeder class. Anyone have done this before?

To make it clearer:

Custom WDA component dialog box ----Value---> Feeder Class CL_LO_OIF_GUIBB_ITEM_LIST (field: Reason of Rejection (ABGRU)

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Not Active Contributor ,

Please refer below link . surely it will help and choose event parameter method to pass the drop down value to the feeder class.

http://scn.sap.com/community/web-dynpro-abap/floorplan-manager/blog/2012/12/01/data-exchange-possibi...

Thanks & Regards

Praveen Gupta