‎2010 Jul 02 10:24 AM
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
‎2010 Jul 02 12:00 PM
Hi,
>check whether all the parent segments are filled before child segments .
>check the heirarchy level you r passing for each segment.
Regards,
Lokeswari.
‎2010 Jul 06 5:19 AM