cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding IDOC

Former Member
0 Kudos

what r the ways to trigger an idoc?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks Everyone.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>>Regarding IDOC

1) 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.

2) IDocs are text encoded documents with a rigid structure that are used to exchange data between R/3 and a foreign system.

3)IDoc is a intermediate document to exchange data between two SAP Systems

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

5)IDOCs are independent of the sending and receiving systems.

6)IDOCs are independent of the direction of data exchange.

There are two available process for IDOCs are

a) Outbound Process

b) Inbound Process

Basically to create an Idoc we need the following steps:

1) Create Segment ( WE31)

2) Create Idoc Type ( WE30)

3) Create Message Type ( WE81)

4) Assign Idoc Type to Message Type ( WE82)

To trigger the IDOC

1) During Document saving scheduled or manually execute it

2)Tcode- we19 for existing idoc to trigger again. which

Regards,

sangeetha

Former Member
0 Kudos

There are different T-code to trigger idocs like

1. we19 for existing idoc

2. Goto t-code se93 where you get all t-codes for triggering the idocs.

Regards,

S.RamNarender

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

during document saving,

from transaction , scheduled or manually

Regards,

michal

Former Member
0 Kudos

tell me the Tcodes for that and try to explain the terms u used?

Former Member
0 Kudos

Vinod,

It is not one single place from where you can trigger idoc. There are multiple different idocs for each process. For. e.g. there is an idocs for Purchase Order , Sales order....bla bla bla.. n triggering process is different in each case.

You can re-trigger existing idoc using TC : WE19.

But before triggering Idocs, you need to configure various things like Partner Profile ( TC:WE20), Port ( WE21), RFC Destination(SM59)....n so.

For more details you can check idoc doucmentation / configuration on help.sap.com.

Nilesh