@sap/cloud-sdk-vdm-repetitive-manufacturing-confirmation-service
This package contains the OData VDM for the Repetitive Manufacturing Confirmation Service of SAP S/4HANA Cloud.
Usage Example
import { repetitiveManufacturingConfirmationService } from '@sap/cloud-sdk-vdm-repetitive-manufacturing-confirmation-service';
const { repetitiveMfgConfirmationApi } = repetitiveManufacturingConfirmationService()
const resultPromise = repetitiveMfgConfirmationApi.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });