cancel
Showing results for 
Search instead for 
Did you mean: 

Retrigger Release Strategy in case of New Condition Add

sefakocali
Explorer
0 Kudos

Hi all,

I can retrigger release strategy in case of price change or any change on communication table CEKKO.

But I need to retrigger release strategy if user add new condition with new validity periods in contract. I mean, If user change price actually, but not now, in future.

So Is there any workaround to success this?

Thanks all.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Sefa,

If it is value contract, change in price does not have any effect on release strategy.

Increasing target value triggers release strategy.

If it is quantity contract, increasing quantity or net price of the line items trigger release strategy.

Line items of the contract are changed as a result of change in conditions in current validity period.

You may need to use user exit ZXM06U22 or enhancement implementation in FM ME_REL_STRATEGIE_EKKO by using additional fields in CEKKO-USRC1

You also may implement SD_COND_SAVE_A badi to retrieve what you entered to condition.

Regards,

Özcan Şekercan

Former Member
0 Kudos

Hi Sefa !

In the standard SAP settings, you can restrict changes to orders and contracts through the codes of liberção used for the strategies according to the levels shown in the image below,

View: V_T16FB

Something addition, only ABAP development.

Regards,

Leandro Carvalho