‎2007 Jul 30 6:22 AM
Hi all,
I m doing BDC for F-06 tcoed..using Call Transaction Method......It is running Well in Foreground mode..But Not Working In Background Mode....................
I have tried all the mode....E,N,P but not working..........
How can i solve this?
Regards,
Imran
‎2007 Jul 30 6:24 AM
Hi
If you have use the fun modules like GUI_DOWLOAD and GUI_UPLOAD then it won't work in Background mode
since these fun modules are not acceable in background
you have to use the OPEN DATASET concept to run in background
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 30 6:24 AM
Hi
If you have use the fun modules like GUI_DOWLOAD and GUI_UPLOAD then it won't work in Background mode
since these fun modules are not acceable in background
you have to use the OPEN DATASET concept to run in background
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 30 6:30 AM
hi anjli,
Thanks.fore reply......can u pls,give me sample code fore that......
Regards,
Imran
‎2007 Jul 30 6:33 AM
‎2007 Jul 30 6:39 AM
Hi,
if you are working in ECC 5.0 or 6.0 you might be getting extra popup in background execution.
The solution is you go to shdb transaction and create a new recording. There you will get a option simulate in background. select that and create recording.
This problem occurs due to new Enjoy transaction, other solution is you can go for BAPI also.