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
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.
Title: Exit Program: Planning Scenario, Time-Dependent Revaluation
INCLUDE RKEPL001.
INCLUDE RKEPL003.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKEPLSZPATR - Exit Program: Planning Scenario, Time-Dependent Revaluation RKEPLSZPATR - Exit Program: Planning Scenario, Time-Dependent Revaluation RKEPLSZPAFC - Exit Program: Planning Scenario, Time-Dependent Revaluation RKEPLSZPAFC - Exit Program: Planning Scenario, Time-Dependent Revaluation RKEPLSZPADI - Exit Program: Planning Scenario, Distribution Key RKEPLSZPADI - Exit Program: Planning Scenario, Distribution Key