MNFKLL00 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 MNFKLL00 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!
ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting einri = rnpa1-einri line_size = 84 repid = 'SAPMNFKL' title_lin1 = text-x01 display = ' ' importing r_form = lr_header exceptions invalid_einri = 1 others = 2.
ISH_NPAT_CONCATENATE call function 'ISH_NPAT_CONCATENATE' exporting ss_einri = ibewegung-einri ss_patnr = ibewegung-patnr ss_npat_complete = off ss_npat = npat ss_list = on importing ss_pname = pname exceptions others = 1.
ISH_TC_LIST_LINE_CHECK call function 'ISH_TC_LIST_LINE_CHECK' "begin HCBL-167 exporting i_einri = ibewegung-einri i_patnr = ls_case_class-patnr ir_tc_api = gr_tc_api importing e_tc_exist = l_tc_exist changing cs_line = ls_case_class exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.