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: 

User Exit or Event for Validate Rate Category change

Former Member
0 Kudos

Hi All,

I need an user exit or Event(FQEVENTS) to validate if a rate category for an installation is changed(Check transaction ES31).

Please let me know if there is an user exit or event so that i can add my validation.

Regards

Shiva

5 REPLIES 5

Former Member
0 Kudos

Hi

You can use event UtilInstallation.Changed and then program it for recording any changes(like rate category changes).

Regards

Amitav

Former Member
0 Kudos

Dear Shiva,

I cannot find the FQEVENTS - 'UtilInstallation' . Were you able to find it?

Or did you come across an alternative solution

Regards

Malini

Former Member
0 Kudos

Is this event available in ISU 4.7.

Regards

malini

0 Kudos

This is not an FQEVENTS event. it is an object event.

rajesh_popat3
Active Participant
0 Kudos

Hi,

You can implement the enhancement EMDI0001 and identify the change in Rate category. This enhancement is called whenever there is a change in the installation.

There are different Exit points available for this FM. Event exit -008 and 009 will be called based on the save event. So, utilizing the different exits changes to rate category for the installation can be identified.

Hope this helps!!

Regards,

Rajesh Popat