Check your database with an easy SQL as described in note 380968
Hi all,
as we had several problems during upgrades and transports with wrong tabletype entries in a few of the tables in the customer database, we created the above described note 380968 in order to check if the problem does exist in your database.
You can check this with the following SQL-statement: SELECT * FROM R3<SID>DATA/SYSTABLES WHERE TABLE_TYPE = 'P'
It should only occur the file QAQQPRF (or even not, when it does not exist). All other returned rows might include problems and then you should have a deeper look into the note 380968.