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

Debugging Mode ( its Urgent )

Former Member
0 Likes
1,429

Hello Abapers ,

I am new in ABAP....

Can you tell me soem question regarding Debugging Mode .

1) How can delete entire record from internal table in Debugging Mode?

2) How can comment the code at Debugging Mode?

3) How can downlaod the internal table as excel sheet on Debugging Mode?

Thanks and Regard ,

Parul

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,404

HI

1) How can delete entire record from internal table in Debugging Mode?

double click on the table name then go to individual record and press delete button.

2) How can comment the code at Debugging Mode?

Its not possible

3) How can downlaod the internal table as excel sheet on Debugging Mode?

Function modules are used for this purpose. You cannot see actual data transfer.

Regards

Aditya Mitaal

12 REPLIES 12
Read only

Former Member
0 Likes
1,405

HI

1) How can delete entire record from internal table in Debugging Mode?

double click on the table name then go to individual record and press delete button.

2) How can comment the code at Debugging Mode?

Its not possible

3) How can downlaod the internal table as excel sheet on Debugging Mode?

Function modules are used for this purpose. You cannot see actual data transfer.

Regards

Aditya Mitaal

Read only

0 Likes
1,404

hello Abaper,

I try to delete record bt not get success... i am using Client 190.

Read only

0 Likes
1,404

Hi,

In Tables give u r internal table name .

It shows table and all the fields.

u select what ever record u want and right click and delete line item.

Regards,

Narasimha

Read only

0 Likes
1,404

Delete button not working.... and no menu pop up after clcking right button.

Read only

0 Likes
1,404

Hi,

Select record what ever u required.Place the curcur on that record right ckick - click on Delete Table Line.

Narasimha

Read only

0 Likes
1,404

Sorry Not Working!!!!!!!!!!!!!!!!!!!!!!!!!

Read only

0 Likes
1,404

Any Other Idea???

Read only

0 Likes
1,404

Hi parul,

whatever u asked is not possible.

u can detele the record in debugging mode and it works there only.

it will not effect the output.

u can not comment in dubugging mode.

u can not download even.

reward if useful

Read only

0 Likes
1,404

is their no solution exist for this

Read only

Former Member
0 Likes
1,404

Hi,

1) How can delete entire record from internal table in Debugging Mode?

U can place the cursor that perticular record right click delete line item.

it delkete record.

3) How can downlaod the internal table as excel sheet on Debugging Mode?

U can right click on itab then it dshows Save as excel work shhet press and specify the location.

2) How can comment the code at Debugging Mode?

I tried but i can't found.

Reward if useful.

Narasimha

Read only

Former Member
0 Likes
1,404

Hi,

select Tables button in debugging mode enter internal table name and click on enter all the records of internal table will be displayed select a record and click on delete button which exists in the last part of the screen.

To extrct the contents of internal table on to excel sheet click on save as excel sheet icon or invoke ctrl+f11.