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' });