README
@sap/cloud-sdk-op-vdm-material-planning-data-service
This package contains the OData VDM for the Material Planning Data Service.
Usage Example
import { MrpMaterial } from '@sap/cloud-sdk-op-vdm-material-planning-data-service';
const resultPromise = MrpMaterial.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });