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

bdc data

Former Member
0 Likes
669

Hi all,

i have uploaded data from a excel file but the material is not being matched with the one in the table . i have debugged the program , it shows the same material, but still it is not matched with the one in the database.Please help me on this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
645

Hi,

while populating material number to the structure I_BDCDATA

Use the conversion exit for material

CONVERSION_EXIT_MATN1_INPUT

Regards,

Sriram

Edited by: Srirama Murthy Maddirala on Jun 4, 2008 12:08 PM

5 REPLIES 5
Read only

Former Member
0 Likes
645

hi,

did u check the case sensitivty of the material numbers? do they match?

Read only

Former Member
0 Likes
645

Hello,

When the material no. is getting stored in the table 0's are appended to it.So,you please use the conversion exit before passing that material.

Use the FM CONVERSION_EXIT_MATN1_INPUT

Read only

Former Member
0 Likes
646

Hi,

while populating material number to the structure I_BDCDATA

Use the conversion exit for material

CONVERSION_EXIT_MATN1_INPUT

Regards,

Sriram

Edited by: Srirama Murthy Maddirala on Jun 4, 2008 12:08 PM

Read only

0 Likes
645

Hi,

but it does not show any leading zeroes in debugging mode .

Read only

Former Member
0 Likes
645

Hi Abhianay,

When u upload record from excel sheet do CONDENSE for material.

There may be problem because of spaces.

Regards,

Swarup