MF05AOENJ 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 MF05AOENJ 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!
BDC_RUNNING * call function 'BDC_RUNNING' * importing * bi_info = bi * exceptions * others = 1.
COMPANY_CODE_READ CALL FUNCTION 'COMPANY_CODE_READ' EXPORTING i_bukrs = bkpf-bukrs IMPORTING e_t001 = t001 e_t004 = t004 e_t005 = t005 e_t014 = t014 e_t043 = t043 e_t043t = t043t EXCEPTIONS error_message = 1.
FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = t001-bukrs i_land1 = t001-land1 i_rcomp = t001-rcomp IMPORTING e_x001 = x001 EXCEPTIONS error_message = 1.
FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING i_bukrs = bkpf-bukrs EXCEPTIONS component_not_active = 1 not_found = 2 OTHERS = 3.
ACC_CA_TREE_INITIALIZE CALL FUNCTION 'ACC_CA_TREE_INITIALIZE' EXPORTING i_callback_repid = 'SAPMF05A' i_callback_form = 'HANDLE_CALLBACK_ENJ' i_callback_ctmenu = 'HANDLE_CONTEXTMENU' i_docking_dynnr = _dynnr i_docking_size = l_width EXCEPTIONS control_error = 1 already_initialized = 2 OTHERS = 3.
ACC_CA_TREE_CREATE CALL FUNCTION 'ACC_CA_TREE_CREATE' EXPORTING i_hierarchy_header = hierarchy_header * (del) * i_expand_to_level = 1 "P00K030072 i_expand_to_level = 0 "P00K030072 i_single_click_mode = ' ' "wegen Kontextmenü i_ctmenu = 'CTMENU' i_individual_ctmenu = 'X' i_no_flush = 'X' * i_application_event = ' ' TABLES it_node = node_table it_item = item_table it_columns = columns it_headers = headers EXCEPTIONS control_error = 1 invalid_tree_number = 2 invalid_tree = 3 OTHERS = 4.
ACC_CA_TREE_EXPAND_NODES CALL FUNCTION 'ACC_CA_TREE_EXPAND_NODES' EXPORTING i_no_flush = char_x TABLES it_nodes = lt_nodes[].
DOCHEADER_EDIT_CONTROL_CREATE CALL FUNCTION 'DOCHEADER_EDIT_CONTROL_CREATE' EXPORTING i_repid = 'SAPMF05A' i_dynnr = '1030' i_container = 'EDITOR'.
CHECK_PLANTS_ABROAD_ACTIVE CALL FUNCTION 'CHECK_PLANTS_ABROAD_ACTIVE' EXPORTING i_land1 = t001-land1 IMPORTING e_fi_isactive = loc_xwia.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.