Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesinquiry |
Modifier and Type | Field and Description |
---|---|
static SalesInquiryItemLink<SalesInquiryItemPrcgElmnt> |
SalesInquiryItem.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesInquiryItemPrcgElmnt |
SalesInquiryItemPrcgElmnt.SalesInquiryItemPrcgElmntBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesInquiryItemPrcgElmnt> |
SalesInquiryItem.fetchPricingElement()
Fetches the SalesInquiryItemPrcgElmnt entities (one to many) associated with this entity.
|
protected Class<SalesInquiryItemPrcgElmnt> |
SalesInquiryItemPrcgElmntByKeyFluentHelper.getEntityClass() |
protected Class<SalesInquiryItemPrcgElmnt> |
SalesInquiryItemPrcgElmntFluentHelper.getEntityClass() |
Optional<List<SalesInquiryItemPrcgElmnt>> |
SalesInquiryItem.getPricingElementIfPresent()
Retrieval of associated SalesInquiryItemPrcgElmnt entities (one to many).
|
List<SalesInquiryItemPrcgElmnt> |
SalesInquiryItem.getPricingElementOrFetch()
Retrieval of associated SalesInquiryItemPrcgElmnt entities (one to many).
|
Class<SalesInquiryItemPrcgElmnt> |
SalesInquiryItemPrcgElmnt.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiryItem.addPricingElement(SalesInquiryItemPrcgElmnt... entity)
Adds elements to the list of associated SalesInquiryItemPrcgElmnt entities.
|
SalesInquiryItem.SalesInquiryItemBuilder |
SalesInquiryItem.SalesInquiryItemBuilder.pricingElement(SalesInquiryItemPrcgElmnt... value) |
Modifier and Type | Method and Description |
---|---|
void |
SalesInquiryItem.setPricingElement(List<SalesInquiryItemPrcgElmnt> value)
Overwrites the list of associated SalesInquiryItemPrcgElmnt entities for the loaded navigation property
to_PricingElement.
|
protected SalesInquiryItemPrcgElmntLink<ObjectT> |
SalesInquiryItemPrcgElmntLink.translateLinkType(EntityLink<SalesInquiryItemPrcgElmntLink<ObjectT>,SalesInquiryItemPrcgElmnt,ObjectT> link) |
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 wBSElement,
String sDProcessStatus,
ErpConfigContext erpConfigContext,
List<SalesInquiryItemPartner> toPartner,
List<SalesInquiryItemPrcgElmnt> toPricingElement,
SalesInquiry toSalesInquiry) |
Copyright © 2018 SAP SE. All rights reserved.