RKATB_MAIN 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 RKATB_MAIN 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_OBJECT_SELECTION_CRIT_FILL call function 'K_OBJECT_SELECTION_CRIT_FILL' exporting selart = p_selart oneobject = p_one variant = p_variant tables it_cosel2 = p_selpa.
KPEP_MONI_INIT_RECORD call function 'KPEP_MONI_INIT_RECORD' exporting ls_detail = ls_detail ls_witem = ls_witem ld_worklist_flag = flag_worklist importing ls_key = p_gs_key tables lt_selkrit = lt_selkrit.
K_OBJECT_SELECTION_RUN call function 'K_OBJECT_SELECTION_RUN' exporting i_kokrs = kokrs i_vrgng = p_vrgng tables it_objnr = p_objnr.
KPEP_WL_PS_GET_ACTIVE_HIER call function 'KPEP_WL_PS_GET_ACTIVE_HIER' exporting i_worklistid = p_worklistid i_vrgng = p_vrgng i_clear_buffer = 'X' tables t_objnr = p_objnr e_rsthie = p_rsthie.
KPEP_MONI_CLOSE_RECORD call function 'KPEP_MONI_CLOSE_RECORD' exporting ls_key = p_gd-gs_key ld_objects = p_gd-objects ls_scma_event = ls_scma_event changing ld_aplstat = p_gd-aplstat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.