Table list used by SAP ABAP Function Module GET_SQLFILES_MSS (get data on the files of a SQL Server database)
SAP ABAP Function Module
GET_SQLFILES_MSS (get data on the files 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 | MSQ_FILES | Data about operating system files which make up a db | ||
| 3 | MSQ_FILES | Data about operating system files which make up a db | SOURCE DBFILES STRUCTURE MSQ_FILES |
|
| 4 | MSSCONNDATA | MSSQL multi-connect : Complete connection information | ||
| 5 | MSSSERIA | MSSQL: Serialization Format of RAT Data | ||
| 6 | MSS_DBDATA | Contains property settings of a SQL Server database | SOURCE VALUE(DBNAME) LIKE MSS_DBDATA-DBNAME OPTIONAL |
|