Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
devbisht
Explorer
8,672

Problem


Release scheduling agreement from all release indicator after that whenever we add/change in schedule lines from Me38 then system through a message "Release already effected will be cancelled"  at the time of saving the scheduling agreement .

Cause


When the scheduling agreement is released, the system stores the value at which the PO was released in field EKKO-RLWRT (Total value at time of Release). This is the total net price of each item in the scheduling agreement at the time of the release. So whenever in the future there is a modification of the Schedule agreement and the release strategy allows a change (i.e changeable indicator 4 or 6). The system calculates the net price of each of the items again if there are time dependent conditions. This price is then compared with the value at which the document was earlier released. If the change is more than the tolerance limit the release strategy is reset even though only the delivery lines are changed.Also If you are using userexit EXIT_SAPLEBND_002 for modifying any release characteristic value then release will be reset if there is a change in any characteristic value and system finds a new release strategy valid for these parameters.

 

Symptom



  1. Release strategy reset in transaction ME38.

  2. Release strategy canceled when delivery schedule is created or maintained (additional lines added).

  3. You want to update a scheduling agreement (SA) item price condition with t-code MEKL or MEK2. This increases the whole document's price, hence if the current condition period's such condition is being changed (on MEKL pay attention onto the validity) then the release strategy of the SA is reset. But if you change the condition's value for a future date then the price change not goes into the SA automatically with MEKL / MEK2 transaction's process due to the price not valid today yet. Then the release strategy not reset at that moment. And if you add new schedule lines with ME38 later, on the day from where the new price valid (what we just entered in MEKL previously) then ME38 will be show in change log as release strategy reset transaction.


 

Scenario


If you maintain price for current day & different price for future then at the time of scheduling agreement saving  & also released on current day then system updated EKKO_RLWRT as per current day price .whenever we trying to maintain schedule after current day passes then system through an error message as “Release already effected will be cancelled” .

For eg.  Today  03.05.2021, we maintain 100rs price for 03.05.2021 to 03.05.2021 with 100 target qty &  maintain 300rs price for  04.05.2021 to  08.05.2021 with 100 target qty & release the Scheduling agreement on 03.05.2021.Now  EKKO_RLWRT updated with 10000 value(price*target qty) .

Now we are going to maintain schedule line through ME38 on 04.05.2021/after 04.05.2021 that time system through an error message as “Release already effected will be cancelled” .due to EKKO_RLWRT is updated with old price .

You can use RM06ENP1 this program .once this program is executed for the same Scheduling agreement then EKKO_RLWRT update with 30000 value .

 

Solution


you can check if user exit EXIT_SAPLEBND_002 activated or not &  You can use RM06ENP1 program also to update EKKO-RLWRT value as mentioned below steps

  1. Tcode Se38 – Program RM06ENP1 –Execute


 



 

2. Enter Scheduling Agreement Number & execute .(system update the value in EKKO_RLWRT)



Conclusion 


This blog can be used for SAP ECC .This is a standard feature of SAP but as per your business requirement you can change/modify this feature & achieve your requirement .This will not affect other objects after implementing .

 

FAQ Release Strategy


Q1 : Why is the release strategy not reset?

Answer : A reset of the release strategy only takes place if the changeability of the release indicator is set to '4' in case of a purchase requisition and '4' or '6' in case of another purchasing document (purchase order, request for quotation, contract, scheduling agreement), the document is still subject to the previous release strategy,the new TOTAL NET ORDER VALUE is higher than the old one.
The total net order value is linked to CEKKO-GNETW for a purchase order, CEBAN-GSWRT for a purchase requisition item-wise release and CEBAN-GFWRT for a purchase requisition overall release.
If you have maintained a Tolerance for value changes during release (V_161S-TLFAE), the release strategy is reset when the value of the document is higher than the percentage you have specified and if the document is still subject to the previous release strategy.

 

Q2 : Why is the release strategy not determined?

Answer : Please check the following points :

You can not use Release without classification and Release with classification.
If there is an entry present in Release Group table (T16FG-FRGOT) only release with classification can be used.

For OVERALL RELEASE (purchase order and purchase requisition) the item fields such as Plant and Material Group will be aggregated to header level.
For example you use Plant as one of your characteristics. If all items do not belong to the same plant then the relase strategy will not be found unless you have maintained a blank value as one of your allowed values for the characteristic Plant. If all items belong to the same plant then that plant is aggregated to the header; if one or more is different then a blank is aggregated to the header. See note 47089.

If you use a release user exit to derive the communication structure the following statements must be in the code (see note 371667):

E_CEBAN = I_CEBAN (EXIT_SAPLEBND_001 and EXIT_SAPBELND_004)

E_CEKKO = I_CEKKO (EXIT_SAPLEBND_002)
2 Comments
bhardwaj1
Explorer
Sir,.

Very helpful and very informative .

Thank you so very much for posting on such important topic
former_member762429
Discoverer
0 Kudos
sir,

Thanks to this article I can learn more. Expand my knowledge and abilities. Actually, the article is very real and helpful
Labels in this area