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

Error in Idoc

Former Member
0 Likes
1,139

Hi ,

When iam testing my enhanced idoc in WE19 , i am facing below error , can any one fix me in this?

EDI: Syntax error in IDoc (too few repetitions of a segment)

Message no. E0076

Diagnosis

According to the syntax description of the basic type MATMAS05 (customer enhancement ZMATMAS05), the segment E1MARDM must be repeated at least 0000000010 times. However, this segment occurs less frequently in the IDoc.

Procedure

Please check the IDoc or the syntax description of the basic type MATMAS05 (customer enhancement ZMATMAS05).

Regards,

SRI

7 REPLIES 7
Read only

Former Member
0 Likes
1,047

Hi,

The problem is due to a missing mandatory segments. Please check if you have maintained the custom segments as mandatory in WE30.

E1MARDM is not an Mandatory segment in the IDoc. So, it should be giving an error.

Also, do check if you have appended your custom segment in the right hierarchy. Check if you have linked your Extension name to IDoc Basic Type, MEssage Type in transaction WE82

BR/Yogesh

Read only

0 Likes
1,047

Hi,

How to test the IDOC?

Regards,

Sri

Read only

0 Likes
1,047

Use the transaction we19 and give an exisitng IDOC number (which is of the same basic type and messsage type you want --> this you can get from we02) and then in press the execute buttion.

In the next screen, change the elements that you want and then click on the Process button on the top and execute it or test it.

Regards,

S.Dakshna Nagaratnam.

Read only

0 Likes
1,047

Hi,

Go to Tcode WE05 or WE02,give the idoc number and excute.

it will give the ststus of that idoc.

Regards,

Sathish

Read only

0 Likes
1,047

Hi ,

How to edit the released segments?.

Regards,

Sri

Read only

0 Likes
1,047

Cancel the release for the segments through WE31. Similarly for extensions also.

Regards

Kannaiah

Read only

Former Member
0 Likes
1,047

Answered