FKMAXCI8 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 FKMAXCI8 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_FIELD_BREAKDOWN CALL FUNCTION 'K_FIELD_BREAKDOWN' EXPORTING kfb_dynnr = ld_dynnr kfb_fieldname = ld_fieldname kfb_modus = ld_mode kfb_object = lcl_builder=>object kfb_report = ld_repid kfb_routine_check = ls_routines-pruefen kfb_routine_f4 = ls_routines-help kfb_tabname = lcl_builder=>screeninfo-tabname kfb_as_checkbox = ld_as_checkbox TABLES kfb_intervals = lt_intv.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.