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