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

Error in executing a program in background?

Former Member
0 Likes
521

Hi all,

I have one report , which is alv grid display using Oops.

it is going to be executed in online but when we are try to execute this in background through path

Program->Execute in background.

the job is going to be canceled with error "Control Framework: Fatal error - GUI cannot be reached" and also i am getting one popup message like " format set to x_65_132"

how can we rectify this error , what we have to code in program to overcome this problem.....

thanks in advance

4 REPLIES 4
Read only

manubhutani
Active Contributor
0 Likes
479

hi

what do you mean by program-execute

go to sm36

schedule there and see

please award points

Read only

0 Likes
479

It is not from sm36

In selection screen of program-> menubar-> program-> execute in back gound...

Read only

Read only

Former Member
0 Likes
479

Hi,

1)Goto SM36,

2)Enter all the options

3)Click step,

4)If the job is being scheduled to run an ABAP program, follow the directions mentioned below. Else, jump to Step 5.

Fill the “User” field . This is very important, Put the program name in the “NAME” field,Put the variant name in the “VARIANT” field and save.

5)If the job executes an external command, then follow the steps below:Click on “External Command” and fill the fields and click save.

Reward if useful