2008 Oct 23 12:40 PM
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
2008 Oct 25 11:16 AM
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