Triggering events

Dart, Jocelyn jocelyn.dart at sap.com
Fri Oct 10 04:18:33 EDT 2003


Hi Maorriyan, There are many different ways of raising events.  The problem is with purchase requisitions - they don't link into to status management or change documents or any other functionality that lets are use the nice flexible standard ways of raising events, instead they use their own function modules.  So there aren't a lot of alternatives for purchase requisitions.  For most other objects you could use change documents or status management or business transaction events or HR event tables or LIS events or user exits or ...
Creating your own report is a last resort which is not usually necessary.
Jocelyn
 
-----Original Message-----
From: Maorriyan Santoso [mailto:msantoso at pertamina.co.id]
Sent: Friday,10 October 2003 5:44 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: Triggering events
 
 
So Jocelyn,
there's no such a way to run workflow if triggering event report does not
produce anything/ no event triggered. The only way is build a report/ABAP
program that use function module SAP_WAPI_START_WORFKLOW or
SAP_WAPI_START_EVENT. Am I right ?
 
Regards,
 
*- Maorriyan
 
----- Original Message -----
From: "Dart, Jocelyn" <jocelyn.dart at sap.com>
To: <SAP-WUG at MITVMA.MIT.EDU>
Sent: Thursday, October 09, 2003 7:31 AM
Subject: Re: Triggering events
 
 
> Call function module SAP_WAPI_START_WORFKLOW in your report. You could
also use
> SAP_WAPI_START_EVENT if you want to raise the event via your report - this
might be easier if you have
> both MRP and non-MRP requisitions using the same process.
> Jocelyn.
>
> -----Original Message-----
>> From: Maorriyan Santoso [mailto:msantoso at pertamina.co.id]
> Sent: Wednesday,8 October 2003 4:35 PM
> To: SAP-WUG at MITVMA.MIT.EDU
> Subject: Re: Triggering events
>
>
> Thanks for quick reply,Jocelyn.
> I understand how to find relevant PR but I don't understand how to trigger
> workflow from a report ?
>
>
> Regards,
>
> *- Maorriyan
>
> ----- Original Message -----
>> From: "Dart, Jocelyn" <jocelyn.dart at sap.com>
> To: <SAP-WUG at MITVMA.MIT.EDU>
> Sent: Wednesday, October 08, 2003 11:04 AM
> Subject: Re: Triggering events
>
>
> > Maorriyan,
> > If you don't have a triggering event you could always create a custom
> report to find the relevant PRs and trigger the workflow directly - then
> schedule the report to run periodically.  But that's worst case.
> > Regards,
> >         Jocelyn Dart
> > Consultant (SRM, EBP, Workflow)
> > and co-author of the book
> > "Practical Workflow for SAP"
> > SAP Australia
> > email: jocelyn.dart at sap.com
> > phone: +61 412 390 267
> > fax:   +61 2 9935 4880
> >
> >
> >
> >
> > -----Original Message-----
> > From: Maorriyan Santoso [mailto:msantoso at pertamina.co.id]
> > Sent: Wednesday,8 October 2003 1:10 PM
> > To: SAP-WUG at MITVMA.MIT.EDU
> > Subject: Triggering events
> >
> >
> > Good day all,
> > I have requirement to make workflow for PR approval. But this PR is made
> from MRP process. I'm trying to run event trace to know whether this
process
> is generate certain event. But when I display the event trace, it doesn't
> generate anything.The result is empty. I'm wondering why this could be
> happen. When I try to make manual PR instead from MRP process, the event
is
> triggering. Is it possible to make workflow without any triggering event?
> Sound a stupid question..I have posted to OSS but doesn't get satify
answer.
> >
> > Regards,
> >
> > *- Maorriyan
 


More information about the SAP-WUG mailing list