RBDFINISHWI_ALL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Cancel superfluous work items for IDocs in Status 53 (HW 1062602) ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RBDFINISHWI_ALL into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: CREDAT = D Date
Selection Text: MESTYP = D Reduced Message Type
Selection Text: TEST = Test Only
Title: Report RBDFINISHWI_ALL
Text Symbol: 000 = No data could be selected.
001 IDoc Work Item
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWW_WI_ADMIN_COMPLETE CALL FUNCTION 'SWW_WI_ADMIN_COMPLETE' EXPORTING WI_ID = idoc_wis-wi_id DO_COMMIT = 'X' AUTHORIZATION_CHECKED = 'X' PRECONDITIONS_CHECKED = 'X' EXCEPTIONS UPDATE_FAILED = 1 NO_AUTHORIZATION = 2 INFEASIBLE_STATE_TRANSITION = 3 OTHERS = 4 .
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid it_fieldcat = rt_fieldcat[] TABLES t_outtab = idoc_wis EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDFINISHWI_ALL - Report RBDFINISHWI_ALL RBDFINISHWI_ALL - Report RBDFINISHWI_ALL RBDFINISHWI - Completion of Redundant Work Items for IDocs in Status 53 RBDFINISHWI - Completion of Redundant Work Items for IDocs in Status 53 RBDFE_FUNDSCENTER - Request Funds Center RBDFE_FUNDSCENTER - Request Funds Center