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

FV50XFWC SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

LE_DSP_READ_FLOW CALL FUNCTION 'LE_DSP_READ_FLOW' EXPORTING if_vbeln = xlikp-vbeln if_check_goods_issue = 'X' IMPORTING et_ledspd_flow_tree = lt_split_flow_tree et_ledspd_flow = lt_split_flow ef_reference_delivery = lf_vbeln_ref ef_root_delivery = ef_vbeln_root ef_items_belong_to = ef_items_belong_to ef_split_profile = ef_split_profile EXCEPTIONS internal_error = 01 OTHERS = 99.

ALE_SERIAL_KEY2CHANNEL CALL FUNCTION 'ALE_SERIAL_KEY2CHANNEL' EXPORTING appl_key = lf_appl_key IMPORTING chnum = ef_ale_serial_id.

VIEW_VBADR CALL FUNCTION 'VIEW_VBADR' EXPORTING input = ls_vbpa IMPORTING adresse = ls_vbadr EXCEPTIONS error = 1 OTHERS = 2.

SHP_BAPI_DELIVERY_REPLICA CALL FUNCTION 'SHP_BAPI_DELIVERY_REPLICA' EXPORTING if_synchron = v50agl-synchron if_rmsys_dlv_crea = v50agl-rmsys_dlv_crea is_v50agl = v50agl TABLES ct_likp = xlikp ct_ylikp = ylikp "n_1001999 it_lips = xlips it_vbfa = xvbfa it_vbpa = xvbpa it_vbadr = xvbadr it_vbuk = xvbuk it_vbak = cvbak it_vbap = cvbap it_vbkd = cvbkd ct_vbfs = lt_vbfs it_serno_change = gt_serno_change.

SHP_BAPI_DELIVERY_REPLICA CALL FUNCTION 'SHP_BAPI_DELIVERY_REPLICA' EXPORTING if_synchron = v50agl-synchron if_rmsys_dlv_crea = v50agl-rmsys_dlv_crea is_v50agl = v50agl TABLES ct_likp = xlikp ct_ylikp = ylikp "n_1001999 it_lips = xlips it_vbfa = xvbfa it_vbpa = xvbpa it_vbadr = xvbadr it_vbuk = xvbuk ct_vbfs = lt_vbfs it_serno_change = gt_serno_change.

SHP_BAPI_DELIVERY_CONFIRM_DEC CALL FUNCTION 'SHP_BAPI_DELIVERY_CONFIRM_DEC' EXPORTING if_synchron = v50agl-synchron if_obj_type = if_obj_type if_ale_serial_id = if_ale_serial_id "ULa, 4.6c

/SPE/DETERMINE_CMACT CALL FUNCTION '/SPE/DETERMINE_CMACT' EXPORTING iv_lgnum = -lgnum IMPORTING ev_cmact = lv_cmact EXCEPTIONS whse_does_not_exist = 0 OTHERS = 0.

SHP_BAPI_DELIVERY_CHANGE CALL FUNCTION 'SHP_BAPI_DELIVERY_CHANGE' EXPORTING if_synchron = v50agl-synchron if_ale_serial_id = if_ale_serial_id "ULa, 4.6c

SHP_BAPI_DELIVERY_SPLIT_DEC CALL FUNCTION 'SHP_BAPI_DELIVERY_SPLIT_DEC' EXPORTING if_synchron = v50agl-synchron if_vbeln_old = if_vbeln_old if_vbeln_new = if_vbeln_new if_items_belong_to = if_items_belong_to if_split_profile = if_split_profile if_ale_serial_id = if_ale_serial_id "ULa, 4.6c

LE_DELIVERY_GET_BUFFERED CALL FUNCTION 'LE_DELIVERY_GET_BUFFERED' EXPORTING * IF_REQUESTED_VERSION = -1 * IF_HANDLE = if_vbeln = if_vbeln_root * IS_DELIVERY_KEY = * IT_DELIVERY_KEYS = is_data = ls_data_to_select * IF_FILTER_BY_ENQUE = * IF_BYPASSING_BUFFER = CHANGING cx_deliveries = lx_deliveries * CX_UNLOCKABLE = EXCEPTIONS no_item_selected = 01 selected_item_enqueued = 02 no_key_specified = 03 OTHERS = 99 .

ALE_SERIAL_KEY2CHANNEL CALL FUNCTION 'ALE_SERIAL_KEY2CHANNEL' EXPORTING appl_key = lf_appl_key IMPORTING chnum = cf_ale_serial_id.



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