‎2007 Sep 18 8:13 AM
hi,
I can't find a way to delete the content of a table via standard sap programs.
What's the simplest way to do this?
Must I write an report (...delete dbtab...)?
Thanks
Michael
‎2007 Sep 18 8:16 AM
Hi,
You can write a Z program to delete the data from the table.
Regards,
Sangeetha.A
‎2007 Sep 18 8:16 AM
Hello,
U can delete the contents by goto
SE11
Take the table contents
Main Menu -> TABLE ENTRY
Delete entries
Reward if helpful,
Regards,
LIJO
‎2007 Sep 18 8:16 AM
Hi,
use the command DELETE<table>.
this will delete all the contents in the db table.
<b>example:</b>
tables:zemp.
select * from zemp.
delete zemp.
ENDSELECT.
rgds,
bharat.
‎2007 Sep 18 8:17 AM
hi if u want to delete data from transparent table have to write simple report program
if u want to delete table
shift+f2 is the short cut key to delete
reward for use ful answers
regards
Nagesh.Paruchuri
‎2007 Sep 18 8:18 AM
You need to use the FM/BAPI BAPI_REQUISITION_DELETE and then call transaction and archive the data object .