Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierinvoiceintegration | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static SupplierInvoiceLink<SupplierInvoiceTax> |
SupplierInvoice.TO_SUPPLIER_INVOICE_TAX
Use with available fluent helpers to apply the to_SupplierInvoiceTax navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierInvoiceTax |
SupplierInvoiceTax.SupplierInvoiceTaxBuilder.build() |
protected SupplierInvoiceTax |
SupplierInvoiceTaxCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SupplierInvoiceTax> |
SupplierInvoice.fetchSupplierInvoiceTax()
Fetches the SupplierInvoiceTax entities (one to many) associated with this entity.
|
protected Class<SupplierInvoiceTax> |
SupplierInvoiceTaxFluentHelper.getEntityClass() |
protected Class<SupplierInvoiceTax> |
SupplierInvoiceTaxByKeyFluentHelper.getEntityClass() |
Optional<List<SupplierInvoiceTax>> |
SupplierInvoice.getSupplierInvoiceTaxIfPresent()
Retrieval of associated SupplierInvoiceTax entities (one to many).
|
List<SupplierInvoiceTax> |
SupplierInvoice.getSupplierInvoiceTaxOrFetch()
Retrieval of associated SupplierInvoiceTax entities (one to many).
|
Class<SupplierInvoiceTax> |
SupplierInvoiceTax.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierInvoice.addSupplierInvoiceTax(SupplierInvoiceTax... entity)
Adds elements to the list of associated SupplierInvoiceTax entities.
|
SupplierInvoice.SupplierInvoiceBuilder |
SupplierInvoice.SupplierInvoiceBuilder.supplierInvoiceTax(SupplierInvoiceTax... value) |
Modifier and Type | Method and Description |
---|---|
void |
SupplierInvoice.setSupplierInvoiceTax(List<SupplierInvoiceTax> value)
Overwrites the list of associated SupplierInvoiceTax entities for the loaded navigation property to_SupplierInvoiceTax.
|
protected SupplierInvoiceTaxLink<ObjectT> |
SupplierInvoiceTaxLink.translateLinkType(EntityLink<SupplierInvoiceTaxLink<ObjectT>,SupplierInvoiceTax,ObjectT> link) |
Constructor and Description |
---|
SupplierInvoiceTaxCreateFluentHelper(String servicePath,
SupplierInvoiceTax entity)
Creates a fluent helper object that will create a
SupplierInvoiceTax entity on the OData endpoint. |
Constructor and Description |
---|
SupplierInvoice(String supplierInvoice,
String fiscalYear,
String companyCode,
LocalDateTime documentDate,
LocalDateTime postingDate,
String supplierInvoiceIDByInvcgParty,
String invoicingParty,
String documentCurrency,
BigDecimal invoiceGrossAmount,
BigDecimal unplannedDeliveryCost,
String documentHeaderText,
BigDecimal manualCashDiscount,
String paymentTerms,
LocalDateTime dueCalculationBaseDate,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Percent,
BigDecimal cashDiscount2Days,
BigDecimal netPaymentDays,
String paymentBlockingReason,
String accountingDocumentType,
String bPBankAccountInternalID,
BigDecimal indirectQuotedExchangeRate,
BigDecimal directQuotedExchangeRate,
String stateCentralBankPaymentReason,
String supplyingCountry,
String paymentMethod,
String paymentReference,
String invoiceReference,
String invoiceReferenceFiscalYear,
String fixedCashDiscount,
String unplannedDeliveryCostTaxCode,
String unplndDelivCostTaxJurisdiction,
String assignmentReference,
String supplierPostingLineItemText,
Boolean taxIsCalculatedAutomatically,
String businessPlace,
String businessSectionCode,
String businessArea,
String supplierInvoiceIsCreditMemo,
String paytSlipWthRefSubscriber,
String paytSlipWthRefCheckDigit,
String paytSlipWthRefReference,
ErpConfigContext erpConfigContext,
List<SuplrInvcItemPurOrdRef> toSuplrInvcItemPurOrdRef,
List<SupplierInvoiceItemGLAcct> toSupplierInvoiceItemGLAcct,
List<SupplierInvoiceTax> toSupplierInvoiceTax,
List<SuplrInvcHeaderWhldgTax> toSupplierInvoiceWhldgTax) |
Modifier and Type | Method and Description |
---|---|
SupplierInvoiceTaxCreateFluentHelper |
DefaultSupplierInvoiceIntegrationService.createSupplierInvoiceTax(SupplierInvoiceTax supplierInvoiceTax) |
SupplierInvoiceTaxCreateFluentHelper |
SupplierInvoiceIntegrationService.createSupplierInvoiceTax(SupplierInvoiceTax supplierInvoiceTax)
Create a new
SupplierInvoiceTax entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.