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

Problem in background session processing

Former Member
0 Likes
486

Hi Experts,

I am performing BDC by batch input session method.

I acheved BDC by traditional recording method and able to create batch input session in SM35.

Whenever I process batch input session in FOREGROUND it processes successfully.But whenever I processes it in BACKGROUND it throws an exception

runtime error.

This recording is for transaction CK74.this transaction screen contains some table controls.Error is "Control Framework: fatal error: GUI cannot be reached".

Please let me know if anybody has solution for this.

Thanks,

Yogesh.

2 REPLIES 2
Read only

Former Member
0 Likes
414

Hi yogesh,

I think u might be using the function module upload or ws_upload to upload the data to the internal table. Try to use GUI_UPLOAD, while processing the session on background.

I think it will solve ur problem.

Regards...

Arun.

Reward points if useful.

Read only

0 Likes
414

Hi Arun,

Thanks for the responce.

I am reading file from application server.

and populating data in internal table by OPEN DATASET and then

read dataset.

I am not using thiese upload/download FM.

I have created BDC recoring for CK74 transaction.

and facing the problem while processing session in background.

Thanks,

Yogesh