FICMNF00 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 FICMNF00 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: Data Monitor - Form Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FC_DATAACQ_MENU call function 'FC_DATAACQ_MENU' exporting rldnr = gd_rldnr dimen = gd_dimen bunit = ld_bunit congr = ld_congr itclg = gd_itclg rvers = gd_rvers ryear = gd_ryear perid = gd_perid cacti = v_cacti acgr = v_cacgr prot = v_prot lorig = v_lorig only_tdata = v_only_tdata selscr = v_screen_flag "xfm271100 test = v_test_flag exceptions others = 1.
FC_GET_DOCTY call function 'FC_GET_DOCTY' exporting e_dimen = gd_dimen e_itclg = gd_itclg e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_bunit = ld_bunit e_cacti = v_cacti e_txt = it_tf161-txtmi e_monitor_flag = space importing i_answer = gd_answer i_docty = ld_docty exceptions others = 1.
FC_GET_DOCTY call function 'FC_GET_DOCTY' exporting e_dimen = gd_dimen e_itclg = gd_itclg e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_bunit = ld_bunit e_cacti = v_cacti e_txt = it_tf161-txtmi e_monitor_flag = space importing i_answer = gd_answer i_docty = ld_docty exceptions others = 1.
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'BATCH' no_dialog = ' ' report = v_repid importing out_archive_parameters = user_arc_params out_parameters = user_print_params valid = ld_valid exceptions archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 others = 4.
JOB_OPEN call function 'JOB_OPEN' exporting * DELANFREP = ' ' * JOBGROUP = ' ' jobname = ld_jobname * SDLSTRTDT = NO_DATE * SDLSTRTTM = NO_TIME importing jobcount = jobnumber exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = jobnumber jobname = ld_jobname strtimmed = 'X' "sofort starten importing job_was_released = job_released exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 others = 8.
RS_TREE_GET_NODE * call function 'RS_TREE_GET_NODE' * exporting * node_id = it_nodes-parent * importing * node_info = a_snodetext * exceptions * id_not_found = 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.