cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Conditions for Alternative Order Units in Info Records

Antigoni_Dimou1
Explorer
0 Likes
457

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).

 Antigoni_Dimou_0-1746606333913.png

Antigoni_Dimou_1-1746606393105.png

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?

 

Accepted Solutions (0)

Answers (0)