RKEGENPLANNINGAID 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 RKEGENPLANNINGAID 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: Regenerate Code for Object-Dependent Planning Aids
INCLUDE: RKEPL003.
No SAP DATABASE tables are accessed within this REPORT code!
RKE_GENERATE_SCENARIO_CODE CALL FUNCTION 'RKE_GENERATE_SCENARIO_CODE' EXPORTING I_REPNAM_GEN = L_V_REPORT_GEN_NAME I_REPNAM_SOURCE = L_V_REPORT_SOURCE_NAME I_TABNAME = L_V_STRUCT IT_OBJ_FIELDTAB = L_T_OBJ_FIELDTAB IT_VAL_FIELDTAB = L_T_VAL_FIELDTAB IT_PERIO_FNAMS = L_T_PERIO_FNAMS EXCEPTIONS GENERATION_ERROR = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKEGENPLANNINGAID - Regenerate Code for Object-Dependent Planning Aids RKEGENPLANNINGAID - Regenerate Code for Object-Dependent Planning Aids RKEGENABAP_H - RKEGENABAPH RKEGENABAP - Tool: Generate ABAPs RKEGENABAP - Tool: Generate ABAPs RKEFI005 - Document transfer from Financial Accounting to Profitability Analysis