public class SuplrInvcItemPurOrdRef extends VdmEntity<SuplrInvcItemPurOrdRef>
Original entity name from the Odata EDM: A_SuplrInvcItemPurOrdRefType
Modifier and Type | Class and Description |
---|---|
static class |
SuplrInvcItemPurOrdRef.SuplrInvcItemPurOrdRefBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrInvcItemPurOrdRefSelectable |
ALL_FIELDS
Selector for all available fields of SuplrInvcItemPurOrdRef.
|
static SuplrInvcItemPurOrdRefField<String> |
DOCUMENT_CURRENCY
Use with available fluent helpers to apply the DocumentCurrency field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
FISCAL_YEAR
Use with available fluent helpers to apply the FiscalYear field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
FREIGHT_SUPPLIER
Use with available fluent helpers to apply the FreightSupplier field to query operations.
|
static SuplrInvcItemPurOrdRefField<Boolean> |
IS_NOT_CASH_DISCOUNT_LIABLE
Use with available fluent helpers to apply the IsNotCashDiscountLiable field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
IS_SUBSEQUENT_DEBIT_CREDIT
Use with available fluent helpers to apply the IsSubsequentDebitCredit field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
PURCHASE_ORDER
Use with available fluent helpers to apply the PurchaseOrder field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
PURCHASE_ORDER_ITEM
Use with available fluent helpers to apply the PurchaseOrderItem field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
PURCHASE_ORDER_PRICE_UNIT
Use with available fluent helpers to apply the PurchaseOrderPriceUnit field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
PURCHASE_ORDER_QUANTITY_UNIT
Use with available fluent helpers to apply the PurchaseOrderQuantityUnit field to query operations.
|
static SuplrInvcItemPurOrdRefField<BigDecimal> |
QTY_IN_PURCHASE_ORDER_PRICE_UNIT
Use with available fluent helpers to apply the QtyInPurchaseOrderPriceUnit field to query operations.
|
static SuplrInvcItemPurOrdRefField<BigDecimal> |
QUANTITY_IN_PURCHASE_ORDER_UNIT
Use with available fluent helpers to apply the QuantityInPurchaseOrderUnit field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
REFERENCE_DOCUMENT
Use with available fluent helpers to apply the ReferenceDocument field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
REFERENCE_DOCUMENT_FISCAL_YEAR
Use with available fluent helpers to apply the ReferenceDocumentFiscalYear field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
REFERENCE_DOCUMENT_ITEM
Use with available fluent helpers to apply the ReferenceDocumentItem field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
SUPLR_INVC_DELIVERY_COST_CNDN_COUNT
Use with available fluent helpers to apply the SuplrInvcDeliveryCostCndnCount field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
SUPLR_INVC_DELIVERY_COST_CNDN_STEP
Use with available fluent helpers to apply the SuplrInvcDeliveryCostCndnStep field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
SUPLR_INVC_DELIVERY_COST_CNDN_TYPE
Use with available fluent helpers to apply the SuplrInvcDeliveryCostCndnType field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
SUPPLIER_INVOICE
Use with available fluent helpers to apply the SupplierInvoice field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
SUPPLIER_INVOICE_ITEM
Use with available fluent helpers to apply the SupplierInvoiceItem field to query operations.
|
static SuplrInvcItemPurOrdRefField<BigDecimal> |
SUPPLIER_INVOICE_ITEM_AMOUNT
Use with available fluent helpers to apply the SupplierInvoiceItemAmount field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
SUPPLIER_INVOICE_ITEM_TEXT
Use with available fluent helpers to apply the SupplierInvoiceItemText field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
TAX_CODE
Use with available fluent helpers to apply the TaxCode field to query operations.
|
static SuplrInvcItemPurOrdRefField<String> |
TAX_JURISDICTION
Use with available fluent helpers to apply the TaxJurisdiction field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SuplrInvcItemPurOrdRef() |
SuplrInvcItemPurOrdRef(String supplierInvoice,
String fiscalYear,
String supplierInvoiceItem,
String purchaseOrder,
String purchaseOrderItem,
String plant,
String referenceDocument,
String referenceDocumentFiscalYear,
String referenceDocumentItem,
String isSubsequentDebitCredit,
String taxCode,
String taxJurisdiction,
String documentCurrency,
BigDecimal supplierInvoiceItemAmount,
String purchaseOrderQuantityUnit,
BigDecimal quantityInPurchaseOrderUnit,
String purchaseOrderPriceUnit,
BigDecimal qtyInPurchaseOrderPriceUnit,
String suplrInvcDeliveryCostCndnType,
String suplrInvcDeliveryCostCndnStep,
String suplrInvcDeliveryCostCndnCount,
String supplierInvoiceItemText,
String freightSupplier,
Boolean isNotCashDiscountLiable,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrInvcItemPurOrdRef.SuplrInvcItemPurOrdRefBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SuplrInvcItemPurOrdRefField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getDocumentCurrency()
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: DocumentCurrency
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getFiscalYear()
(Key Field) Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: FiscalYear
|
String |
getFreightSupplier()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: FreightSupplier
|
Boolean |
getIsNotCashDiscountLiable()
Constraints: noneOriginal property name from the Odata EDM: IsNotCashDiscountLiableIf a cash discount is not granted for the entire invoiced amount, the system can determine the amount qualifying for cash discount automatically by means of the offsetting entries.
|
String |
getIsSubsequentDebitCredit()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsSubsequentDebitCreditSubsequent debits or credits occur if further invoices or credit memos are received in respect of goods which have already been invoiced.
|
protected Map<String,Object> |
getKey() |
String |
getPlant()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: Plant
|
String |
getPurchaseOrder()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: PurchaseOrder
|
String |
getPurchaseOrderItem()
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: PurchaseOrderItem
|
String |
getPurchaseOrderPriceUnit()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: PurchaseOrderPriceUnit100 pc are ordered at a price of 10 $/kg.
|
String |
getPurchaseOrderQuantityUnit()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: PurchaseOrderQuantityUnitYou define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure.
|
BigDecimal |
getQtyInPurchaseOrderPriceUnit()
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: QtyInPurchaseOrderPriceUnit
|
BigDecimal |
getQuantityInPurchaseOrderUnit()
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: QuantityInPurchaseOrderUnitThe quantity entered determines which portion of the costs you wish to distribute to this account assignment item.
|
String |
getReferenceDocument()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: ReferenceDocumentThe document number is unique per company code and fiscal year.
|
String |
getReferenceDocumentFiscalYear()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ReferenceDocumentFiscalYearIn the simplest case, the fiscal year and the calendar year will match.
|
String |
getReferenceDocumentItem()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ReferenceDocumentItemAll items in an accounting document are assigned a number that allows them to be uniquely identified.The numbers are assigned consecutively when the document is created.
|
String |
getSuplrInvcDeliveryCostCndnCount()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnCountDuring automatic pricing, the system takes into account the sequence specified by the counter.
|
String |
getSuplrInvcDeliveryCostCndnStep()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnStep
|
String |
getSuplrInvcDeliveryCostCndnType()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnType
|
String |
getSupplierInvoice()
(Key Field) Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: SupplierInvoiceThe document number is unique per company code and fiscal year.
|
String |
getSupplierInvoiceItem()
(Key Field) Constraints: Not nullable, Maximum length: 6 Original property name from the Odata EDM: SupplierInvoiceItemThe system places the line selected at the top of the invoice item display.
|
BigDecimal |
getSupplierInvoiceItemAmount()
Constraints: Not nullable, Precision: 14, Scale: 3 Original property name from the Odata EDM: SupplierInvoiceItemAmountDuring document entry, enter the amount manually.
|
String |
getSupplierInvoiceItemText()
Constraints: Not nullable, Maximum length: 50 Original property name from the Odata EDM: SupplierInvoiceItemTextLine item texts can be used internally and externally.
|
String |
getTaxCode()
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: TaxCodeTax codes are unique per country.
|
String |
getTaxJurisdiction()
Constraints: Not nullable, Maximum length: 15 Original property name from the Odata EDM: TaxJurisdiction
|
Class<SuplrInvcItemPurOrdRef> |
getType() |
int |
hashCode() |
void |
setDocumentCurrency(String documentCurrency)
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: DocumentCurrency
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setFiscalYear(String fiscalYear)
(Key Field) Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: FiscalYear
|
void |
setFreightSupplier(String freightSupplier)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: FreightSupplier
|
void |
setIsNotCashDiscountLiable(Boolean isNotCashDiscountLiable)
Constraints: noneOriginal property name from the Odata EDM: IsNotCashDiscountLiableIf a cash discount is not granted for the entire invoiced amount, the system can determine the amount qualifying for cash discount automatically by means of the offsetting entries.
|
void |
setIsSubsequentDebitCredit(String isSubsequentDebitCredit)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsSubsequentDebitCreditSubsequent debits or credits occur if further invoices or credit memos are received in respect of goods which have already been invoiced.
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: Plant
|
void |
setPurchaseOrder(String purchaseOrder)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: PurchaseOrder
|
void |
setPurchaseOrderItem(String purchaseOrderItem)
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: PurchaseOrderItem
|
void |
setPurchaseOrderPriceUnit(String purchaseOrderPriceUnit)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: PurchaseOrderPriceUnit100 pc are ordered at a price of 10 $/kg.
|
void |
setPurchaseOrderQuantityUnit(String purchaseOrderQuantityUnit)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: PurchaseOrderQuantityUnitYou define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure.
|
void |
setQtyInPurchaseOrderPriceUnit(BigDecimal qtyInPurchaseOrderPriceUnit)
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: QtyInPurchaseOrderPriceUnit
|
void |
setQuantityInPurchaseOrderUnit(BigDecimal quantityInPurchaseOrderUnit)
Constraints: Not nullable, Precision: 13, Scale: 3 Original property name from the Odata EDM: QuantityInPurchaseOrderUnitThe quantity entered determines which portion of the costs you wish to distribute to this account assignment item.
|
void |
setReferenceDocument(String referenceDocument)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: ReferenceDocumentThe document number is unique per company code and fiscal year.
|
void |
setReferenceDocumentFiscalYear(String referenceDocumentFiscalYear)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ReferenceDocumentFiscalYearIn the simplest case, the fiscal year and the calendar year will match.
|
void |
setReferenceDocumentItem(String referenceDocumentItem)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: ReferenceDocumentItemAll items in an accounting document are assigned a number that allows them to be uniquely identified.The numbers are assigned consecutively when the document is created.
|
void |
setSuplrInvcDeliveryCostCndnCount(String suplrInvcDeliveryCostCndnCount)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnCountDuring automatic pricing, the system takes into account the sequence specified by the counter.
|
void |
setSuplrInvcDeliveryCostCndnStep(String suplrInvcDeliveryCostCndnStep)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnStep
|
void |
setSuplrInvcDeliveryCostCndnType(String suplrInvcDeliveryCostCndnType)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnType
|
void |
setSupplierInvoice(String supplierInvoice)
(Key Field) Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: SupplierInvoiceThe document number is unique per company code and fiscal year.
|
void |
setSupplierInvoiceItem(String supplierInvoiceItem)
(Key Field) Constraints: Not nullable, Maximum length: 6 Original property name from the Odata EDM: SupplierInvoiceItemThe system places the line selected at the top of the invoice item display.
|
void |
setSupplierInvoiceItemAmount(BigDecimal supplierInvoiceItemAmount)
Constraints: Not nullable, Precision: 14, Scale: 3 Original property name from the Odata EDM: SupplierInvoiceItemAmountDuring document entry, enter the amount manually.
|
void |
setSupplierInvoiceItemText(String supplierInvoiceItemText)
Constraints: Not nullable, Maximum length: 50 Original property name from the Odata EDM: SupplierInvoiceItemTextLine item texts can be used internally and externally.
|
void |
setTaxCode(String taxCode)
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: TaxCodeTax codes are unique per country.
|
void |
setTaxJurisdiction(String taxJurisdiction)
Constraints: Not nullable, Maximum length: 15 Original property name from the Odata EDM: TaxJurisdiction
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SuplrInvcItemPurOrdRefSelectable ALL_FIELDS
public static final SuplrInvcItemPurOrdRefField<String> SUPPLIER_INVOICE
public static final SuplrInvcItemPurOrdRefField<String> FISCAL_YEAR
public static final SuplrInvcItemPurOrdRefField<String> SUPPLIER_INVOICE_ITEM
public static final SuplrInvcItemPurOrdRefField<String> PURCHASE_ORDER
public static final SuplrInvcItemPurOrdRefField<String> PURCHASE_ORDER_ITEM
public static final SuplrInvcItemPurOrdRefField<String> PLANT
public static final SuplrInvcItemPurOrdRefField<String> REFERENCE_DOCUMENT
public static final SuplrInvcItemPurOrdRefField<String> REFERENCE_DOCUMENT_FISCAL_YEAR
public static final SuplrInvcItemPurOrdRefField<String> REFERENCE_DOCUMENT_ITEM
public static final SuplrInvcItemPurOrdRefField<String> IS_SUBSEQUENT_DEBIT_CREDIT
public static final SuplrInvcItemPurOrdRefField<String> TAX_CODE
public static final SuplrInvcItemPurOrdRefField<String> TAX_JURISDICTION
public static final SuplrInvcItemPurOrdRefField<String> DOCUMENT_CURRENCY
public static final SuplrInvcItemPurOrdRefField<BigDecimal> SUPPLIER_INVOICE_ITEM_AMOUNT
public static final SuplrInvcItemPurOrdRefField<String> PURCHASE_ORDER_QUANTITY_UNIT
public static final SuplrInvcItemPurOrdRefField<BigDecimal> QUANTITY_IN_PURCHASE_ORDER_UNIT
public static final SuplrInvcItemPurOrdRefField<String> PURCHASE_ORDER_PRICE_UNIT
public static final SuplrInvcItemPurOrdRefField<BigDecimal> QTY_IN_PURCHASE_ORDER_PRICE_UNIT
public static final SuplrInvcItemPurOrdRefField<String> SUPLR_INVC_DELIVERY_COST_CNDN_TYPE
public static final SuplrInvcItemPurOrdRefField<String> SUPLR_INVC_DELIVERY_COST_CNDN_STEP
public static final SuplrInvcItemPurOrdRefField<String> SUPLR_INVC_DELIVERY_COST_CNDN_COUNT
public static final SuplrInvcItemPurOrdRefField<String> SUPPLIER_INVOICE_ITEM_TEXT
public static final SuplrInvcItemPurOrdRefField<String> FREIGHT_SUPPLIER
public static final SuplrInvcItemPurOrdRefField<Boolean> IS_NOT_CASH_DISCOUNT_LIABLE
public SuplrInvcItemPurOrdRef()
public SuplrInvcItemPurOrdRef(@Nullable String supplierInvoice, @Nullable String fiscalYear, @Nullable String supplierInvoiceItem, @Nullable String purchaseOrder, @Nullable String purchaseOrderItem, @Nullable String plant, @Nullable String referenceDocument, @Nullable String referenceDocumentFiscalYear, @Nullable String referenceDocumentItem, @Nullable String isSubsequentDebitCredit, @Nullable String taxCode, @Nullable String taxJurisdiction, @Nullable String documentCurrency, @Nullable BigDecimal supplierInvoiceItemAmount, @Nullable String purchaseOrderQuantityUnit, @Nullable BigDecimal quantityInPurchaseOrderUnit, @Nullable String purchaseOrderPriceUnit, @Nullable BigDecimal qtyInPurchaseOrderPriceUnit, @Nullable String suplrInvcDeliveryCostCndnType, @Nullable String suplrInvcDeliveryCostCndnStep, @Nullable String suplrInvcDeliveryCostCndnCount, @Nullable String supplierInvoiceItemText, @Nullable String freightSupplier, @Nullable Boolean isNotCashDiscountLiable, @Nullable ErpConfigContext erpConfigContext)
@Nonnull public Class<SuplrInvcItemPurOrdRef> getType()
getType
in class VdmObject<SuplrInvcItemPurOrdRef>
public void setSupplierInvoice(@Nullable String supplierInvoice)
Original property name from the Odata EDM: SupplierInvoice
The document number is unique per company code and fiscal year. When entering an accounting document, you can specify the number manually or it can be determined by the system from a pre-defined area (number range).The relevant area of the document numbers (number range) is determined in each company code per document type.
supplierInvoice
- The document number is the key the system uses to access the accounting document.public void setFiscalYear(@Nullable String fiscalYear)
Original property name from the Odata EDM: FiscalYear
fiscalYear
- Period, 12 months as a rule, for which the company is to create its inventory and balance sheet. The fiscal year can be the same as the calendar year, but does not have to be.public void setSupplierInvoiceItem(@Nullable String supplierInvoiceItem)
Original property name from the Odata EDM: SupplierInvoiceItem
The system places the line selected at the top of the invoice item display.
supplierInvoiceItem
- By entering the number of an item in an invoice document, you can go straight to the line that you want to process.public void setPurchaseOrder(@Nullable String purchaseOrder)
Original property name from the Odata EDM: PurchaseOrder
purchaseOrder
- Alphanumeric key uniquely identifying the document.public void setPurchaseOrderItem(@Nullable String purchaseOrderItem)
Original property name from the Odata EDM: PurchaseOrderItem
purchaseOrderItem
- Specifies the number that uniquely identifies an item in .public void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Key uniquely identifying a plant.public void setReferenceDocument(@Nullable String referenceDocument)
Original property name from the Odata EDM: ReferenceDocument
The document number is unique per company code and fiscal year. When you enter an accounting_document, the number can be assigned either manually by the user or by the system (from a predefined number range).The permitted document number ranges are specified in tables for various document types.
referenceDocument
- Number that uniquely identifies a reference document.public void setReferenceDocumentFiscalYear(@Nullable String referenceDocumentFiscalYear)
Original property name from the Odata EDM: ReferenceDocumentFiscalYear
In the simplest case, the fiscal year and the calendar year will match. Otherwise, the calendar days on which individual posting periods end must be defined. This can be done at the same time for several company codes or individually for each company code.Different variants of fiscal years can be defined in table T009. One of the variants from table 009 must be defined in table T001 for every company code that does not work with the calendar year.
referenceDocumentFiscalYear
- Defines a settlement period which can be divided into 12-16 posting periods.public void setReferenceDocumentItem(@Nullable String referenceDocumentItem)
Original property name from the Odata EDM: ReferenceDocumentItem
All items in an accounting document are assigned a number that allows them to be uniquely identified.The numbers are assigned consecutively when the document is created.
referenceDocumentItem
- Indicates the number of the reference document item.public void setIsSubsequentDebitCredit(@Nullable String isSubsequentDebitCredit)
Original property name from the Odata EDM: IsSubsequentDebitCredit
Subsequent debits or credits occur if further invoices or credit memos are received in respect of goods which have already been invoiced. It is only the invoiced value that changes as a result: the invoiced quantity is not affected.
isSubsequentDebitCredit
- Determines whether the invoice or credit memo involves a subsequent debit or a subsequent credit.public void setTaxCode(@Nullable String taxCode)
Original property name from the Odata EDM: TaxCode
Tax codes are unique per country. The tax rate calculation rules and further features are stored in a table for each tax code.For tax-exempt or non-taxable transactions, you should use tax codes with a 0 percentage rate if the corresponding transactions are to be displayed in the tax returns.You must define new tax codes if tax rates are changed by the state. The old codes with the old tax rates must remain in the system until no more open items which use this tax code exist.
taxCode
- The tax code represents a tax category which must be taken into consideration when making a tax return to the tax authorities.public void setTaxJurisdiction(@Nullable String taxJurisdiction)
Original property name from the Odata EDM: TaxJurisdiction
taxJurisdiction
- The tax jurisdiction is used for determining the tax rates in the USA. It defines to which tax authorities you must pay your taxes. It is always the city to which the goods are supplied.public void setDocumentCurrency(@Nullable String documentCurrency)
Original property name from the Odata EDM: DocumentCurrency
documentCurrency
- Currency key for amounts in the system.public void setSupplierInvoiceItemAmount(@Nullable BigDecimal supplierInvoiceItemAmount)
Original property name from the Odata EDM: SupplierInvoiceItemAmount
During document entry, enter the amount manually. In the last line item, you can specify a '*'. The system will then enter the balance of the line items entered prior to the last item as the amount for the last item.Amounts you enter may be changed automatically by the system if the following postings are made:Tax adjustmentsCash discount adjustments during net postings
supplierInvoiceItemAmount
- Line item amount in document currency.public void setPurchaseOrderQuantityUnit(@Nullable String purchaseOrderQuantityUnit)
Original property name from the Odata EDM: PurchaseOrderQuantityUnit
You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified.
purchaseOrderQuantityUnit
- Unit of measure in which stocks of the material are managed. The system converts all the quantities you enter in other units of measure (alternative units of measure) to the base unit of measure.public void setQuantityInPurchaseOrderUnit(@Nullable BigDecimal quantityInPurchaseOrderUnit)
Original property name from the Odata EDM: QuantityInPurchaseOrderUnit
The quantity entered determines which portion of the costs you wish to distribute to this account assignment item.
quantityInPurchaseOrderUnit
- Portion of total purchase order quantity that you wish to allocate to this account assignment item.public void setPurchaseOrderPriceUnit(@Nullable String purchaseOrderPriceUnit)
Original property name from the Odata EDM: PurchaseOrderPriceUnit
100 pc are ordered at a price of 10 $/kg. The order unit is "pc" (piece), and the purchase order price unit is "kg" (kilogram).
purchaseOrderPriceUnit
- Indicates the unit of measure to which the purchase order price relates.public void setQtyInPurchaseOrderPriceUnit(@Nullable BigDecimal qtyInPurchaseOrderPriceUnit)
Original property name from the Odata EDM: QtyInPurchaseOrderPriceUnit
qtyInPurchaseOrderPriceUnit
- Specifies the quantity delivered in the purchase order price unit.public void setSuplrInvcDeliveryCostCndnType(@Nullable String suplrInvcDeliveryCostCndnType)
Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnType
suplrInvcDeliveryCostCndnType
- The condition type is used for different functions. In pricing, for example, the condition type lets you differentiate between different kinds of discount; in output determination, between different output types such as order confirmation or delivery note; in batch determination, between different strategy types.public void setSuplrInvcDeliveryCostCndnStep(@Nullable String suplrInvcDeliveryCostCndnStep)
Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnStep
suplrInvcDeliveryCostCndnStep
- Number that determines the sequence of the condition within a procedure.public void setSuplrInvcDeliveryCostCndnCount(@Nullable String suplrInvcDeliveryCostCndnCount)
Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnCount
During automatic pricing, the system takes into account the sequence specified by the counter.
suplrInvcDeliveryCostCndnCount
- Access number of the conditions within a step in the pricing procedure.public void setSupplierInvoiceItemText(@Nullable String supplierInvoiceItemText)
Original property name from the Odata EDM: SupplierInvoiceItemText
Line item texts can be used internally and externally. To be able to distinguish between these, you must begin texts for external use with "*". These texts can then be printed on all correspondence, dunning notices, payment advice notes, etc. The asterisk is removed when the text is printed.This function is only available in the FI component. It cannot be used in Materials Management.
supplierInvoiceItemText
- Contains an explanatory text on the line item.public void setFreightSupplier(@Nullable String freightSupplier)
Original property name from the Odata EDM: FreightSupplier
freightSupplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.public void setIsNotCashDiscountLiable(@Nullable Boolean isNotCashDiscountLiable)
Original property name from the Odata EDM: IsNotCashDiscountLiable
If a cash discount is not granted for the entire invoiced amount, the system can determine the amount qualifying for cash discount automatically by means of the offsetting entries. To enable the system to do this, you must mark all offsetting entries as being either liable or not liable to cash discount.
isNotCashDiscountLiable
- Indicator that no cash discount is granted for this item.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SuplrInvcItemPurOrdRef>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SuplrInvcItemPurOrdRef>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SuplrInvcItemPurOrdRef>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SuplrInvcItemPurOrdRef>
@Nonnull public static <T> SuplrInvcItemPurOrdRefField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> SuplrInvcItemPurOrdRefField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static SuplrInvcItemPurOrdRef.SuplrInvcItemPurOrdRefBuilder builder()
@Nullable public String getSupplierInvoice()
Original property name from the Odata EDM: SupplierInvoice
The document number is unique per company code and fiscal year. When entering an accounting document, you can specify the number manually or it can be determined by the system from a pre-defined area (number range).The relevant area of the document numbers (number range) is determined in each company code per document type.
@Nullable public String getFiscalYear()
Original property name from the Odata EDM: FiscalYear
@Nullable public String getSupplierInvoiceItem()
Original property name from the Odata EDM: SupplierInvoiceItem
The system places the line selected at the top of the invoice item display.
@Nullable public String getPurchaseOrder()
Original property name from the Odata EDM: PurchaseOrder
@Nullable public String getPurchaseOrderItem()
Original property name from the Odata EDM: PurchaseOrderItem
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getReferenceDocument()
Original property name from the Odata EDM: ReferenceDocument
The document number is unique per company code and fiscal year. When you enter an accounting_document, the number can be assigned either manually by the user or by the system (from a predefined number range).The permitted document number ranges are specified in tables for various document types.
@Nullable public String getReferenceDocumentFiscalYear()
Original property name from the Odata EDM: ReferenceDocumentFiscalYear
In the simplest case, the fiscal year and the calendar year will match. Otherwise, the calendar days on which individual posting periods end must be defined. This can be done at the same time for several company codes or individually for each company code.Different variants of fiscal years can be defined in table T009. One of the variants from table 009 must be defined in table T001 for every company code that does not work with the calendar year.
@Nullable public String getReferenceDocumentItem()
Original property name from the Odata EDM: ReferenceDocumentItem
All items in an accounting document are assigned a number that allows them to be uniquely identified.The numbers are assigned consecutively when the document is created.
@Nullable public String getIsSubsequentDebitCredit()
Original property name from the Odata EDM: IsSubsequentDebitCredit
Subsequent debits or credits occur if further invoices or credit memos are received in respect of goods which have already been invoiced. It is only the invoiced value that changes as a result: the invoiced quantity is not affected.
@Nullable public String getTaxCode()
Original property name from the Odata EDM: TaxCode
Tax codes are unique per country. The tax rate calculation rules and further features are stored in a table for each tax code.For tax-exempt or non-taxable transactions, you should use tax codes with a 0 percentage rate if the corresponding transactions are to be displayed in the tax returns.You must define new tax codes if tax rates are changed by the state. The old codes with the old tax rates must remain in the system until no more open items which use this tax code exist.
@Nullable public String getTaxJurisdiction()
Original property name from the Odata EDM: TaxJurisdiction
@Nullable public String getDocumentCurrency()
Original property name from the Odata EDM: DocumentCurrency
@Nullable public BigDecimal getSupplierInvoiceItemAmount()
Original property name from the Odata EDM: SupplierInvoiceItemAmount
During document entry, enter the amount manually. In the last line item, you can specify a '*'. The system will then enter the balance of the line items entered prior to the last item as the amount for the last item.Amounts you enter may be changed automatically by the system if the following postings are made:Tax adjustmentsCash discount adjustments during net postings
@Nullable public String getPurchaseOrderQuantityUnit()
Original property name from the Odata EDM: PurchaseOrderQuantityUnit
You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified.
@Nullable public BigDecimal getQuantityInPurchaseOrderUnit()
Original property name from the Odata EDM: QuantityInPurchaseOrderUnit
The quantity entered determines which portion of the costs you wish to distribute to this account assignment item.
@Nullable public String getPurchaseOrderPriceUnit()
Original property name from the Odata EDM: PurchaseOrderPriceUnit
100 pc are ordered at a price of 10 $/kg. The order unit is "pc" (piece), and the purchase order price unit is "kg" (kilogram).
@Nullable public BigDecimal getQtyInPurchaseOrderPriceUnit()
Original property name from the Odata EDM: QtyInPurchaseOrderPriceUnit
@Nullable public String getSuplrInvcDeliveryCostCndnType()
Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnType
@Nullable public String getSuplrInvcDeliveryCostCndnStep()
Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnStep
@Nullable public String getSuplrInvcDeliveryCostCndnCount()
Original property name from the Odata EDM: SuplrInvcDeliveryCostCndnCount
During automatic pricing, the system takes into account the sequence specified by the counter.
@Nullable public String getSupplierInvoiceItemText()
Original property name from the Odata EDM: SupplierInvoiceItemText
Line item texts can be used internally and externally. To be able to distinguish between these, you must begin texts for external use with "*". These texts can then be printed on all correspondence, dunning notices, payment advice notes, etc. The asterisk is removed when the text is printed.This function is only available in the FI component. It cannot be used in Materials Management.
@Nullable public String getFreightSupplier()
Original property name from the Odata EDM: FreightSupplier
@Nullable public Boolean getIsNotCashDiscountLiable()
Original property name from the Odata EDM: IsNotCashDiscountLiable
If a cash discount is not granted for the entire invoiced amount, the system can determine the amount qualifying for cash discount automatically by means of the offsetting entries. To enable the system to do this, you must mark all offsetting entries as being either liable or not liable to cash discount.
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<SuplrInvcItemPurOrdRef>
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrInvcItemPurOrdRef>
public boolean equals(Object o)
equals
in class VdmObject<SuplrInvcItemPurOrdRef>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SuplrInvcItemPurOrdRef>
public int hashCode()
hashCode
in class VdmObject<SuplrInvcItemPurOrdRef>
Copyright © 2018 SAP SE. All rights reserved.