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