@sap/cloud-sdk-vdm-joint-venture-service

SAP Cloud SDK for JavaScript: Virtual Data Model (VDM) for the SAP S/4HANA Cloud joint venture service

Usage no npm install needed!

<script type="module">
  import sapCloudSdkVdmJointVentureService from 'https://cdn.skypack.dev/@sap/cloud-sdk-vdm-joint-venture-service';
</script>

README

@sap/cloud-sdk-vdm-joint-venture-service

This package contains the OData VDM for the Joint Venture Service of SAP S/4HANA Cloud.

Usage Example

import { JointVenture } from '@sap/cloud-sdk-vdm-joint-venture-service';

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

Helpful Links