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

ML01AF0T SAP ABAP INCLUDE - documentation and ABAP source code







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


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 ML01AF0T. "Basic submit
SUBMIT ML01AF0T AND RETURN. "Return to original report after report execution complete
SUBMIT ML01AF0T VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT ML01AF0T

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:

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.



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 ML01AF0T or its description.