Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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()
SalesQuotationItemPrcgElmnt entity object that will be updated in the S/4HANA system. |
protected SalesQuotationItemPrcgElmnt |
SalesQuotationItemPrcgElmntDeleteFluentHelper.getEntity()
SalesQuotationItemPrcgElmnt entity object that will be deleted in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
List<SalesQuotationItemPrcgElmnt> |
SalesQuotationItem.fetchPricingElement()
Fetches the SalesQuotationItemPrcgElmnt entities (one to many) associated with this entity.
|
protected Class<SalesQuotationItemPrcgElmnt> |
SalesQuotationItemPrcgElmntByKeyFluentHelper.getEntityClass() |
protected Class<SalesQuotationItemPrcgElmnt> |
SalesQuotationItemPrcgElmntFluentHelper.getEntityClass() |
Optional<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) |
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.
|
protected SalesQuotationItemPrcgElmntLink<ObjectT> |
SalesQuotationItemPrcgElmntLink.translateLinkType(EntityLink<SalesQuotationItemPrcgElmntLink<ObjectT>,SalesQuotationItemPrcgElmnt,ObjectT> link) |
Constructor and Description |
---|
SalesQuotationItemPrcgElmntDeleteFluentHelper(SalesQuotationItemPrcgElmnt entity) |
SalesQuotationItemPrcgElmntUpdateFluentHelper(SalesQuotationItemPrcgElmnt entity) |
Constructor and Description |
---|
SalesQuotationItem(String salesQuotation,
String salesQuotationItem,
String higherLevelItem,
String salesQuotationItemCategory,
String salesQuotationItemText,
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<SalesQuotationItemPartner> toPartner,
List<SalesQuotationItemPrcgElmnt> toPricingElement,
SalesQuotation toSalesQuotation) |
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 © 2018 SAP SE. All rights reserved.