‎2008 Nov 24 9:56 AM
Hi All,
I have a strange problem that we have a Batch Input program to update currencies(Tcode OB08) from excel file. It is updating only one record in ob08 even i have multiple entries in my flat file. I checked the program it is reading successfuly all the records and processing the session thru rsbdcsub. When I checked in sm35 it is showing only one tranasaction successfuly processed.
Please can you give me some inputs on this.
regards,
Venkat
‎2008 Nov 24 10:27 AM
Hi,,,,,,,
While Putting entries in your BDC table..... You are not using the loop,,,so that's why only one record is being geeting updated..... Kindly check on the loop.....
Thanks
Saurabh
‎2008 Nov 24 12:37 PM
Hi,
Loops are correct and it is running correctly in production but the problem exists in the Qulaity. the same no of records populated in the table and version is the same. Program used rsbdcsub to process the session. My doubt is with program rsbdcsub becuase qulaity upgraded with new support package.
I compared the version history but there is no change with previous vesrion.
Regards,
venkat
‎2008 Nov 24 10:39 AM
Also consider using program RFTBFF00 instead which would help you avoid screen or loop related problems.
Thomas