SAP Reports / Programs | Logistics Execution | Extended Warehouse Management Integration | Outbound Process(LE-IEW-OUT) SAP LE

/SPE/V50IF07 SAP ABAP INCLUDE - Include /SPE/V50IF07







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


Text pool values


Title: Include /SPE/V50IF07


INCLUDES used within this REPORT /SPE/V50IF07

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_DELIVERY_GET_BUFFERED call function 'LE_DELIVERY_GET_BUFFERED' exporting if_requested_version = -1 if_vbeln = is_vbkok-vbeln_vl is_data = ls_data if_filter_by_enque = lf_lock "n_1293264 changing cx_deliveries = ltx_delivery exceptions no_item_selected = 1 selected_item_enqueued = 2 no_key_specified = 3 others = 4.

/SPE/CHECK_STOCK_TRANSFER call function '/SPE/CHECK_STOCK_TRANSFER' exporting if_ship_to_party = -kunnr src_plant = -werks src_stge_loc = -lgort importing ef_stock_transfer = lf_stock_transfer exceptions assignment_not_unique = 1 others = 2.

/SPE/OUTB_DELIVERY_CHANGE_INT call function '/SPE/OUTB_DELIVERY_CHANGE_INT' exporting if_commit = is_ledlv_bapi_control-db_commit if_synchron = is_ledlv_bapi_control-synchron if_no_messages_update = is_ledlv_bapi_control-no_messages_upd if_update_picking = is_ledlv_bapi_control-update_picking if_no_lock = is_ledlv_bapi_control-no_lock if_confirm_central = is_ledlv_bapi_control-confirm_central if_database_update = is_ledlv_bapi_control-db_update if_no_remote_chg = is_ledlv_bapi_control-no_remote_chg if_error_messages_send = space if_delivery_number = is_vbkok-vbeln_vl it_partner_update = it_partner_update it_sernr_update = it_sernr_upd is_vbkok = is_vbkok tables it_vbpok = it_vbpok it_new_items = lt_new_items "n_1614770 it_verko_tab = it_verko it_verpo_tab = it_verpo it_vbsupcon_tab = it_vbsupcon it_verpo_sernr = it_husernr it_handling_units = it_hu_rehang it_hu_header_epc = it_hu_header_epc it_hu_items_epc = it_hu_items_epc it_aac_item_block = ct_item_coding_block it_tmstmp = it_timestamps it_texth = it_texth "PDI 11/06 it_textl = it_textl "PDI 11/06 et_return = ct_return.

/SPE/OUTB_DELIVERY_CHANGE_STO call function '/SPE/OUTB_DELIVERY_CHANGE_STO' exporting if_commit = is_ledlv_bapi_control-db_commit if_synchron = is_ledlv_bapi_control-synchron if_no_messages_update = is_ledlv_bapi_control-no_messages_upd if_update_picking = is_ledlv_bapi_control-update_picking if_no_lock = is_ledlv_bapi_control-no_lock if_confirm_central = is_ledlv_bapi_control-confirm_central if_database_update = is_ledlv_bapi_control-db_update if_no_remote_chg = is_ledlv_bapi_control-no_remote_chg if_error_messages_send = space if_delivery_number = is_vbkok-vbeln_vl it_partner_update = it_partner_update it_sernr_update = it_sernr_upd is_vbkok = is_vbkok isx_delivery = lsx_delivery tables it_vbpok = it_vbpok it_new_items = it_new_items it_new_items_sku = it_new_items_sku "n_1614770 it_verko_tab = it_verko it_verpo_tab = it_verpo it_vbsupcon_tab = it_vbsupcon it_verpo_sernr = it_husernr it_handling_units = it_hu_rehang it_hu_header_epc = it_hu_header_epc it_hu_items_epc = it_hu_items_epc it_aac_item_block = ct_item_coding_block it_tmstmp = it_timestamps it_texth = it_texth "PDI 11/06 it_textl = it_textl "PDI 11/06 et_return = ct_return.



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 /SPE/V50IF07 or its description.