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