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

FV50PFVP SAP ABAP INCLUDE - Delivery Scheduling: Delivery (Item)







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


INCLUDES used within this REPORT FV50PFVP

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 = lips-vbeln if_posnr = lips-posnr if_direction = v03c_backwards if_schedule_shipping = lf_vstrm if_schedule_transport = lf_trtrm * IF_MATERIAL_AVAIL_DATE = * IF_MATERIAL_AVAIL_TIME = * IF_TRANSPORT_DISPO_DATE = * IF_TRANSPORT_DISPO_TIME = * IF_LOADING_DATE = * IF_LOADING_TIME = * IF_GOODS_ISSUE_DATE = * IF_GOODS_ISSUE_TIME = if_delivery_date = likp-lfdat if_delivery_time = likp-lfuhr 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 = lf_vstrm if_schedule_transport = lf_trtrm 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_delivery_date = likp-lfdat if_delivery_time = likp-lfuhr if_shipping_conditions = likp-vsbed if_transport_group = lips-tragr if_route_schedule = likp-aulwe if_rs_document_sw = tvlk-rfpl_sw IMPORTING ef_material_avail_date = lips-mbdat ef_material_avail_time = lips-mbuhr 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 = 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.



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