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