2.1.0 • Published 2 years ago

@sap/cloud-sdk-vdm-task-code-service v2.1.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

@sap/cloud-sdk-vdm-task-code-service

This package contains the OData VDM for the Task Code Service of SAP S/4HANA Cloud.

Usage Example

import { taskCodeService } from '@sap/cloud-sdk-vdm-task-code-service';

const { taskCodeApi } = taskCodeService()
const resultPromise = taskCodeApi.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });

Helpful Links