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: 

meter reading upper and lower limits

Former Member
0 Kudos

Hello,

Does anyone know how the structure REL16_RANGE in the form class IS_U_DM_MR_DOWNLOAD gets filled? I need to find the place where the upper and lower limits are filled and how to manipulate, i.e. to correct them. Where, which table, are these values coming from?

thanks,

melinda

1 REPLY 1

Former Member
0 Kudos

GO to se38 t-code give report name IEEL16R2

Line no : 2287.

form fill_reading_ranges using x_reading like t_reading

y_ranges like rel16_range.

This form wil fill your structure REL16_RANGE.

first it will serach for the billing documnet...then it will find out the rate category,rate then it will search for the tolearnce limit.

Then Upper limit.

    • convert lower limit 1 MR result into display format*

call function 'ISU_METER_IDDATA_TRANSFORM'

    • convert upper limit 1 MR result into display format*

call function 'ISU_METER_IDDATA_TRANSFORM'

Please let me know if you need any more information.

Regards,

Siva