Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Resource /processes serve as the main way to list all available Extraction Processes. It supports the following input parameters:

Parameter name

Description

Usage

Notes

tableName

Filtering based on Glue table name

Optional

array input possible; if used, other parameters are ignored

package

Filtering based on the SAP development package

Optional

array input possible

author

Filtering based on the author

Optional

array input possible

processID

Filtering based on the process ID

Optional

array input possible

 All input parameters are case insensitive.

Example of the REST API call:
http://servername:portnumber/dvd/glue/api/v2/processes?sap-client=800

 JSON body:
{
    "tableName": [
        " ZTS_SFLIGHT",
        " ZZK_ERPVAL"
    ]
}

Example of the REST API output:

Functionality is implemented in the SAP class /DVD/GL_EXT2_API_PROCESSES.

  • No labels