ML01AF5B 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 ML01AF5B 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!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-038 text_question = text-039 DISPLAY_CANCEL_BUTTON = ' ' IMPORTING ANSWER = popup_answer .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-038 text_question = text-039 DISPLAY_CANCEL_BUTTON = ' ' IMPORTING ANSWER = popup_answer .
MATERIAL_READ_CLASSIFIC_RT CALL FUNCTION 'MATERIAL_READ_CLASSIFIC_RT' EXPORTING p_matnr = ekpo-matnr * kz_mara_read = 'X' * P_MARA = * kz_makt_read = 'X' * KZRFB = ' ' * MAXTZ = 0 * SPERRMODUS = ' ' IMPORTING p_class = h_p_class p_mara = h_p_mara p_makt = h_p_makt TABLES exp_var_tab = ht_var_tab * EXP_CHAR = * EXP_VALU = exp_char_vari = ht_char_vari exp_valu_vari = ht_valu_vari * EXP_VALU_ASSIGNED = EXCEPTIONS wrong_call = 1 mara_not_exist = 2 no_class = 3 no_char = 4 no_valu_vari = 5 OTHERS = 6.
WALL_MERCHANDISE_CAT_FROM_MCHL CALL FUNCTION 'WALL_MERCHANDISE_CAT_FROM_MCHL' EXPORTING fbi_class_no = klah-class TABLES fbt_merch_cat = it_matkl.
WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0203_anz_lines_refekpo CHANGING fbc_tc_lines = tc_0203-lines fbc_tc_top_line = tc_0203-top_line.
ME_PURCHASE_DOCUMENT_DATA_SAVE CALL FUNCTION 'ME_PURCHASE_DOCUMENT_DATA_SAVE' EXPORTING * I_NO_DOCUMENT_CHECK = ' ' * I_COMMIT_WAIT = ' ' i_no_commit = kreuz EXCEPTIONS invalid_call_of_fb = 1 OTHERS = 2.
ME_PURCHASE_DOCU_DATA_REFRESH CALL FUNCTION 'ME_PURCHASE_DOCU_DATA_REFRESH'.
ME_PURCHASE_DOCUMENT_DATA_READ CALL FUNCTION 'ME_PURCHASE_DOCUMENT_DATA_READ' EXPORTING i_ebeln = bestellung_pos_tab-ebeln i_tcode = h_tcode * I_NO_COMMIT = ' ' i_trtyp = h_trtyp i_no_messaging = kreuz i_no_message_req = kreuz i_no_authority_check = kreuz * I_VORGA = EXCEPTIONS no_eblnr = 1 eblnr_not_found = 2 no_tcode = 3 tcode_not_allowed = 4 no_trtyp = 5 invalid_call_of_fb = 6 OTHERS = 7.
ME_PUR_DOCU_POSITION_CHANGE CALL FUNCTION 'ME_PUR_DOCU_POSITION_CHANGE' EXPORTING i_field_name = 'AUFTEILER' i_field_value = h_ekpo_aufteiler IMPORTING e_ekbel = h_ekbel TABLES ebelp_ran = ht_ebelp_ran EXCEPTIONS invalid_call_of_fb = 1 OTHERS = 2.
ME_PURCHASE_DOCUMENT_DATA_SAVE CALL FUNCTION 'ME_PURCHASE_DOCUMENT_DATA_SAVE' EXPORTING * I_NO_DOCUMENT_CHECK = ' ' * I_COMMIT_WAIT = ' ' i_no_commit = kreuz EXCEPTIONS invalid_call_of_fb = 1 OTHERS = 2.
DEQUEUE_EMEKKOE CALL FUNCTION 'DEQUEUE_EMEKKOE' EXPORTING * MODE_EKKO = 'E' * MODE_EKPO = 'E' mandt = sy-mandt ebeln = bestellung_nr_tab-ebeln * EBELP = x_ebeln = space * X_EBELP = ' ' _scope = '2' _synchron = space * _COLLECT = ' '.
WALL_QUANTITY_CONVERT_UNIT_RND CALL FUNCTION 'WALL_QUANTITY_CONVERT_UNIT_RND' EXPORTING fbi_material = h_it_refekpo-matnr fbi_base_unit = h_it_refekpo-lmein fbi_source_quantity = h_it_refekpo-menge fbi_source_unit = h_it_refekpo-meins fbi_destination_unit = h_it_refekpo-aufme * FBI_ROUND_SIGN_1 = 'X' * FBI_ROUND_SIGN_2 = 'X' * FBI_ROUND_SIGN_3 = 'X' IMPORTING fbo_destination_quantity = h_it_refekpo-pmnge fbo_source_quantity_new = refekpo-menge.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.