Skip to Content
0
Former Member
Jun 03, 2008 at 01:27 AM

Filtering an internal table

87 Views

Hi guys,

I have an internal table like this :

Notru_id Remtype

NOT1 8000

NOT2 8000

NOT2 8100

NOT3 8000

where the key field is Notru_id ie : not1 , not2, not3 etc.

Now i want to filter this table such that i get all records of one Notru_id into another internal table and process t\it.

A select query can't be used since it is an internal table.

Please suggest.

Thanks and Regards,

Gayathri