README
@sap/cloud-sdk-vdm-service-contract-service
This package contains the OData VDM for the Service Contract Service of SAP S/4HANA Cloud.
Usage Example
import { ServiceContract } from '@sap/cloud-sdk-vdm-service-contract-service';
const resultPromise = ServiceContract.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });