Table list used by SAP ABAP Function Module GET_DBDATA_MSS (get data on property settings of a SQL Server database)
SAP ABAP Function Module
GET_DBDATA_MSS (get data on property settings of a SQL Server database) 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 | MSSSERIA | MSSQL: Serialization Format of RAT Data | ||
| 4 | MSS_DBDATA | Contains property settings of a SQL Server database | SOURCE DBDATA STRUCTURE MSS_DBDATA |
|
| 5 | MSS_DBDATA | Contains property settings of a SQL Server database | SOURCE VALUE(DBNAME) LIKE MSS_DBDATA-DBNAME OPTIONAL |
|
| 6 | MSS_DBDATA | Contains property settings of a SQL Server database | SOURCE VALUE(ALLDB) LIKE MSS_DBDATA-VARVALUE OPTIONAL |
|