Application Development 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: 

ALV dumps in Backhround

Former Member
0 Kudos

Hi Friends,

When I run an ALV report in foreground it is working fine. The same report, if I run

in Background it is giving dump.

Dump analysis is like this:

<b>The termination occurred in the ABAP program "SAPLKKBL" in "GEN_FIELD_OUT2"

The main program was "ZRPSD_DOC_CHANGE_HIST ".

The termination occurred in line 3780 of the source code of the (Include)

program "LKKBLF99"

of the source code of program "LKKBLF99" (when calling the editor 37800).

The program "SAPLKKBL" was started as a background job.</b>

What may be the reason for this dump. And How can I test/Debug this report in

background. Please help on this.

Points will be rewarded...

Thanks,

Sreenivas

3 REPLIES 3

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Can I see the code from program ZRPSD_DOC_CHANGE_HIST

Regards,

Rich Heilman

Former Member
0 Kudos

ALV GRID cannot be run in background , only ALV LIST can be run in background

because ALV GRID uses controls

if sy-batch eq 'X'. " if run in background

use REUSE_ALV_LIST_DISPLAY.

else.

use REUSE_ALV_GRID_DISPLAY

endif.

Former Member
0 Kudos

Hi is that problem solved? generally this problem occurs because of PF status or Screens.