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

Upload Material master

Former Member
0 Likes
795

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

6 REPLIES 6
Read only

Former Member
0 Likes
749

What happens when you seach for material 012345678912 form mara in SE16?

Rob

Read only

0 Likes
749

I cannot update with a 0 then how can I search with a 0?

Read only

0 Likes
749

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

Read only

0 Likes
749

>

> I cannot update with a 0 then how can I search with a 0?

Just try it.

Rob

Read only

0 Likes
749

Just try it.

There your are

Read only

Former Member
0 Likes
749

Hi Meghna,

Use conversion routine CONVERSION_EXIT_MATN1_INPUT, before sending material no into the bdc.

Regards,

Tutun