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

User Exit or Event for Validate Rate Category change

Former Member
0 Kudos
637

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

Former Member
0 Kudos
415

Hi

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

Regards

Amitav

Read only

Former Member
0 Kudos
415

Dear Shiva,

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

Or did you come across an alternative solution

Regards

Malini

Read only

Former Member
0 Kudos
415

Is this event available in ISU 4.7.

Regards

malini

Read only

0 Kudos
415

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

Read only

rajesh_popat3
Active Participant
0 Kudos
415

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