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 SalesQuotationLink<SalesQuotationPrcgElmnt> |
SalesQuotation.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesQuotationPrcgElmnt |
SalesQuotationPrcgElmnt.SalesQuotationPrcgElmntBuilder.build() |
protected SalesQuotationPrcgElmnt |
SalesQuotationPrcgElmntUpdateFluentHelper.getEntity()
SalesQuotationPrcgElmnt entity object that will be updated in the S/4HANA system. |
protected SalesQuotationPrcgElmnt |
SalesQuotationPrcgElmntDeleteFluentHelper.getEntity()
SalesQuotationPrcgElmnt entity object that will be deleted in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
List<SalesQuotationPrcgElmnt> |
SalesQuotation.fetchPricingElement()
Fetches the SalesQuotationPrcgElmnt entities (one to many) associated with this entity.
|
protected Class<SalesQuotationPrcgElmnt> |
SalesQuotationPrcgElmntByKeyFluentHelper.getEntityClass() |
protected Class<SalesQuotationPrcgElmnt> |
SalesQuotationPrcgElmntFluentHelper.getEntityClass() |
Optional<List<SalesQuotationPrcgElmnt>> |
SalesQuotation.getPricingElementIfPresent()
Retrieval of associated SalesQuotationPrcgElmnt entities (one to many).
|
List<SalesQuotationPrcgElmnt> |
SalesQuotation.getPricingElementOrFetch()
Retrieval of associated SalesQuotationPrcgElmnt entities (one to many).
|
Class<SalesQuotationPrcgElmnt> |
SalesQuotationPrcgElmnt.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotation.addPricingElement(SalesQuotationPrcgElmnt... entity)
Adds elements to the list of associated SalesQuotationPrcgElmnt entities.
|
SalesQuotation.SalesQuotationBuilder |
SalesQuotation.SalesQuotationBuilder.pricingElement(SalesQuotationPrcgElmnt... value) |
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotation.setPricingElement(List<SalesQuotationPrcgElmnt> value)
Overwrites the list of associated SalesQuotationPrcgElmnt entities for the loaded navigation property to_PricingElement.
|
protected SalesQuotationPrcgElmntLink<ObjectT> |
SalesQuotationPrcgElmntLink.translateLinkType(EntityLink<SalesQuotationPrcgElmntLink<ObjectT>,SalesQuotationPrcgElmnt,ObjectT> link) |
Constructor and Description |
---|
SalesQuotationPrcgElmntDeleteFluentHelper(SalesQuotationPrcgElmnt entity) |
SalesQuotationPrcgElmntUpdateFluentHelper(SalesQuotationPrcgElmnt entity) |
Constructor and Description |
---|
SalesQuotation(String salesQuotation,
String salesQuotationType,
String salesOrganization,
String distributionChannel,
String organizationDivision,
String salesGroup,
String salesOffice,
String salesDistrict,
String soldToParty,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
ZonedDateTime lastChangeDateTime,
String purchaseOrderByCustomer,
String customerPurchaseOrderType,
LocalDateTime customerPurchaseOrderDate,
LocalDateTime salesQuotationDate,
BigDecimal totalNetAmount,
String transactionCurrency,
String sDDocumentReason,
LocalDateTime pricingDate,
LocalDateTime requestedDeliveryDate,
String shippingCondition,
Boolean completeDeliveryIsDefined,
String shippingType,
String headerBillingBlockReason,
String deliveryBlockReason,
LocalDateTime bindingPeriodValidityStartDate,
LocalDateTime 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<SalesQuotationItem> toItem,
List<SalesQuotationPartner> toPartner,
List<SalesQuotationPrcgElmnt> toPricingElement) |
Modifier and Type | Method and Description |
---|---|
SalesQuotationPrcgElmntDeleteFluentHelper |
SalesQuotationService.deleteSalesQuotationPrcgElmnt(SalesQuotationPrcgElmnt salesQuotationPrcgElmnt)
Deletes an existing
SalesQuotationPrcgElmnt entity in the S/4HANA system. |
SalesQuotationPrcgElmntDeleteFluentHelper |
DefaultSalesQuotationService.deleteSalesQuotationPrcgElmnt(SalesQuotationPrcgElmnt salesQuotationPrcgElmnt) |
SalesQuotationPrcgElmntUpdateFluentHelper |
SalesQuotationService.updateSalesQuotationPrcgElmnt(SalesQuotationPrcgElmnt salesQuotationPrcgElmnt)
Update an existing
SalesQuotationPrcgElmnt entity and save it to the S/4HANA system. |
SalesQuotationPrcgElmntUpdateFluentHelper |
DefaultSalesQuotationService.updateSalesQuotationPrcgElmnt(SalesQuotationPrcgElmnt salesQuotationPrcgElmnt) |
Copyright © 2018 SAP SE. All rights reserved.