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 upload

Former Member
0 Likes
497

Hai all,

I want the claridfication abt this, ie for example, If the flatfile contains ten fields and their corresponding 10 records. In this the out 10 records, 5 of them have values for 8 fields and for the rest of the fields it have null values and the remaining five records have values for all the fields.

My problem is while uploading data through BDC for the records with values only for eight fields the system has taken the value from the adjacent field and make the value as wrong.

For the records with value for 10 fields it is uploading correctly.

Please help to clear this.

Thanks in advance,

S.Jenibalet.

1 ACCEPTED SOLUTION
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
469

Hi,

The row that contains 8 fields...should be given a space i.e tab..

Then BDC will take it as the null value...

If not , then the wrong values will be uploaded..

Cheers,

Simha.

3 REPLIES 3
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
470

Hi,

The row that contains 8 fields...should be given a space i.e tab..

Then BDC will take it as the null value...

If not , then the wrong values will be uploaded..

Cheers,

Simha.

Read only

Former Member
0 Likes
469

Thanks for ur response Eventhough I have seperate the field values by tab it is showing the same error

Read only

Former Member
0 Likes
469

Hi

First put the data in an EXCEL file with all the fields

Leave space for the fields where there is no data

and save this EXCEL file as TAB delimited TEXT file

and upload it to internal table using GUI_UPLOAD

now process the BDC , it will update correctly

Check the data in the int table whether the data for the fields (no data is there) have been correctly uploaded or not.

<b>Reward points for useful Answers</b>

Regards

Anji