ML01AFCD6 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 ML01AFCD6 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!
WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0502_anz_lines_aulw CHANGING fbc_tc_lines = tc_0502-lines fbc_tc_top_line = tc_0502-top_line.
WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0503_anz_lines_auvw CHANGING fbc_tc_lines = tc_0503-lines fbc_tc_top_line = tc_0503-top_line.
WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0152_anz_lines_aufi CHANGING fbc_tc_lines = tc_0152-lines fbc_tc_top_line = tc_0152-top_line.
WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0151_anz_lines_aufi CHANGING fbc_tc_lines = tc_0151-lines fbc_tc_top_line = tc_0151-top_line.
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 = hauvt im_ex_auvt = xauvt ex_messg = messg im_kontrakt_pos = kontrakt_pos_tab "auft*5/99A CHANGING im_ex_auko = xauko.
WALL_PROTOKOLL_SCHREIBEN * CALL FUNCTION 'WALL_PROTOKOLL_SCHREIBEN' * EXPORTING * fbi_name = b "Unvollständigkeitsprotokoll * fbi_modus = neu "alte Einträge löschen * fbi_msg_id = prot-msgcl * fbi_msg_no = '466' * fbi_call_sync = kreuz * TABLES * fbt_msg_tab = messg.
WALL_COLLECT_AND_DISPLAY_PROT CALL FUNCTION 'WALL_COLLECT_AND_DISPLAY_PROT' EXPORTING fbi_name = b fbi_msg_id = prot-msgcl fbi_msg_no = '466' TABLES fbt_msg_tab = messg.
WGEN_CREATE_FOLLOW_ON_DOC_BAT CALL FUNCTION 'WGEN_CREATE_FOLLOW_ON_DOC_BAT' EXPORTING fbi_alloc_table = xauko-abeln fbi_fb_typ = fb_typ-lief_bestellung.
WGEN_CREATE_FOLLOW_ON_DOC_BAT CALL FUNCTION 'WGEN_CREATE_FOLLOW_ON_DOC_BAT' EXPORTING fbi_alloc_table = xauko-abeln fbi_fb_typ = fb_typ-lager_bestellung.
WGEN_CREATE_FOLLOW_ON_DOC_BAT CALL FUNCTION 'WGEN_CREATE_FOLLOW_ON_DOC_BAT' EXPORTING fbi_alloc_table = xauko-abeln fbi_fb_typ = fb_typ-lieferung.
WGEN_CREATE_FOLLOW_ON_DOC_BAT CALL FUNCTION 'WGEN_CREATE_FOLLOW_ON_DOC_BAT' EXPORTING fbi_alloc_table = xauko-abeln fbi_fb_typ = space.
WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0503_anz_lines_auvw CHANGING fbc_tc_lines = tc_0503-lines fbc_tc_top_line = tc_0503-top_line.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.