MCOCFSNF21 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 MCOCFSNF21 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!
CVAPI_DOC_VIEW CALL FUNCTION 'CVAPI_DOC_VIEW' EXPORTING pf_dokar =
-dokar pf_doknr = -doknr pf_dokvr = -dokvr pf_doktl = -doktl pf_apptp = i_appltyp ps_file = -s_file EXCEPTIONS error = 1 not_found = 2 no_auth = 3 no_original = 4 OTHERS = 5.
CV120_START_APPLICATION CALL FUNCTION 'CV120_START_APPLICATION' EXPORTING pf_api_mode = con_x pf_dappl =
-s_file-dappl pf_apptp = i_appltyp pf_file = -s_file-filename pf_check_file = con_x EXCEPTIONS error = 1 file_not_found = 2 OTHERS = 3.
CV120_DOC_GET_FILE CALL FUNCTION 'CV120_DOC_GET_FILE' IMPORTING pfx_file = ls_attach-s_file-filename EXCEPTIONS wrong_appl = 1 error = 2 OTHERS = 3.
CV120_DOC_GET_APPL CALL FUNCTION 'CV120_DOC_GET_APPL' EXPORTING pf_dialog = con_x pf_file = ls_attach-s_file-filename IMPORTING pfx_dappl = ls_attach-s_file-dappl.
CV120_SPLIT_PATH CALL FUNCTION 'CV120_SPLIT_PATH' EXPORTING pf_path = ls_attach-s_file-filename IMPORTING pfx_file = ls_attach-atm_filename.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.