cancel
Showing results for 
Search instead for 
Did you mean: 

Send Data to Feeder class (POWL)

Former Member
0 Kudos

Hi,

i created a view with UI  Element up ( selection data ) and a POWL Table under them,

now i need to send thus data ( from selection data ) like Date and  Pernr from WD to Feeder Class, this data is not created or seted in Selection Criteria of POWL Table, it's same View but seperated UI element.

may anyone tell me how can do this, get this data in the feeder class ?

Thank you all

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

First of all, why not use the POWL selection screen instead of creating your own?

Now, if you want to pass custom selection criteria, you need to create a class or a function group to communicate between the WDA and the feeder class. One idea is to create a "singleton" selection-screen-provider (with set and get methods). You use the set method in your WDA and use the get method in the feeder class.