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: 

TIME_OUT Dump while reading EABL/EABLG in function module ISU_DB_EABL_SELECT_EQUNR_PRE

Former Member
0 Kudos

Hi Experts.

While creating a customer Move-In document (Transaction EC50E), a TIME_OUT error occurs in the function module ISU_DB_EABL_SELECT_EQUNR_PRE

at the point it access an inner join between tables EABL and EABLG:

select * appending table t_reading

            from eabl as a inner join eablg as b

            on    a~ablbelnr b~ablbelnr

            for all entries  in t_equnr_ieq

            where a~equnr    eq t_equnr_ieq-equnr

            and   a~zwnummer in tx_zwnummer

            and   a~adatsoll in tx_adatsoll              " note 961218-2

            and   a~ablstat  co_as_vorbereitet

            and   a~ablesart in r_ablesart

            and   a~mdenr    in r_mdenr

            and   b~ablesgr  in tx_ablesgr.

I tried to look for a SAP note to fix the problem but could not find one specifically for this FM.

My system is sitting on MS SQL server DB.

Please assist urgently,

Regards,

Kudzai

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Experts,

This problem is now solved, apparently I just needed to adjust and activate the table EABL in SE14, then update table statistics for both tables to resolve it.

View solution in original post

1 REPLY 1

Former Member
0 Kudos

Hi Experts,

This problem is now solved, apparently I just needed to adjust and activate the table EABL in SE14, then update table statistics for both tables to resolve it.