Skip to Content
0
Former Member
May 04, 2005 at 11:26 AM

Delete internal table where.....

35 Views

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