2007 Oct 23 10:31 AM
Hi,
A BDC program works fine when executed in foreground ( for a <b>call transaction with mode A</b> ), however, the same program gives error when executing it in background ( with the same data, all the values are same ). Can any one please let me know what could be the issue.
Regards
Sandipan
2007 Oct 23 10:37 AM
For executing the call transaction in BACKGROUND use
CALL transaction with mode 'N'
But you cannot schedule the program in background mode.
For executing the call transaction in BACKGROUND use
CALL transaction with mode 'N'
But you cannot schedule the program in background mode.
2007 Oct 23 10:37 AM
For executing the call transaction in BACKGROUND use
CALL transaction with mode 'N'
But you cannot schedule the program in background mode.
2007 Oct 23 10:38 AM
hi Sandipan,
as far as I know, this is known SAP error. try to execute in mode E (stops only in cae of error) and it will run without problems.
ec
2007 Oct 24 8:25 AM
Hi Eric,
As you have correctly mentioned, it is a known SAP error, I was just wondering, does in background mode ( N ), the screens or the screen resolutions gets different.
Regards,
Sandipan
2007 Oct 24 8:38 AM
yiou can solve that one as well , in SHDB there is another checkbox: 'Default size' or something like that...
2007 Oct 23 10:40 AM
Hi Sandipan,
This might be because when u execute in foreground u might be manually giving "enter" or OK code by pressing "enter key" which is not getting captured in the background.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |