SAP Reports / Programs | Real Estate Management | Flexible Real Estate Management | Rental Accounting(RE-FX-RA) SAP RE

RFREEXPL SAP ABAP Report - Posting Log







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RERAPL - General Real Estate Posting Log
REEXPL - Posting Log


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFREEXPL. "Basic submit
SUBMIT RFREEXPL AND RETURN. "Return to original report after report execution complete
SUBMIT RFREEXPL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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 .





Selection Text: S_AWKEY = D .
Selection Text: S_AWSYS = D .
Selection Text: S_AWTYP = D .
Selection Text: S_BELNR = D .
Selection Text: S_BKTXT = D .
Selection Text: S_BLART = D .
Selection Text: S_BLDAT = D .
Selection Text: S_BSCHL = D .
Selection Text: S_BSTAT = D .
Selection Text: S_BUDAT = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BVORG = D .
Selection Text: S_CPUDT = D .
Selection Text: S_CPUTM = D .
Selection Text: S_DBBLG = D .
Selection Text: S_DERF = D .
Selection Text: S_DOCDT = D .
Selection Text: S_GJAHR = D .
Title: Posting Log
Text Symbol: RED = RE Document
Text Symbol: ITM = More Fields
Text Symbol: ITE = Line Item
Text Symbol: HDM = More Fields
Text Symbol: DSP = Display
Text Symbol: BKP = Document Header


INCLUDES used within this REPORT RFREEXPL

INCLUDE RFREEXPL_SCREEN.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFREEXPL or its description.