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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV50XFWC - documentation and ABAP source code FV50XFUP - Determine quantity of active ingredient FV50XFUK - SD Credit Data: Read Open Order, Delivery and Billing Values FV50XFUC - Incompletion Log FV50XFSN - Common Include for mult.processing and dialog for serial number forms FV50XFPD - documentation and ABAP source code