Skip to Content
0
Former Member
May 16, 2008 at 09:59 AM

customer exit in variable

21 Views

HI,

I have a custmor exit variables for entering the starting year and ending year

it used to work properly till yest suddenly when I enter the values in the variables its giving up the msg

Variable ZCIFY contains too many values

Diagnosis

Variable ZCIFY is a parameter or interval variable that is filled by a program exit (user exit or SAP exit). The RANGE table can therefore contain no more than one line. However, the exit returns more than one line in the exit E_T_RANGE table.

System Response

Procedure

Depending on the usage, you need to adjust either the variable definition or the exit:

Ifmorethanone value is expected, you need to adjust the variable definition. The variable must be switched to Selection Option or Multiple Single Values.

If just one value is expected, you need to correct the exit.

Procedure for System Administration

Can any one help me out

Thanks

Sany