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.
|
| ODP Object Name |
string |
ODP Object Name (e.g. /EXTRACTORS/<ODP Context>/<Extractor Name>). |
| Trace Level |
string |
|
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. |
