SapEccProperties interface
SAP ECC properties.
- Extends
Properties
| application |
The application server of SAP ECC. |
| system |
The system number of SAP ECC. |
Inherited Properties
| collection | The reference to collection. |
| data |
Data source collection moving state. |
Property Details
applicationServer
The application server of SAP ECC.
applicationServer?: string
Property Value
string
systemNumber
The system number of SAP ECC.
systemNumber?: string
Property Value
string
Inherited Property Details
collection
The reference to collection.
collection?: CollectionReference
Property Value
Inherited From DataSourceProperties.collection
dataSourceCollectionMovingState
Data source collection moving state.
dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"
Property Value
"Failed" | "Active" | "Moving"
Inherited From DataSourceProperties.dataSourceCollectionMovingState