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

MESSAGE TYPE

Former Member
0 Likes
2,963

HI,

i created a message type but it is not displaying in edimsg table ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,511

EDIMSG table will have an entry only when a IDOC type is assigned to a message type - WE82 transaction.

EIDMSGT is the master table for message types.

Regards

Ravi

Message was edited by: Ravikumar Allampallam

7 REPLIES 7
Read only

Former Member
0 Likes
2,511

Hii

check this table <b>EDIMSGT</b>-Master table for message types .here you can know what for the message type is used .

also check table <b> EDIFCT</b> -- for Assignment of FM to log. message and IDoc type

reward points if helpful

Revert back for more help

Regards

Naresh

Read only

0 Likes
2,511

in the partner profiles i am assigning the message type it is displaying a message message type does not exist in the edimsg-check your entry.

how to solve this one

Read only

0 Likes
2,511

Hi,

try to use WE81 to create message type and then WE82 to assign the message type to idoc, extension etc.

or else you can maintain the views using sm30 transaction

VEDI_EDMSG "for message type

EDIMSG "for attaching idoc,extesion to message type

Regards

vijay

Read only

0 Likes
2,511

If you have maintained the IDOC types for the Message type then it should not throw that error. Have you done that?

Regards,

Ravi

Read only

Former Member
0 Likes
2,512

EDIMSG table will have an entry only when a IDOC type is assigned to a message type - WE82 transaction.

EIDMSGT is the master table for message types.

Regards

Ravi

Message was edited by: Ravikumar Allampallam

Read only

Former Member
0 Likes
2,511

Hi,

first create the message type using <b>WE81</b>

did you maintained the view EDIMSG with all the info.

you can directly maintain it using SM30, give the view name EDIMSG and then maintain, then go to change mode , say new entries. and then enter all the data.

Regards

vijay

Read only

Former Member
0 Likes
2,511

Hii Kiran

check this link

Regards

Naresh