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: 

Dump --- Very Urgent

Former Member
0 Kudos

I am running a proram in background mode. I got a dump showing the error as

-


The termination occurred in the ABAP program "SAPLKKBL" in "GEN_FIELD_OUT2".

The main program was "ZALVSTAR".

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

program "LKKBLF99"

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

The program "SAPLKKBL" was started as a background job.

-


But when i ran the program in fore ground, it is displaying the output.

Please clarify this issue.

5 REPLIES 5

former_member200338
Active Contributor
0 Kudos

Can you please let us know the requirement? if you have used any dialog which requires user attention, there is a possibility of dump

Regards,

Niyaz

Former Member
0 Kudos

Manjunath,

You might have written code there which will can not execute in background

Ex: Display POP_UP screen or messages.

Go and check the code at that particular code and paste here we can give solution.

system will show arrow mark where the program code giving dump.

0 Kudos

I have not used any dialog modules.

The system is showing the arrow mark at the stnd pgm

Former Member
0 Kudos

Hi,

you may b eusing some of the standard function modules in your Z* program which will be hitting some of the interfaces to get the data. There is restrictiion on some interfaces when run in background..

Check this ..

Former Member
0 Kudos

I Myself solved the issue