cancel
Showing results for 
Search instead for 
Did you mean: 

Schedule/Execute POWL Query in Background or via ABAP Program

Former Member
0 Kudos

Hi all,

I would like to know if there is any chance/possibilities to schedule/execute the POWL Query for example the Query ID

"SAPSSRM_R_CENTRALCONFIRM_01_01" Confirmations Pending in the background to output report.

Or perhaps there is anyway I can make use of the logic within the Query ID above in an ABAP program?

The main reason is that I need create a Confirmations Pending report and sent out to relevant SC Creator and the quickest way is to make use of the existing query of above.

Many thanks and regards,

Hon Leong

Accepted Solutions (0)

Answers (1)

Answers (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi Hon Leong,

please first check POWL - Web Dynpro ABAP - SCN Wiki to understand, how POWL works.

You need to find a Feeder Class of your query and execude GET_OBJECTS Method to get the result list.

For example you can check report POWL_WLOAD or function module POWL_QUERY_REFRESH.

Regards

Konstantin