cancel
Showing results for 
Search instead for 
Did you mean: 

Launch again the Release strategy in the PO

Former Member
0 Kudos

Hello experts,

I have one release strategy with 3 release codes for purchase orders. When the last one rejects the PO, the the person who has made the PO can reverse it in order to launch again de release strategy. But the release stratary starts only if I change the value or quantity, but not if I change any other field.

I would like to launch again the release strategy always when any field is modified in the PO.

Thanks in advances,

Best regards,

Accepted Solutions (1)

Accepted Solutions (1)

lorraine_donnelly
Active Participant
0 Kudos

Hi

Please use Enhancement M06E0004 / function module EXIT_SAPLEBND_002 to meet you requirement on resetting a release strategy for changes made.

You will need to include the following line in function module

E_CEKKO = I_CEKKO

Please see note 371667

There is more information in Note 365604 that might be of help

Kind regards,

Lorraine

Answers (2)

Answers (2)

ajitkumar
Active Contributor
0 Kudos

release strategy will be retriggered if any of the characterisitic values are changed. for e.g. if purchase org is a release characterisitic, when this value is changed, release strategy will be re triggered. see whether you can use this feature

former_member218067
Active Contributor
0 Kudos

Hi,

You can use user exit M06E0004 to control this , you can put a logic to change relese status if any change with PO

Take the help from ABAP

Thanks

Diwakar