SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

FV50KFVK SAP ABAP INCLUDE - Delivery Scheduling: Delivery (Header)







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


Text pool values


Title: Delivery Scheduling: Delivery (Header)


INCLUDES used within this REPORT FV50KFVK

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:

APO_SCHEDULING CALL FUNCTION 'APO_SCHEDULING' EXPORTING if_vbeln = xlips-vbeln if_posnr = xlips-posnr if_direction = v03c_backwards if_schedule_shipping = if_vstrm if_schedule_transport = if_trtrm if_delivery_date = lf_lfdat_save if_delivery_time = lf_lfuhr_save is_attributes = ls_attributes is_options = ls_options if_date_today = sy-datlo if_time_today = sy-timlo if_tz_today = sy-zonlo IMPORTING ef_schedule_apo = lf_apo es_timetags = ls_timetags es_transport = ls_transport EXCEPTIONS missing_date = 1 rfc_error = 2 OTHERS = 3.

SD_SCHEDULING CALL FUNCTION 'SD_SCHEDULING' EXPORTING if_schedule_direction = v03c_backwards if_schedule_shipping = if_vstrm if_schedule_transport = if_trtrm if_shipping_point = i_likp-vstel if_weight_group = i_likp-grulg if_loading_group = xlips-ladgr if_transport_route = i_likp-route is_ship_to_view = kuwev if_date_today = sy-datlo if_time_today = sy-timlo is_options = ls_options if_delivery_date = lf_lfdat_save if_delivery_time = lf_lfuhr_save if_shipping_conditions = i_likp-vsbed if_transport_group = i_likp-tragr if_route_schedule = i_likp-aulwe if_rs_document_sw = tvlk-rfpl_sw IMPORTING ef_material_avail_date = lt_kodat ef_material_avail_time = lt_kouhr ef_transport_dispo_date = lt_tddat ef_transport_dispo_time = lt_tduhr ef_loading_date = lt_lddat ef_loading_time = lt_lduhr ef_goods_issue_date = lt_wadat ef_goods_issue_time = lt_wauhr ef_delivery_date = lt_lfdat ef_delivery_time = lt_lfuhr ef_route_schedule = o_likp-aulwe EXCEPTIONS invalid_date = 1 invalid_calendar = 2 missing_date = 3 date_after_end = 4 date_before_begin = 5 invalid_workinghours = 6 parameter_error = 7 OTHERS = 8.

SD_DELIVERY_CUMULATIVE_SET_DAT CALL FUNCTION 'SD_DELIVERY_CUMULATIVE_SET_DAT' EXPORTING if_lfdat_new = o_likp-lfdat if_lfdat_old = lf_lfdat_save is_xlips = xlips is_kuwev = kuwev is_likp = likp .

APO_SCHEDULING CALL FUNCTION 'APO_SCHEDULING' EXPORTING if_vbeln = likp-vbeln if_posnr = lips-posnr if_direction = v03c_forwards if_schedule_shipping = space if_schedule_transport = charx if_goods_issue_date = likp-wadat if_goods_issue_time = likp-wauhr is_attributes = ls_attributes is_options = ls_options if_date_today = sy-datlo if_time_today = sy-timlo if_tz_today = sy-zonlo IMPORTING ef_schedule_apo = lf_apo es_timetags = ls_timetags es_transport = ls_transport EXCEPTIONS missing_date = 1 rfc_error = 2 OTHERS = 3.

SD_SCHEDULING CALL FUNCTION 'SD_SCHEDULING' EXPORTING if_schedule_direction = v03c_forwards if_schedule_shipping = space if_schedule_transport = charx if_shipping_point = likp-vstel if_weight_group = likp-grulg if_loading_group = lips-ladgr if_transport_route = likp-route is_ship_to_view = kuwev if_date_today = sy-datlo if_time_today = sy-timlo is_options = ls_options if_goods_issue_date = likp-wadat if_goods_issue_time = likp-wauhr if_shipping_conditions = likp-vsbed if_transport_group = likp-tragr if_route_schedule = likp-aulwe if_rs_document_sw = tvlk-rfpl_sw IMPORTING * all dates before goods issue date are set by scheduling "P4AK000985 * on item level only ! "P4AK000985 * ef_transport_dispo_date = likp-tddat "P4AK000985 * ef_transport_dispo_time = likp-tduhr "P4AK000985 * ef_loading_date = likp-lddat "P4AK000985 * ef_loading_time = likp-lduhr "P4AK000985 * aus Terminierung vorwärts + Umschaltung auf Rückwärts ggf. verändert



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