Skip to content

KVSFCYInvAdjmtEntryOrderExt#

Extends #437dbf0e84ff417a965ded2bb9650972#Inventory Adjmt. Entry (Order)

Fields#

Name Type Note
KVSFCYSingleLevelMatOvhdCost Decimal
KVSFCYSingleLevelSubcOvhdCost Decimal
KVSFCYSingleLvlMatOvhdCostACY Decimal
KVSFCYSingleLvlSubOvhdCostACY Decimal

Procedures#

KVSFCYAddSingleLvlMaterialCostWithConsumption(Decimal, Decimal, Decimal, Decimal, Record Item Ledger Entry) :#

Summary: Adds single-level material cost to the inventory adjustment entry including consumption-related overhead calculations. This procedure extends the standard material cost calculation by incorporating consumption-specific overhead rates and indirect costs, handling both local currency (LCY) and additional reporting currency (ACY) amounts. Used during inventory cost adjustment processes to ensure accurate material cost allocation including consumption overheads.

procedure KVSFCYAddSingleLvlMaterialCostWithConsumption(CostAmtLCY: Decimal; CostAmtACY: Decimal; CostAmtConsLCY: Decimal; CostAmtConsACY: Decimal; itemLedgEntryPar: Record "Item Ledger Entry"): 

Parameters:

  • CostAmtLCY: The material cost amount in local currency to be added to the single-level material cost.
  • CostAmtACY: The material cost amount in additional reporting currency to be added to the single-level material cost.
  • CostAmtConsLCY: The consumption-related cost amount in local currency for overhead calculations.
  • CostAmtConsACY: The consumption-related cost amount in additional reporting currency for overhead calculations.
  • itemLedgEntryPar: The item ledger entry providing context for item number, variant code, posting date, and quantity information for cost calculations.