/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
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.
Title: Processing of Inbound delivery creation & deletion for STO
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/SPE/STO_ID_PROCESSING - Processing of Inbound delivery creation & deletion for STO /SPE/STO_ID_PROCESSING - Processing of Inbound delivery creation & deletion for STO /SPE/STO_IDOC_F07 - Include /SPE/STO_IDOC_F07 /SPE/STO_IDOC_F06 - Include /SPE/STO_IDOC_F06 /SPE/STO_IDOC_F05 - Include /SPE/STO_IDOC_F05 /SPE/STO_IDOC_F04 - Include /SPE/STO_IDOC_F04