on 2025 May 07 9:29 AM
I need to create or update purchasing info records along with their associated conditions. I'm currently using the function module ME_INFORECORD_MAINTAIN_MULTI, which works well in most cases. However, in some situations, I need to add a condition for an alternative order unit (UoM).
From what I’ve observed, conditions are stored in table A067, and each condition entry generates a new KNUMH (condition record number) for the corresponding order unit (BSTME).
The issue is that this FM always applies the condition based on the EINA-BSTME (standard order unit) field. I haven't found a way to assign a condition to a different UoM.
I've also tried the following function modules, but they didn’t fulfill the requirement:
CND_PRICES_DETAILS_SAVE
ME_UPDATE_INFORECORD_COND
Does anyone know of a function module or method that allows conditions to be created for an alternative UoM in a purchasing info record?
Request clarification before answering.
| User | Count |
|---|---|
| 39 | |
| 23 | |
| 20 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.