Entering content frame

-7036: ROWNO specification not allowed in this context Locate the document in its SAP Library structure

Explanation:

One of the following conditions was violated:

  1. The specification ROWNO may only be used in <QUERY statement>s. The <QUERY statement> must not contain a UNION, EXCEPT or INTERSECT specification.
  2. The <ROWNO PREDICATE> can be used within the <SEARCH CONDITION> in the form "ROWNO < <ROWNO SPEC>" or "ROWNO <= <ROWNO SPEC>"; i.e. ROWNO is placed on the left of the operator.
  3. The <ROWNO PREDICATE> may occur only once in a <SEARCH CONDITION>. It must be connected with other predicates by a logical AND.

User Action:

  1. In the case of UNION, EXCEPT or INTERSECT, the effect can be achieved by two successive <QUERY statement>s.
  2. Correct the SEARCH condition of the SQL statement accordingly.

 

 

 

Leaving content frame