Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @sap/cloud-sdk-vdm-supplier-quotation-service

@sap/cloud-sdk-vdm-supplier-quotation-service

This package contains the OData VDM for the Supplier Quotation Service of SAP S/4HANA Cloud. This service is part of the following communication scenarios: Distributed Manufacturing Integration (SAP_COM_0077), Purchase Request for Quotation Integration (SAP_COM_0113). You can find additional documentation for this service on help.sap.com.

Helpful Links

Index

Type aliases

ReadSupplierQuotationServiceRequestBuilder

ReadSupplierQuotationServiceRequestBuilder: GetAllRequestBuilder<SupplierQuotation> | GetAllRequestBuilder<SupplierQuotationItem> | GetByKeyRequestBuilder<SupplierQuotation> | GetByKeyRequestBuilder<SupplierQuotationItem>

WriteSupplierQuotationServiceRequestBuilder

WriteSupplierQuotationServiceRequestBuilder: CreateRequestBuilder<SupplierQuotation> | UpdateRequestBuilder<SupplierQuotation> | DeleteRequestBuilder<SupplierQuotation> | CreateRequestBuilder<SupplierQuotationItem> | UpdateRequestBuilder<SupplierQuotationItem> | DeleteRequestBuilder<SupplierQuotationItem>

Variables

Const defaultSupplierQuotationServicePath

defaultSupplierQuotationServicePath: "/sap/opu/odata/sap/API_QTN_PROCESS_SRV" = "/sap/opu/odata/sap/API_QTN_PROCESS_SRV"

Functions

batch

cancel

  • Cancel Supplier Quotation.

    Parameters

    • parameters: CancelParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<CancelParameters, ChangeStatusExportParameters>

    A request builder that allows to overwrite some of the values and execute the resultng request.

changeset

complete

  • Complete Bidding.

    Parameters

    • parameters: CompleteParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<CompleteParameters, ChangeStatusExportParameters>

    A request builder that allows to overwrite some of the values and execute the resultng request.

createChangeStatusExportParameters

createCreateExportParameters

createFromRfq

  • Create QTN from RFQ (including all itms).

    Parameters

    Returns FunctionImportRequestBuilder<CreateFromRfqParameters, CreateExportParameters>

    A request builder that allows to overwrite some of the values and execute the resultng request.

submit

  • Submit Supplier Quotation.

    Parameters

    • parameters: SubmitParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<SubmitParameters, ChangeStatusExportParameters>

    A request builder that allows to overwrite some of the values and execute the resultng request.

submitForApproval

Object literals

Const functionImports

functionImports: object

cancel

cancel: cancel

complete

complete: complete

createFromRfq

createFromRfq: createFromRfq

submit

submit: submit

submitForApproval

submitForApproval: submitForApproval