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<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() |
Optional<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) |
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.
|
protected SalesQuotationPartnerLink<ObjectT> |
SalesQuotationPartnerLink.translateLinkType(EntityLink<SalesQuotationPartnerLink<ObjectT>,SalesQuotationPartner,ObjectT> link) |
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 paymentMethod,
String overallSDProcessStatus,
String totalCreditCheckStatus,
String overallSDDocumentRejectionSts,
ErpConfigContext erpConfigContext,
List<SalesQuotationItem> toItem,
List<SalesQuotationPartner> toPartner,
List<SalesQuotationPrcgElmnt> toPricingElement) |
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 © 2018 SAP SE. All rights reserved.