Table list used by SAP ABAP Function Module MSS_GET_DATABASES (Get all databases in an instance)
SAP ABAP Function Module
MSS_GET_DATABASES (Get all databases in an instance) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBCON | Description of Database Connections | SOURCE VALUE(CON_NAME) LIKE DBCON-CON_NAME DEFAULT 'DEFAULT' |
|
| 2 | MSSCONNDATA | MSSQL multi-connect : Complete connection information | ||
| 3 | MSSDATABASE | Name + access permission | SOURCE ALL_DATABASES STRUCTURE MSSDATABASE |
|