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 release a transport request with warnings using a function module?

bikash_bansal
Product and Topic Expert
Product and Topic Expert
0 Likes
994

Hi,

I want to release a transport request(which has some warnings) using some function module .

The warnign that i get when i try to release the Transport Request manually is "not all objects could be locked..."

Which function module can I use so i can release such a transport request?

I am currently using TR_RELEASE_REQUEST but I am unable to release the TR, it throws an exception.

Also i wouls assume that the function module mentioned would take care of releasing all the unreleased task

under the request.

Regards,

Bikash.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
705

Hello Bikash

As an alternative (to cope with the warnings) you may use TRINT_RELEASE_REQUEST.

However, since this fm offers only a single task/request as IMPORTING parameter you need to take care about unreleased tasks yourself. Looking at SE09/SE10 even there you do not have the option the release a request including all its tasks.

Regards

Uwe

Hello Bikash

As an alternative (to cope with the warnings) you may use TRINT_RELEASE_REQUEST.

However, since this fm offers only a single task/request as IMPORTING parameter you need to take care about unreleased tasks yourself. Looking at SE09/SE10 even there you do not have the option the release a request including all its tasks.

Regards

Uwe

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
706

Hello Bikash

As an alternative (to cope with the warnings) you may use TRINT_RELEASE_REQUEST.

However, since this fm offers only a single task/request as IMPORTING parameter you need to take care about unreleased tasks yourself. Looking at SE09/SE10 even there you do not have the option the release a request including all its tasks.

Regards

Uwe