Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Performance Tunning- data extraction from FMGLFLEXA table

Former Member
0 Kudos

Hi,

Need to fetch data from FMGLFLEXA table based on below condtion.

WHERE rfund IN s_rfund

AND rgrant_nbr IN s_rgnbr

AND rbusa IN s_rbusa

AND budat LE v_hbudat.

Please tell me how can i optimize this extaraction b'coz in production system there are lacks of records.

Regards,

Shweta.

1 REPLY 1

Former Member
0 Kudos

create a index on these fields due to which data extraction from table will be fast.