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: 

IDOC processing

Former Member
0 Kudos

Hi,

How do we find out the correct IDOC type and the Message type for a particular Application? i.e where do we need to find out?

Also can anyone explain how to choose the correct IDOC type and when there are different versions for the same .

thanks,

Soha Khan

1 ACCEPTED SOLUTION

Shivaji16
Active Participant
0 Kudos

Hi Soha,

In table EDIMSG we have all the message types, IDoc types and extended

idoc types details...( Similar information for WE82 transaction )..

EDIMSGT we have the descriptions for the message types existing..

So we try searching for a mesage type in this table by giving

say Material* in the desciption field and press F8.

Similarly are the tables :

EDMSG for messae types,

EDBAS for Basic IDoc types,

EDCIM for Extended IDoc types.

1 REPLY 1

Shivaji16
Active Participant
0 Kudos

Hi Soha,

In table EDIMSG we have all the message types, IDoc types and extended

idoc types details...( Similar information for WE82 transaction )..

EDIMSGT we have the descriptions for the message types existing..

So we try searching for a mesage type in this table by giving

say Material* in the desciption field and press F8.

Similarly are the tables :

EDMSG for messae types,

EDBAS for Basic IDoc types,

EDCIM for Extended IDoc types.