Modeling Guide for SAP Data Hub

ABAP ODP Object Consumer

ABAP ODP Object Consumer (com.sap.dh.ds.abap.odp.consumer) is based on system.externalOperator and uses datahub-flowagent for execution.

Configuration Parameters

Parameter

Type

Description

ABAP Connection object The object containing the connection parameters to an ABAP landspace.
Protocol - defaults to HTTPS (type string)
Protocol used to connect to the ABAP landscape.
System ID (type string)
ABAP Landscape System ID
Hostname (type string)
Message server.
Portnumber (type number)
Message server port number.
Client (type string
ABAP client.
Password (type string)
ABAP password.
Language (type string)
ABAP language.
ODP Object Name

string

ODP Object Name (e.g. /EXTRACTORS/<ODP Context>/<Extractor Name>).
Trace Level

string

  • Brief - API calls are traced

  • Verbose - API calls and its parameters are traced

  • Full - All traces including content of RFC structures

Input

Input

Type

Description

inTableName

string

ODP object name (e.g. /EXTRACTORS/<ODP Context>/<Extractor Name>).

Output

Output

Type

Description

outConfig

string.flowagent.config

Flowagent type port, which only Flowagent producers can consume (i.e., Flowagent File Producer). In order to get the data as string, Flowagent CSV Producer can be used as producer.

outError

string

Operator error. If mapped, the operator error will be sent to the operator this port is mapped to and the graph will remain running. If not mapped, the graph will terminate with the operator error.