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 failing

Former Member
0 Kudos

Hi everyone,

I am having problems with processing an Idoc using the same Message Type (Z2MMMATMASZ001).

Error message: Message type Z2MMMATMASZ001 is already being processed.

I noticed in transaction WE02 that there are Idocs that have a status yellow ( IDoc ready for dispatch (ALE service) ). Does this idocs are causing the problem? or what problem is it with this error message?

Thank You in Advance. Happy New Year!

Regards,

Mike

10 REPLIES 10

Former Member
0 Kudos

Hi refer this.

Message Type:

A message type represents the application message exchanged between R/3 systems and R/3 and an external system. A message type characterises the data sent across systems and relates to the structure of the data called an IDOC type.

Diff. with IDOC type

An IDoc type specifies the structure of the data.

A message type specifies the meaning of the data

Diff. b/w IDOC type and IDOC

An IDoc type is the definition of a specific data structure.

An IDoc is an actual instance of data based on an IDoc type. Therefore, there can be many IDocs created from a single IDoc type.

Every idoc type will have Message Type.

It mean Idoc will be recognised By message type.

For ex : MATMAS03 is idoc type, and its message type MATAMS.

There are different message type for every master data. suppose for vendor master CREMAS is the message type, for customer mast DEBMAS like these there many message type for other type of master data.

To recognise the particular idoc, we use message types.

We82 is the TCode where IDoC type is attached to Mesage tYpe.

Refer to this related thread

with regards,

Hema Sundara.

reward if helpful.

0 Kudos

Hi Hema,

What may be the problem with the error I am recieving?

Thanks!

Regards,

Mike

Former Member
0 Kudos

It is not error, if status is 30 --> Idoc ready for dispatch(ALE Service)

then goto SE38 --> Execute the Program RBDMIDOC

Madhavi

0 Kudos

Hi Madhavi,

I am also having the same error in program RBDMIDOC.

Error message: Message type Z2MMMATMASZ001 is already being processed.

What may cause this problem?

Thank you!

Regards,

Mike

0 Kudos

Try to debug then u can now the error

using this : /people/gajendra.bhakuni/blog/2007/04/23/debugging-outbound-idoc-output-control-scenarios

former_member214131
Active Contributor
0 Kudos

Hi,

Check whether the IDOC/Segment definition of Z2MMMATMASZ001 is set to released status.

Best Regards, Murugesh

0 Kudos

what transaction could I check the IDOC/Segment definition of Z2MMMATMASZ001 if it is set to released status?

Thank you in advance!

Regards,

Mike

0 Kudos

check t code WEDI u can know all the tcodes of IDOCs

Madhavi

0 Kudos

WE30 / WE31.

Menu path: Edit -> Set Release

Regds, Murugesh

Former Member
0 Kudos

Hi,

Please check the ALE configuration, there must be some problem in ALE link.

Check we20 where the partner profile is created. and also check the mesage type if it is assigned correctly.

Double click on the message type and check if everythg is created as it should be.

Reward points if helpful.

Thanks,

Arul.