Modifier and Type | Field and Description |
---|---|
static SalesOrderSimulationLink<SalesOrderPrcgElmntSimln> |
SalesOrderSimulation.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesOrderPrcgElmntSimln |
SalesOrderPrcgElmntSimln.SalesOrderPrcgElmntSimlnBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SalesOrderPrcgElmntSimln> |
SalesOrderSimulation.fetchPricingElement()
Fetches the SalesOrderPrcgElmntSimln entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<SalesOrderPrcgElmntSimln>> |
SalesOrderSimulation.getPricingElementIfPresent()
Retrieval of associated SalesOrderPrcgElmntSimln entities (one to many).
|
List<SalesOrderPrcgElmntSimln> |
SalesOrderSimulation.getPricingElementOrFetch()
Retrieval of associated SalesOrderPrcgElmntSimln entities (one to many).
|
Class<SalesOrderPrcgElmntSimln> |
SalesOrderPrcgElmntSimln.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesOrderSimulation.addPricingElement(SalesOrderPrcgElmntSimln... entity)
Adds elements to the list of associated SalesOrderPrcgElmntSimln entities.
|
SalesOrderSimulation.SalesOrderSimulationBuilder |
SalesOrderSimulation.SalesOrderSimulationBuilder.pricingElement(SalesOrderPrcgElmntSimln... value)
Navigation property to_PricingElement for SalesOrderSimulation to multiple
SalesOrderPrcgElmntSimln.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesOrderSimulation.setPricingElement(List<SalesOrderPrcgElmntSimln> value)
Overwrites the list of associated SalesOrderPrcgElmntSimln entities for the loaded navigation property
to_PricingElement.
|
Constructor and Description |
---|
SalesOrderSimulation(String salesOrder,
String salesOrderType,
String salesOrganization,
String distributionChannel,
String organizationDivision,
String salesGroup,
String salesOffice,
String salesDistrict,
String soldToParty,
String purchaseOrderByCustomer,
String customerPurchaseOrderType,
LocalDateTime customerPurchaseOrderDate,
LocalDateTime salesOrderDate,
String transactionCurrency,
String accountingDocExternalReference,
String customerTaxClassification1,
String customerTaxClassification2,
String customerTaxClassification3,
String customerTaxClassification4,
String customerTaxClassification5,
String customerTaxClassification6,
String customerTaxClassification7,
String customerTaxClassification8,
String customerTaxClassification9,
String priceListType,
String customerPriceGroup,
String sDDocumentReason,
LocalDateTime pricingDate,
String sDPricingProcedure,
LocalDateTime requestedDeliveryDate,
String shippingCondition,
Boolean completeDeliveryIsDefined,
String shippingType,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String incotermsVersion,
String referenceSDDocument,
String customerPaymentTerms,
String paymentMethod,
SalesOrderCreditSimulation toCredit,
List<SalesOrderItemSimulation> toItem,
List<SalesOrderPartnerSimulation> toPartner,
SalesOrderPricingSimulation toPricing,
List<SalesOrderPrcgElmntSimln> toPricingElement) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesOrderPrcgElmntSimln> |
SalesOrderPrcgElmntSimlnOneToOneLink.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 SalesOrderPrcgElmntSimlnLink<ObjectT> |
SalesOrderPrcgElmntSimlnLink.translateLinkType(EntityLink<SalesOrderPrcgElmntSimlnLink<ObjectT>,SalesOrderPrcgElmntSimln,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.