‎2007 Sep 25 6:25 AM
Hi,
How do you get output from IDOC ? And whats the format of that output ?
Vinay
‎2007 Sep 25 7:01 AM
Hi Vinay,
Data in IDOc is stored in segments, the output from Idoc is obtained by reading the data stored in its respective segments.
If you want IDoc data in file then go the port address(WE21) where the IDoc goes.
or contact the EDI team they can send you the IDoc file.
‎2007 Sep 25 7:01 AM
Hi Vinay,
Data in IDOc is stored in segments, the output from Idoc is obtained by reading the data stored in its respective segments.
If you want IDoc data in file then go the port address(WE21) where the IDoc goes.
or contact the EDI team they can send you the IDoc file.
‎2007 Sep 25 7:06 AM
Hi vinay,
IDOC is a data container.it consists of 3 types of records.
1.control records
2.data records
3.status records.
control rec cosists of data about sender and reciever
data records have the actual data.
status records hv the status of the idoc as it will be in different states during its execution.
reward if useful