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

EAN Number

Former Member
0 Likes
405

Hello,

I have an issue with the EAN Number. I do have an inbound IDOC which updates the EAN of a material. However, there is one material which does not accept a leading 0 in the value of the EAN Number. But other material numbers allow a leading 0 in the EAN value for SC.

Is there a configuration attached to this? I tested manually via MM02 and leading 0 are also not allowed in the exceptional material.

Any input will be appreciated.

Thanks,

Louisse

Hello,

I have an issue with the EAN Number. I do have an inbound IDOC which updates the EAN of a material. However, there is one material which does not accept a leading 0 in the value of the EAN Number. But other material numbers allow a leading 0 in the EAN value for SC.

Is there a configuration attached to this? I tested manually via MM02 and leading 0 are also not allowed in the exceptional material.

Any input will be appreciated.

Thanks,

Louisse

1 REPLY 1
Read only

former_member182371
Active Contributor
0 Likes
347

Hi,

have you tried conversion routines?

e.g. CONVERSION_EXIT_EAN11_INPUT


 call function 'CONVERSION_EXIT_EAN11_INPUT'
    exporting
      input         = wa_inpro-ean11
     IMPORTING
       OUTPUT       = wa_inpro-ean11.

Best regards