@sap/cloud-sdk-vdm-inspection-method-service

SAP Cloud SDK for JavaScript: Virtual Data Model (VDM) for the SAP S/4HANA Cloud inspection method service

Usage no npm install needed!

<script type="module">
  import sapCloudSdkVdmInspectionMethodService from 'https://cdn.skypack.dev/@sap/cloud-sdk-vdm-inspection-method-service';
</script>

README

@sap/cloud-sdk-vdm-inspection-method-service

This package contains the OData VDM for the Inspection Method Service of SAP S/4HANA Cloud.

Usage Example

import { InspectionMethod } from '@sap/cloud-sdk-vdm-inspection-method-service';

const resultPromise = InspectionMethod.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });

Helpful Links