Hi nur liyana abu hasan,
If you are fetching it from a database table then you can use something similar like below
Select field1, field2 from DBtable into Internaltable where field3 like 'abc%'
Thanks,
Naveen
Hi nur liyana abu hasan,
If you are fetching it from a database table then you can use something similar like below
Select field1, field2 from DBtable into Internaltable where field3 like 'abc%'
Thanks,
Naveen