Skip to Content
0
Former Member
Oct 08, 2008 at 10:59 AM

How to get single records form internal table loop?

30 Views

Hello friends,

I have one internal table i_tab like

MATNR	RUN
3000101	
3000101	X
3000102	
3000102	X
3000103	
3000103	X
3000104	X
3000105	

I want to check first if RUN = balnk, then take this record.

If it is not blank then take 'X' record.

How to do it with the same internal table?

Regards,

RH