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

Problem with BDC for QE01.

Former Member
0 Likes
469

Hi All,

I am facing a problem with BDC for QE01, the data is getting updated properly when I am debugging the program, but when I am going for direct processing ( without debugger ), the data is not getting updated properly.

At the same time, if I put the breakpoint after Call Transaction, then also it is not updated properly.

I belive that it is happning because of some other background process running behind the scene.

I tried both with Synchronous and Local Update but bootless.

I checked Messages Table, but it was showing sucessful execution both the time, even if the data was not updated properly. BAD...!!!!!

I also do not want to use wait statement.

Any one faced the similar situation, please post your views.

Thanking You All.

Hi All,

I am facing a problem with BDC for QE01, the data is getting updated properly when I am debugging the program, but when I am going for direct processing ( without debugger ), the data is not getting updated properly.

At the same time, if I put the breakpoint after Call Transaction, then also it is not updated properly.

I belive that it is happning because of some other background process running behind the scene.

I tried both with Synchronous and Local Update but bootless.

I checked Messages Table, but it was showing sucessful execution both the time, even if the data was not updated properly. BAD...!!!!!

I also do not want to use wait statement.

Any one faced the similar situation, please post your views.

Thanking You All.

1 REPLY 1
Read only

Former Member
0 Likes
404

HI All,

The problem was becase of Pop-up,

it got solved by supressing the popup.

Thanks All.