SAP Reports / Programs | Returnable Packaging Logistics | Industry Solution Automotive | Returnable Packaging Logistics(IS-A-RL) SAP IS

RL_REPROCESSING_F01 SAP ABAP INCLUDE - RLREPROCESSINGF01







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


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 RL_REPROCESSING_F01. "Basic submit
SUBMIT RL_REPROCESSING_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RL_REPROCESSING_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RL_REPROCESSING_F01

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:

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.



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