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: 

Events in IS Utilities

Former Member
0 Kudos
210

Hi Experts,

What are events in IS Utilities? Are Events termed as enhancemnts when it comes to IS Utilities?

Please respond.

thanks

Dan

1 ACCEPTED SOLUTION

Former Member
0 Kudos
187

Tcode is :: FQEVENTS u will find so many events here you can create a custom function module and attach to your events.

let me know any other details required.

Reward points if it helps

Regarads,

Shiva.

View solution in original post

3 REPLIES 3

Former Member
0 Kudos
188

Tcode is :: FQEVENTS u will find so many events here you can create a custom function module and attach to your events.

let me know any other details required.

Reward points if it helps

Regarads,

Shiva.

Former Member
0 Kudos
187

Hi Dan,

I can tell you that you will find a lots of events for SAP IS-U....

An oversight about all IS-U-events you can get with the transaction "FQEVENTS".

Otherwise you find also every new event(s) in the actually release-notes for your release (per example ECC 6.0).

I hope its helpful.

kind regards,

Marco

Former Member
0 Kudos
187

... sorry I forgot:

events in IS-U are also called "user exits"...

You can try user-exits or events for functions in standard- or z-programs for special functionalities of your own. If an SAP-standard-event isn´t be able to work like you want you can make an z-event of it und pack your functions as requested in this event.

how does it works?

the answer of this "problem": you have to copy an SAP-standard-event that you want with or without his ABAP-code into an z-event and expands it with your own coding.

- Sample-User-Exits begins with FKK_SAMPLE_

- Standard-User-Exits for SAP IS-U begins with "ISU_SAMPLE_" OR "ISU_EVENT_"

please notice that the deposit of an SAP-standard-event/z-event is transacted in the customizing.

so i hope it´s helpful for your doing with user-exits/events....

kind regards,

Marco

P.S. Please rewards me with some points when your satisfied with my reply, thanks a lot