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 status 26:Syntax error in IDoc (segment cannot be identified)

former_member671009
Participant
0 Likes
497

Hi Experts,

i extended one idoc which has the following structure

A(this is the parent segment)

z1

zz1.1

zz1.2

zz1.3

zz1.4

e1

e2

z2

zz2.1

zz2.2

zz2.3

zz2.4

I am using an user exit for populating the custom segment. values are getting poppulated.

My problem is all segments are coming in the same level. like below

A

z1

zz1.1

zz1.2

zz1.3

zz1.4

e1

e2

z2

zz2.1

zz2.2

zz2.3

zz2.4

Diagonsis of error.:

The segment Z1BPAD1VL does not occur at the current level of the basic type CREMAS05 (extension ZCREMAS05).

This error can have several reasons:

The segment Z1BPAD1VL is assigned to a group whose header segment does not occur.

The segment Z1BPAD1VL does not exist in the syntax description of the basic type CREMAS05 (extension ZCREMAS05).

The sequence of segments in the group in which the segment appears is incorrect.

Previous errors ('mandatory' segment or group missing) may be due to this error.

i have maintained we81 and we82. partner configuration in we20 is also maintained..

What might be the problem??pointers on this will be very helpful.

Regards

Sridevi S

2 REPLIES 2
Read only

Former Member
0 Likes
386

Hi,

>check whether all the parent segments are filled before child segments .

>check the heirarchy level you r passing for each segment.

Regards,

Lokeswari.

Read only

former_member671009
Participant
0 Likes
386

issue solved.