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

/SPE/V50IF10 SAP ABAP INCLUDE - Include /SPE/V50IF10







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


INCLUDES used within this REPORT /SPE/V50IF10

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:

BAPI_OUTB_DELIVERY_CONFIRM_DEC call function 'BAPI_OUTB_DELIVERY_CONFIRM_DEC' in background task destination 'NONE' as separate unit exporting header_data = is_header_data header_control = is_header_control delivery = if_delivery techn_control = ls_techn_control header_data_spl = is_header_data_spl header_control_spl = is_header_control_spl tables header_partner = it_header_partner header_partner_addr = it_header_partner_addr header_deadlines = it_header_deadlines item_data = it_item_data item_control = it_item_control item_coding_block = it_item_coding_block item_serial_no = it_item_serial_no supplier_cons_data = it_supplier_cons_data handling_unit_header = it_handling_unit_header handling_unit_item = it_handling_unit_item handling_unit_header_epc = it_handling_unit_header_epc handling_unit_items_epc = it_handling_unit_item_epc handling_unit_serno = it_handling_unit_serno extension1 = it_extension1 extension2 = it_extension2 return = ct_return tokenreference = it_tokenreference handling_unit_header_cross = it_handling_unit_header_cross item_data_spl = it_item_data_spl handling_unit_identifiers = it_handling_unit_identifiers handling_unit_item_spl = it_handling_unit_item_spl item_data_docu_batch = it_item_data_docu_batch new_item_data = it_new_item_data new_item_data_spl = it_new_item_data_spl new_item_org = it_new_item_org text_header = it_text_header text_lines = it_text_lines new_item_data_sku = it_new_item_data_sku.



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