‎2009 Mar 09 7:33 PM
Hello all. I have coded a batch input session to update contracts via VA42. I recorded it in SHDB.
It works fine foreground in SM35.
It does not work in background. Error is: Control Framework: Fatal error - GUI cannot be reached
Any thoughts?
Help << removed >>
Thanks.
Ileana
Edited by: Rob Burbank on Mar 9, 2009 3:41 PM
‎2009 Mar 09 7:40 PM
Hi, I am not sure what exactly you are trying to do. But surely in your program you are trying to access the Presentation server, in background. Which is not possible. Try to upload the file data in application server, then do a open dataset, read dataset to upload the data from application server.
Kuntal
‎2009 Mar 09 7:49 PM
I am updating contracts via call transaction using VA42 in background.
‎2009 Mar 09 7:51 PM
1 > from where you are getting data, are you fetching this from Presentation server.
2> Check BDC mode is not set to "A". Make it to "N".
Kuntal
‎2009 Mar 09 7:54 PM
My data is read fro m a Z table and mapped to the screen with my batch input.
‎2009 Mar 09 8:08 PM
Hi,
Have you checked your BDC mode? I am not sure why its happennig, but its trying to access your frontend that's the problem. Try to debug your program through se50.
Kuntal
‎2009 Mar 09 8:24 PM
‎2009 Mar 09 8:56 PM
Sorry I mean to say sm50. To check the Process running in present
Kuntal