Entering content frame

-2013: Select column list too long Locate the document in its SAP Library structure

Explanation:

The following reasons are possible:

  1. In a <CREATE VIEW statement>, the number of view table columns to be defined must be equal to the number of columns issued as the <QUERY EXPRESSION> result. In the present case, there are more columns in the <QUERY request> result than view table columns defined.
  2. The number of <SUBQUERY> output columns specified in a <SET UPDATE clause> must be precisely one. In some SQLMODEs, this restriction also applies to <COMPARISON PREDICATE>, <QUANTIFIED PREDICATE> and <IN PREDICATE>. In the present case, the <SUBQUERY> produced more than one output column.
  3. An SQL statement for data retrieval was issued. The number of output columns must be less than or equal to 254. This number was exceeded.

User Action:

  1. The number of view table columns specified in the <CREATE VIEW statement> must be increased or the number of output columns of the <QUERY EXPRESSION> must be reduced.
  2. The number of output columns of the <SUBQUERY> must be limited to one.
  3. The data retrieval statement must be corrected by removing one or more output columns.

 

 

 

Leaving content frame