Modifier and Type | Field and Description |
---|---|
static SupplierQuotationItemOneToOneLink<SupplierQuotation> |
SupplierQuotationItem.TO_SUPPLIER_QUOTATION
Use with available fluent helpers to apply the to_SupplierQuotation navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierQuotation |
SupplierQuotation.SupplierQuotationBuilder.build() |
SupplierQuotation |
SupplierQuotationItem.fetchSupplierQuotation()
Fetches the SupplierQuotation entity (one to one) associated with this entity.
|
protected SupplierQuotation |
SupplierQuotationCreateFluentHelper.getEntity() |
protected SupplierQuotation |
SupplierQuotationUpdateFluentHelper.getEntity() |
protected SupplierQuotation |
SupplierQuotationDeleteFluentHelper.getEntity() |
SupplierQuotation |
SupplierQuotationItem.getSupplierQuotationOrFetch()
Retrieval of associated SupplierQuotation entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<SupplierQuotation> |
SupplierQuotationFluentHelper.getEntityClass() |
protected Class<SupplierQuotation> |
SupplierQuotationByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<SupplierQuotation> |
SupplierQuotationItem.getSupplierQuotationIfPresent()
Retrieval of associated SupplierQuotation entity (one to one).
|
Class<SupplierQuotation> |
SupplierQuotation.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierQuotationItem.setSupplierQuotation(SupplierQuotation value)
Overwrites the associated SupplierQuotation entity for the loaded navigation property
to_SupplierQuotation.
|
SupplierQuotationItem.SupplierQuotationItemBuilder |
SupplierQuotationItem.SupplierQuotationItemBuilder.supplierQuotation(SupplierQuotation value)
Navigation property to_SupplierQuotation for SupplierQuotationItem to single
SupplierQuotation.
|
Constructor and Description |
---|
SupplierQuotationCreateFluentHelper(String servicePath,
SupplierQuotation entity)
Creates a fluent helper object that will create a
SupplierQuotation
entity on the OData endpoint. |
SupplierQuotationDeleteFluentHelper(String servicePath,
SupplierQuotation entity)
Creates a fluent helper object that will delete a
SupplierQuotation
entity on the OData endpoint. |
SupplierQuotationItem(String supplierQuotation,
String supplierQuotationItem,
String purchasingDocumentCategory,
String purchasingDocumentItemText,
String material,
String manufacturerMaterial,
String supplierMaterialNumber,
String manufacturerPartNmbr,
String manufacturer,
String materialGroup,
String plant,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
LocalDateTime scheduleLineDeliveryDate,
BigDecimal scheduleLineOrderQuantity,
BigDecimal awardedQuantity,
String orderPriceUnit,
String productType,
LocalDateTime performancePeriodStartDate,
LocalDateTime performancePeriodEndDate,
BigDecimal orderPriceUnitToOrderUnitNmrtr,
BigDecimal ordPriceUnitToOrderUnitDnmntr,
String orderQuantityUnit,
BigDecimal orderItemQtyToBaseQtyNmrtr,
BigDecimal orderItemQtyToBaseQtyDnmntr,
LocalDateTime purgDocPriceDate,
String baseUnit,
BigDecimal netAmount,
BigDecimal netPriceAmount,
BigDecimal netPriceQuantity,
String documentCurrency,
String purchaseRequisition,
String purchaseRequisitionItem,
String requestForQuotation,
String requestForQuotationItem,
String isInfoRecordUpdated,
String purchasingInfoRecord,
SupplierQuotation toSupplierQuotation) |
SupplierQuotationUpdateFluentHelper(String servicePath,
SupplierQuotation entity)
Creates a fluent helper object that will update a
SupplierQuotation
entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
SupplierQuotationServiceBatchChangeSet |
DefaultSupplierQuotationServiceBatchChangeSet.createSupplierQuotation(SupplierQuotation supplierQuotation)
Create a new
SupplierQuotation entity and save it to the S/4HANA system. |
SupplierQuotationServiceBatchChangeSet |
SupplierQuotationServiceBatchChangeSet.createSupplierQuotation(SupplierQuotation supplierQuotation)
Create a new
SupplierQuotation entity and save it to the S/4HANA system. |
SupplierQuotationServiceBatchChangeSet |
DefaultSupplierQuotationServiceBatchChangeSet.deleteSupplierQuotation(SupplierQuotation supplierQuotation)
Deletes an existing
SupplierQuotation
entity in the S/4HANA system. |
SupplierQuotationServiceBatchChangeSet |
SupplierQuotationServiceBatchChangeSet.deleteSupplierQuotation(SupplierQuotation supplierQuotation)
Deletes an existing
SupplierQuotation
entity in the S/4HANA system. |
SupplierQuotationServiceBatchChangeSet |
DefaultSupplierQuotationServiceBatchChangeSet.updateSupplierQuotation(SupplierQuotation supplierQuotation)
Update an existing
SupplierQuotation entity and save it to the S/4HANA system. |
SupplierQuotationServiceBatchChangeSet |
SupplierQuotationServiceBatchChangeSet.updateSupplierQuotation(SupplierQuotation supplierQuotation)
Update an existing
SupplierQuotation entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SupplierQuotation> |
SupplierQuotationOneToOneLink.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 SupplierQuotationLink<ObjectT> |
SupplierQuotationLink.translateLinkType(EntityLink<SupplierQuotationLink<ObjectT>,SupplierQuotation,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.