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

ML01AFCD5 SAP ABAP INCLUDE - documentation and ABAP source code







ML01AFCD5 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 ML01AFCD5 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 ML01AFCD5. "Basic submit
SUBMIT ML01AFCD5 AND RETURN. "Return to original report after report execution complete
SUBMIT ML01AFCD5 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 ML01AFCD5

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_INIT_AFTER_ABORT CALL FUNCTION 'WAVI_INIT_AFTER_ABORT'.

WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0201_anz_lines_reflips CHANGING fbc_tc_lines = tc_0201-lines fbc_tc_top_line = tc_0201-top_line.

WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0203_anz_lines_refekpo CHANGING fbc_tc_lines = tc_0203-lines fbc_tc_top_line = tc_0203-top_line.

WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0205_anz_lines_refekpo CHANGING fbc_tc_lines = tc_0205-lines fbc_tc_top_line = tc_0205-top_line.

WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0201_anz_lines_reflips CHANGING fbc_tc_lines = tc_0201-lines fbc_tc_top_line = tc_0201-top_line.

WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0203_anz_lines_refekpo CHANGING fbc_tc_lines = tc_0203-lines fbc_tc_top_line = tc_0203-top_line.

WALL_TC_RESET CALL FUNCTION 'WALL_TC_RESET' EXPORTING fbi_tc_lines = tc_0205_anz_lines_refekpo CHANGING fbc_tc_lines = tc_0205-lines fbc_tc_top_line = tc_0205-top_line.

WAUF_V_T629_LESEN CALL FUNCTION 'WAUF_V_T629_LESEN' EXPORTING im_sperr = xauko-sperr IMPORTING ex_v_t629 = l_v_t629 EXCEPTIONS no_record_found = 1 OTHERS = 2.

WAUF_V_T629_LESEN CALL FUNCTION 'WAUF_V_T629_LESEN' EXPORTING im_sperr = xaupo-sperr IMPORTING ex_v_t629 = l_v_t629 EXCEPTIONS no_record_found = 1 OTHERS = 2.

CLMA_CLASS_READ CALL FUNCTION 'CLMA_CLASS_READ' EXPORTING classnumber = xaupo-fikli language = sy-langu IMPORTING classname = xaupo-filkl classtype = xaupo-fklar description = xaupo-filkb EXCEPTIONS class_not_found = 4.

WEMF_EMFIN_LESEN CALL FUNCTION 'WEMF_EMFIN_LESEN' EXPORTING im_nremfin = xaupo-nremfin IMPORTING EX_EMFINT = emfint EXCEPTIONS NO_RECORD_FOUND = 1 NUMBER_IS_INITIAL = 2 OTHERS = 3 .

WAUF_T621_LESEN CALL FUNCTION 'WAUF_T621_LESEN' EXPORTING im_apstp = xaupo-apstp IMPORTING ex_t621 = t621 ex_t621t = t621t EXCEPTIONS no_record_found = 1 db_error = 2 OTHERS = 3.

WAUF_T627_LESEN CALL FUNCTION 'WAUF_T627_LESEN' EXPORTING im_astra = xaupo-astra IMPORTING ex_t627 = t627 ex_t627t = t627t EXCEPTIONS no_record_found = 01.

WAVI_READ_TABLE_AVIS_TYPE CALL FUNCTION 'WAVI_READ_TABLE_AVIS_TYPE' EXPORTING fbi_avis_type = xaupo-aavit fbi_read_avis_type_text = kreuz IMPORTING fbe_avis_type_data = t626 fbe_avis_type_text = t626t EXCEPTIONS fba_error_read_avis_type = 1 fba_avis_type_invalid = 2 OTHERS = 3.

MERCHANDISE_GROUP_SINGLE_SEL CALL FUNCTION 'MERCHANDISE_GROUP_SINGLE_SEL' EXPORTING i_matkl = xaupo-matkl i_spras = sy-langu IMPORTING e_t023t = t023t e_t023 = t023 EXCEPTIONS no_basis_mg = 1 no_mg_text = 2 OTHERS = 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 ML01AFCD5 or its description.