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

the new abap debugger

Former Member
0 Likes
1,366

hi

i want to know if i have 2 internal tables in the "new abap debugger" can i diff from one to other?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,338

Hai yossi,

Here is an excerpt from the article "New Features in SAP Web Application Server 6.40 for ABAP Developers" by Karl Kessler (Product Manager of the SAP NetWeaver foundation) published at SAP Insider.

"In SAP Web AS 6.40, the new design of

ABAP Debugger cleanly separates it

from any program you are debugging.

By separating the control of the Debugger

from your other applications, you can

ensure that the results of the Debugger

program do not interact with the

program you’re checking. However, note

that this separation leads to a slightly

lower performance, since the new

Debugger runs in its own main mode."

Perhaps I am misremembering but I've read that the first version that the new ABAP Debugger is contained is 6.30.

Here is two related documents:

1. Karl Kessler; SAP Insider; New Features in SAP Web Application Server 6.40 for ABAP Developers

2. Boris Gebhardt, Cristoph Stoeck; The New ABAP Debugger

Hope this helps

Regards,

Srikanth.

If it works,just reward and close the forum.

Thanks in advance.

hi

i want to know if i have 2 internal tables in the "new abap debugger" can i diff from one to other?

thanks

9 REPLIES 9
Read only

Former Member
0 Likes
1,338

Hi Yossi,

In the new ABAP debugger you can display 2 internal tables at a time in the tables tab.

I don't get what you say?

>>>can i diff from one to other?

Can you please elaborate. Please avoid using abbreviations...

Read only

0 Likes
1,338

hi thanks about the answers

i mean:

i read in article that i can use the tool DIFF

how can i do it?

what the tool do? does he take 2 internal table and check if the table and the same?

thanks

Read only

Read only

Former Member
0 Likes
1,338

Hi,

Yes.. you can...

Regards,

Shashank

Read only

Former Member
0 Likes
1,338

hi

you can differentiate two internal tables in New ABAP debugger.

Read only

Former Member
0 Likes
1,338

hi Yossi,

Yes ... you can differentiate...

Regards,

Santosh

Read only

Peter_Inotai
Active Contributor
0 Likes
1,338

Check screenshot 6 in this weblog:

/people/boris.gebhardt/blog/2005/10/11/the-new-abap-debugger

It shows how it works.

Peter

Read only

Former Member
0 Likes
1,339

Hai yossi,

Here is an excerpt from the article "New Features in SAP Web Application Server 6.40 for ABAP Developers" by Karl Kessler (Product Manager of the SAP NetWeaver foundation) published at SAP Insider.

"In SAP Web AS 6.40, the new design of

ABAP Debugger cleanly separates it

from any program you are debugging.

By separating the control of the Debugger

from your other applications, you can

ensure that the results of the Debugger

program do not interact with the

program you’re checking. However, note

that this separation leads to a slightly

lower performance, since the new

Debugger runs in its own main mode."

Perhaps I am misremembering but I've read that the first version that the new ABAP Debugger is contained is 6.30.

Here is two related documents:

1. Karl Kessler; SAP Insider; New Features in SAP Web Application Server 6.40 for ABAP Developers

2. Boris Gebhardt, Cristoph Stoeck; The New ABAP Debugger

Hope this helps

Regards,

Srikanth.

If it works,just reward and close the forum.

Thanks in advance.

Read only

0 Likes
1,338

<i>Perhaps I am misremembering but I've read that the first version that the new ABAP Debugger is contained is 6.30.</i>

First version of New debugger was shipped with release 6.40, the improved version is/will be available with release 7.00.

Peter