SAP Reports / Programs

RFREXAPL SAP ABAP Report - PSCD Posting Log







RFREXAPL 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 RFREXAPL 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

REXAPL - PSCD 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 RFREXAPL. "Basic submit
SUBMIT RFREXAPL AND RETURN. "Return to original report after report execution complete
SUBMIT RFREXAPL 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_RERF = D .
Selection Text: S_REFID = D .
Selection Text: S_PSTPER = D .
Selection Text: S_PSTDT = D .
Selection Text: S_PROCID = D .
Selection Text: S_PROCED = D .
Selection Text: S_PROC = D .
Selection Text: S_PRCRT = D .
Selection Text: S_OBJNR = D .
Selection Text: S_GSBER = D .
Selection Text: S_GPART = D .
Selection Text: S_FLOWTY = D .
Selection Text: S_FAREA = D .
Selection Text: S_DOCDT = D .
Selection Text: S_DERF = D .
Selection Text: S_CONDTY = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BLINE = D .
Selection Text: P_VARFC = FI-CA Document Layout
Selection Text: P_VARBL = Billing Doc. Layout
Selection Text: P_REVERS = Display Reversal Documents
Selection Text: P_PLAIN = Flat List
Title: PSCD Posting Log
Text Symbol: REI = RE Line Item
Text Symbol: RED = RE Document Header
Text Symbol: DSP = Display


INCLUDES used within this REPORT RFREXAPL

INCLUDE RFREXAPL_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 RFREXAPL or its description.