Modifier and Type | Field and Description |
---|---|
static SalesQuotationItemLink<SalesQuotationItemPrcgElmnt> |
SalesQuotationItem.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesQuotationItemPrcgElmnt |
SalesQuotationItemPrcgElmnt.SalesQuotationItemPrcgElmntBuilder.build() |
protected SalesQuotationItemPrcgElmnt |
SalesQuotationItemPrcgElmntUpdateFluentHelper.getEntity() |
protected SalesQuotationItemPrcgElmnt |
SalesQuotationItemPrcgElmntDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SalesQuotationItemPrcgElmnt> |
SalesQuotationItem.fetchPricingElement()
Fetches the SalesQuotationItemPrcgElmnt entities (one to many) associated with this entity.
|
protected Class<SalesQuotationItemPrcgElmnt> |
SalesQuotationItemPrcgElmntFluentHelper.getEntityClass() |
protected Class<SalesQuotationItemPrcgElmnt> |
SalesQuotationItemPrcgElmntByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SalesQuotationItemPrcgElmnt>> |
SalesQuotationItem.getPricingElementIfPresent()
Retrieval of associated SalesQuotationItemPrcgElmnt entities (one to many).
|
List<SalesQuotationItemPrcgElmnt> |
SalesQuotationItem.getPricingElementOrFetch()
Retrieval of associated SalesQuotationItemPrcgElmnt entities (one to many).
|
Class<SalesQuotationItemPrcgElmnt> |
SalesQuotationItemPrcgElmnt.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotationItem.addPricingElement(SalesQuotationItemPrcgElmnt... entity)
Adds elements to the list of associated SalesQuotationItemPrcgElmnt entities.
|
SalesQuotationItem.SalesQuotationItemBuilder |
SalesQuotationItem.SalesQuotationItemBuilder.pricingElement(SalesQuotationItemPrcgElmnt... value)
Navigation property to_PricingElement for SalesQuotationItem to multiple
SalesQuotationItemPrcgElmnt.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotationItem.setPricingElement(List<SalesQuotationItemPrcgElmnt> value)
Overwrites the list of associated SalesQuotationItemPrcgElmnt entities for the loaded navigation property
to_PricingElement.
|
Constructor and Description |
---|
SalesQuotationItemPrcgElmntDeleteFluentHelper(String servicePath,
SalesQuotationItemPrcgElmnt entity)
Creates a fluent helper object that will delete a
SalesQuotationItemPrcgElmnt entity on the OData endpoint. |
SalesQuotationItemPrcgElmntUpdateFluentHelper(String servicePath,
SalesQuotationItemPrcgElmnt entity)
Creates a fluent helper object that will update a
SalesQuotationItemPrcgElmnt entity on the OData endpoint. |
Constructor and Description |
---|
SalesQuotationItem(String salesQuotation,
String salesQuotationItem,
String higherLevelItem,
String salesQuotationItemCategory,
String salesQuotationItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
String pricingReferenceMaterial,
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 materialPricingGroup,
String batch,
String plant,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String salesDocumentRjcnReason,
String wBSElement,
String profitCenter,
String referenceSDDocument,
String referenceSDDocumentItem,
String sDProcessStatus,
String productSeasonYear,
String productSeason,
String productCollection,
String productTheme,
String seasonCompletenessStatus,
LocalDateTime fashionCancelDate,
String productCharacteristic1,
String productCharacteristic2,
String productCharacteristic3,
String shippingGroupNumber,
String shippingGroupRule,
String crossPlantConfigurableProduct,
String productCategory,
String requirementSegment,
List<SalesQuotationItemPartner> toPartner,
List<SalesQuotationItemPrcgElmnt> toPricingElement,
SalesQuotation toSalesQuotation,
List<SalesQuotationItemText> toText,
List<SalesQuotationValAddedSrvc> toValueAddedService) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesQuotationItemPrcgElmnt> |
SalesQuotationItemPrcgElmntOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected SalesQuotationItemPrcgElmntLink<ObjectT> |
SalesQuotationItemPrcgElmntLink.translateLinkType(EntityLink<SalesQuotationItemPrcgElmntLink<ObjectT>,SalesQuotationItemPrcgElmnt,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
SalesQuotationItemPrcgElmntDeleteFluentHelper |
SalesQuotationService.deleteSalesQuotationItemPrcgElmnt(SalesQuotationItemPrcgElmnt salesQuotationItemPrcgElmnt)
Deletes an existing
SalesQuotationItemPrcgElmnt entity in the S/4HANA system. |
SalesQuotationItemPrcgElmntDeleteFluentHelper |
DefaultSalesQuotationService.deleteSalesQuotationItemPrcgElmnt(SalesQuotationItemPrcgElmnt salesQuotationItemPrcgElmnt) |
SalesQuotationItemPrcgElmntUpdateFluentHelper |
SalesQuotationService.updateSalesQuotationItemPrcgElmnt(SalesQuotationItemPrcgElmnt salesQuotationItemPrcgElmnt)
Update an existing
SalesQuotationItemPrcgElmnt entity and save it to the S/4HANA system. |
SalesQuotationItemPrcgElmntUpdateFluentHelper |
DefaultSalesQuotationService.updateSalesQuotationItemPrcgElmnt(SalesQuotationItemPrcgElmnt salesQuotationItemPrcgElmnt) |
Copyright © 2021 SAP SE. All rights reserved.