ML01AF4A 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 ML01AF4A 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_READ_DISPATCHER *auft*1 / 4.0C call function 'WAUF_READ_DISPATCHER'
WAUF_ALLOCATION_TABLE_READ CALL FUNCTION 'WAUF_ALLOCATION_TABLE_READ' EXPORTING * im_mandt = sy-mandt IM_ABELN = UP_ABELN IMPORTING EX_AUKO = XAUKO TABLES IM_EX_AUPO = XAUPO IM_EX_AUFG = XAUFG IM_EX_AUFI = XAUFI IM_EX_AULW = XAULW IM_EX_AUSB = XAUSB IM_EX_AUVW = XAUVW IM_EX_AUVZ = XAUVZ IM_EX_AUVT = XAUVT EXCEPTIONS NO_ABELN = 1.
WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING FBI_TC_LINES = TC_0122_ANZ_LINES_AUPO CHANGING FBC_TC_LINES = TC_0122-LINES FBC_TC_TOP_LINE = TC_0122-TOP_LINE.
ENQUEUE_MWAUKOE CALL FUNCTION 'ENQUEUE_MWAUKOE' EXPORTING MANDT = SY-MANDT ABELN = AUKO-ABELN X_ABELN = SPACE _SCOPE = '3' "auft*2: von 2 auf 3 geƤndert _WAIT = ' ' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
DEQUEUE_MWAUKOE * CALL FUNCTION 'DEQUEUE_MWAUKOS' CALL FUNCTION 'DEQUEUE_MWAUKOE' EXPORTING MANDT = SY-MANDT ABELN = AUKO-ABELN X_ABELN = SPACE * _SCOPE = '3'. "auft*2: von 2 auf 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 ML01AF4A or its description.