2008 Jun 21 6:24 AM
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?
2008 Jun 21 11:43 AM
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?
2008 Jun 21 11:43 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |