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

BDC

Former Member
0 Likes
428

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
397

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

4 REPLIES 4
Read only

Former Member
0 Likes
398

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

Read only

0 Likes
397

hi anjli,

Thanks.fore reply......can u pls,give me sample code fore that......

Regards,

Imran

Read only

Former Member
Read only

Former Member
0 Likes
397

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.