SAP Reports / Programs | Logistics - General | Service Parts Management | Stock Transfers(LO-SPM-STO) SAP LO

/SPE/STO_ID_PROCESSING SAP ABAP dialog Program - Processing of Inbound delivery creation & deletion for STO







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


Text pool values


Title: Processing of Inbound delivery creation & deletion for STO


INCLUDES used within this REPORT /SPE/STO_ID_PROCESSING

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:

/SPE/CALL_PROC_IN_NEW_LUW CALL FUNCTION '/SPE/CALL_PROC_IN_NEW_LUW' EXPORTING is_nast = nast IMPORTING ef_leave = lf_leave.

SHP_IBDLV_CREATE_FROM_OBDLV CALL FUNCTION 'SHP_IBDLV_CREATE_FROM_OBDLV' EXPORTING if_outb_deliv_num = pv_delivery IMPORTING ef_inb_deliv_num = lv_inb_delivery TABLES et_return = lt_return.

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = ls_return-id msg_nr = ls_return-number msg_ty = ls_return-type msg_v1 = ls_return-message_v1 msg_v2 = ls_return-message_v2 "v_n_888796 msg_v3 = ls_return-message_v3 msg_v4 = ls_return-message_v4 "^_n_888796 EXCEPTIONS message_type_not_valid = 1 no_sy_message = 2 OTHERS = 3.

/SPE/CALL_PROC_IN_NEW_LUW CALL FUNCTION '/SPE/CALL_PROC_IN_NEW_LUW' EXPORTING is_nast = nast IMPORTING ef_leave = lf_leave.

LE_DELIVERY_GET_BUFFERED CALL FUNCTION 'LE_DELIVERY_GET_BUFFERED' EXPORTING if_vbeln = iv_outb_dlv is_data = ls_data CHANGING cx_deliveries = lt_outb_dlv EXCEPTIONS no_item_selected = 1 selected_item_enqueued = 2 no_key_specified = 3 OTHERS = 4.

ME_EKPO_SINGLE_READ CALL FUNCTION 'ME_EKPO_SINGLE_READ' EXPORTING pi_ebeln = ls_ekpo-ebeln pi_ebelp = ls_ekpo-ebelp IMPORTING po_ekpo = ls_ekpo EXCEPTIONS NO_RECORDS_FOUND = 1 OTHERS = 2.

LE_DELIVERY_GET_BUFFERED CALL FUNCTION 'LE_DELIVERY_GET_BUFFERED' EXPORTING it_delivery_keys = lt_inb_key is_data = ls_data CHANGING cx_deliveries = lt_inb_dlv EXCEPTIONS no_item_selected = 1 selected_item_enqueued = 2 no_key_specified = 3 OTHERS = 4.



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