2006 Jul 05 5:45 PM
Hello ,
I need to move the data from inbound IDocs into z-tables in my system. The inbound idoc is type whsord, basic type delvry01. Can anyone explain the steps that are needed to do this. I will be populating only some of the fields from the idoc into the z-table.
Thanks,
A.P
2006 Jul 05 5:48 PM
Hello ,
I need to move the data from inbound IDocs into z-tables in my system. The inbound idoc is type whsord, basic type delvry01. Can anyone explain the steps that are needed to do this. I will be populating only some of the fields from the idoc into the z-table.
Thanks,
A.P
2006 Jul 05 5:48 PM
2006 Jul 05 5:49 PM
Hi,
For Inbound procesing you need to perform several steps like
Create a inbound process code.
Create a inbound processing function module and attach it to the process code.
Go to WEDI and configure the node Development- Inbound process settings
Also refer the link http://help.sap.com/saphelp_47x200/helpdata/en/78/2174d751ce11d189570000e829fbbd/frameset.htm
-Kiran
Message was edited by: Kiran Raorane
2006 Jul 05 7:19 PM
Hello Kiran,
Thank you for the reply. Do you have any custom function module code for updating ztables.
A.P.
2006 Jul 05 7:27 PM
Sample function.
FUNCTION TEST_FUNCTION.
Refresh all the variables
*Read data from IDoc into Internal Tables
*Insert data from Custom table into Database table
*Add success or Error message to the Status table
*Do not use explicit COMMIT work.
ENDFUNCTION.
Link to sample program http://help.sap.com/saphelp_47x200/helpdata/en/78/21758d51ce11d189570000e829fbbd/frameset.htm
-Kiran
*Please reward useful answers
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |