cancel
Showing results for 
Search instead for 
Did you mean: 

Material group at BEx

erdem_sephanelioglu
Participant
0 Kudos

Hi everybody,

I have a requirement such as reporting transformed material group.

R3-MATKL is char 9 but the bw side 12-length char needs to be reported.

Matkl is mapped to zmatgrp properly from source until info object. And zmatkl is char 12

What I seee at the BEx report regarding the zmatgrp values are 9-length data....

Do you think there is an issue at the backend-frontend?

Thx.

Eddy.

Accepted Solutions (1)

Accepted Solutions (1)

anshu_lilhori
Active Contributor
0 Kudos

Hi,

You were using same infoobjerct for both the fields.

AS you are saying r-3 field was of 9 length then you made a new field with length 12 and the infoobject remains the same.

Kindly check properly i think it has both the values.

Regards,

AL

erdem_sephanelioglu
Participant
0 Kudos

I write a code like....

if material number's first letter is 'L' then zmatlgroup must be ABCDEFGHJKLM.

but at the info object materials P table it is shown as ABCDEFGHJ

source-r3 is char 9, target bw is char 12

ı am so much confused.

E.

anshu_lilhori
Active Contributor
0 Kudos

Hi,

Following details needed.

R/3 field length

Bw infoobject length

Share your piece of code and where you have written the code.

Regards,

AL

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Eddy,

What do you see in master data?

If your data is 9 char and declared as a 12 char then you can see 9 char or with appended 0's based on conversion which you put while loading.

Can you put some light on data

Regards,

Ganesh

erdem_sephanelioglu
Participant
0 Kudos

Hi Ganes at P table of Master data it is also char 9 instead of c12.