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
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.
Title: Delivery Scheduling: Delivery (Item)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV50PFVP - Delivery Scheduling: Delivery (Item) FV50PFUP - documentation and ABAP source code FV50PFOI_TDP - Oil Include: TDP FORM Routine FV50PFOI_HPM_POD_APPENDICES_CH - Include FV50PFOI_HPM_POD_APPENDICES_CH FV50PFOI_HPM_DATUM_DETERMINE - Include FV50PFOI_HPM_DATUM_DETERMINE FV50PFOI_HPM_CHECK_PROCESS_D - Include FV50PFOI_HPM_CHECK_PROCESS_D