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: 

[ABAP 7.4] : What is the new program to change released task to unreleased ?

rachidroughi
Explorer
0 Kudos
18,404

Hi experts,

In SAP 7.4, what is the new program or the process to change released task to unreleased ?

Before, it was RDDIT076...

Thank you in advance,

RR

1 ACCEPTED SOLUTION

DominikTylczyn
Active Contributor
17,234

Hello rachidroughi

See the note 3132029 - Report RDDIT076 not functional anymore

Technically the release status of a task sits in E070-TRSTATUS. So you could change it directly there, again only technically speaking.

!!! Be advised not to do that and follow the process described in the note. Tempering tasks statuses is risky, will not be supported by SAP especially if transports are managed with SolMan !!!

Best regards

Dominik Tylczynski

11 REPLIES 11

FredericGirod
Active Contributor
17,234

You should never do this, because when you release a TR, SAP creates two files.

DominikTylczyn
Active Contributor
17,234

frdric.girod Files are created when a request is released. When a task is released nothing really happens in the system besides setting the task status. Still a task release must not be reversed, especially if they are managed with SolMan.

matt
Active Contributor
17,234

frdric.girod I understood that when you release a task in a request, it merely

1. Locks the task

2. Copies the object list into the request

Only when you release the request does it create the two files.

I agree though, you shouldn't change a relased task to unreleased.

matt
Active Contributor
17,234

Just add a new task for the person to the request. That's the standard way of doing it.

0 Kudos
17,234

I want to clean some objects in my task, that is why I want to re-open it.

DominikTylczyn
Active Contributor
17,234

rachidroughi You don't need to reopen a task. You can delete objects from the request after the tasks are released. But again, manual maintenance of objects in transport requests/tasks is not a good practice and can lead to import errors.

DominikTylczyn
Active Contributor
17,235

Hello rachidroughi

See the note 3132029 - Report RDDIT076 not functional anymore

Technically the release status of a task sits in E070-TRSTATUS. So you could change it directly there, again only technically speaking.

!!! Be advised not to do that and follow the process described in the note. Tempering tasks statuses is risky, will not be supported by SAP especially if transports are managed with SolMan !!!

Best regards

Dominik Tylczynski

rachidroughi
Explorer
0 Kudos
17,234

frdric.girod,

My TR is not released. Only my task is.

Regards,

FredericGirod
Active Contributor
17,234

3a9e4ce873a94034b33dc62b0ce600ee & matthew.billingham I read too fast, as usual 😉

Sandra_Rossi
Active Contributor
0 Kudos
17,234

RDDIT076 is not needed to unrelease a task, because there's no difference with creating a new task.

Sandra_Rossi
Active Contributor
0 Kudos
17,234

frdric.girod Same for me. It's because the OP said "RDDIT076" that I immediately thought that the OP meant transport request instead of task.