‎2008 May 30 7:17 AM
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
‎2008 May 30 7:24 AM
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
‎2008 May 30 7:24 AM
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
‎2008 May 30 7:31 AM
hello Abaper,
I try to delete record bt not get success... i am using Client 190.
‎2008 May 30 7:37 AM
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
‎2008 May 30 7:38 AM
Delete button not working.... and no menu pop up after clcking right button.
‎2008 May 30 7:42 AM
Hi,
Select record what ever u required.Place the curcur on that record right ckick - click on Delete Table Line.
Narasimha
‎2008 May 30 7:52 AM
‎2008 May 30 11:15 AM
‎2008 May 30 11:38 AM
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
‎2008 May 30 11:50 AM
‎2008 May 30 7:33 AM
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
‎2008 May 30 7:34 AM
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.
‎2008 May 30 11:53 AM