Hi Eshwar,
You can use both in your select query. Please refer below code.
select * from mara
into table lt_mara
up to p_hits rows
where matnr in s_matnr.
Hi Eshwar,
You can use both in your select query. Please refer below code.
select * from mara
into table lt_mara
up to p_hits rows
where matnr in s_matnr.