Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.settlementdocument | |
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services |
Modifier and Type | Method and Description |
---|---|
CustPricingElement |
CustPricingElement.CustPricingElementBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<CustPricingElement>> |
SetlDoc.getCustomerPricingElementIfPresent()
Retrieval of associated CustPricingElement entities (one to many).
|
Class<CustPricingElement> |
CustPricingElement.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SetlDoc.addCustomerPricingElement(CustPricingElement... entity)
Adds elements to the list of associated CustPricingElement entities.
|
SetlDoc.SetlDocBuilder |
SetlDoc.SetlDocBuilder.customerPricingElement(CustPricingElement... value)
Navigation property _CustomerPricingElement for SetlDoc to multiple CustPricingElement.
|
Modifier and Type | Method and Description |
---|---|
void |
SetlDoc.setCustomerPricingElement(List<CustPricingElement> value)
Overwrites the list of associated CustPricingElement entities for the loaded navigation property
_CustomerPricingElement.
|
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,
Collection<SAP__Message> _Messages,
List<CustPricingElement> to_CustomerPricingElement,
List<SetlDocItm> to_SettlmtDocItem,
List<SuplrPricingElement> to_SupplierPricingElement) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<CustPricingElement> |
DefaultSettlementDocumentService.countCustPricingElement() |
CountRequestBuilder<CustPricingElement> |
SettlementDocumentService.countCustPricingElement()
Fetch the number of entries from the
CustPricingElement entity collection matching the filter and search expressions. |
CreateRequestBuilder<CustPricingElement> |
DefaultSettlementDocumentService.createCustPricingElement(CustPricingElement custPricingElement) |
CreateRequestBuilder<CustPricingElement> |
SettlementDocumentService.createCustPricingElement(CustPricingElement custPricingElement)
Create a new
CustPricingElement entity and save it to the S/4HANA system. |
GetAllRequestBuilder<CustPricingElement> |
DefaultSettlementDocumentService.getAllCustPricingElement() |
GetAllRequestBuilder<CustPricingElement> |
SettlementDocumentService.getAllCustPricingElement()
Fetch multiple
CustPricingElement entities. |
GetByKeyRequestBuilder<CustPricingElement> |
DefaultSettlementDocumentService.getCustPricingElementByKey(String settlmtDoc,
String pricingProcedureStep,
String pricingProcedureCounter) |
GetByKeyRequestBuilder<CustPricingElement> |
SettlementDocumentService.getCustPricingElementByKey(String settlmtDoc,
String pricingProcedureStep,
String pricingProcedureCounter)
Fetch a single
CustPricingElement entity using key fields. |
Modifier and Type | Method and Description |
---|---|
CreateRequestBuilder<CustPricingElement> |
DefaultSettlementDocumentService.createCustPricingElement(CustPricingElement custPricingElement) |
CreateRequestBuilder<CustPricingElement> |
SettlementDocumentService.createCustPricingElement(CustPricingElement custPricingElement)
Create a new
CustPricingElement entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.