RFREMICLBATCH 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 RFREMICLBATCH into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
REMICLBATCH - Migration from Classic RE to RE-FX
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: PSTEP = D .
Title: Data Conversion: Batch
INCLUDE IFRECAMSG.
No SAP DATABASE tables are accessed within this REPORT code!
RECA_GUI_MSGLIST_POPUP CALL FUNCTION 'RECA_GUI_MSGLIST_POPUP' EXPORTING io_msglist = lo_msglist * ID_TITLE = if_popup = abap_false if_profile_detlevel = abap_true.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'PSTEP' values = lt_step EXCEPTIONS id_illegal_name = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.