SAP Reports / Programs

RKEPLSZPATR SAP ABAP Report - Exit Program: Planning Scenario, Time-Dependent Revaluation







RKEPLSZPATR 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 RKEPLSZPATR into the relevant SAP transactions such as SE38 or SE80


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 RKEPLSZPATR. "Basic submit
SUBMIT RKEPLSZPATR AND RETURN. "Return to original report after report execution complete
SUBMIT RKEPLSZPATR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Exit Program: Planning Scenario, Time-Dependent Revaluation


INCLUDES used within this REPORT RKEPLSZPATR

INCLUDE RKEPL001.
INCLUDE RKEPL003.


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:

RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING ERKRS = L_V_ERKRS * NEU_KZ = ' ' * PROTOKOLL_KZ = ' ' TABNAME = L_V_TABNAME PA_TYPE = L_V_PA_TYPE * IMPORTING * SUBRC = TABLES FIELDTAB = L_T_FIELDTAB EXCEPTIONS LEDGER_NOT_DEF = 1 LEDGER_NOT_FOUND = 2 TABLE_NOT_FOUND = 3 OTHERS = 4.

RKE_READ_ERKRS CALL FUNCTION 'RKE_READ_ERKRS' EXPORTING I_ERKRS = L_V_ERKRS IMPORTING E_TKEB = AS_BUFFER_ENV-TKEB.

RKE_GET_WAERS CALL FUNCTION 'RKE_GET_WAERS' EXPORTING ERKRS = L_V_ERKRS KOKRS = BUKRS = PA_TYPE = L_V_PA_TYPE PALEDGER = AS_BUFFER_VERSI-PALEDGER IMPORTING WAERS = L_V_WAERS.

RKE_GET_WAERS CALL FUNCTION 'RKE_GET_WAERS' EXPORTING ERKRS = L_V_ERKRS KOKRS = BUKRS = PA_TYPE = L_V_PA_TYPE IMPORTING WAERS = L_V_WAERS.



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 RKEPLSZPATR or its description.