‎2011 Aug 26 11:45 PM
Hi experts,
I got the below runtime error while debugging the finished background job in SM37.
i followed the below steps,
1) select the JOb which i want to debugg
2) then enter the JDBG tcode in command prompt and click on Enter then the below runtime error occured.
Pls any one explain why the below dump occured.
Information on where termination occurred
The termination occurred in the ABAP/4 program "SAPLKKBL " in
"K_KKB_LIST_DISPLAY".
The main program was "SAPLBTCH ".
The termination occurred in line 307
of the source code of program "LKKBLU01 " (when calling the editor 3070).
Source code extract
002770
002780 l_fieldcat_state = '2'.
002790 l_sort_state = '2'.
002800 call function 'ALV_EXPORT_TO_BUFFER_KKBLO'
Regards,
Ashok
‎2011 Aug 27 12:10 AM
Hi,
> The termination occurred in line 307
> of the source code of program "LKKBLU01 " (when calling the editor 3070).
As indicated, it's in line 307, or more precisely 3070 in the dump. Please, paste the lines around this line.
Sandra
Edited by: Sandra Rossi, 2 minutes later:
Did you search SAP notes? I found this one : Note 901876 - Input help in lists, context menu in lists
‎2011 Aug 27 12:46 AM
Hi,
We Found SAP Note, here Client asking for replicate the same dump again.
we didn't get the same dump again, now it throughs error message 'YOU CAN DEBUGG YOUR OWN JOBS'.
how can I get the same dump again ?,
Regards,
ashok Reddy
‎2011 Aug 27 11:03 AM
Hi,
I think the message is clear : "You can only debug your own jobs" (message number BT195)
It means that you are not the job creator, then you can't debug, unless you are a batch admin (authorization object S_BTCH_ADM field BTCADMIN = 'Y')
Sandra
‎2011 Aug 28 12:39 AM
Hi Ashok,
no need to create the dump again. Check the program in Job step, check the TOP_OF_PAGE processing for ALV.
This error occurs when NEW-PAGE PRINT ON is used with TOP-OF-PAGE.Solution:
Do not use NEW-PAGE PRINT ON with event TOP-OF-PAGE.
Regards
Clemens