Skip to Content
0
Former Member
Sep 12, 2007 at 05:16 AM

how to access ABAP schema tables(USR02) through MaxDB studio

1498 Views

i want to access ABAP schema tables eg.USR02.but i couldnt do that from MaxDB studio.its saying that "table is unknown".

Even i tried these commands

dbmcli -D <SID> -u user,pwd

dbmcli>sql_connect superdba,pwd

dbmcli>sql_execute select * from USR02

dbmcli >sql_execute select * from USR02

ERR

-24988,ERR_SQL: SQL error

-4004,Unknown table name:USR02

---

Kindly help me out.

V r using MaxDB 7.7.02.11.....