Application Development 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: 

Unable to run BDC in background.

Former Member
0 Kudos

Hi all.

I am unable to BDC in background, but it is working fine in forground and with error mode. colud you please tell me the reason why it is happening.

Thanks&Regards,

RP

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi RamPrasad,

You said you are unable to run BDC in background but you didn't write the error you are getting.

One reason might be

The functional modules you are using may contain a class cl_gui_frontend_services which is intended for frontend.

Reward points if useful

Thanks,

Ravee..

3 REPLIES 3

Former Member
0 Kudos

Hi RamPrasad,

You said you are unable to run BDC in background but you didn't write the error you are getting.

One reason might be

The functional modules you are using may contain a class cl_gui_frontend_services which is intended for frontend.

Reward points if useful

Thanks,

Ravee..

Former Member
0 Kudos

hi,

I guess you might be using GUI_* FM which donot work in background are are supposed to be used in foreground only ... Please look for them and eliminate ..

Regards,

Santosh

Former Member
0 Kudos

Hi,

One reason is that the function modules upload , ws_upload, gui_upload do not work in the background.

so you have to put the flat file in the application server and then you have to use the datasets.

Hope this will solve the problem. if not please post the error you are getting.

Reward points if helpful.

Thanks and Regards,

Narayana