RFREAJDATAADJMSCSE 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 RFREAJDATAADJMSCSE 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: P_IDSCSE = 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 for Service Charge Settlement
Text Symbol: 001 = Select. of Settlement
Text Symbol: 002 = Choose Adjustment
Text Symbol: 003 = 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 = 'REAJPROCESSEXTIDMETHSCSE' if_suppressdialog = abap_true IMPORTING ed_processextid = s_proc-high.
RECA_PROCESSID_VALUE_REQUEST CALL FUNCTION 'RECA_PROCESSID_VALUE_REQUEST' EXPORTING id_shlpname = 'REAJPROCESSEXTIDMETHSCSE' if_suppressdialog = abap_true IMPORTING ed_processextid = s_proc-low.
RECA_GUI_F4_ITAB_POPUP CALL FUNCTION 'RECA_GUI_F4_ITAB_POPUP' EXPORTING id_return_field = 'ADJMRULE' IMPORTING ed_result = cd_rule TABLES it_f4value = lt_seltab EXCEPTIONS OTHERS = 0.
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.
RFREAJDATAADJMSCSE - Adjustments for Service Charge Settlement RFREAJDATAADJMSCSE - Adjustments for Service Charge Settlement RFREAJDATAADJMRO - Adjustments on Rental Objects RFREAJDATAADJMRO - Adjustments on Rental Objects RFREAJDATAADJMCN - Adjustments on Contracts RFREAJDATAADJMCN - Adjustments on Contracts