2015 Nov 16 3:34 PM
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
2015 Nov 16 3:50 PM
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
2015 Nov 16 4:36 PM
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
2015 Nov 16 7:51 PM
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
2015 Nov 16 9:10 PM
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