MKPT4F06 is a standard ABAP INCLUDE 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 MKPT4F06 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
KOPV_CALL_COPY_SCENARIO2_PS CALL FUNCTION 'KOPV_CALL_COPY_SCENARIO2_PS' EXPORTING I_RKPT3_DYNP = IS_RKPT3_DYNP I_KOKRS = ID_KOKRS TABLES IT_SOBJNR = IT_SOBJNR CT_TOBJNR = CT_TOBJNR ET_LIST = CT_LIST ET_MESG = CT_MESG.
K_DATE_TO_PERIOD_CONVERT CALL FUNCTION 'K_DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = SY-DATUM I_KOKRS = GS_INFO-KOKRS IMPORTING E_GJAHR = ACT_GJAHR.
K_PERIODS_GET_FOR_KOKRS CALL FUNCTION 'K_PERIODS_GET_FOR_KOKRS' EXPORTING KOKRS = F_KOKRS IMPORTING ANZBP = L_ANZBP.
KOPV_CHECK_VERSION_PS CALL FUNCTION 'KOPV_CHECK_VERSION_PS' EXPORTING I_KOKRS = GS_INFO-KOKRS I_SVERSN = RKPT3_DYNP-SVERSN I_TVERSN = RKPT3_DYNP-TVERSN I_CHANGE = GD_ECOP_FLAG CHANGING C_YEAR_START = RKPT3_DYNP-SGJAHR C_YEAR_END = RKPT3_DYNP-TGJAHR EXCEPTIONS SVERSION_NOT_FOUND = 1 TVERSION_NOT_FOUND = 2 WRONG_GJAHR_INTERVAL = 3 NO_GJAHR_ALLOWED = 4 NOTHING_TO_DO = 5 SVERSION_NOT_USEABLE = 6 TVERSION_NOT_USEABLE = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.