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 in Running BDC in Background

Former Member
0 Likes
395

Hi all,

I'm working on ECC 6.

Whenever I'm scheduling a BDC in background, it is not running, whereas the same is working perfectly in foreground.

BDC is written on transaction VL01N and VL02N

I'm picking the data from application server.

In background, the delivery is not created or changed and also I'm not getting any success/failure message, even.

What can be the reason?

Can anybody guide me?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
372

there may be some problem in your code...to get the details use this..put these statements in the every segment means before the code and after the code you performed..then you can able to see the messages where the program had stopped

IF sy-batch = 'X'.

MESSAGE i043 WITH ' the file is opened '.

ENDIF.

Hi all,

I'm working on ECC 6.

Whenever I'm scheduling a BDC in background, it is not running, whereas the same is working perfectly in foreground.

BDC is written on transaction VL01N and VL02N

I'm picking the data from application server.

In background, the delivery is not created or changed and also I'm not getting any success/failure message, even.

What can be the reason?

Can anybody guide me?

1 REPLY 1
Read only

Former Member
0 Likes
373

there may be some problem in your code...to get the details use this..put these statements in the every segment means before the code and after the code you performed..then you can able to see the messages where the program had stopped

IF sy-batch = 'X'.

MESSAGE i043 WITH ' the file is opened '.

ENDIF.