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

ABAP runtime errors LIST_NO_PAGETAB

Former Member
0 Likes
1,157

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

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
942

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

Read only

0 Likes
942

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

Read only

0 Likes
942

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

Read only

Clemenss
Active Contributor
0 Likes
942

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