ML01AF0T 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 ML01AF0T 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!
WAVI_READ_TABLE_AVIS_TYPE CALL FUNCTION 'WAVI_READ_TABLE_AVIS_TYPE' EXPORTING fbi_avis_type = upi_aavit fbi_read_avis_type_text = kreuz IMPORTING fbe_avis_type_data = t626 fbe_avis_type_text = t626t EXCEPTIONS fba_error_read_avis_type = 01 fba_avis_type_invalid = 02.
WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_1202_anz_lines_theadtab CHANGING fbc_tc_lines = tc_1202-lines fbc_tc_top_line = tc_1202-top_line.
WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_1102_anz_lines_theadtab CHANGING fbc_tc_lines = tc_1102-lines fbc_tc_top_line = tc_1102-top_line.
RENAME_TEXT * call function 'RENAME_TEXT' * exporting * object = htext-tdobject * name = htext-tdname * id = htext-tdid * language = htext-tdspras * newname = beleg * exceptions * not_found = 1 * others = 2.
COMMIT_TEXT * call function 'COMMIT_TEXT'.
RENAME_TEXT CALL FUNCTION 'RENAME_TEXT' EXPORTING object = htext-tdobject name = htext-tdname id = htext-tdid language = htext-tdspras newname = h_newname EXCEPTIONS not_found = 1 OTHERS = 2.
RENAME_TEXT CALL FUNCTION 'RENAME_TEXT' EXPORTING object = htext-tdobject name = htext-tdname id = htext-tdid language = htext-tdspras newname = h_newname EXCEPTIONS not_found = 1 OTHERS = 2.
WAUF_SCHEDULE_GENERATION_DATE ** call function 'WAUF_SCHEDULE_GENERATION_DATE' ** exporting ** im_trmar = up_trmar ** im_werks = up_btwrk ** im_fabkl = up_fabkl ** im_wedat = up_wedat ** im_plifz = up_plifz ** im_webaz = up_webaz ** changing ** ex_bedat = up_gedat ** ex_wedat = up_wedat_neu ** exceptions ** importparameter_unvollstaendig = 01 ** betriebskalender_nicht_lesbar = 02 ** terminierungsart_falsch = 03.
WAUF_SCHEDULE_GENERATION_DATE ** call function 'WAUF_SCHEDULE_GENERATION_DATE' ** exporting ** im_trmar = up_trmar ** im_werks = up_btwrk ** im_fabkl = up_fabkl ** im_wedat = up_wedat ** im_plifz = up_plifz ** im_webaz = up_webaz ** changing ** ex_umdat = up_gedat ** ex_wedat = up_wedat_neu ** exceptions ** importparameter_unvollstaendig = 01 ** betriebskalender_nicht_lesbar = 02 ** terminierungsart_falsch = 03.
WAUF_SCHEDULE_GENERATION_DATE ** call function 'WAUF_SCHEDULE_GENERATION_DATE' ** exporting ** im_trmar = up_trmar ** im_werks = up_btwrk ** im_fabkl = up_fabkl ** im_wedat = up_wedat ** im_plifz = up_plifz ** im_webaz = up_webaz ** changing ** ex_ledat = up_gedat ** ex_wedat = up_wedat_neu ** exceptions ** importparameter_unvollstaendig = 01 ** betriebskalender_nicht_lesbar = 02 ** terminierungsart_falsch = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.