BKA00TOP 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 BKA00TOP 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.
INCLUDE IRKWBK2.
No SAP DATABASE tables are accessed within this REPORT code!
K_MD_REPORT CALL FUNCTION 'K_MD_REPORT' EXPORTING CALL_PROG = THIS_REP "fix DDIC_STRUCT = 'KREPCBPR' INIT_PROC = 'INIT_REP' PICKUP_PROC = 'PICKUP' SEL_PROC = 'SELECTION_PROC' SET_CHECK_PROC = 'CHECK_HIERNAME' SET_CLASS = '0H' SET_DESC = 'ProzeĆgruppe'(004) SET_FIELD = 'PRZNR' SET_KEY = 'PRZNR' SET_NAME = ' ' SET_SFIELD = SET_SEARCHFIELD SET_TABLE = 'CCSS' SORT_PROC = 'SORTLIST' TABLES SEL_LIST = I_LIST "fix SHOW_LIST = I_SHOW_TAB. "fix
K_MD_USER_COMMAND CALL FUNCTION 'K_MD_USER_COMMAND' EXPORTING USER_COMM = SY-UCOMM.
K_MD_TOP_MANAGER CALL FUNCTION 'K_MD_TOP_MANAGER' EXPORTING EVENT_TYPE = 'TOP DLS'.
K_MD_TOP_MANAGER CALL FUNCTION 'K_MD_TOP_MANAGER' EXPORTING EVENT_TYPE = 'TOP'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.