cancel
Showing results for 
Search instead for 
Did you mean: 

Z segment issue in PI

sahithi_moparthi
Contributor
0 Kudos

Hi,

     I'm using  custom IDOC with Z Segment.Under this i have one Segment E1KONH -BZIRK(Field).The length of this field in ABAP is 20 characters long.But in PI it is taking only 6 characters.Its just one to one mapping.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1. did ou check the metadata in IDX1 ? is it also 2 ?

can you load the idoc again ?

2. in SM59 from ECC in RFC destination have you set - unicode check box ?

3. you can also in WE31 is the segment has the correct length in the IDOC field

Regards,

Michal Krawczyk

sahithi_moparthi
Contributor
0 Kudos

Hi,

    1. Configured on  java stack,so i thnk no need to check IDX1.

    2.  loaded the IDOC twice still same Problem.

    3.  In ECC unicode checkbox has been checked.

    4.  in WE31 the segment has the correct value.

        i have checked above points but wondering where it went wrong.Could you Please help in this issue

former_member184681
Active Contributor
0 Kudos

Hi,

When you check the IDoc structures definition in ESR - does it show the correct length? If not, go to IDX1, delete the metadata for this particular IDoc, and import it in ESR again. This should solve the problem.

Regards,

Greg

sahithi_moparthi
Contributor
0 Kudos

Hi,

We are using Java stack so i thnk no need to go to IDX1.But  In ECC we02 the length of this field is showing correctly.But in PI the value gets Truncated.