ML01ACPLI 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 ML01ACPLI 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: Include ML01ACPLI
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WAUF_ALLOCATION_TABLE_CHECK CALL FUNCTION 'WAUF_ALLOCATION_TABLE_CHECK' TABLES im_ex_aupo = haupo im_ex_aufi = haufi im_ex_aulw = haulw im_ex_auvz = hauvz im_ex_auvw = hauvw im_ex_auvt = xauvt ex_messg = messg im_kontrakt_pos = kontrakt_pos_tab CHANGING im_ex_auko = xauko.
WF03_ALLOC_CREATE_ITEM_DIALOG CALL FUNCTION 'WF03_ALLOC_CREATE_ITEM_DIALOG' EXPORTING iv_create_change = 'I' iv_alloctable_locked = 'X' TABLES fbt_alloc_plants = cpaufi fbt_alloc_plant_groups = cpaufg fbt_alloc_plant_dp = cpaulw fbt_alloc_dc = cpauvz fbt_alloc_dc_dp = cpauvw fbt_alloc_dc_groups = cpauvt fbt_alloc_status = cpausb fbt_msg_tbl = lt_smesg CHANGING fbc_alloc_header = cpauko fbc_alloc_item = cpaupo.
WALL_COLLECT_AND_DISPLAY_PROT CALL FUNCTION 'WALL_COLLECT_AND_DISPLAY_PROT' EXPORTING fbi_name = d fbi_msg_id = prot-msgcl fbi_msg_no = '466' TABLES fbt_msg_tab = messg.
WMOD_GENERIC_ARTICLE_ADAPTION CALL FUNCTION 'WMOD_GENERIC_ARTICLE_ADAPTION' EXPORTING generic_article_abelp = lv_sapos TABLES im_ex_aupo = xaupo im_ex_aufg = xaufg im_ex_aufi = xaufi im_ex_auvz = xauvz.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = pi_progname dynumb = pi_dynpro * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' perform_input_conversion = kreuz "erw. Kdauft
F4_ALLOWED_QUANTITY_UNIT CALL FUNCTION 'F4_ALLOWED_QUANTITY_UNIT' EXPORTING i_s_general = l_i_alwd_unit i_dialog = kreuz i_dynpprog = pi_progname i_dynpnr = pi_dynpro i_dynprofield = pi_dynpro_field_me i_display = l_display i_titel = l_text_f4_hilfe i_stepl = l_dynpro_zeile TABLES o_t_qt_units = l_t_alwd_unit EXCEPTIONS bad_params = 1 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.
ML01ACPLI - Include ML01ACPLI ML01ABST - Allocation table replenishment, plant stock check ML01AARB - Include for Allocation Rule Menu in Environment Path MKZSLTOP - documentation and ABAP source code MKZSLF01 - FORM routines for view cluster maintenance MKXPRA01 - XPRA for Converting Matchcode Objects MAT1, MAT2