Entering content frame

-8013: Order column must be output column Locate the document in its SAP Library structure

Explanation:

  1. Only column names which are also specified as <SELECT COLUMN> can be specified in the <ORDER CLAUSE> of a <QUERY statement> with DISTINCT specification.
  2. If a column number is specified, you must ensure that this number is not greater than the number of specified output columns.
  3. The number of output columns may have decreased in case of a SELECT * as a result of an <ALTER TABLE statement> with <DROP DEFINITION>.

User Action:

  1. Do not use the DISTINCT specification or specify the column of the <ORDER CLAUSE> in a <SELECT COLUMN>.
  2. Correct the number in the <ORDER CLAUSE> accordingly.

 

 

 

Leaving content frame