AW: How to trigger a event when cost center created

Becker Stephan (extern) Stephan.Becker.ext at mchw.siemens.de
Thu Apr 11 04:14:20 EDT 2002


Kim,
 
the below will only work if SAP actually WRITES a change document when a
cost center is created, which you can not necessarily assume. Check table
CDHDR after you have created a cost center to see if this is the case.
Otherwise you might have to try one of the other event creation mechanisms
(status management, output control, same restrictions apply, the SAP
application needs to produce the status or output so you can hook onto it),
or you could create the event in a user exit using the SWE_EVENT_CREATE...
function modules.
 
Hth,
Stephan
 
-----Ursprungliche Nachricht-----
Von: Samir Gujar [mailto:samirg at novasoftinfo.com]
Gesendet: Donnerstag, 11. April 2002 09:57
An: SAP-WUG at MITVMA.MIT.EDU
Betreff: Re: How to trigger a event when cost center created
 
 
Hello Kim,
 
 1) First you need to identify if the Business Object BUS0012 has change
document object. Use transaction SCDO.
 2) Make a new entry using the transaction SWEC to link the Event of ur
object to this change object, set the radio button to create only.
 
This should work.
 
Regards,
Samir
 
-----Original Message-----
From: Kim, Go Joong
To: SAP-WUG at MITVMA.MIT.EDU
Sent: 4/11/02 1:19 AM
Subject: How to trigger a event when cost center created
 
Dear workflower,
 
I like to trigger 'Created' event when a cost center (BUS0012) created.
The 'Created' event is defined at the ZBUS0012 delegation type of
BUS0012.
 
If someone have experience about this, let me share your experience.
Thanks and regards,
 
GoJoong Kim
SAP Korea / Business Workflow, Data & Document Archiving
E-mail : go.joong.kim at sap.com
Tel : 82-2-2194-2775
PCS : 82-16-725-9424
 


More information about the SAP-WUG mailing list