ML01AF4B 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 ML01AF4B 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!
WAUF_ACTIVITY_STATE_DETERMINE CALL FUNCTION 'WAUF_ACTIVITY_STATE_DETERMINE' EXPORTING aupo_ausb_lesen = ' ' TABLES im_ex_auko = local_auko im_ex_aupo = xaupo im_ex_ausb = xausb.
WALL_NUMBER_GET_NEXT CALL FUNCTION 'WALL_NUMBER_GET_NEXT' EXPORTING im_object = numk_objekt im_range_nr = t620-numki IMPORTING ex_number = xauko-abeln.
WALL_NUMBER_GET_NEXT * CALL FUNCTION 'WALL_NUMBER_GET_NEXT' * EXPORTING * im_object = numk_objekt * im_range_nr = t620-numki * IMPORTING * ex_number = xauko-abeln.
WAUF_CREATE_DOCUMENT *auft*4 / 4.0C call function 'WAUF_CREATE_DOCUMENT' in update task
WAUF_ALLOCATION_TABLE_CREATE CALL FUNCTION 'WAUF_ALLOCATION_TABLE_CREATE' IN UPDATE TASK EXPORTING im_ex_auko = xauko TABLES im_ex_aupo = xaupo im_ex_aufg = xaufg im_ex_aufi = xaufi im_ex_auvz = xauvz im_ex_aulw = xaulw im_ex_auvw = xauvw im_ex_ausb = xausb im_ex_auvt = xauvt.
WAUF_ALLOCATION_TABLE_CREATE CALL FUNCTION 'WAUF_ALLOCATION_TABLE_CREATE' IN UPDATE TASK EXPORTING im_ex_auko = xauko TABLES im_ex_aupo = ht_aupo_del im_ex_aufg = ht_aufg_del im_ex_aufi = ht_aufi_del im_ex_auvz = ht_auvz_del im_ex_aulw = ht_aulw_del im_ex_auvw = ht_auvw_del im_ex_ausb = ht_ausb_del im_ex_auvt = ht_auvt_del.
PROMOTION_SAV_GLBL_BUF_TO_WALE CALL FUNCTION 'PROMOTION_SAV_GLBL_BUF_TO_WALE'.
COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXPORTING object = 'AUKO'.
COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXPORTING object = 'AUPO'.
WAUF_INDEX_DELIVERY CALL FUNCTION 'WAUF_INDEX_DELIVERY' IN UPDATE TASK EXPORTING im_auko = xauko TABLES im_aupo = xaupo im_aufi = xaufi im_aulw = xaulw im_auvt = xauvt *auft*1 / 4.0C: AUVZ mit übergeben (--> AUREL)
WAUF_INDEX_PURCHASE_ORDER * call function 'WAUF_INDEX_PURCHASE_ORDER' CALL FUNCTION 'WAUF_INDEX_PURCHASE_ORDER' IN UPDATE TASK EXPORTING im_auko = xauko TABLES im_aupo = xaupo im_aufi = xaufi im_aulw = xaulw im_auvz = xauvz im_auvw = xauvw im_ausb = xausb.
WAUF_INDEX_SALES_ORDER * CALL FUNCTION 'WAUF_INDEX_SALES_ORDER' CALL FUNCTION 'WAUF_INDEX_SALES_ORDER' IN UPDATE TASK EXPORTING im_auko = xauko TABLES im_aupo = xaupo im_aufi = xaufi im_aulw = xaulw im_auvz = xauvz im_ausb = xausb.
WAVI_SAVE_MESSAGES CALL FUNCTION 'WAVI_SAVE_MESSAGES' EXPORTING fbi_document_number = xauko-abeln TABLES fbt_error_tab = fehler_tab EXCEPTIONS fba_warning = 04 fba_error = 08 fba_abort = 12.
RV_MESSAGES_GET CALL FUNCTION 'RV_MESSAGES_GET' EXPORTING msg_kappl = wavi_applikation msg_objky_from = help_object_key_low msg_objky_to = help_object_key_high TABLES tab_xnast = h_itab_xnast tab_ynast = h_itab_ynast.
WAVI_CREATE_AND_SAVE_MESSAGES CALL FUNCTION 'WAVI_CREATE_AND_SAVE_MESSAGES' IN UPDATE TASK EXPORTING fbi_auko = xauko fbi_ta_typ = help_ta_typ TABLES fbt_aupo = xaupo fbt_aupo_von_db = yaupo fbt_aufg = xaufg fbt_aufi = xaufi fbt_auvz = xauvz fbt_ausb = xausb fbt_nast = h_itab_xnast.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = xauko-abeln IMPORTING OUTPUT = l_abeln .
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 ML01AF4B or its description.