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: 

How to debug Abap List in New Debugger?

Former Member
0 Kudos

Hi All

How can we debug the ABAP list in the new debugger? I know that it can be done by switching to old debugger.

Or

Did SAP by any chance missed this option?

Regards,

Rupesh

1 ACCEPTED SOLUTION

former_member213316
Discoverer
0 Kudos

You can just look for this variable (SAPMSSY0)%_LIST

it is an internal table of the current list; double_click on it and you will get a look at the contents of the table

slide your horizontal scroll bar to the right till you get the field LINE . Here we go !

18.08.2011 Progr. ZIPPO_FOR_ALL_SERVICE 1#1########`

-


##########R

-


##########R

LH 0400 DE FRANKFURT FRA US NEW YORK JFK 6.162,0000 KM ##########R

LH 0400 DE FRANKFURT FRA US NEW YORK JFK 6.162,0000 KM ##########R

LH 0401 US NEW YORK JFK DE FRANKFURT FRA 6.162,0000 KM ##########R

LH 0401 US NEW YORK JFK DE FRANKFURT FRA 6.162,0000 KM ##########R

Edited by: luciano puppo on Aug 18, 2011 11:36 AM

7 REPLIES 7

former_member191735
Active Contributor
0 Kudos

What do you mean List debugger? New debugger has pretty much everything that has in old one. However, what Version are you in and what is the SP?

0 Kudos

I mean the list buffer created using "WRITE" keyword.

You can view the list in debug mode using old debugger using Goto -> Status Display -> Display List Or (Crtl + F12).

Is this functionality available in the New ABAP debugger?

Regards,

Rupesh

0 Kudos

It's not available in the new debugger, maybe because the WRITE statement is seen by SAP as obsolete, at least regarding its list output function?

Thomas

Former Member
0 Kudos

Resolved

former_member213316
Discoverer
0 Kudos

You can just look for this variable (SAPMSSY0)%_LIST

it is an internal table of the current list; double_click on it and you will get a look at the contents of the table

slide your horizontal scroll bar to the right till you get the field LINE . Here we go !

18.08.2011 Progr. ZIPPO_FOR_ALL_SERVICE 1#1########`

-


##########R

-


##########R

LH 0400 DE FRANKFURT FRA US NEW YORK JFK 6.162,0000 KM ##########R

LH 0400 DE FRANKFURT FRA US NEW YORK JFK 6.162,0000 KM ##########R

LH 0401 US NEW YORK JFK DE FRANKFURT FRA 6.162,0000 KM ##########R

LH 0401 US NEW YORK JFK DE FRANKFURT FRA 6.162,0000 KM ##########R

Edited by: luciano puppo on Aug 18, 2011 11:36 AM

0 Kudos

Hey Thanks Luciano

That really worked. How did you got that?

Regards,

Rupesh

jan_krohn
Active Participant
0 Kudos

It's actually much simpler than the other suggestions.

In the menu, choose "Miscellaneous", then "Display List". 🙂

Best wishes,

Jan