Application Development 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: 

Starting point for IDOCs

Former Member
0 Kudos

Hello Can anybody please suggest good documents on net for start studing IDOCs. ?

Sincerely,

Dan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Dan,

I'll give a short description of the same..

An IDoc is simply a data container that is used to exchange information between any two processes that can understand the syntax and semantics of the data...

IDOCs are stored in the database.

In the SAP system, IDOCs are stored in database tables.

The two available process for IDOCs are

Outbound Process

Inbound Process..

IDocs serve the basic purpose of transferring data from one application to another

Important tcodes to know..

To Create Idoc we need to follow these steps:

Create Segment ( WE31)

Create Idoc Type ( WE30)

Create Message Type ( WE81)

Assign Idoc Type to Message Type ( WE82)

if you want to know more .. just give your mail id..

regards

satesh

4 REPLIES 4

Former Member
0 Kudos

Hi Arvind,

I think the best resource for Idocs and ALE/EDI concepts is the book by Arvind Nagpal. If you want online resources type Idocs in the search option of this forum and you will find many answers. This is the best way for you to find online material.

Regards,

Vijay.

Former Member
0 Kudos

Hi Dan,

I'll give a short description of the same..

An IDoc is simply a data container that is used to exchange information between any two processes that can understand the syntax and semantics of the data...

IDOCs are stored in the database.

In the SAP system, IDOCs are stored in database tables.

The two available process for IDOCs are

Outbound Process

Inbound Process..

IDocs serve the basic purpose of transferring data from one application to another

Important tcodes to know..

To Create Idoc we need to follow these steps:

Create Segment ( WE31)

Create Idoc Type ( WE30)

Create Message Type ( WE81)

Assign Idoc Type to Message Type ( WE82)

if you want to know more .. just give your mail id..

regards

satesh

Former Member
0 Kudos

Hi Satesh, Thanks for info my id is dan.sapr3@gmail.com. Any info is greatly appreciated

Dan