Hi,
I'm performing a system copy of an SCM system. The procedure includes executing the following select statement in the MaxDB database:
"select LOGSYS from "SAPR3"."/SAPAPO/ORDMAP "
The command failed due to the following error "Base table not found;-4004 POS(16) Unknown table name:/SAPAPO/ORDMAP"
I looked at dba_tables and found that the table's owner is SAPLCA, I tried also the above statement using this owner, but it didn't work either.
Selecting from some of the SYS tables is working, but none of the tables which belong to SAPLCA (according to dba_tables table) worked.
Can anyone please help to find out the content of /SAPAPO/ORDMAP?
Thanks,
Shiri.