@sap/cloud-sdk-vdm-accounting-document-service
This package contains the OData VDM for the Accounting Document Service of SAP S/4HANA Cloud. This service is part of the following communication scenarios: Finance - Accounting Analytics Integration (SAP_COM_0303). You can find additional documentation for this service on help.sap.com.
Usage Example
import { accountingDocumentService } from '@sap/cloud-sdk-vdm-accounting-document-service';
const { operationalAcctgDocItemCubeApi } = accountingDocumentService()
const resultPromise = operationalAcctgDocItemCubeApi.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });