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<SalesQuotationItemPartner> |
SalesQuotationItem.TO_PARTNER
Use with available fluent helpers to apply the to_Partner navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesQuotationItemPartner |
SalesQuotationItemPartner.SalesQuotationItemPartnerBuilder.build() |
protected SalesQuotationItemPartner |
SalesQuotationItemPartnerDeleteFluentHelper.getEntity()
SalesQuotationItemPartner entity object that will be deleted in the S/4HANA system. |
protected SalesQuotationItemPartner |
SalesQuotationItemPartnerUpdateFluentHelper.getEntity()
SalesQuotationItemPartner entity object that will be updated in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
List<SalesQuotationItemPartner> |
SalesQuotationItem.fetchPartner()
Fetches the SalesQuotationItemPartner entities (one to many) associated with this entity.
|
protected Class<SalesQuotationItemPartner> |
SalesQuotationItemPartnerByKeyFluentHelper.getEntityClass() |
protected Class<SalesQuotationItemPartner> |
SalesQuotationItemPartnerFluentHelper.getEntityClass() |
Optional<List<SalesQuotationItemPartner>> |
SalesQuotationItem.getPartnerIfPresent()
Retrieval of associated SalesQuotationItemPartner entities (one to many).
|
List<SalesQuotationItemPartner> |
SalesQuotationItem.getPartnerOrFetch()
Retrieval of associated SalesQuotationItemPartner entities (one to many).
|
Class<SalesQuotationItemPartner> |
SalesQuotationItemPartner.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotationItem.addPartner(SalesQuotationItemPartner... entity)
Adds elements to the list of associated SalesQuotationItemPartner entities.
|
SalesQuotationItem.SalesQuotationItemBuilder |
SalesQuotationItem.SalesQuotationItemBuilder.partner(SalesQuotationItemPartner... value) |
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotationItem.setPartner(List<SalesQuotationItemPartner> value)
Overwrites the list of associated SalesQuotationItemPartner entities for the loaded navigation property to_Partner.
|
protected SalesQuotationItemPartnerLink<ObjectT> |
SalesQuotationItemPartnerLink.translateLinkType(EntityLink<SalesQuotationItemPartnerLink<ObjectT>,SalesQuotationItemPartner,ObjectT> link) |
Constructor and Description |
---|
SalesQuotationItemPartnerDeleteFluentHelper(SalesQuotationItemPartner entity) |
SalesQuotationItemPartnerUpdateFluentHelper(SalesQuotationItemPartner 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 |
---|---|
SalesQuotationItemPartnerDeleteFluentHelper |
SalesQuotationService.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner)
Deletes an existing
SalesQuotationItemPartner entity in the S/4HANA system. |
SalesQuotationItemPartnerDeleteFluentHelper |
DefaultSalesQuotationService.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) |
SalesQuotationItemPartnerUpdateFluentHelper |
SalesQuotationService.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner)
Update an existing
SalesQuotationItemPartner entity and save it to the S/4HANA system. |
SalesQuotationItemPartnerUpdateFluentHelper |
DefaultSalesQuotationService.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) |
Copyright © 2018 SAP SE. All rights reserved.