Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry |
Modifier and Type | Field and Description |
---|---|
static SalesInquiryItemLink<SalesInquiryItemPartner> |
SalesInquiryItem.TO_PARTNER
Use with available fluent helpers to apply the to_Partner navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesInquiryItemPartner |
SalesInquiryItemPartner.SalesInquiryItemPartnerBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesInquiryItemPartner> |
SalesInquiryItem.fetchPartner()
Fetches the SalesInquiryItemPartner entities (one to many) associated with this entity.
|
List<SalesInquiryItemPartner> |
SalesInquiryItem.getPartnerOrFetch()
Retrieval of associated SalesInquiryItemPartner entities (one to many).
|
com.google.common.base.Optional<List<SalesInquiryItemPartner>> |
SalesInquiryItem.getPartnerOrNull()
Retrieval of associated SalesInquiryItemPartner entities (one to many).
|
Class<SalesInquiryItemPartner> |
SalesInquiryItemPartner.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiryItem.addPartner(SalesInquiryItemPartner... entity)
Adds elements to the list of associated SalesInquiryItemPartner entities.
|
SalesInquiryItem.SalesInquiryItemBuilder |
SalesInquiryItem.SalesInquiryItemBuilder.partner(SalesInquiryItemPartner... value) |
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiryItem.setPartner(List<SalesInquiryItemPartner> value)
Overwrites the list of associated SalesInquiryItemPartner entities for the loaded navigation property to_Partner.
|
Constructor and Description |
---|
SalesInquiryItem(String salesInquiry,
String salesInquiryItem,
String higherLevelItem,
String salesInquiryItemCategory,
String salesInquiryItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
BigDecimal requestedQuantity,
String requestedQuantityUnit,
String itemOrderProbabilityInPercent,
String alternativeToItem,
BigDecimal itemGrossWeight,
BigDecimal itemNetWeight,
String itemWeightUnit,
BigDecimal itemVolume,
String itemVolumeUnit,
String transactionCurrency,
BigDecimal netAmount,
String materialGroup,
String batch,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String salesDocumentRjcnReason,
String sDProcessStatus,
ErpConfigContext erpConfigContext,
List<SalesInquiryItemPartner> toPartner,
List<SalesInquiryItemPrcgElmnt> toPricingElement,
SalesInquiry toSalesInquiry) |
Copyright © 2018 SAP SE. All rights reserved.