‎2007 Apr 16 8:01 AM
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.
‎2007 Apr 16 8:06 AM
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.
‎2007 Apr 16 8:15 AM
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