Sebastian Schmidt wrote: > I want to read values from the FOREIGNKEYCOLUMNS table. The user who > should do that, is an other, than domain, or the refowner. Each time i > do a select on that table, i only see the references that were defined > by that user, but i need to read out all FOREIGNKEYCOLUMNS. I tried to > pass all privs to that user - without success. > > Is there a way to do this ?
Sorry for late answer, you were nearly lost in the stack of work. If you pass the privilege REFERENCES for those tables to that user, you will succeed. With one of the next releases we will smooth the check which foreign_keys can be seen, so that even users with other privileges for that table/those columns in those tables will be able to see this info. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
