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

/SPE/POD_PROCESSING_F01 SAP ABAP INCLUDE - Include /SPE/POD_PROCESSING_F01







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


INCLUDES used within this REPORT /SPE/POD_PROCESSING_F01

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_DELIVERY_READ_SINGLE CALL FUNCTION 'SHP_DELIVERY_READ_SINGLE' EXPORTING if_vbeln = nast-objky(10) is_buffering = ls_buffering CHANGING cs_delivery = ls_delivery EXCEPTIONS no_record_found = 1 no_key_specified = 2 OTHERS = 3.

/SPE/POD_DET_PREV_OUTB_DLVRY CALL FUNCTION '/SPE/POD_DET_PREV_OUTB_DLVRY' EXPORTING is_likp_inb = ls_likp IMPORTING ev_vbeln_outb = lv_outb_vbeln.

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 msg_v3 = ls_return-message_v3 msg_v4 = ls_return-message_v4 EXCEPTIONS message_type_not_valid = 1 no_sy_message = 2 OTHERS = 3.

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = ls_emseg-msgid msg_nr = lv_msgno "#EC NO_INCOMP msg_ty = ls_emseg-msgty msg_v1 = ls_emseg-msgv1 msg_v2 = ls_emseg-msgv2 msg_v3 = ls_emseg-msgv3 msg_v4 = ls_emseg-msgv4 EXCEPTIONS OTHERS = 1.

/SPE/POD_DETERMINE_DELTA CALL FUNCTION '/SPE/POD_DETERMINE_DELTA' EXPORTING iv_vbeln_outb = iv_outb_vbeln iv_vbeln_inb = nast-objky(10) iv_all_items_only = ' ' TABLES et_discrepancies = lt_discrepancies_spe EXCEPTIONS elikz_missing = 1 OTHERS = 2.

SHP_DELIVERY_READ_SINGLE CALL FUNCTION 'SHP_DELIVERY_READ_SINGLE' EXPORTING if_vbeln = iv_outb_vbeln is_buffering = ls_buffering CHANGING cs_delivery = ls_delivery EXCEPTIONS no_record_found = 1 OTHERS = 3.

SHP_DELIVERY_READ_SINGLE CALL FUNCTION 'SHP_DELIVERY_READ_SINGLE' EXPORTING if_vbeln = nast-objky(10) is_buffering = ls_buffering CHANGING cs_delivery = ls_delivery EXCEPTIONS no_record_found = 1 no_key_specified = 2 OTHERS = 3.

WS_DELIVERY_UPDATE_2 CALL FUNCTION 'WS_DELIVERY_UPDATE_2' EXPORTING vbkok_wa = ls_vbkok delivery = iv_outb_vbeln TABLES vbpok_tab = lt_vbpok "Correction for POD status Update tvpod_tab = lt_tvpod EXCEPTIONS error_message = 1 OTHERS = 2.

/SPE/CALL_PROC_IN_NEW_LUW CALL FUNCTION '/SPE/CALL_PROC_IN_NEW_LUW' EXPORTING is_nast = nast if_shared_locking = 'X' "n_1457487 IMPORTING ef_leave = lf_leave.

SHP_DELIVERY_READ_SINGLE CALL FUNCTION 'SHP_DELIVERY_READ_SINGLE' EXPORTING if_vbeln = lf_outb_vbeln is_buffering = ls_buffering CHANGING cs_delivery = ls_outb_delv EXCEPTIONS no_record_found = 1 "v_n_1457487 no_key_specified = 2 error_message = 3 OTHERS = 4.

LE_POD_TVPOD_READ CALL FUNCTION 'LE_POD_TVPOD_READ' TABLES it_lips = lt_lips et_tvpod = lt_tvpod.

SHP_DELIVERY_READ_SINGLE CALL FUNCTION 'SHP_DELIVERY_READ_SINGLE' EXPORTING if_vbeln = ls_vbfa-vbeln is_buffering = ls_buffering CHANGING cs_delivery = ls_inb_delv EXCEPTIONS no_record_found = 1 no_key_specified = 2 error_message = 3 OTHERS = 4.

/SPE/POD_UBQ_POSTING_CREATE CALL FUNCTION '/SPE/POD_UBQ_POSTING_CREATE' EXPORTING is_delta = ls_pod iv_vbeln_outb = nast-objky(10) TABLES et_emseg = gt_emseg EXCEPTIONS bwart_determination = 1 shp_delivery_read_single = 2 pod_determine_stloc = 3 mb_create_goods_movement = 4 error_message = 5.



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