‎2008 Jan 03 9:46 AM
Hi,
I'm searching for the table which links the TABNAME and the DEVCLASS of a table:
e.g.
TABNAME: TDEVC
has
DEVCLASS: SCTS_CAT
Does anyone know which table contains this information?
Thank you and regards,
Toni
‎2008 Jan 03 10:41 AM
Hi,
found it on my own:
Table: TADIR
with
TADIR-OBJECT = TABL
and
TADIR-OBJ_NAME = <tablename>
regards,
toni
‎2008 Jan 04 8:31 AM