MKCBRF16 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 MKCBRF16 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.
Title: Lokale SF_TAB aufbauen
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = rkb1u-fb_h_knoten EXCEPTIONS OTHERS = 4.
RSTH_HIERARCHY_INFO CALL FUNCTION 'RSTH_HIERARCHY_INFO' EXPORTING fbnam = rkb1u-fb_h_info I_SEL = rkb1x REQUESTER = 'RE' TABLES i_rsthinfo = lt_rsthinfo EXCEPTIONS FM_NOT_EXIST = 1 OTHERS = 2.
RSTH_HIERARCHY_INIT CALL FUNCTION 'RSTH_HIERARCHY_INIT' EXPORTING i_rsthvkey = sx_hie-rsthvkey I_SEL = rkb1x REQUESTER = 'RE' TABLES I_RSTHIE = sx_hie-rsthie I_RSTINT = sx_hie-rstint I_RSTTYP = sx_hie-rsttyp EXCEPTIONS FM_NOT_EXIST = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.