Hello SriLalitha,
Fire a select query on mara using matnr. It will not have any performance issue since matnr is primary key field of MARA and primary index will be used by select query in runtime.
select mtart from mara into table it_mara where matnr = s_matnr.
Thanks