SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Sequential Read- Performance issue

Former Member
0 Kudos

Hi All,

Its taking too long for viewing the PREVIEW of a print document by EA40 tcode.

When I check the process overview in SM50, it shows sequential read from table EABP.

In the exit of the form used for the print document there is just a single query on this table.

   SELECT  SINGLE opbel
              FROM  eabp
              INTO  gv_inv-abpopbel
              WHERE invopbel EQ wa_doc_header-sto_opbel.

Is there anything wrong with the query?? Or there can be some other reason for the degraded performance??

Please suggest some way out...

Thanks in advance.

Moderator note - thread locked - do research prior to posting.  Understand your situation before asking others.

3 REPLIES 3

sitakant_tripathy2
Active Participant
0 Kudos

Hi Gundeep,

INVOPBEL is not the key field...Could you try passing the key fields OPBEL and VERTRAG alongwith INVOPBEL.

If its not possible try creating a secondary index for the field INVOPBEL only...

Regards,

Sitakant.

0 Kudos

This message was moderated.

0 Kudos

Its a basic question. Before posting, Please search thoroughly in SCN.

Moderator note - please do not respond in this manner - flag the posting and the moderators will take action.