How to restrict creation of sold products for CFS & RFS in OMT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2025 11:29 PM
How to restrict creation of sold products for CFS & RFS in OMT. and sold prod should only be created for products. Please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2025 12:37 AM
You cannot restrict creation of sold products via decomp rules. That is not the objective of decomp rules.
You can however conditionally not decompose to a CFS/RFS, which in turn will not create the sold product for that CFS/RFS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2025 01:06 AM
Thanks Shashank for your super fast response.
could you please give some insight on how to conditionally not decompose to CFS/RFS so that sold prod will not get created for both of them.
Abhi.
+91-8806062354
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2025 01:45 AM
Please refer to this documentation that describes how to configure decomp rules. (assuming that is what you are asking)
At run time, SOMT application refers to the Specification Relationships record that describes the relationship between specs. If there is a Decomp Rule configured against the Spec Rel, the application analyzes if the condition is met and determines whether or not to decompose the order further.
Decomp Rules are written using Spec characteristics. In your use case, where you do not want a CFS/RFS to decompose to - write a condition using the chars such that it won't be satisfied, resulting into no further decomp.
Example of a Decomp Rule -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2025 03:59 AM
sure let me try to configure & test it , will update you soon , thanks.