Hi,
The DGPROCENT_IM is a INT1.
The I_PRICECOND-DG is a KBETR_KOND.
data l_test type KBETR_KOND.
l_test = DGPROCENT_IM.
if DGPROCENT_IM is not initial.
delete I_PRICECOND where DG > l_test.
endif.
The problem I'm having is that it doesn't delete the right lines....
Strange?
Any pointers?
//Martin