cancel
Showing results for 
Search instead for 
Did you mean: 

PR Release Strategy for DOCUMENT TYPE

Former Member
0 Kudos

Hi Gurus,

I have created a Document Type in PR & I want to set a Release Startegy for ONLY that Document Type.

Can anybody explain me step by setp procedure for this ?, I have gone thru one link :

http://www.sap123.com/showthread.php?t=59

but I could not set the relase startegy. May be I am missing something ??

Thanks & Regards,

Vikas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

If you want to define the release strategy only for doc type

then

create the class using CL02

create the chra for Doc type using CT04 - the table is CEBAN and the field is BSART

then assign the doc type value in char (after you create the char then go back and assign the value)

now assign your char to your class

now go to SPRO and goto PR release strategy config - procedure with classification

go to Set Up Procedure with Classification

create your release group by assigning the calss you have created (make sure this config should have only one class)

create release code

release indicator is already exist in sap so you don;t need to create

create your release strategy and assign the value in classification tab of release strategy

this will work

but make sure that - if you are creating only for doc type means all the reqs created for this doc type will be blocked by the system. so if you have reqs like if this doc type and the amount >5000 then only block then you have to have amount is also you char in your class

hope this will give you a cleat idea

Answers (0)