Application Development 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: 

Call transaction Failing

Former Member
0 Kudos

Hi,

I have a stranege problem in my hands, i have recorded a bdc for a transaction. I further use it in the call transaction, the problem is if run the transaction in Foreground mode it works fine howver in online mode it doesn't....please help.

Regards,

Kapil

4 REPLIES 4

Former Member
0 Kudos

Run it in mode 'E'.

varma_narayana
Active Contributor
0 Kudos

Hi Kapil.

There may be some error in filling the BDCDATA table .

So u run it in Mode E (Error Screens only) . You can trap the error and make the changes.

After that u can run in Background.

REWARD IF HELPFUL.

Former Member
0 Kudos

hi,

try to run your transaction in 'E' ERROR SCREN 'N' NO SCREEN.

one more thing if ur background scheduling then upload flat file to application server and read data from app server.

if helpful reward some points.

with regards,

Suresh Aluri.

Former Member
0 Kudos

Thanks all the answers were useful for me