Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readsalesquotations |
Modifier and Type | Field and Description |
---|---|
static SalesQuotationLink<SalesQuotationPrcgElmnt> |
SalesQuotation.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesQuotationPrcgElmnt |
SalesQuotationPrcgElmnt.SalesQuotationPrcgElmntBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesQuotationPrcgElmnt> |
SalesQuotation.fetchPricingElement()
Fetches the SalesQuotationPrcgElmnt entities (one to many) associated with this entity.
|
List<SalesQuotationPrcgElmnt> |
SalesQuotation.getPricingElementOrFetch()
Retrieval of associated SalesQuotationPrcgElmnt entities (one to many).
|
com.google.common.base.Optional<List<SalesQuotationPrcgElmnt>> |
SalesQuotation.getPricingElementOrNull()
Retrieval of associated SalesQuotationPrcgElmnt entities (one to many).
|
Class<SalesQuotationPrcgElmnt> |
SalesQuotationPrcgElmnt.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotation.addPricingElement(SalesQuotationPrcgElmnt... entity)
Adds elements to the list of associated SalesQuotationPrcgElmnt entities.
|
SalesQuotation.SalesQuotationBuilder |
SalesQuotation.SalesQuotationBuilder.pricingElement(SalesQuotationPrcgElmnt... value) |
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotation.setPricingElement(List<SalesQuotationPrcgElmnt> value)
Overwrites the list of associated SalesQuotationPrcgElmnt entities for the loaded navigation property to_PricingElement.
|
Constructor and Description |
---|
SalesQuotation(String salesQuotation,
String salesQuotationType,
String salesOrganization,
String distributionChannel,
String organizationDivision,
String salesGroup,
String salesOffice,
String salesDistrict,
String soldToParty,
Calendar creationDate,
String createdByUser,
Calendar lastChangeDate,
Calendar lastChangeDateTime,
String purchaseOrderByCustomer,
String customerPurchaseOrderType,
Calendar customerPurchaseOrderDate,
Calendar salesQuotationDate,
BigDecimal totalNetAmount,
String transactionCurrency,
String sDDocumentReason,
Calendar pricingDate,
String headerBillingBlockReason,
Calendar bindingPeriodValidityStartDate,
Calendar bindingPeriodValidityEndDate,
String hdrOrderProbabilityInPercent,
BigDecimal expectedOrderNetAmount,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String incotermsVersion,
String customerPaymentTerms,
String paymentMethod,
String overallSDProcessStatus,
String totalCreditCheckStatus,
String overallSDDocumentRejectionSts,
ErpConfigContext erpConfigContext,
List<SalesQuotationItem> toItem,
List<SalesQuotationPartner> toPartner,
List<SalesQuotationPrcgElmnt> toPricingElement) |
Copyright © 2017 SAP SE. All rights reserved.