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

batch input error using VA42

Former Member
0 Likes
1,046

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

7 REPLIES 7
Read only

former_member376453
Contributor
0 Likes
975

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

Read only

0 Likes
975

I am updating contracts via call transaction using VA42 in background.

Read only

0 Likes
975

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

Read only

0 Likes
975

My data is read fro m a Z table and mapped to the screen with my batch input.

Read only

0 Likes
975

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

Read only

0 Likes
975

SE50? not a valid tx

Read only

0 Likes
975

Sorry I mean to say sm50. To check the Process running in present

Kuntal