Quantcast
Viewing all articles
Browse latest Browse all 9076

Re: Selection from a table having huge no. of records.

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


Viewing all articles
Browse latest Browse all 9076

Trending Articles