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