cancel
Showing results for 
Search instead for 
Did you mean: 

How to Add Selection Criteria to POWL LIST

Former Member
0 Kudos

Dear Experts,

I have a requirement in which I have to add the selection criteria to my custom made POWL application.

Based on the User input I have to show the data in Powl List.

I have used the feeder class for implementation of the POWL.

But i am unable to figure out how to populate the POWL based on the input provided by the user.

Request you to please help.

Warm Regards,

Upendra Agrawal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There are a bunch of Tcodes that start with POWL_ One of those allows you to define query parameters. You then code your select inside your feeder class (method for data select, i forget the name).

Former Member
0 Kudos

Dear Tim,

Thanks for your reply,

As suggested by you I am able to add the query parameters in the POWL list using the TCode POWL_QUERY.

But now, how can I select the data in powl list based on this selection criteria.

I mean where I will find the values of my selction.

Warm Regards

Upendra Agrawal

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello ,

Please check this..

http://wiki.sdn.sap.com/wiki/display/WDABAP/DocumentationInformationabout+POWL.

On Apply on selection creteria, the control goes to GET_OBJECTS method,

Please check there.

Best regards,

Rohit