Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.readsalesinquiries |
Modifier and Type | Field and Description |
---|---|
static SalesInquiryLink<SalesInquiryPartner> |
SalesInquiry.TO_PARTNER
Use with available fluent helpers to apply the to_Partner navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesInquiryPartner |
SalesInquiryPartner.SalesInquiryPartnerBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesInquiryPartner> |
SalesInquiry.fetchPartner()
Fetches the SalesInquiryPartner entities (one to many) associated with this entity.
|
List<SalesInquiryPartner> |
SalesInquiry.getPartnerOrFetch()
Retrieval of associated SalesInquiryPartner entities (one to many).
|
com.google.common.base.Optional<List<SalesInquiryPartner>> |
SalesInquiry.getPartnerOrNull()
Retrieval of associated SalesInquiryPartner entities (one to many).
|
Class<SalesInquiryPartner> |
SalesInquiryPartner.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiry.addPartner(SalesInquiryPartner... entity)
Adds elements to the list of associated SalesInquiryPartner entities.
|
SalesInquiry.SalesInquiryBuilder |
SalesInquiry.SalesInquiryBuilder.partner(SalesInquiryPartner... value) |
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiry.setPartner(List<SalesInquiryPartner> value)
Overwrites the list of associated SalesInquiryPartner entities for the loaded navigation property to_Partner.
|
Constructor and Description |
---|
SalesInquiry(String salesInquiry,
String salesInquiryType,
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 salesInquiryDate,
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<SalesInquiryItem> toItem,
List<SalesInquiryPartner> toPartner,
List<SalesInquiryPrcgElmnt> toPricingElement) |
Copyright © 2017 SAP SE. All rights reserved.