How to find the definition of Event

Soady, Phil phil.soady at sap.com
Fri Apr 11 09:29:27 EDT 2003


Use the dump and look at the call stack.
Call stack not speak with forked tongue...
 
Perhaps I dont understand the question, sorry.
 
 
Phil Soady
Senior Consultant
Business Technologies
SAP Australia
* : 0412 213 079
* : phil.soady at sap.com
 
 
 
 
 
-----Original Message-----
From: Pradeep Patil [mailto:pradeep.patil at wipro.com]
Sent: Thursday, April 10, 2003 6:52 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: How to find the definition of Event
 
 
Hi Phil
 
Thanks for giving the info on event
 
But I am looking for FM which is connected to an event
Probably the event name be RequestedMaterial  or orderGenerated or anything I just want to know where the FM is stored and does the event is create, change or delete .......(In simple where does the new event created for a business object type write the code or FM.... so that I can see it)
 
 
 
 
Regards
Pradeep
 
 
 
 
-----Original Message-----
From: Soady, Phil [mailto:phil.soady at sap.com]
Sent: Wednesday, April 09, 2003 6:48 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: How to find the definition of Event
 
If want you are trying to achieve is
"Where is a particular event is being called from"
Then try the following:
Copy the function module SWE_EVENT_MAIL.
This is the now receiver function in your event linkage.
 
Before this function sends YOU a mail,
because you just hard coded yourself as the receiver,
you also add some useful info to the text of the mail.
 
sy-tcode,   Transaction
sy-cprog, calling program,
sy-uname User,
 
 or if you are really desperate,
just smack in a message type x in this function.
 
A dump has the entire call stack, etc ;-)
 
good Luck,
 
 
 
 
Phil Soady
Senior Consultant
Business Technologies
SAP Australia
* : 0412 213 079
* : phil.soady at sap.com
 
 
 
 
 
-----Original Message-----
From: Pradeep Patil [mailto:pradeep.patil at wipro.com]
Sent: Tuesday, April 08, 2003 4:50 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: How to find the definition of Event
 
 
Hi Sharon
 
I am mentioning about the event not method I have referred method as example.......that I found in Trans SWO1
 
 
Regards
Pradeep
 
-----Original Message-----
From: SharonZ at mccann-kb.co.il [mailto:SharonZ at mccann-kb.co.il]
Sent: Tuesday, April 08, 2003 1:10 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: How to find the definition of Event
 
Hello Pradeep
 
You can use the transaction SWO1
There you can see the program the container that he need and to do a test for this Method
 
 
Regards
Sharon Zinger
Sap Basis
McCann|Kesher-Barel
*  Sharonz at McCann-kb.co.il
*  :      +972 3 6938160
Fax :      +972 3 6961327
Mobile : +972 57 212118
 
 
 
 
-----Original Message-----
From: Pradeep Patil [mailto:pradeep.patil at wipro.com]
Sent: Tuesday, April 08, 2003 8:36 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: How to find the definition of Event
 
 
Hi All
 
4.6B
I have a subtype business object which as an event created by my colleague But I am unable to find for what the event is created and second does the event is for create, change, save or delete also does the event uses change document or msg. control or LIS
 
So how can I find what are the various things linked to this event so that I can describe it to my boss
 
(for e.g. the method of business object can be described from the program code and logic what the method is all about so how about event)
 
If any suggestion or procedure to find are welcome
 
Regards
Pradeep
 
 
**************************Disclaimer************************************
 
Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual  or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited.
 
************************************************************************
***
 
**************************Disclaimer************************************
 
Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual  or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited.
 
************************************************************************
***
 
**************************Disclaimer************************************
 
Information contained in this E-MAIL being proprietary to Wipro Limited is
'privileged' and 'confidential' and intended for use only by the individual  or entity to which it is addressed. You are notified that any use, copying
or dissemination of the information contained in the E-MAIL in any manner
whatsoever is strictly prohibited.
 
***************************************************************************
 


More information about the SAP-WUG mailing list