Table list used by SAP ABAP Function Module MSS_GET_SPID_ACTIVITY (Get name of stored procedure being executed on a spid.)
SAP ABAP Function Module
MSS_GET_SPID_ACTIVITY (Get name of stored procedure being executed on a spid.) 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 | MSQPROCESS | MS SQL server processes ( as from sysprocesses ) | SOURCE VALUE(SPID) LIKE MSQPROCESS-SPID |
|