‎2006 May 29 9:44 AM
HI,
i created a message type but it is not displaying in edimsg table ?
‎2006 May 29 9:51 AM
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
‎2006 May 29 9:49 AM
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
‎2006 May 29 9:53 AM
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
‎2006 May 29 9:57 AM
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
‎2006 May 29 10:03 AM
If you have maintained the IDOC types for the Message type then it should not throw that error. Have you done that?
Regards,
Ravi
‎2006 May 29 9:51 AM
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
‎2006 May 29 9:52 AM
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
‎2006 May 29 10:00 AM