2007 Feb 16 7:13 AM
Hi,
I want to delete all the objects in a package programatically.How would i go about it.
Thank you
2007 Feb 16 7:26 AM
Hi,
Write code to Delete the data From TNAPR and also in E007 tables based on the package
Regards
Sudheer
Hi,
Write code to Delete the data From TNAPR and also in E007 tables based on the package
Regards
Sudheer
2007 Feb 16 7:16 AM
Hi
While you are saving the objects in package u will saaign the Transport Request number.
Now go to se09 -> select your object under ur TR -> delete the required object from the TR-> delete the the same object physically.
Regards,
kumar
2007 Feb 16 7:18 AM
2007 Feb 16 7:26 AM
Hi,
Write code to Delete the data From TNAPR and also in E007 tables based on the package
Regards
Sudheer
2007 Feb 16 7:30 AM
2007 Feb 16 7:38 AM
you can write a delete on TADIR table where PACKAGE = <PACKAGE NAME>
DELETE FROM TADIR
WHERE PACKAGE eq 'ZXXXX'.
2007 Feb 16 7:34 AM
Hi
Use this FM and pass the dev class
it will list all the objects in that class
RS_GET_OBJECTS_OF_DEVCLASS
or table TADIR to get the list
regards
Shiva
2007 Feb 16 7:39 AM
Hi,
That was not TNAPR it should be TADIR table
Regards
Sudheer
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |