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: 

Deleting records from internal table in debugging mode

Former Member
0 Kudos

Hi everyone,

How to delete or modify the a bunch of records from internal table in the debugging mode?

Thanks in advance,

Govindarajan.

6 REPLIES 6

Former Member
0 Kudos

I think you can do this one record at a time only.

There is no provision for multiple record editing at a time.

Former Member
0 Kudos

hi Govind,

try this:

debugging - goto - display data object - structure editor - strg+F9

if you put a heavy object of both buttons (strg+F9) you've a "semi-automatic delete" .:)

Reward with points if it is helpful

Regards

Alfred

0 Kudos

Hi Alfred,

...sounds well-known...

kind regards

Andreas

Former Member
0 Kudos

Hi,

1) delete record by placing cursor on line and

click delete button

2) modify by placing cutrsor on line and double

click the field name it will be input enabled

modify value and click save button or modify button

.

Regards

amole

shishupalreddy
Active Contributor
0 Kudos

Hi ,

You cannt delete bunch of records form an internal table in debuggng mod e

you have to delete record by record only

regards,

0 Kudos

Hi All,

You can delete bunch of records or refresh the internal table or copy one line of the internal table to another line....

For this you need the ABAPs new debugger. It has lot of facilities that old debugger cannot give.

The following is the link to it:

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/84/1f624f4505144199e3d570cf7a9225/content.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/84/1f624f4505144199e3d570cf7a9225/content.htm</a>