‎2008 Jan 22 4:53 AM
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.
‎2008 Jan 22 5:06 AM
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