Modifier and Type | Field and Description |
---|---|
static SalesQuotationItemLink<SalesQuotationValAddedSrvc> |
SalesQuotationItem.TO_VALUE_ADDED_SERVICE
Use with available fluent helpers to apply the to_ValueAddedService navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SalesQuotationValAddedSrvc |
SalesQuotationValAddedSrvc.SalesQuotationValAddedSrvcBuilder.build() |
protected SalesQuotationValAddedSrvc |
SalesQuotationValAddedSrvcCreateFluentHelper.getEntity() |
protected SalesQuotationValAddedSrvc |
SalesQuotationValAddedSrvcDeleteFluentHelper.getEntity() |
protected SalesQuotationValAddedSrvc |
SalesQuotationValAddedSrvcUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SalesQuotationValAddedSrvc> |
SalesQuotationItem.fetchValueAddedService()
Fetches the SalesQuotationValAddedSrvc entities (one to many) associated with this entity.
|
protected Class<SalesQuotationValAddedSrvc> |
SalesQuotationValAddedSrvcFluentHelper.getEntityClass() |
protected Class<SalesQuotationValAddedSrvc> |
SalesQuotationValAddedSrvcByKeyFluentHelper.getEntityClass() |
Class<SalesQuotationValAddedSrvc> |
SalesQuotationValAddedSrvc.getType() |
io.vavr.control.Option<List<SalesQuotationValAddedSrvc>> |
SalesQuotationItem.getValueAddedServiceIfPresent()
Retrieval of associated SalesQuotationValAddedSrvc entities (one to many).
|
List<SalesQuotationValAddedSrvc> |
SalesQuotationItem.getValueAddedServiceOrFetch()
Retrieval of associated SalesQuotationValAddedSrvc entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotationItem.addValueAddedService(SalesQuotationValAddedSrvc... entity)
Adds elements to the list of associated SalesQuotationValAddedSrvc entities.
|
SalesQuotationItem.SalesQuotationItemBuilder |
SalesQuotationItem.SalesQuotationItemBuilder.valueAddedService(SalesQuotationValAddedSrvc... value)
Navigation property to_ValueAddedService for SalesQuotationItem to multiple
SalesQuotationValAddedSrvc.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotationItem.setValueAddedService(List<SalesQuotationValAddedSrvc> value)
Overwrites the list of associated SalesQuotationValAddedSrvc entities for the loaded navigation property
to_ValueAddedService.
|
Constructor and Description |
---|
SalesQuotationValAddedSrvcCreateFluentHelper(String servicePath,
SalesQuotationValAddedSrvc entity)
Creates a fluent helper object that will create a
SalesQuotationValAddedSrvc entity on the OData endpoint. |
SalesQuotationValAddedSrvcDeleteFluentHelper(String servicePath,
SalesQuotationValAddedSrvc entity)
Creates a fluent helper object that will delete a
SalesQuotationValAddedSrvc entity on the OData endpoint. |
SalesQuotationValAddedSrvcUpdateFluentHelper(String servicePath,
SalesQuotationValAddedSrvc entity)
Creates a fluent helper object that will update a
SalesQuotationValAddedSrvc entity on the OData endpoint. |
Constructor and Description |
---|
SalesQuotationItem(String salesQuotation,
String salesQuotationItem,
String higherLevelItem,
String salesQuotationItemCategory,
String salesQuotationItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
String pricingReferenceMaterial,
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 materialPricingGroup,
String batch,
String plant,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String salesDocumentRjcnReason,
String wBSElement,
String profitCenter,
String referenceSDDocument,
String referenceSDDocumentItem,
String sDProcessStatus,
String productSeasonYear,
String productSeason,
String productCollection,
String productTheme,
String seasonCompletenessStatus,
LocalDateTime fashionCancelDate,
String productCharacteristic1,
String productCharacteristic2,
String productCharacteristic3,
String shippingGroupNumber,
String shippingGroupRule,
String crossPlantConfigurableProduct,
String productCategory,
String requirementSegment,
List<SalesQuotationItemPartner> toPartner,
List<SalesQuotationItemPrcgElmnt> toPricingElement,
SalesQuotation toSalesQuotation,
List<SalesQuotationItemText> toText,
List<SalesQuotationValAddedSrvc> toValueAddedService) |
Modifier and Type | Method and Description |
---|---|
SalesQuotationServiceBatchChangeSet |
DefaultSalesQuotationServiceBatchChangeSet.createSalesQuotationValAddedSrvc(SalesQuotationValAddedSrvc salesQuotationValAddedSrvc)
Create a new
SalesQuotationValAddedSrvc entity and save it to the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
SalesQuotationServiceBatchChangeSet.createSalesQuotationValAddedSrvc(SalesQuotationValAddedSrvc salesQuotationValAddedSrvc)
Create a new
SalesQuotationValAddedSrvc entity and save it to the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
DefaultSalesQuotationServiceBatchChangeSet.deleteSalesQuotationValAddedSrvc(SalesQuotationValAddedSrvc salesQuotationValAddedSrvc)
Deletes an existing
SalesQuotationValAddedSrvc entity in the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
SalesQuotationServiceBatchChangeSet.deleteSalesQuotationValAddedSrvc(SalesQuotationValAddedSrvc salesQuotationValAddedSrvc)
Deletes an existing
SalesQuotationValAddedSrvc entity in the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
DefaultSalesQuotationServiceBatchChangeSet.updateSalesQuotationValAddedSrvc(SalesQuotationValAddedSrvc salesQuotationValAddedSrvc)
Update an existing
SalesQuotationValAddedSrvc entity and save it to the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
SalesQuotationServiceBatchChangeSet.updateSalesQuotationValAddedSrvc(SalesQuotationValAddedSrvc salesQuotationValAddedSrvc)
Update an existing
SalesQuotationValAddedSrvc entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesQuotationValAddedSrvc> |
SalesQuotationValAddedSrvcOneToOneLink.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 SalesQuotationValAddedSrvcLink<ObjectT> |
SalesQuotationValAddedSrvcLink.translateLinkType(EntityLink<SalesQuotationValAddedSrvcLink<ObjectT>,SalesQuotationValAddedSrvc,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.