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: 
Read only

Function Module EDM - Read Usage Factor

Former Member
0 Likes
666

Hi expert,

I have a requirement to extract "Synthetic Load Profile and Usage factor" per installation for another application.

Do you know what FM can i use to do it ?

I don't find any answer in SCN...

Thanks

Mathieu

4 REPLIES 4
Read only

yevgen_trukhin
Product and Topic Expert
Product and Topic Expert
0 Likes
586

Hi Matthieu, do you want to take a look at BAPI: BAPI_ISUPROFILE_GET. Alternatively, there is also class  cl_isu_edm_profile which could be useful.

Yevgen

Read only

0 Likes
586

Hello Yevgen,

Thanks for your answer but this BAPI can only display profile value without Usage Factor.

I need a FM which calculate profile value x usage factor.

Thanks

Mathieu

Read only

0 Likes
586

Hi Mathieu,

If you can get the load profile associated with the installation alongwith the usage factor,that should work you.

Usage factor can be easily checked in EUFASS.

FM ISU_EDM_DETERM_USAGE_FACTOR works on this table,if I remember correctly.

Hope this helps.

Cheers,

Rakesh..

sapisurdg.wordpress.com

Read only

0 Likes
586

Hi,

Thanks for the FM but It seem not work in display mode.

I found ISU_DB_ELPASS_SELECT and ISU_DB_EUFASS_SELECT.

Mathieu