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

Batch Input session for OB08 updates only one record

Former Member
0 Likes
603

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

3 REPLIES 3
Read only

Former Member
0 Likes
509

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

Read only

0 Likes
509

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

Read only

ThomasZloch
Active Contributor
0 Likes
509

Also consider using program RFTBFF00 instead which would help you avoid screen or loop related problems.

Thomas