Entering content frame

-8010: Table name must be in from list Locate the document in its SAP Library structure

Explanation:

A table name which was not listed in the <FROM clause> was specified in a <SELECT COLUMN>, <SEARCH CONDITION> or <ORDER CLAUSE>.

User Action:

  1. If a reference name was specified for a table name, use this reference name in the SQL statement.
  2. If the <FROM clause> contains the specification of a table which does not belong to the current user, to this user's user class or DBA, and which is not a system table, the <OWNER> must be specified for the table throughout the SQL statement.

 

 

 

Leaving content frame