‎2008 Apr 17 9:12 AM
Hi all,
How to delete from any database name??
no command for Drop program in ABAP!!!!!!
Donot like application tool bar which delete icon.
I want that program..
Reply me soon,
Thx,
S.Suresh
‎2008 Apr 18 1:23 AM
Hi,
If you want to delete the table from the database through the ABAP program then there is a FM
"RS_DD_DELETE_OBJ"
"OBJ_NAME" is the name of the table you want to delete.
"OBJTYPE" is "T" for table.
This FM can be used to delete not only tables but also the following: Datadictionary objects.
OBJTYPE OBJECT
A Table Type
D Domain
E Data Element
F Table Field
G Type Group
H Search Help
I Matchcode ID
L Lock Object
M Matchcode Object
N Table Index
S Internal Structure
T Transparent Table
U Table/Structure
V View
X Table Pool
Y Table Cluster
Z Table cluster/pool
Reward points if helpful.
Thanks and Regards.
‎2008 Apr 17 9:36 AM
Go to SE11
Give the databse table name
there is a delete icon at the application toolbar
delete it.
If you want to delete the contents, write the query as,
DELETE FROM <DBNAME>.
‎2008 Apr 18 1:23 AM
Hi,
If you want to delete the table from the database through the ABAP program then there is a FM
"RS_DD_DELETE_OBJ"
"OBJ_NAME" is the name of the table you want to delete.
"OBJTYPE" is "T" for table.
This FM can be used to delete not only tables but also the following: Datadictionary objects.
OBJTYPE OBJECT
A Table Type
D Domain
E Data Element
F Table Field
G Type Group
H Search Help
I Matchcode ID
L Lock Object
M Matchcode Object
N Table Index
S Internal Structure
T Transparent Table
U Table/Structure
V View
X Table Pool
Y Table Cluster
Z Table cluster/pool
Reward points if helpful.
Thanks and Regards.
‎2008 Apr 18 5:53 AM
Hi Suresh,
Cudnt get ur question clearly. Can u come out once again?
Regards,
Iyswarya