WRF_ML01AF_GENERAL 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 WRF_ML01AF_GENERAL 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = im_progname dynumb = im_dynnumb determine_loop_index = 'X' TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.
WAUF_T627_LESEN CALL FUNCTION 'WAUF_T627_LESEN' EXPORTING im_astra = l_astra IMPORTING ex_t627 = t627 EXCEPTIONS no_record_found = 01.
RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = l_pname dynnr = l_dynnr IMPORTING sel_variant = ch_aupo_astra_var * SEL_VARIANT_TEXT = * TABLES * BELONGING_DYNNR = * EXCEPTIONS * NO_REPORT = 1 * REPORT_NOT_EXISTENT = 2 * REPORT_NOT_SUPPLIED = 3 * NO_VARIANTS = 4 * NO_VARIANT_SELECTED = 5 * VARIANT_NOT_EXISTENT = 6 * OTHERS = 7 .
WAUF_T627_LESEN CALL FUNCTION 'WAUF_T627_LESEN' EXPORTING im_astra = im_astra IMPORTING ex_t627 = t627 EXCEPTIONS no_record_found = 01.
WAUF_T621_LESEN CALL FUNCTION 'WAUF_T621_LESEN' EXPORTING im_apstp = im_xaupo-apstp IMPORTING ex_t621 = t621.
WALL_COLLECT_AND_DISPLAY_PROT CALL FUNCTION 'WALL_COLLECT_AND_DISPLAY_PROT' EXPORTING fbi_name = t fbi_msg_id = prot-msgcl fbi_msg_no = '466' TABLES fbt_msg_tab = messg.
WAUF_SCHEDULE_GENERATION_DATE CALL FUNCTION 'WAUF_SCHEDULE_GENERATION_DATE' EXPORTING im_trmar = trmar-bedat im_werks = im_xauvz-vzwrk * IM_FABKL = im_wedat = im_xauvw-wevdt im_plifz = im_xauvz-plifz im_webaz = im_xauvz-webaz * IM_FILNR = CHANGING ex_bedat = l_h_date * EX_LEDAT = * EX_UMDAT = ex_wedat = l_we_dat_new EXCEPTIONS " acc-esc-051108-B IMPORTPARAMETER_UNVOLLSTAENDIG = 1 BETRIEBSKALENDER_NICHT_LESBAR = 2 TERMINIERUNGSART_FALSCH = 3 OTHERS = 4 " acc-esc-051108-E .
WAUF_SCHEDULE_GENERATION_DATE CALL FUNCTION 'WAUF_SCHEDULE_GENERATION_DATE' EXPORTING im_trmar = trmar-bedat im_werks = im_xaufi-fiwrk * IM_FABKL = im_wedat = im_xaulw-wedat im_plifz = im_xaufi-plifz im_webaz = im_xaufi-webaz im_filnr = im_xaufi-filnr CHANGING ex_bedat = l_h_date * EX_LEDAT = * EX_UMDAT = * EX_WEDAT = EXCEPTIONS " acc-esc-051108-B IMPORTPARAMETER_UNVOLLSTAENDIG = 1 BETRIEBSKALENDER_NICHT_LESBAR = 2 TERMINIERUNGSART_FALSCH = 3 OTHERS = 4 " acc-esc-051108-E .
WAUF_SCHEDULE_GENERATION_DATE CALL FUNCTION 'WAUF_SCHEDULE_GENERATION_DATE' EXPORTING im_trmar = trmar-bedat im_werks = im_xaufi-fiwrk * IM_FABKL = im_wedat = im_xaulw-wedat im_plifz = im_xaufi-plifz im_webaz = im_xaufi-webaz im_filnr = im_xaufi-filnr CHANGING ex_bedat = l_h_date * EX_LEDAT = * EX_UMDAT = * EX_WEDAT = EXCEPTIONS " acc-esc-050811-B IMPORTPARAMETER_UNVOLLSTAENDIG = 1 BETRIEBSKALENDER_NICHT_LESBAR = 2 TERMINIERUNGSART_FALSCH = 3 OTHERS = 4 " acc-esc-051108-E .
WAUF_SCHEDULE_GENERATION_DATE CALL FUNCTION 'WAUF_SCHEDULE_GENERATION_DATE' EXPORTING im_trmar = trmar-ledat im_werks = im_xaufi-fiwrk * IM_FABKL = im_wedat = im_xaulw-wedat im_plifz = im_xaufi-plifz im_webaz = im_xaufi-webaz im_filnr = im_xaufi-filnr CHANGING * EX_BEDAT = l_h_date ex_ledat = l_h_date * EX_UMDAT = * EX_WEDAT = EXCEPTIONS " acc-esc-051108-B IMPORTPARAMETER_UNVOLLSTAENDIG = 1 BETRIEBSKALENDER_NICHT_LESBAR = 2 TERMINIERUNGSART_FALSCH = 3 OTHERS = 4 " acc-esc-051108-E .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.