‎2009 Jul 15 6:01 AM
hi,
we are working with OO ALv like kunnr/data1/data2
the three firlds are editable,when we append a new row to the alv and i put a wrong kunnr,the alv display a log with an error indicating that kunnr is wrong ,also another error saying that tha value in data2 is incorrect but data2 has initial value, same happens with data1
any suggestion how to get rid from this problem ?
‎2009 Jul 15 7:33 AM
hi
check those field values already there because i think kunnr is primary key or may be all those three fields is primary key
‎2009 Jul 15 7:26 AM
Hi ,
can you please share the code how you are validating the Kunnr.
‎2009 Jul 15 7:29 AM
You should declare the fields in which u dont want to get an error i.e. Kunnr etc of type c of the desired length.
At present u must be declaring the internal table which u are pasing to ALV with type kunnr for this field.
‎2009 Jul 15 7:33 AM
hi
check those field values already there because i think kunnr is primary key or may be all those three fields is primary key
‎2009 Jul 15 7:45 AM
Hi,
I think you are entering the existiong combination of values...ca you please chekc that
regards,
Rama reddy
‎2009 Jul 15 7:48 AM