App API

App API

The application and its objects are managed through stored procedures.

All procedures are stored in the CORE schema of the application. To call a stored procedure use following syntax:

call <app_name>.core.<procedure>('<parameter_1>','<parameter_2>',...,'<parameter_N>'); -- <app_name> = Name of the application -- <procedure> = Name of the procedure you want to use -- <parameter_1-N> = Parameters passed to the stored procedure Example: call SNP_GLUE_CONNECTOR_FOR_SAP.CORE.DEPLOY_MERGE('SAP_ABC', 'DEV', 'BSEG');

You can find more details about them here: