Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @sap/cloud-sdk-vdm-defect-service

@sap/cloud-sdk-vdm-defect-service

This package contains the OData VDM for the Defect Service of SAP S/4HANA Cloud. This service is part of the following communication scenarios: Defect Processing Integration (SAP_COM_0153). You can find additional documentation for this service on help.sap.com.

Helpful Links

Index

Type aliases

ReadDefectServiceRequestBuilder

ReadDefectServiceRequestBuilder: GetAllRequestBuilder<Defect> | GetByKeyRequestBuilder<Defect>

WriteDefectServiceRequestBuilder

WriteDefectServiceRequestBuilder: CreateRequestBuilder<Defect> | UpdateRequestBuilder<Defect> | DeleteRequestBuilder<Defect>

Variables

Const defaultDefectServicePath

defaultDefectServicePath: "/sap/opu/odata/sap/API_DEFECT_SRV" = "/sap/opu/odata/sap/API_DEFECT_SRV"

Functions

batch

  • Batch builder for operations supported on the Defect Service.

    Parameters

    Returns ODataBatchRequestBuilder

    A request builder for batch.

changeset

  • Change set constructor consists of write operations supported on the Defect Service.

    Parameters

    Returns ODataBatchChangeSet<WriteDefectServiceRequestBuilder>

    A change set for batch.