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 SupplierQuotationLink<SupplierQuotationItem> |
SupplierQuotation.TO_SUPPLIER_QUOTATION_ITEM
Use with available fluent helpers to apply the to_SupplierQuotationItem navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierQuotationItem |
SupplierQuotationItem.SupplierQuotationItemBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SupplierQuotationItem> |
SupplierQuotation.fetchSupplierQuotationItem()
Fetches the SupplierQuotationItem entities (one to many) associated with this entity.
|
List<SupplierQuotationItem> |
SupplierQuotation.getSupplierQuotationItemOrFetch()
Retrieval of associated SupplierQuotationItem entities (one to many).
|
com.google.common.base.Optional<List<SupplierQuotationItem>> |
SupplierQuotation.getSupplierQuotationItemOrNull()
Retrieval of associated SupplierQuotationItem entities (one to many).
|
Class<SupplierQuotationItem> |
SupplierQuotationItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierQuotation.addSupplierQuotationItem(SupplierQuotationItem... entity)
Adds elements to the list of associated SupplierQuotationItem entities.
|
SupplierQuotation.SupplierQuotationBuilder |
SupplierQuotation.SupplierQuotationBuilder.supplierQuotationItem(SupplierQuotationItem... value) |
Modifier and Type | Method and Description |
---|---|
void |
SupplierQuotation.setSupplierQuotationItem(List<SupplierQuotationItem> value)
Overwrites the list of associated SupplierQuotationItem entities for the loaded navigation property to_SupplierQuotationItem.
|
Constructor and Description |
---|
SupplierQuotationItemUpdateFluentHelper(SupplierQuotationItem entity) |
Constructor and Description |
---|
SupplierQuotation(String supplierQuotation,
String companyCode,
String purchasingDocumentCategory,
String purchasingDocumentType,
String supplier,
String createdByUser,
Calendar creationDate,
Calendar lastChangeDateTime,
String language,
String documentCurrency,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
String paymentTerms,
BigDecimal cashDiscount1Days,
BigDecimal cashDiscount2Days,
BigDecimal cashDiscount1Percent,
BigDecimal cashDiscount2Percent,
BigDecimal netPaymentDays,
String pricingProcedure,
String purchasingDocumentCondition,
String purchasingOrganization,
String purchasingGroup,
Calendar purchasingDocumentOrderDate,
String exchangeRate,
Boolean exchangeRateIsFixed,
String requestForQuotation,
String supplierQuotationExternalID,
Calendar quotationSubmissionDate,
Calendar quotationLatestSubmissionDate,
Calendar bindingPeriodValidityEndDate,
String qTNLifecycleStatus,
String followOnDocumentCategory,
String followOnDocumentType,
String isEndOfPurposeBlocked,
ErpConfigContext erpConfigContext,
List<SupplierQuotationItem> toSupplierQuotationItem) |
Modifier and Type | Method and Description |
---|---|
SupplierQuotationItemUpdateFluentHelper |
DefaultSupplierQuotationService.updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem) |
SupplierQuotationItemUpdateFluentHelper |
SupplierQuotationService.updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem)
Update an existing
SupplierQuotationItem entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.