RKEPLSZPADI 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 RKEPLSZPADI 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, Distribution Key
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 = E_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKEPLSZPADI - Exit Program: Planning Scenario, Distribution Key RKEPLSZPADI - Exit Program: Planning Scenario, Distribution Key RKEPLSCH - CO-PA Planning: Schemes for Generating Programs RKEPLPT2 - Include for RKEPLPT1 RKEPLPT1 - Subroutine Pool for Potential Planning (Not a Standard Function) RKEPLPT1 - Subroutine Pool for Potential Planning (Not a Standard Function)