Question:
Hello together
SAP: 4.6C DI2
I'm looking for an Event which is generated every time, when an iDoc is created. Is there no IDOC.CREATED available? Who can tell me how to build this event?
By the way, I know that it's not very wise to start a WF for every created iDoc. I'm look for a starting point for my problem. I try to create an special event which is only created, when an iDoc is created and matches some special settings which are stored in a ZTABLE.
The goal? I want to inform specific users, when specific iDocs were created for a specific iDoc-Partner. No matter what status the iDoc has.
Thanks in advance.
Michael
Answer:
Hi Mike
When a COMMIT WORK happens then only it creates event.I am not sure if there are any BO/Events available.
Thanks
Surya
Answer:
Maybe there is also an option to start directly a WF from a userexit/BADI?
Michael