‎2008 Apr 03 3:05 PM
Hi,
can you please discribe me the the process by which we can find
how many pool/cluster table is attached to perticuler table pool/cluster.
thanks.
‎2008 Apr 03 3:13 PM
hi jony ,
try this
DATA : BEGIN OF IT_TABLES OCCURS 0,
TABNAME LIKE DD02L-TABNAME,
END OF IT_TABLES.
SELECT TABNAME
FROM DD02L
INTO IT_TABLEs
WHERE SQLTAB EQ <CLUSTER/POOL NAME>.
Eg :
SELECT TABNAME
FROM DD02L
INTO IT_TABLEs
WHERE SQLTAB EQ 'AABLG'.
‎2008 Apr 03 3:13 PM
hi jony ,
try this
DATA : BEGIN OF IT_TABLES OCCURS 0,
TABNAME LIKE DD02L-TABNAME,
END OF IT_TABLES.
SELECT TABNAME
FROM DD02L
INTO IT_TABLEs
WHERE SQLTAB EQ <CLUSTER/POOL NAME>.
Eg :
SELECT TABNAME
FROM DD02L
INTO IT_TABLEs
WHERE SQLTAB EQ 'AABLG'.
‎2008 Apr 03 3:18 PM
Hi,
When you findout a table pool/cluster then click on its name and from the menu bar select where-used list .
A window will appear there select Tables and press Enter
you will find out all pool/cluster tables
your problem is resolved
So do reward points