SAP Reports / Programs | Logistics - General | Merchandise Distribution | Allocation(LO-MDS-AL) SAP LO

ML01ACPLI SAP ABAP INCLUDE - Include ML01ACPLI







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ML01ACPLI. "Basic submit
SUBMIT ML01ACPLI AND RETURN. "Return to original report after report execution complete
SUBMIT ML01ACPLI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include ML01ACPLI


INCLUDES used within this REPORT ML01ACPLI

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ML01ACPLI or its description.