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

ALV report error: control framework fatal error gui cannot be reached

Former Member
0 Likes
1,444

HI Consultants

I have a ALV report to be run in background. The ALV here is called using the CALL SCREEN statement.

I hear its not possible to run a CALL SCREEN statement in background. Is that so?

Here i am getting the error as : ->

control framework: fatal error -> gui cannot be reached

Is there any way this can be run in background?

Please advise.

Regards

Saurabh.

1 ACCEPTED SOLUTION
Read only

venkat_o
Active Contributor
0 Likes
1,030

Hi Saurabh, <li> We can't run ALV with control frame work as background job. I mean ALV grid control using CL_GUI_ALV_GRID. But you can run ALV with function modules. Thanks Venkat.O

5 REPLIES 5
Read only

Former Member
0 Likes
1,030

Hi Experts

Any feedback please?

Regards

Read only

0 Likes
1,030

Hi

You can't run ALV report in background.

Just use writing to spool (write statement for example)

Best Regards

Yossi

Read only

venkat_o
Active Contributor
0 Likes
1,031

Hi Saurabh, <li> We can't run ALV with control frame work as background job. I mean ALV grid control using CL_GUI_ALV_GRID. But you can run ALV with function modules. Thanks Venkat.O

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,030

As mentioned OO ALV cannot implicitly handle the background mode scenario like the REUSE* func. modules.

But you have to explicitly code to handle this. Please refer to this discussion for further info:

Read only

Former Member
0 Likes
1,030

Discussion links were useful. In my case the ALV is in OO, so that seems to be the problem for the backgrond mode.

Thanks all for your kind attention.

Regards

Saurabh.