SAP Message BRAIN286 - Variable &1 contains too many values

Diagnosis
Variable &V1& is a parameter or interval variable that is filled by aprogram exit (user exit or SAP exit). The RANGE table can thereforecontain no more than one line. However, the exit returns more than oneline in the exit E_T_RANGE table.

Procedure
Depending on the usage, you need to adjust either the variabledefinition or the exit:

  • If more than one value is expected, you need to adjust the variable
  • definition. The variable must be switched to Selection Option orMultiple Single Values.
    • If just one value is expected, you need to correct the exit.