Modifier and Type | Field and Description |
---|---|
static SalesQuotationItemLink<SalesQuotationItemText> |
SalesQuotationItem.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesQuotationItemText |
SalesQuotationItemText.SalesQuotationItemTextBuilder.build() |
protected SalesQuotationItemText |
SalesQuotationItemTextUpdateFluentHelper.getEntity() |
protected SalesQuotationItemText |
SalesQuotationItemTextDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SalesQuotationItemText> |
SalesQuotationItem.fetchText()
Fetches the SalesQuotationItemText entities (one to many) associated with this entity.
|
protected Class<SalesQuotationItemText> |
SalesQuotationItemTextByKeyFluentHelper.getEntityClass() |
protected Class<SalesQuotationItemText> |
SalesQuotationItemTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SalesQuotationItemText>> |
SalesQuotationItem.getTextIfPresent()
Retrieval of associated SalesQuotationItemText entities (one to many).
|
List<SalesQuotationItemText> |
SalesQuotationItem.getTextOrFetch()
Retrieval of associated SalesQuotationItemText entities (one to many).
|
Class<SalesQuotationItemText> |
SalesQuotationItemText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotationItem.addText(SalesQuotationItemText... entity)
Adds elements to the list of associated SalesQuotationItemText entities.
|
SalesQuotationItem.SalesQuotationItemBuilder |
SalesQuotationItem.SalesQuotationItemBuilder.text(SalesQuotationItemText... value)
Navigation property to_Text for SalesQuotationItem to multiple SalesQuotationItemText.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesQuotationItem.setText(List<SalesQuotationItemText> value)
Overwrites the list of associated SalesQuotationItemText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
SalesQuotationItemTextDeleteFluentHelper(String servicePath,
SalesQuotationItemText entity)
Creates a fluent helper object that will delete a
SalesQuotationItemText entity on the OData endpoint. |
SalesQuotationItemTextUpdateFluentHelper(String servicePath,
SalesQuotationItemText entity)
Creates a fluent helper object that will update a
SalesQuotationItemText 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.deleteSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText)
Deletes an existing
SalesQuotationItemText entity in the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
SalesQuotationServiceBatchChangeSet.deleteSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText)
Deletes an existing
SalesQuotationItemText entity in the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
DefaultSalesQuotationServiceBatchChangeSet.updateSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText)
Update an existing
SalesQuotationItemText entity and save it to the S/4HANA system. |
SalesQuotationServiceBatchChangeSet |
SalesQuotationServiceBatchChangeSet.updateSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText)
Update an existing
SalesQuotationItemText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesQuotationItemText> |
SalesQuotationItemTextOneToOneLink.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 SalesQuotationItemTextLink<ObjectT> |
SalesQuotationItemTextLink.translateLinkType(EntityLink<SalesQuotationItemTextLink<ObjectT>,SalesQuotationItemText,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
SalesQuotationItemTextDeleteFluentHelper |
SalesQuotationService.deleteSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText)
Deletes an existing
SalesQuotationItemText entity in the S/4HANA system. |
SalesQuotationItemTextDeleteFluentHelper |
DefaultSalesQuotationService.deleteSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) |
SalesQuotationItemTextUpdateFluentHelper |
SalesQuotationService.updateSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText)
Update an existing
SalesQuotationItemText entity and save it to the S/4HANA system. |
SalesQuotationItemTextUpdateFluentHelper |
DefaultSalesQuotationService.updateSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) |
Copyright © 2021 SAP SE. All rights reserved.