Skip to Content
0
Former Member
Jun 03, 2008 at 09:47 AM

Condition not right

20 Views

Hi,

My problem is on this code:--

IF TKN = 'X'.

SORT ITAB BY PERNR .

ELSE.

LOOP AT ITAB1.

IF NTKN EQ 'X'.

DELETE ITAB1.

CONTINUE.

ENDIF.

ENDLOOP.

ENDIF.

I have 2 radio buttons, 1 for LTA taken values and other is LTA not taken..

LTA taken values come correctly but LTA not taken values not correct..it shows the same values as LTA Taken..

Plz tell..