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

Delete records from data base.

Former Member
0 Likes
1,531

Hello Friends,

I have to delete records from a table from QAS and I dont want to write a program for that.

Is there a way that the data from the tabe can be deleted without a program.

I want to delete records which are created at a specic time and I know the time and date. I have to delete like 1000 records.

Thanks,

Madhu.

8 REPLIES 8
Read only

Former Member
0 Likes
1,349

Hi,

If you have access to delete in se11..Go to SE11 select the records and then delete them..

THanks,

Naren

Read only

Former Member
0 Likes
1,349

This is a custom table right?

Rob

Read only

0 Likes
1,349

Yes that is a custom table and Manually it is difficult for me to create those data because i am sure it more than some thousand,

Thanks ,

Madhu,

Read only

0 Likes
1,349

IF it is a custom table and if you have access to SE11 you can go there and delete it...

or write a small report in which you can specify

Delete dbtab where (your condtion).

The second option is better.. it gives you better control

Read only

0 Likes
1,349

Hi

U can use trx SE16 or SE30

Max

Read only

Former Member
0 Likes
1,349

Hi,

I think deleting more than 1000 records using se11/ se16 manually will take more time and it is risky also . Why dont u write one litle prog for that , which wont take much time .

Think about it !!

If helpful pl reward,

Cheers.

Read only

Former Member
0 Likes
1,349

U can use transaction SM30/SM31 where you can enter conditions to filter the records you wish to display. select the records and you would be able to delete the records at a single go !!

Please make sure that you are deleting records from custom table and not SAP Table. It is not advisable to delete records from SAP table using the above transaction.

Read only

Former Member
0 Likes
1,349

Hi Madhu,

You can delete records from table by selecting the record then

double click on record--->enter debug mode(/h) and enter

you will go to code..there you change to 'DELE' function code to code.

then execute..

after you will see delete button. from that button, we can delete the records.

Regards,

Ramanji