cancel
Showing results for 
Search instead for 
Did you mean: 

release strategy

Former Member
0 Kudos

Dear friends

My client wants to implement release strategy based on inforecord netprice.Is it possible?

Scenario: at the time of creating a po , value will flow from inforecord and if the user changes the value for any reasons release strategy should trigger.

Is it possible to create a release strategy for changes in net price(inforecord price)

regards

Balaji

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This is not possible in standard release since the price can be changed during creation.

Have one characteristic as a flag and possible values '0' and '1'. Maintain only '1' in the release strategy classification.

Then activate the user exit for release strategy. In this user exit, make the flag as '0'. Then fetch the price from the info record and compare it with the price in the communication structure. If this is same, do not change the flag. If different, make it '1'. This will trigger the release strategy.

However, the best solution would be talk your client out of this requirement. This kind of release is difficult to maintain.

Hope this helps,

Lakshman

Answers (2)

Answers (2)

former_member335885
Active Contributor
0 Kudos

Hi Balaji,

S it is possible to create Release Stratergy for inforecord.

Build Characteristics for Net price(GNETW) and Purchasing Document Category (BSTYP) Use table name CEKKO

In Purchasing Document Category you can select info record.and carry out.

Hope this helps.

Thanks

Kiran.

Former Member
0 Kudos

HI

Please give me a scenario how it will work

regards

BAlajji

govind_ramesh
Active Participant
0 Kudos

Hi

You can set the tolerance level for the release strategy to get activated.

try : http://www.sap-basis-abap.com/sapmo017.htm

Regards

Govind.