MKPT4F08 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 MKPT4F08 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!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' IMPORTING e_identification = ed_msgid.
KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING ls_detail = ls_detail ls_appl = ls_coom ls_witem = is_witem ld_delayed_update = 'X' IMPORTING ls_key = cs_schedman_key TABLES lt_selkrit = lt_selkrit lt_param = lt_param.
KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING ls_detail = ls_detail ls_appl = ls_ps ls_witem = is_witem ld_delayed_update = 'X' IMPORTING ls_key = cs_schedman_key TABLES lt_selkrit = lt_selkrit lt_param = lt_param.
MESSAGES_SAVE CALL FUNCTION 'MESSAGES_SAVE' EXPORTING i_balobject = 'COOMPL' i_balsubobject = 'COPLCOPY' i_identification = id_msgid IMPORTING e_log_handle = ls_log_handle EXCEPTIONS no_messages = 1 not_active = 2 program_error = 3 save_not_allowed = 4 wrong_identification = 5.
MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' IMPORTING max_severity = ld_severity.
KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING ls_key = is_schedman_key ls_message = ls_message ls_scma_event = ls_scma_event CHANGING ld_aplstat = ld_aplstat.
K_OBJECT_SELECTION_CRIT_GET CALL FUNCTION 'K_OBJECT_SELECTION_CRIT_GET' TABLES it_seltab = lt_seltab.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = id_structure_name CHANGING ct_fieldcat = lt_fieldcat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.