RFREEXPL 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 RFREEXPL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RERAPL - General Real Estate Posting Log
REEXPL - Posting Log
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_HKONT = D .
Selection Text: S_IMKEY = D .
Selection Text: S_KOART = D .
Selection Text: S_KOSTL = D .
Selection Text: S_KUNNR = D .
Selection Text: S_LIFNR = D .
Selection Text: S_MONAT = D .
Selection Text: S_MWSKZ = D .
Selection Text: S_PROC = D .
Selection Text: S_PROCED = D .
Selection Text: S_PROCID = D .
Selection Text: S_PSTDT = D .
Selection Text: S_PSTPER = D .
Selection Text: S_RERF = D .
Selection Text: S_SGTXT = D .
Selection Text: S_STBLG = D .
Selection Text: S_TCODE = D .
Selection Text: S_UMSKZ = D .
Selection Text: S_USNAM = D .
Selection Text: S_VALUT = D .
Selection Text: S_VBEWA = D .
Selection Text: S_VERTN = D .
Selection Text: S_VERTT = D .
Selection Text: S_WAERS = D .
Selection Text: S_WMWST = D .
Selection Text: S_WRBTR = D .
Selection Text: S_XBLNR = D .
Selection Text: S_XCPDD = D .
Selection Text: S_ZLSCH = D .
Selection Text: S_ZLSPR = D .
Selection Text: S_ZUONR = D .
Selection Text: S_GSBER = D .
Selection Text: P_FIDOC = FI Document for Selection
Selection Text: P_PLAIN = Flat List
Selection Text: P_REDOC = RE Document for Selection
Selection Text: P_REVERS = Display Reversal Documents
Selection Text: S_AUFNR = D .
Selection Text: P_VARI = D .
INCLUDE RFREEXPL_SCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
LVC_VARIANT_F4 CALL FUNCTION 'LVC_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = 'A' IMPORTING es_variant = ls_variant EXCEPTIONS OTHERS = 1.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynpread EXCEPTIONS OTHERS = 0.
RECA_GUI_F4_ITAB_POPUP CALL FUNCTION 'RECA_GUI_F4_ITAB_POPUP' EXPORTING id_return_field = 'AWTYP' IMPORTING ed_result = cd_awtyp TABLES it_f4value = lt_f4 EXCEPTIONS parameter_error = 1 no_values_found = 2 error = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFREEXPL - Posting Log RFREEXPL - Posting Log RFREEXENTRYMEASDOC - Collective Entry of Measurement Documents RFREEXENTRYMEASDOC - Collective Entry of Measurement Documents RFREEXCOSTKFSU - Transfer of Measurements to Statist. Key Figures RFREEXCOSTKFSU - Transfer of Measurements to Statist. Key Figures