Modifier and Type | Method and Description |
---|---|
SetlDocItm |
SetlDocItm.SetlDocItmBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<SetlDocItm>> |
SetlDoc.getSettlmtDocItemIfPresent()
Retrieval of associated SetlDocItm entities (one to many).
|
Class<SetlDocItm> |
SetlDocItm.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SetlDoc.addSettlmtDocItem(SetlDocItm... entity)
Adds elements to the list of associated SetlDocItm entities.
|
SetlDoc.SetlDocBuilder |
SetlDoc.SetlDocBuilder.settlmtDocItem(SetlDocItm... value)
Navigation property _SettlmtDocItem for SetlDoc to multiple SetlDocItm.
|
Modifier and Type | Method and Description |
---|---|
void |
SetlDoc.setSettlmtDocItem(List<SetlDocItm> value)
Overwrites the list of associated SetlDocItm entities for the loaded navigation property
_SettlmtDocItem.
|
Constructor and Description |
---|
SetlDoc(String settlmtDoc,
String settlmtDocType,
String settlmtProcessType,
LocalDate postingDate,
String invoicingParty,
String payeeParty,
String billToParty,
String payerParty,
String purchasingOrganization,
String purchasingGroup,
String salesOrganization,
String distributionChannel,
String division,
String suplrSettlmtCompanyCode,
String custSettlmtCompanyCode,
LocalDate documentDate,
String documentReferenceID,
String assignmentReference,
String settlmtDocCurrency,
String settlmtDocCurrencyISOCode,
BigDecimal exchangeRate,
Boolean exchangeRateIsFixed,
BigDecimal supplierTotalGrossAmount,
BigDecimal supplierTotalNetAmount,
BigDecimal supplierTotalTaxAmount,
BigDecimal customerTotalGrossAmount,
BigDecimal customerTotalNetAmount,
BigDecimal customerTotalTaxAmount,
String supplierPaymentTerms,
BigDecimal supplierCashDiscount1Days,
BigDecimal supplierCashDiscount2Days,
BigDecimal supplierNetPaymentDays,
BigDecimal supplierCashDiscount1Percent,
BigDecimal supplierCashDiscount2Percent,
String supplierPaymentMethod,
String customerPaymentTerms,
BigDecimal customerCashDiscount1Days,
BigDecimal customerCashDiscount2Days,
BigDecimal customerNetPaymentDays,
BigDecimal customerCashDiscount1Percent,
BigDecimal customerCashDiscount2Percent,
String customerPaymentMethod,
BigDecimal suplrTotEligibleAmtForCshDisc,
BigDecimal custTotEligibleAmtForCshDisc,
Boolean settlmtDocIsCanceled,
String canceledSettlmtDoc,
String settlmtDocActivityReason,
String paymentReference,
String settlmtApplSts,
String salesOffice,
String salesGroup,
String supplierSettlmtBlkgReason,
String customerSettlmtBlkgReason,
String taxDepartureCountry,
String taxDestinationCountry,
Boolean isEUTriangularDeal,
String supplierVATRegistration,
String customerVATRegistration,
BigDecimal totalGrossAmount,
List<SetlDocItm> to_SettlmtDocItem) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<SetlDocItm> |
DefaultSettlementDocumentService.countSetlDocItm() |
CountRequestBuilder<SetlDocItm> |
SettlementDocumentService.countSetlDocItm()
Fetch the number of entries from the
SetlDocItm entity collection matching the filter and search expressions. |
CreateRequestBuilder<SetlDocItm> |
DefaultSettlementDocumentService.createSetlDocItm(SetlDocItm setlDocItm) |
CreateRequestBuilder<SetlDocItm> |
SettlementDocumentService.createSetlDocItm(SetlDocItm setlDocItm)
Create a new
SetlDocItm entity and save it to the S/4HANA system. |
GetAllRequestBuilder<SetlDocItm> |
DefaultSettlementDocumentService.getAllSetlDocItm() |
GetAllRequestBuilder<SetlDocItm> |
SettlementDocumentService.getAllSetlDocItm()
Fetch multiple
SetlDocItm entities. |
GetByKeyRequestBuilder<SetlDocItm> |
DefaultSettlementDocumentService.getSetlDocItmByKey(String settlmtDoc,
String settlmtDocItem) |
GetByKeyRequestBuilder<SetlDocItm> |
SettlementDocumentService.getSetlDocItmByKey(String settlmtDoc,
String settlmtDocItem)
Fetch a single
SetlDocItm entity using key fields. |
Modifier and Type | Method and Description |
---|---|
CreateRequestBuilder<SetlDocItm> |
DefaultSettlementDocumentService.createSetlDocItm(SetlDocItm setlDocItm) |
CreateRequestBuilder<SetlDocItm> |
SettlementDocumentService.createSetlDocItm(SetlDocItm setlDocItm)
Create a new
SetlDocItm entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.