SAP Business Intelligence SAP BW/4HANA OData API — Process Chains

SAP Business Intelligence SAP BW/4HANA OData API — Process Chains. 3 operations. Lead operation: SAP Business Intelligence List process chains. Self-contained Naftiko capability covering one Sap Bi business surface.

Run with Naftiko Sap BiProcess Chains

What You Can Do

GET
Listprocesschains — SAP Business Intelligence List process chains
/v1/rspc-api-srv/processchains
GET
Getprocesschain — SAP Business Intelligence Get a process chain
/v1/rspc-api-srv/processchains-chainid
POST
Startprocesschain — SAP Business Intelligence Start a process chain
/v1/rspc-api-srv/processchains-chainid/start

MCP Tools

sap-business-intelligence-list-process

SAP Business Intelligence List process chains

read-only idempotent
sap-business-intelligence-get-process

SAP Business Intelligence Get a process chain

read-only idempotent
sap-business-intelligence-start-process

SAP Business Intelligence Start a process chain

Capability Spec

bw4hana-odata-process-chains.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Business Intelligence SAP BW/4HANA OData API — Process Chains
  description: 'SAP Business Intelligence SAP BW/4HANA OData API — Process Chains. 3 operations. Lead operation: SAP Business
    Intelligence List process chains. Self-contained Naftiko capability covering one Sap Bi business surface.'
  tags:
  - Sap Bi
  - Process Chains
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAP_BI_API_KEY: SAP_BI_API_KEY
capability:
  consumes:
  - type: http
    namespace: bw4hana-odata-process-chains
    baseUri: https://{server}:{port}/sap/opu/odata/sap
    description: SAP Business Intelligence SAP BW/4HANA OData API — Process Chains business capability. Self-contained, no
      shared references.
    resources:
    - name: RSPC_API_SRV-ProcessChains
      path: /RSPC_API_SRV/ProcessChains
      operations:
      - name: listprocesschains
        method: GET
        description: SAP Business Intelligence List process chains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: RSPC_API_SRV-ProcessChains('{chainId}')
      path: /RSPC_API_SRV/ProcessChains('{chainId}')
      operations:
      - name: getprocesschain
        method: GET
        description: SAP Business Intelligence Get a process chain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: RSPC_API_SRV-ProcessChains('{chainId}')-Start
      path: /RSPC_API_SRV/ProcessChains('{chainId}')/Start
      operations:
      - name: startprocesschain
        method: POST
        description: SAP Business Intelligence Start a process chain
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.SAP_BI_USER}}'
      password: '{{env.SAP_BI_PASS}}'
  exposes:
  - type: rest
    namespace: bw4hana-odata-process-chains-rest
    port: 8080
    description: REST adapter for SAP Business Intelligence SAP BW/4HANA OData API — Process Chains. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/rspc-api-srv/processchains
      name: rspc-api-srv-processchains
      description: REST surface for RSPC_API_SRV-ProcessChains.
      operations:
      - method: GET
        name: listprocesschains
        description: SAP Business Intelligence List process chains
        call: bw4hana-odata-process-chains.listprocesschains
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/rspc-api-srv/processchains-chainid
      name: rspc-api-srv-processchains-chainid
      description: REST surface for RSPC_API_SRV-ProcessChains('{chainId}').
      operations:
      - method: GET
        name: getprocesschain
        description: SAP Business Intelligence Get a process chain
        call: bw4hana-odata-process-chains.getprocesschain
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/rspc-api-srv/processchains-chainid/start
      name: rspc-api-srv-processchains-chainid-start
      description: REST surface for RSPC_API_SRV-ProcessChains('{chainId}')-Start.
      operations:
      - method: POST
        name: startprocesschain
        description: SAP Business Intelligence Start a process chain
        call: bw4hana-odata-process-chains.startprocesschain
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bw4hana-odata-process-chains-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Business Intelligence SAP BW/4HANA OData API — Process Chains. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: sap-business-intelligence-list-process
      description: SAP Business Intelligence List process chains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bw4hana-odata-process-chains.listprocesschains
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-get-process
      description: SAP Business Intelligence Get a process chain
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bw4hana-odata-process-chains.getprocesschain
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-start-process
      description: SAP Business Intelligence Start a process chain
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bw4hana-odata-process-chains.startprocesschain
      outputParameters:
      - type: object
        mapping: $.