SAP Reports / Programs | Basis Components | Musing Tools | Personal Object Worklist(BC-MUS-POW) SAP BC

POWL_WLOAD SAP ABAP Report - Refresh of active POWL queries







POWL_WLOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter POWL_WLOAD into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT POWL_WLOAD. "Basic submit
SUBMIT POWL_WLOAD AND RETURN. "Return to original report after report execution complete
SUBMIT POWL_WLOAD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: APPLID = D .
Selection Text: ENFDEL = Discard old cached results
Selection Text: MAXPJOBS = Max number of parallel jobs
Selection Text: QSPERJOB = Queries per Job
Selection Text: QUERY = D .
Selection Text: SRVGRP = D .
Selection Text: TYPE = D .
Selection Text: USER = D .
Selection Text: USE_DAY = Query last accessed in (days)
Title: Refresh of active POWL queries
Text Symbol: 001 = Query restrictions
Text Symbol: 002 = Processing restrictions
Text Symbol: 003 = Additional settings
Text Symbol: 004 = queries processed
Text Symbol: 005 = jobs processed


INCLUDES used within this REPORT POWL_WLOAD

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ENQUEUE_EPOWL_ACT_QUERY call function 'ENQUEUE_EPOWL_ACT_QUERY' exporting mode_powl_act_query = 'X' mandt = sy-mandt query = ls_query-query applid = ls_query-applid username = ls_query-username exceptions foreign_lock = 1 system_failure = 2 others = 3.

POWL_QUERY_REFRESH CALL FUNCTION 'POWL_QUERY_REFRESH' STARTING NEW TASK ls_query-result_cache_id destination in group srvgrp performing come_back on end of task exporting i_query_data = ls_query i_feeder_name = ls_type-feeder i_no_refresh_lock = 'X' i_langu = lv_langu exceptions resource_failure = 1 system_failure = 2 communication_failure = 3 others = 4.

POWL_QUERY_REFRESH_MASS CALL FUNCTION 'POWL_QUERY_REFRESH_MASS' STARTING NEW TASK ls_query-result_cache_id destination in group srvgrp performing come_back_n_queries_at_once on end of task exporting it_queries = lt_query_pack enfdel = enfdel exceptions resource_failure = 1 system_failure = 2 communication_failure = 3 others = 4.

DEQUEUE_EPOWL_ACT_QUERY call function 'DEQUEUE_EPOWL_ACT_QUERY' exporting mode_powl_act_query = 'X' mandt = sy-mandt query = ls_query-query applid = ls_query-applid username = ls_query-username _synchron = ' '.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_percentage text = lv_text.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name POWL_WLOAD or its description.