RFREORRSOBJCOST 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 RFREORRSOBJCOST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
REORRSOBJCOST - Change Account Determination Data
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: S_RESP = D .
Selection Text: P_DSPBUP = D .
Selection Text: P_GRID = D .
Selection Text: P_PFID = D .
Selection Text: P_RSOBTY = D .
Selection Text: P_TITLE = D .
Selection Text: P_VARI = D .
Selection Text: S_NEIGH1 = D .
Selection Text: S_NEIGH2 = D .
Selection Text: S_NEIGH3 = D .
Selection Text: S_OOIDEX = D .
Selection Text: S_RSAREA = D .
Title: Change Account Determination Data
Text Symbol: 001 = Reservation Object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RECA_GUI_F4_ITAB_POPUP CALL FUNCTION 'RECA_GUI_F4_ITAB_POPUP' EXPORTING id_return_field = 'RSOBJTYPE' if_display = abap_true if_multi = abap_false IMPORTING ed_result = p_rsobty TABLES it_f4value = lt_f4value EXCEPTIONS OTHERS = 0.
F4UT_GET_ENVIRONMENT * CALL FUNCTION 'F4UT_GET_ENVIRONMENT' * IMPORTING * env_info = ls_f4_env * EXCEPTIONS * OTHERS = 0.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_field EXCEPTIONS OTHERS = 0.
F4IF_GET_SHLP_DESCR * CALL FUNCTION 'F4IF_GET_SHLP_DESCR' * EXPORTING * shlpname = 'REBDAONO' * IMPORTING * shlp = ls_shlp.
F4IF_START_VALUE_REQUEST * CALL FUNCTION 'F4IF_START_VALUE_REQUEST' * EXPORTING * shlp = ls_shlp * TABLES * return_values = lt_value.
REOR_GUI_NEIGHBORHOOD_F4 CALL FUNCTION 'REOR_GUI_NEIGHBORHOOD_F4' EXPORTING id_rsobjtype = p_rsobty id_neighborh1 = reor_offer_object-neighborh1 id_neighborh2 = reor_offer_object-neighborh2 id_neighborh3 = reor_offer_object-neighborh3 id_return_field = ld_return_field IMPORTING ed_neighborhood = ld_neighborhood ef_cancelled = lf_cancelled.
F4UT_GET_ENVIRONMENT * CALL FUNCTION 'F4UT_GET_ENVIRONMENT' * IMPORTING * env_info = ls_f4_env * EXCEPTIONS * OTHERS = 0.
F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'REOROORS' IMPORTING shlp = ls_shlp.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ls_shlp TABLES return_values = lt_value.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.