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