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

How to delete objects in a package

Former Member
0 Likes
4,274

Hi,

I want to delete all the objects in a package programatically.How would i go about it.

Thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,632

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

7 REPLIES 7
Read only

sreeramkumar_madisetty
Active Contributor
1,632

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

Read only

0 Likes
1,632

i want do it programatially ... pl can you help on that.

Read only

Former Member
0 Likes
1,633

Hi,

Write code to Delete the data From TNAPR and also in E007 tables based on the package

Regards

Sudheer

Read only

0 Likes
1,632

TNAPR doesn't have package field E007 table doesn't???

Read only

0 Likes
1,632

you can write a delete on TADIR table where PACKAGE = <PACKAGE NAME>

DELETE FROM TADIR
WHERE  PACKAGE eq 'ZXXXX'.

Read only

Former Member
0 Likes
1,632

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

Read only

Former Member
0 Likes
1,632

Hi,

That was not TNAPR it should be TADIR table

Regards

Sudheer