FM00F01 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 FM00F01 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!
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_log exceptions log_header_inconsistent = 1 others = 2.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_s_msg = l_msg exceptions others = 0.
BAL_DSP_PROFILE_NO_TREE_GET call function 'BAL_DSP_PROFILE_NO_TREE_GET' importing e_s_display_profile = l_s_display_profile exceptions others = 1.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = l_s_display_profile exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 others = 5.
VIEW_AUTHORITY_CHECK call function 'VIEW_AUTHORITY_CHECK' exporting view_action = 'U' view_name = g_tabname exceptions invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 no_linedependent_authority = 5 others = 6.
VIEW_ENQUEUE call function 'VIEW_ENQUEUE' exporting action = 'E' view_name = g_tabname exceptions client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 others = 7.
DDIF_VIEW_GET call function 'DDIF_VIEW_GET' exporting name = g_tabname langu = sy-langu importing dd25v_wa = l_dd25v exceptions illegal_input = 1 others = 2.
TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' tables wt_ko200 = lt_e071 wt_e071k = lt_e071k exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' exporting wi_order = g_trkorr importing we_order = g_trkorr tables wt_ko200 = lt_e071 wt_e071k = lt_e071k exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' tables wt_ko200 = lt_e071 wt_e071k = lt_e071k exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' exporting wi_order = g_trkorr importing we_order = g_trkorr tables wt_ko200 = lt_e071 wt_e071k = lt_e071k exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.