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: 

Syntax error in IDoc (too many repetitions of a group)

0 Kudos

Hi All

We are working ECC 6.0 . I am getting the foloowing error when there are too may data in the delivery.

According to the syntax description of the basic type QALITY02 (customer enhancement ZQALITY), the segment group E1CCI01 can be repeated a maximum of 0000000200 times. However, this segment group occurs more frequently in the IDoc.

There is limit for E1CC01 sgmenet for 200 records only. But my day is more than 200 records. Please sugget how can i increase the limit of of segment Ecc01 to more than 200.( I have already checked the OSS note 370021 but i can not use it as we alre already working on a higher version)

Thanks

4 REPLIES 4

Harsh_Bansal
Contributor
0 Kudos

Hi,

How about creating a z-segment of same type. There you can specify the maximum as per your need.

Regards,

Harsh Bansal

mithun_shetty4
Contributor
0 Kudos

Easiest would be to create a Custom IDOC ( ZQALITY02 ) which is a copy of QALITY02.

Maintain the Attributes as you need once the IDOC is copied( Segmets would remain the same).There would be least modification this way.

nabheetscn
Active Contributor
0 Kudos

You can create another segment with more limit and append to your standard idoc type. You can then use this segment in your exit...

Nabheet

Former Member
0 Kudos

Hi,

I guess you are pretty much sorted as you mentioned you are using a Customer Enhancement IDOC Basic Type ZQALITY. All you need to do is go to WE30 and enter the Basic Type ZQALITY and hit 'F6' (Change). Then expand the Segment E1EDLIN and double click on segment E1CCI01 and change the value of Maximum Number to whatever you like from 200.

You do not need to create anything custom so long as you are using a custom basic type ZQALITY and not Standard

QALITY02.

Regards,

Subhrangsu