Entering content frame

-7015: More than one update row not allowed Locate the document in its SAP Library structure

Explanation:

  1. This error may occur when a <SINGLE SELECT statement> is executed and more than one row complies with the <SEARCH CONDITION>.
  2. This error can also occur when a < SUBQUERY> specified in a <COMPARISON PREDICATE> or a <SET UPDATE CLAUSE> of an <UPDATE statement> is executed and more than one row complies with the <search condition>.

User Action:

  1. The <SINGLE SELECT statement> can be replaced with a <QUERY statement> and a sequence of <FETCH statement>s; or it can be ensured that at most one row complies with the conditions by expanding the <search condition>.
  2. Replace the COMPARISON PREDICATE with a QUANTIFIED PREDICATE statement. The attempt can be made to change the <SUBQUERY> in such a way that the <SUBQUERY> contains at most one row as the result by specifying DISTINCT or by expanding the <search condition>.

 

 

 

Leaving content frame