Hi, I am trying to get information from REGUP table however in my WHERE clause in the SQL statement, I only have VBLNR column, since we cannot create index to this table, my access to this table is slow.
My question, are there any other tables in which the information in REGUP table is also stored so I can use that table(s) instead of REGUP?
Pls advise.
thank you.