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
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_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.