RFREAJDATAADJMRO 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 RFREAJDATAADJMRO 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: P_DEP = Display Dependent Adjustments?
Selection Text: P_FULL = Complete Detailed Data?
Selection Text: P_MAIN = Process the Adjustments?
Selection Text: P_METH = Additional Procedure Data?
Selection Text: P_PROC = Addit. Process Information?
Selection Text: P_REVE = Reversed Adjustments Also?
Selection Text: P_GRID = D .
Selection Text: S_DEFF = D .
Selection Text: S_DERF = D .
Selection Text: S_PROC = D .
Selection Text: S_RERF = D .
Selection Text: S_RULE = D .
Title: Adjustments on Rental Objects
Text Symbol: 001 = Choose Adjustment
Text Symbol: 002 = Runtime-Intensive Options
Text Symbol: ANA = Analysis
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RECA_PROCESSID_VALUE_REQUEST CALL FUNCTION 'RECA_PROCESSID_VALUE_REQUEST' EXPORTING id_shlpname = 'REAJPROCESSEXTIDALL_C' if_suppressdialog = abap_true IMPORTING ed_processextid = s_proc-high.
RECA_PROCESSID_VALUE_REQUEST CALL FUNCTION 'RECA_PROCESSID_VALUE_REQUEST' EXPORTING id_shlpname = 'REAJPROCESSEXTIDALL_C' if_suppressdialog = abap_true IMPORTING ed_processextid = s_proc-low.
REIS_GUI_CONTROLLER_APPL CALL FUNCTION 'REIS_GUI_CONTROLLER_APPL' EXPORTING io_data = go_data io_view = go_view.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.