Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierquotation | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static SupplierQuotationItemLink<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 |
SupplierQuotationDeleteFluentHelper.getEntity() |
protected SupplierQuotation |
SupplierQuotationUpdateFluentHelper.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() |
Optional<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) |
Modifier and Type | Method and Description |
---|---|
protected SupplierQuotationLink<ObjectT> |
SupplierQuotationLink.translateLinkType(EntityLink<SupplierQuotationLink<ObjectT>,SupplierQuotation,ObjectT> link) |
Constructor and Description |
---|
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,
ErpConfigContext erpConfigContext,
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 |
---|---|
SupplierQuotationDeleteFluentHelper |
DefaultSupplierQuotationService.deleteSupplierQuotation(SupplierQuotation supplierQuotation) |
SupplierQuotationDeleteFluentHelper |
SupplierQuotationService.deleteSupplierQuotation(SupplierQuotation supplierQuotation)
Deletes an existing
SupplierQuotation
entity in the S/4HANA system. |
SupplierQuotationUpdateFluentHelper |
DefaultSupplierQuotationService.updateSupplierQuotation(SupplierQuotation supplierQuotation) |
SupplierQuotationUpdateFluentHelper |
SupplierQuotationService.updateSupplierQuotation(SupplierQuotation supplierQuotation)
Update an existing
SupplierQuotation entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.