Home Manual Reference Source

sap-pdms-ipro-api

The Insighter Provider API (short Ipro API) specifies an interface, a set of conventions and a supporting set of enums that are use for facilitating interactions between an pdms application (e.g. AHCC) with the ipros in the system. As of now the interaction between pdms applications and ipros happens via JavaScript method calls in the Browser / UI, hence ipro-api focuses on this and is itself published as npm module.

Installation

Add sap-pdms-ipro-api in the dependencies of the frontend module of your iPro app.

npm install sap-pdms-ipro-api --save

You can also copy the complete directory of sap-pdms-ipro-api from PDMS_SDK to node_modules directory in your application.