Entering content frame

-7016: Parameter spec not allowed in this context Locate the document in its SAP Library structure

Explanation:

  1. The attempt was made to specify a parameter in a <SELECT COLUMN>.
  2. A COMPARISON PREDICATE of the format <PARAMETER SPEC> <COMP OP> <PARAMETER SPEC> occurs within the SEARCH CONDITION.
  3. A COMPARISON PREDICATE, IN PREDICATE or QUANTIFIED PREDICATE specifies a comparison between a parameter and a SUBQUERY.

User Action:

  1. Replace the parameter with a constant.
  2. It is useful to check such a condition within the application. If this is not possible, replace one of the two parameters with a constant, a column name, or an <EXPRESSION> which does not solely contain parameters.
  3. Replace the parameter with a constant or integrate it into a function (e.g. SUBSTR) so that the data type of the parameter becomes clear.

 

 

 

Leaving content frame