RL_REPROCESSING_F01 is a standard ABAP INCLUDE 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 RL_REPROCESSING_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RLRPHD_D_INIT CALL FUNCTION 'RLRPHD_D_INIT'. "calls all subobject-inits
RLRPHD_D_PREPARE_CHANGE CALL FUNCTION 'RLRPHD_D_PREPARE_CHANGE'.
RLRPHD_D_COMPLEX_READ CALL FUNCTION 'RLRPHD_D_COMPLEX_READ' EXPORTING reproc_sel = sel IMPORTING reproc_refs = hd_refs.
RLBSET_A_CREATE CALL FUNCTION 'RLBSET_A_CREATE' EXPORTING mode = btin_mode IMPORTING bset = bset.
RLMSGH_A_CREATE CALL FUNCTION 'RLMSGH_A_CREATE' IMPORTING message_handler = msgh.
RLBTRA_A_CREATE_FROM_REPROC CALL FUNCTION 'RLBTRA_A_CREATE_FROM_REPROC' EXPORTING rphd_ref = hd_ref IMPORTING bustran = bustran.
RLMSGH_A_RESET CALL FUNCTION 'RLMSGH_A_RESET' CHANGING message_handler = msgh.
RLBSET_A_INSERT_BUSTRAN CALL FUNCTION 'RLBSET_A_INSERT_BUSTRAN' EXPORTING bustran = bustran * IMPORTING * BUSTRANID = CHANGING bustran_set = bset message_handler = msgh.
RLLSET_A_CREATE_FROM_BSET CALL FUNCTION 'RLLSET_A_CREATE_FROM_BSET' EXPORTING i_bustran_set = bset IMPORTING e_line_set = lset * EXCEPTIONS * X_BUSTRAN_NOT_FOUND = 1 * X_INSERT_ERROR = 2 * OTHERS = 3 .
RLLSET_A_GET_ALL_BUKRS CALL FUNCTION 'RLLSET_A_GET_ALL_BUKRS' EXPORTING i_line_set = lset IMPORTING e_bukrsx = bukrsx EXCEPTIONS x_not_found = 1 * X_SEVERE_ERROR = 2 * OTHERS = 3 .
RLMULTI_I_DIA_MANAGER CALL FUNCTION 'RLMULTI_I_DIA_MANAGER' EXPORTING i_dialogue_modus = vhurl_modus_reprocessing i_line_set = lset.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RL_REPROCESSING_F01 - RLREPROCESSINGF01 RL_REPROCESSING_DSE - RLREPROCESSINGDSE RL_REPROCESSING - Reprocessing of returnable packaging account postings with errors RL_REPROCESSING - Reprocessing of returnable packaging account postings with errors RL_PRINT_ACST_TOP - RLPRINTACSTTOP RL_PRINT_ACST_PDF - RLPRINTACSTPDF