Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry |
Modifier and Type | Field and Description |
---|---|
static SalesInquiryLink<SalesInquiryPrcgElmnt> |
SalesInquiry.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesInquiryPrcgElmnt |
SalesInquiryPrcgElmnt.SalesInquiryPrcgElmntBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesInquiryPrcgElmnt> |
SalesInquiry.fetchPricingElement()
Fetches the SalesInquiryPrcgElmnt entities (one to many) associated with this entity.
|
protected Class<SalesInquiryPrcgElmnt> |
SalesInquiryPrcgElmntFluentHelper.getEntityClass() |
protected Class<SalesInquiryPrcgElmnt> |
SalesInquiryPrcgElmntByKeyFluentHelper.getEntityClass() |
Optional<List<SalesInquiryPrcgElmnt>> |
SalesInquiry.getPricingElementIfPresent()
Retrieval of associated SalesInquiryPrcgElmnt entities (one to many).
|
List<SalesInquiryPrcgElmnt> |
SalesInquiry.getPricingElementOrFetch()
Retrieval of associated SalesInquiryPrcgElmnt entities (one to many).
|
Class<SalesInquiryPrcgElmnt> |
SalesInquiryPrcgElmnt.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiry.addPricingElement(SalesInquiryPrcgElmnt... entity)
Adds elements to the list of associated SalesInquiryPrcgElmnt entities.
|
SalesInquiry.SalesInquiryBuilder |
SalesInquiry.SalesInquiryBuilder.pricingElement(SalesInquiryPrcgElmnt... value) |
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiry.setPricingElement(List<SalesInquiryPrcgElmnt> value)
Overwrites the list of associated SalesInquiryPrcgElmnt entities for the loaded navigation property to_PricingElement.
|
protected SalesInquiryPrcgElmntLink<ObjectT> |
SalesInquiryPrcgElmntLink.translateLinkType(EntityLink<SalesInquiryPrcgElmntLink<ObjectT>,SalesInquiryPrcgElmnt,ObjectT> link) |
Constructor and Description |
---|
SalesInquiry(String salesInquiry,
String salesInquiryType,
String salesOrganization,
String distributionChannel,
String organizationDivision,
String salesGroup,
String salesOffice,
String salesDistrict,
String soldToParty,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
ZonedDateTime lastChangeDateTime,
String purchaseOrderByCustomer,
String customerPurchaseOrderType,
LocalDateTime customerPurchaseOrderDate,
LocalDateTime salesInquiryDate,
BigDecimal totalNetAmount,
String transactionCurrency,
String sDDocumentReason,
LocalDateTime pricingDate,
String headerBillingBlockReason,
LocalDateTime bindingPeriodValidityStartDate,
LocalDateTime 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<SalesInquiryItem> toItem,
List<SalesInquiryPartner> toPartner,
List<SalesInquiryPrcgElmnt> toPricingElement) |
Copyright © 2018 SAP SE. All rights reserved.