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

Reg : Idoc message type

Former Member
0 Likes
770

Hi All,

I want to find what are the message types linked to the Basic idoc type.

Can any one tell which table contains this information.

Thanks

VIJAY

Hi All,

I want to find what are the message types linked to the Basic idoc type.

Can any one tell which table contains this information.

Thanks

VIJAY

4 REPLIES 4
Read only

varma_narayana
Active Contributor
0 Likes
742

Hi..

Tcode WE82 will give the Link between IDOC type and Message type.

The Table that maintain the Link between IDOC type and Message type is EDIMSG.

<b>reward if Helpful.</b>

Read only

0 Likes
742

Thanks for replying Varma, that was really helpfull.

Can u plz let me know in which table I can find the message type and corresponding process code

Read only

0 Likes
742

hi

vijay

see tables TMSG1 (for out bound)

TMSG2 ( for in bound

reward points

regards

Nagesh.Paruchuri

Read only

Former Member
0 Likes
742

Hi,

By using Tcode <b>WE82</b> we can create the Message type and also it displays the exitsting Message type along with IDOC and table name is <b>EDIMSG</b>.

Coming to Procees code :

You can find link with all details like One <b>funtion module</b> corresponding Process code, Message type, and IDoc etcc... by using <b>T-code -WE57</b>, for this press'positon' button and u will get one screen in that press <b>'F4'</b> then it will opens other screen wich it clearly shows all details.

or you can go directly by using table -

<b>TMSG1</b> (Logical Messages and Process Codes in Outb. Procg)

<b>TMSG2</b> (Logical Messages and Process Codes in Inb. Procg)

<b>Reward with points if helpful.</b>

Regards,

Vijay