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

Deleting multiple transport tasks

Former Member
0 Likes
1,643

Hi there ABAPers

please tell me if there is some way to delete multiple transport request tasks? I mean I have a list of transport requests and I would like to delete them, but clicking every single reguest and deleting it manually is time consuming (when You have for example 100 transport requests)

Maybe You know some clever way to do it in a mass? will be thankful for tips. Greeting. P.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,155

Hi

U need to unlock all objects of the task. u can do it by trx SE03:

- Choose Unlock Object

In this way u'll be able to delete the request without to delete every single object in the request, but I don't believe there's a program for massiive deleting

Max

4 REPLIES 4
Read only

Former Member
0 Likes
1,156

Hi

U need to unlock all objects of the task. u can do it by trx SE03:

- Choose Unlock Object

In this way u'll be able to delete the request without to delete every single object in the request, but I don't believe there's a program for massiive deleting

Max

Read only

0 Likes
1,155

I'm very sorry I hadn't precised a essential information ...

... I wish to remove transport request from STMS list of destination server.

Read only

0 Likes
1,155

Hi,

So you want to delete multiple transports from the STMS import queue? You can select multiple single entries or blocks of requests.

Position the cursor on the start of the block and choose Edit -> Select -> Select Block, then position the cursor at the end of the block and choose the same menu option again.

If you were aware of this already then I afraid that's as quick as it gets.

Regards,

Nick

Read only

0 Likes
1,155

Hi

So u need to delete the request form the queue? if it's so u can use this little tip:

- Create a list of the request in a excel of txt file and copy it

- Go to the queue,

- open the filter for field reuqets,

- press the button for Multiple Selection

- past the list and press enter

- Mark a block for all listed request (go to Edit->Select->Select block)

- Delete all selected request: go to Request->Delete

Max