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

error in uploading data through bdc

Former Member
0 Likes
294

i had uploaded data through bdc call transaction method for transaction - j1id(to upload chapter id). While making the BDC i had put 'live stock' in the description column.the upload has taken live stock as description for all chapter id instead of the correct one. only initial 5 to 10 entries were uploaded correctly.

can anybody plz tell me how to correct this as the number of records is high and i cant correct them manually.

1 REPLY 1
Read only

megha_h
Participant
0 Likes
267

Hi Jaspreet,

Usually this happens when the screen that appears is different than coded. In this case the field gets copied to wrong screen field.

for ex... after 200 u have programmed for 300 screen in which theres field f1.

and due to some specific data entry the screen 250 appears after 200, then sap doesn't find f1 in 250 so it gets copied to some different screen field.

So try to run the BDC in 'All screens mode' and check the screen number where the error is happening.

Regards

Megha