‎2010 Apr 15 10:30 PM
Hi All,
I have a EAN number - 012345678912.
When I upload the material master via bdc program it updates the material master as 12345678912 leaving the zero(0).
I need 012345678912 not 12345678912.
What am I missing?
Please help.
Meghna
‎2010 Apr 15 10:36 PM
What happens when you seach for material 012345678912 form mara in SE16?
Rob
‎2010 Apr 15 10:55 PM
‎2010 Apr 16 2:46 AM
Hi,
Use one of the following function module to convert alpha input:
CONVERSION_EXIT_ALPHA_INPUT
CONVERSION_EXIT_ALPHA_OUTPUT
Also check what it the data type for the material number variable in your source file structure, it have to be character.
Best Regards
‎2010 Apr 16 1:58 PM
>
> I cannot update with a 0 then how can I search with a 0?
Just try it.
Rob
‎2010 Apr 16 2:37 PM
‎2010 Apr 16 6:11 AM
Hi Meghna,
Use conversion routine CONVERSION_EXIT_MATN1_INPUT, before sending material no into the bdc.
Regards,
Tutun