MKPU2BAT 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 MKPU2BAT 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!
K_LOGSYSTEM_CHECK CALL FUNCTION 'K_LOGSYSTEM_CHECK' EXPORTING I_KOKRS = PD_KOKRS.
K_VERSN_READ CALL FUNCTION 'K_VERSN_READ' EXPORTING I_GJAHR = PS_RKPU2-GJAHR I_KOKRS = PS_RKPU2-KOKRS I_VERSN = PD_VERSN * BYPASSING_BUFFER = I_ACTVT = '02' IMPORTING * E_TKA09 = E_TKA07 = PS_TKA07.
CO_PERIOD_BLOCKING_CHECK CALL FUNCTION 'CO_PERIOD_BLOCKING_CHECK' EXPORTING KOKRS = PS_RKPU2-KOKRS GJAHR = PS_RKPU2-GJAHR PERAB = PS_RKPU2-FRPER PERBI = PS_RKPU2-TOPER VERSN = PS_TKA07-VERSN VRGNG = ACT-ACTIVITY. " 'KPUW' Umwertung
RWIN_CHECK CALL FUNCTION 'RWIN_CHECK' EXPORTING GJAHR = PD_GJAHR PROCESS = 'K-PLAN1 ' EVENT = 'FERTIG ' TABLES TKOMP = TKOMP_FERTIG.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.