Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IDOC

Former Member
0 Likes
338

Hi,

How do you get output from IDOC ? And whats the format of that output ?

Vinay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
307

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.

2 REPLIES 2
Read only

Former Member
0 Likes
308

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.

Read only

Former Member
0 Likes
307

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