‎2007 Aug 22 2:05 PM
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
‎2007 Aug 22 2:31 PM
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.
‎2007 Aug 22 2:31 PM
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.
‎2007 Aug 23 9:22 AM