Modifier and Type | Field and Description |
---|---|
static SalesQuotationLink<SalesQuotationPartner> |
SalesQuotation.TO_PARTNER
Use with available fluent helpers to apply the to_Partner navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesQuotationPartner |
SalesQuotationPartner.SalesQuotationPartnerBuilder.build() |
protected SalesQuotationPartner |
SalesQuotationPartnerDeleteFluentHelper.getEntity() |
protected SalesQuotationPartner |
SalesQuotationPartnerUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SalesQuotationPartner> |
SalesQuotation.fetchPartner()
Fetches the SalesQuotationPartner entities (one to many) associated with this entity.
|
protected Class<SalesQuotationPartner> |
SalesQuotationPartnerFluentHelper.getEntityClass() |
protected Class<SalesQuotationPartner> |
SalesQuotationPartnerByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SalesQuotationPartner>> |
SalesQuotation.getPartnerIfPresent()
Retrieval of associated SalesQuotationPartner entities (one to many).
|
List<SalesQuotationPartner> |
SalesQuotation.getPartnerOrFetch()
Retrieval of associated SalesQuotationPartner entities (one to many).
|
Class<SalesQuotationPartner> |
SalesQuotationPartner.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotation.addPartner(SalesQuotationPartner... entity)
Adds elements to the list of associated SalesQuotationPartner entities.
|
SalesQuotation.SalesQuotationBuilder |
SalesQuotation.SalesQuotationBuilder.partner(SalesQuotationPartner... value)
Navigation property to_Partner for SalesQuotation to multiple SalesQuotationPartner.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotation.setPartner(List<SalesQuotationPartner> value)
Overwrites the list of associated SalesQuotationPartner entities for the loaded navigation property
to_Partner.
|
Constructor and Description |
---|
SalesQuotationPartnerDeleteFluentHelper(String servicePath,
SalesQuotationPartner entity)
Creates a fluent helper object that will delete a
SalesQuotationPartner entity on the OData endpoint. |
SalesQuotationPartnerUpdateFluentHelper(String servicePath,
SalesQuotationPartner entity)
Creates a fluent helper object that will update a
SalesQuotationPartner entity on the OData endpoint. |
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 customerPriceGroup,
String priceListType,
String paymentMethod,
String referenceSDDocument,
String referenceSDDocumentCategory,
String salesQuotationApprovalReason,
String salesDocApprovalStatus,
String overallSDProcessStatus,
String totalCreditCheckStatus,
String overallSDDocumentRejectionSts,
LocalDateTime fashionCancelDate,
String retailAdditionalCustomerGrp6,
String retailAdditionalCustomerGrp7,
String retailAdditionalCustomerGrp8,
String retailAdditionalCustomerGrp9,
String retailAdditionalCustomerGrp10,
List<SalesQuotationItem> toItem,
List<SalesQuotationPartner> toPartner,
List<SalesQuotationPrcgElmnt> toPricingElement,
List<SalesQuotationText> toText) |
Modifier and Type | Method and Description |
---|---|
SalesQuotationServiceBatchChangeSet |
DefaultSalesQuotationServiceBatchChangeSet.deleteSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner)
Deletes an existing
SalesQuotationPartner entity in the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
SalesQuotationServiceBatchChangeSet.deleteSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner)
Deletes an existing
SalesQuotationPartner entity in the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
DefaultSalesQuotationServiceBatchChangeSet.updateSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner)
Update an existing
SalesQuotationPartner entity and save it to the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
SalesQuotationServiceBatchChangeSet.updateSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner)
Update an existing
SalesQuotationPartner entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesQuotationPartner> |
SalesQuotationPartnerOneToOneLink.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 SalesQuotationPartnerLink<ObjectT> |
SalesQuotationPartnerLink.translateLinkType(EntityLink<SalesQuotationPartnerLink<ObjectT>,SalesQuotationPartner,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
SalesQuotationPartnerDeleteFluentHelper |
SalesQuotationService.deleteSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner)
Deletes an existing
SalesQuotationPartner entity in the S/4HANA system. |
SalesQuotationPartnerDeleteFluentHelper |
DefaultSalesQuotationService.deleteSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) |
SalesQuotationPartnerUpdateFluentHelper |
SalesQuotationService.updateSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner)
Update an existing
SalesQuotationPartner entity and save it to the S/4HANA system. |
SalesQuotationPartnerUpdateFluentHelper |
DefaultSalesQuotationService.updateSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) |
Copyright © 2021 SAP SE. All rights reserved.