SAP Reports / Programs | Cross-Application Components | General Application Functions | Batch-Oriented Parallel Processing of Mass Data(CA-GTF-TS-PPM) SAP CA

RBANK_PP_WORKLIST_DELETE SAP ABAP Report - Delete Worklists No Longer Required







RBANK_PP_WORKLIST_DELETE 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 RBANK_PP_WORKLIST_DELETE 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 RBANK_PP_WORKLIST_DELETE. "Basic submit
SUBMIT RBANK_PP_WORKLIST_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT RBANK_PP_WORKLIST_DELETE 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: P_MAXTS = Max. List Output (Data Recs)
Selection Text: P_REAL = Update Run
Title: Delete Worklists No Longer Required
Text Symbol: 001 = Mass Run Select.
Text Symbol: 010 = Applicat.Type
Text Symbol: 011 = No. of Entries in BANK_WORKL_OBJ
Text Symbol: 012 = No. of Different Objects
Text Symbol: 013 = No.of Objects Without Lock Entry
Text Symbol: 014 = Worklists Without Mass Run
Text Symbol: 015 = Objects in Worklist Without Mass Run
Text Symbol: Q01 = Really Delete?


INCLUDES used within this REPORT RBANK_PP_WORKLIST_DELETE

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:

BANK_GUI_PP_SELECT_WORKLIST CALL FUNCTION 'BANK_GUI_PP_SELECT_WORKLIST' IMPORTING e_tab_workl_norun = g_tab_workl_norun.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_wrk_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'PRINT_TOP_INFO' is_layout = g_wrk_layout it_fieldcat = g_tab_fieldcat i_save = 'A' is_variant = g_wrk_variant * IMPORTING * e_exit_caused_by_caller = g_wrk_refresh_runs TABLES t_outtab = g_tab_workl_norun EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = u_wrk_structure CHANGING ct_fieldcat = c_tab_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = g_tab_commentary.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = text-q01 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = iv_quickinfo_button_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = l_answer * TABLES * PARAMETER = * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2 .

BANK_API_WORKL_DESTRUCTOR CALL FUNCTION 'BANK_API_WORKL_DESTRUCTOR' EXPORTING i_worklid = l_worklist-worklid.



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 RBANK_PP_WORKLIST_DELETE or its description.