Data Integration Connectors
- Data Integration Connectors
- All Products
Parameter
| Description
|
|---|---|
Name
| Name of the export, import, and table parameters and columns.
|
Associated Type
| Definition of the parameter in SAP.
|
Short Description
| Short description of the export, import, and table parameters and columns.
|
Optional
| Indicates if the Secure Agent should pass a value to the parameter when it calls the BAPI.
|
Direction
| Indicates if the parameter requires input or provides output. Values are: Input, Output, Both, or None.
|
Datatype
| Object data type.
|
Precision
| Object precision.
|
Scale
| Object scale.
|
Default
| Default value of the parameter in SAP, if any. SAP uses the default value when the Secure Agent does not pass a value to SAP.
|
Return Structure Parameter
| Description
|
|---|---|
Return Structure
| Return parameter name to determine the status of function calls. Value is RETURN if the BAPI contains a default return structure. If the BAPI does not contain a default return structure, select any table output parameter or scalar output parameter of type STRUCTURE. Default is None.
|
Status Field
| Required if you select a value for the return structure. Select a field from the structure for status. If you select None for the return structure, this parameter is blank.
|
Text Field
| Required if you select a value for the return structure. Select a field from the structure for status messages. If you select None for the return structure, this parameter is blank.
|
Status Indicator For Warning
| Enter an indicator message for warning. If you select None for the return structure, the value is W. Default is W.
|
Status Indicator for Error
| Enter an indicator message for error. If you select None for the return structure, the value is E. Default is E.
|
Status Indicator for Abort
| Enter an indicator message for abort. If you select None for the return structure, the value is A. Default is A.
|