2008 Mar 06 1:53 AM
Hi Experts,
What are events in IS Utilities? Are Events termed as enhancemnts when it comes to IS Utilities?
Please respond.
thanks
Dan
2008 Mar 06 5:11 AM
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.
2008 Mar 06 5:11 AM
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.
2008 Mar 06 9:25 AM
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
2008 Mar 06 9:56 AM
... 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