README
@sap/cloud-sdk-vdm-physical-inventory-doc-service
This package contains the OData VDM for the Physical Inventory Doc Service of SAP S/4HANA Cloud.
Usage Example
import { PhysInventoryDocItem } from '@sap/cloud-sdk-vdm-physical-inventory-doc-service';
const resultPromise = PhysInventoryDocItem.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });