Application Development 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: 

How to delete a package

Former Member
0 Kudos

Hi,

I need to delete a package.

I have laso inserted this package in a Change Request that I want to delete as well.

How can I delete both package and CR?

Simone

5 REPLIES 5

Former Member
0 Kudos

hi,

do this way ... go to SE09/SE10 give the request name and delete the task and the request ..... which deletes the request created by the specified package ... now reassign it to a different package ...

Regards,

Santosh

0 Kudos

Hi Santosh,

I've tryed to delete both task and request from se09 but I didn't make it because it says that there is a locked object (my package!!)

0 Kudos

Hi simone,

That is just an information message , ignore that message and you can delete

Former Member
0 Kudos

hi,

Delete the Locks via SM12 transaction .... and then delete via SE09

Regards,

Santosh

Former Member
0 Kudos

hi simone,

deleting a append structure:

Transection - SE11

Data Type - Append Structure Name

Click on Delete button. It will ask to regenerate the container obeject. Click

Delete.

Before deleting an append Structure, please note down its Package in attribute

tab.

For EA-APPL Problem the three structures has to be created in Package CRWB_PSB.

These has to be created from USROBJECTS Table.

cross-archiving-object delete program. The program selects the business objects that were already archived and those only marked for deletion, and deletes them from the database. If this function is not supported by the archiving object, the Delete push button is not offered.

The status used by the delete program for the selection of the data is application specific and can therefore differ from one archiving object to another. in mySAP Customer Relationship Management, for example, the Deletable status has the technical ID I1102 and the Archived status the ID I1101. More information on whether a specific archiving object uses this status and what it is called is available in the corresponding documentation in the SAP Library

Delete Log

Use

You must delete logs to avoid Application Log database table overflow.

Features

You can delete logs in dialog (Program ® Execute) or in the background (Program ® Execute in background).

You have the following options:

Expiry date

General selection conditions

Delete options:

Only calculate number

The system only calculates the number of logs that can be deleted. The data is not read from the database.

Create list

The system creates a list of all logs that can be deleted. You can then decide which logs to delete.

Delete immediately

The system deletes all logs from the database that satisfy the selection conditions.

A log can only be deleted when it has expired (reached or passed its expiry date). However, you can delete logs before their expiry date if they have the "Delete before expiry" attribute.

Activities

Choose transaction SLG2.

You go to the dialog box Application Log: Delete Obsolete Logs.

Select the appropriate radio button under Expiry date.

Specify selection conditions.

Choose the relevant option.

Choose Execute.

The logs are deleted from the database.

To delete logs in the background, choose the Delete immediately option - otherwise only the number or list of deletable logs is output

regards'

karthik

if usefull reward me points

I hope this will help