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

Multiple Alv in background mode

Former Member
0 Likes
546

Hi all,

I am executing a program with two ALV's using a splitter container in background mode..It generates a spool with the data of only one alv..It never reflects both the alv's together..

Please provide with a solution..

Points will be rewarded...

Thanks in advance..

Arun

1 ACCEPTED SOLUTION
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
473

Unfortunately, ALV functionality is lost when the program is executed in the background. You'll have to modify the program to use plain WRITE, for example, or run it in the foreground.

2 REPLIES 2
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
474

Unfortunately, ALV functionality is lost when the program is executed in the background. You'll have to modify the program to use plain WRITE, for example, or run it in the foreground.

Read only

Former Member
0 Likes
473

thanks