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

WRF_ML01AF_SCHED SAP ABAP INCLUDE - WRFML01AFSCHED







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

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:

WAUF_SEASONAL_SCHED_SITE_DARK CALL FUNCTION 'WAUF_SEASONAL_SCHED_SITE_DARK' EXPORTING is_t621 = t621 im_matnr = is_aupo-matnr im_uptyp = l_uptyp * im_simulate = kreuz im_satnr = l_satnr is_auko = is_auko is_aufi = is_aufi IMPORTING et_messg = lt_messg CHANGING ch_aulw = ch_aulw.

WALL_COLLECT_AND_DISPLAY_PROT CALL FUNCTION 'WALL_COLLECT_AND_DISPLAY_PROT' EXPORTING fbi_name = s fbi_msg_id = prot-msgcl fbi_msg_no = '494' TABLES fbt_msg_tab = it_messg_ssc.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING * KZRFB = ' ' * MAXTZ = 0 matnr = l_aupo-matnr * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' IMPORTING wmara = l_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING * KZRFB = ' ' * MAXTZ = 0 matnr = is_aupo-matnr * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' IMPORTING wmara = l_mara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.

WAUF_SEASONAL_SCHED_SITE_DARK CALL FUNCTION 'WAUF_SEASONAL_SCHED_SITE_DARK' IMPORTING et_messg = lt_messg CHANGING ch_aulw = haulw.

WAUF_SEASONAL_SCHED_DC_DARK CALL FUNCTION 'WAUF_SEASONAL_SCHED_DC_DARK' IMPORTING et_messg = lt_messg CHANGING ch_auvw = hauvw.

WAUF_SEASONAL_SCHED_DC_DARK CALL FUNCTION 'WAUF_SEASONAL_SCHED_DC_DARK' EXPORTING * IS_T621 = * IM_MATNR = * IM_UPTYP = * IM_SIMULATE = im_buffer_set = kreuz * IM_BUFFER_USE = * IM_SATNR = * IM_ERVON = * IS_AUKO = is_auvz = is_hauvz * IMPORTING * ET_MESSG = CHANGING ch_auvw = ls_auvw .

WAUF_SEASONAL_SCHED_DC_DARK CALL FUNCTION 'WAUF_SEASONAL_SCHED_DC_DARK' EXPORTING * IS_T621 = * IM_MATNR = * IM_UPTYP = * IM_BUFFER_REF = * IM_BUFFER_SET = im_buffer_use = kreuz * IM_SATNR = * IM_ERVON = * IS_AUKO = is_auvz = is_hauvz * IMPORTING * ET_MESSG = CHANGING ch_auvw = ls_auvw .

WAUF_SEASONAL_SCHED_SITE_DARK CALL FUNCTION 'WAUF_SEASONAL_SCHED_SITE_DARK' EXPORTING * IS_T621 = * IM_MATNR = * IM_UPTYP = * IM_SIMULATE = im_buffer_set = kreuz * IM_BUFFER_USE = * IM_SATNR = * IM_ERVON = * IS_AUKO = is_aufi = haufi * IMPORTING * ET_MESSG = CHANGING ch_aulw = ls_aulw .

WAUF_SEASONAL_SCHED_SITE_DARK CALL FUNCTION 'WAUF_SEASONAL_SCHED_SITE_DARK' EXPORTING * IS_T621 = * IM_MATNR = * IM_UPTYP = * IM_SIMULATE = * IM_BUFFER_SET = im_buffer_use = kreuz * IM_SATNR = * IM_ERVON = * IS_AUKO = is_aufi = is_haufi * IMPORTING * ET_MESSG = CHANGING ch_aulw = ls_aulw .



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