@sap/cloud-sdk-op-vdm-group-reporting-master-data-service

SAP Cloud SDK for JavaScript: Virtual Data Model (VDM) for service group-reporting-master-data-service

Usage no npm install needed!

<script type="module">
  import sapCloudSdkOpVdmGroupReportingMasterDataService from 'https://cdn.skypack.dev/@sap/cloud-sdk-op-vdm-group-reporting-master-data-service';
</script>

README

@sap/cloud-sdk-op-vdm-group-reporting-master-data-service

This package contains the OData VDM for the Group Reporting Master Data Service.

Usage Example

import { Plant } from '@sap/cloud-sdk-op-vdm-group-reporting-master-data-service';

const resultPromise = Plant.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });

Helpful Links