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

/SPE/V50IF12 SAP ABAP INCLUDE - Include /SPE/V50IF12







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


INCLUDES used within this REPORT /SPE/V50IF12

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_CHANGE call function 'BAPI_OUTB_DELIVERY_CHANGE' 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 sender_system = if_sender_system 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_serial_no = it_item_serial_no supplier_cons_data = it_supplier_cons_data extension1 = it_extension1 extension2 = it_extension2 return = ct_return tokenreference = it_tokenreference item_data_spl = it_item_data_spl collective_change_items = it_collective_change_items new_item_data = it_new_item_data new_item_data_spl = it_new_item_data_spl new_item_org = it_new_item_org item_data_docu_batch = it_item_data_docu_batch.



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