KVSKBAItemJournalLine
Extends #437dbf0e84ff417a965ded2bb9650972#Item Journal Line
Fields
| Name | Type | Note |
|---|---|---|
| KVSKBACarrierCode | Code[20] | FlowField |
| KVSKBAAverageUnitCost | Decimal | |
| KVSKBALastDirectCost | Decimal | |
| KVSKBAAverageOriginalUnitCost | Decimal | |
| KVSKBALowestValue | Decimal | |
| KVSKBAStandardCost | Decimal | |
| KVSKBADigSignUserID | Code[50] | |
| KVSKBADigSignResourceNo | Code[20] | |
| KVSKBAProductionDate | Date | |
| KVSKBAExtLotNo | Code[50] | |
| KVSKBAVendorNo | Code[20] | |
| KVSKBATempSingleCancellation | Boolean |
Procedures
KVSKBASuspendItemVariantCheck(Boolean) :
Summary: Suspends or resumes the item variant check for the item journal line.
procedure KVSKBASuspendItemVariantCheck(NewItemVariantCheckSuspended: Boolean):
Parameters:
NewItemVariantCheckSuspended: Indicates whether the item variant check should be suspended.
Remarks: This procedure allows you to temporarily suspend or resume the item variant check for the item journal line. When the check is suspended, the system will not validate the item variant for the item journal line, which can be useful in certain scenarios such as data migration or correction. It is important to ensure that the item variant check is resumed after the necessary operations are completed to maintain data integrity.