WSPODNET1 is a standard Executable ABAP Report 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 WSPODNET1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VLPODW1 - Proof of Delivery (Communicator)
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: POD Confirmation using WEB
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LE_POD_TVPODGT_READ_TEXT CALL FUNCTION 'LE_POD_TVPODGT_READ_TEXT' EXPORTING IF_GRUND = GT_TVPOD-GRUND IMPORTING ES_TVPODGT = TVPODGT EXCEPTIONS NO_KEY_SPECIFIED = 1 NO_VALUE_SELECTED = 2 OTHERS = 3.
LE_POD_READ_IN_BUFFER CALL FUNCTION 'LE_POD_READ_IN_BUFFER' TABLES XTVPOD = GT_TVPOD.
WS_DELIVERY_UPDATE CALL FUNCTION 'WS_DELIVERY_UPDATE' EXPORTING VBKOK_WA = GS_VBKOK SYNCHRON = 'X' * NO_MESSAGES_UPDATE = ' ' COMMIT = 'X' DELIVERY = LIKP-VBELN * UPDATE_PICKING = ' ' * NICHT_SPERREN = ' ' * IF_CONFIRM_CENTRAL = ' ' * IF_WMPP = ' ' TABLES VBPOK_TAB = GT_VBPOK PROT = LT_PROTT TVPOD_TAB = GT_TVPOD.
SUSR_INTERNET_USERSWITCH CALL FUNCTION 'SUSR_INTERNET_USERSWITCH' EXPORTING ALIAS = IF_USERALIAS PASSWORD = IF_PASSWORD IMPORTING BNAME_AFTER_SWITCH = LF_USERNAME TABLES RETURN = LF_RETURN_TAB EXCEPTIONS OTHERS = 1.
BAPI_USER_APPLICATION_OBJ_GET CALL FUNCTION 'BAPI_USER_APPLICATION_OBJ_GET' EXPORTING USERNAME = LF_UNAME OBJTYPE = LC_BUS1007 TABLES OBJKEYS = L_OBJKEY_TAB RETURN = LT_RETURN EXCEPTIONS NO_RELATION_FOR_OBJTYPE = 1 OTHERS = 2.
BAPI_USER_APPLICATION_OBJ_GET CALL FUNCTION 'BAPI_USER_APPLICATION_OBJ_GET' EXPORTING USERNAME = LF_UNAME OBJTYPE = LC_BUS1007 TABLES OBJKEYS = L_OBJKEY_TAB RETURN = LT_RETURN EXCEPTIONS NO_RELATION_FOR_OBJTYPE = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WSPODNET1 - POD Confirmation using WEB WSPODNET1 - POD Confirmation using WEB WSPODLIST4 - POD - Automatic confirmation WSPODLIST4 - POD - Automatic confirmation WSPODLIST3 - Deliveries for Proof of Delivery - Check Time Frame and Confirm WSPODLIST3 - Deliveries for Proof of Delivery - Check Time Frame and Confirm