AW: workflow classes: IF_WORKFLOW interface

Paul.Bakker@osr.treasury.qld.gov.au Paul.Bakker at osr.treasury.qld.gov.au
Mon Mar 23 17:24:07 EDT 2009


That was a great tip. I found about 70 classes (implementing IF_WORKFLOW)
via SE80, and it took but a second.

Vielen dank, you guys!

Paul B



                                                                           
             "Wegert, Volker"                                              
             <volker.wegert at si                                             
             emens.com>                                                 To 
             Sent by:                  "SAP Workflow Users' Group"         
             sap-wug-bounces at m         <sap-wug at mit.edu>                   
             it.edu                                                     cc 
                                                                           
                                                                   Subject 
             24/03/2009 01:41          AW: workflow classes: IF_WORKFLOW   
             AM                        interface                           
                                                                           
                                                                           
             Please respond to                                             
               "SAP Workflow                                               
               Users' Group"                                               
             <sap-wug at mit.edu>                                             
                                                                           
                                                                           




Hi,

It's not a problem, it's an intended behaviour - the where-used index for
all SAP standard objects is huge, and generating it can easily nuke your
database. There's an official note on generating the full where-used index,
and though I don't remember the number, I do remember there were some
warnings about the amount of disk space and runtime this job will consume.

You might want to use the SE80 to find the implementing interfaces of
IF_WORKFLOW instead of using SE16(N) and some internal views - should be
about the same result. Note that this is NOT equal to the where-used index
- the latter also finds references to that interface in the ABAP code (e.
g. as local variables) whereas both the SE80 and VSEOIMPLEM only list
implementing classes.


Mit freundlichen Grüßen / best regards
Volker Wegert

Siemens Medical Solutions GSD GmbH
H IM HS GSD Projektentwicklung
Riedemannweg 59
13627 Berlin, Deutschland
Tel.: +49 (30) 38370-227
mailto:volker.wegert at siemens.com


Siemens Medical Solutions GSD GmbH: Geschäftsführer: Stefan Thomas Herm,
Anne Rethmann; Sitz der Gesellschaft: 13627 Berlin; Registergericht:
Berlin-Charlottenburg, HRB 16583; Ust.-IdNr. DE 129274202; Steuer-Nr.
Trägergesellschaft 14310370216

Wichtiger Hinweis: Diese E-Mail und etwaige Anlagen enthalten
firmenvertrauliche Informationen. Sollten Sie diese E-Mail irrtümlich
erhalten haben, benachrichtigen Sie uns bitte durch Antwort-Mail und
löschen Sie diese E-Mail nebst Anlagen von Ihrem System. Vielen Dank.


-----Ursprüngliche Nachricht-----
Von: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] Im Auftrag
von Paul.Bakker at osr.treasury.qld.gov.au
Gesendet: Montag, 23. März 2009 00:46
An: SAP Workflow Users' Group
Betreff: workflow classes: IF_WORKFLOW interface

Florin,

  Ja, there seems to be a problem with the 'where-used' functionality for
interfaces.
Using this method, I can only find 2 classes that use IF_WORKFLOW - and
we're on ECC 6 Basis 7.01

I know that there are many more.

I've been caught out with this already: building a custom class, then
finding a perfectly good standard one later!

cheers
Paul




             "Florin Wach"
             <florin.wach at gmx.
             net>                                                       To
             Sent by:                  "SAP Workflow Users' Group"
             sap-wug-bounces at m         <sap-wug at mit.edu>
             it.edu                                                     cc

                                                                   Subject
             20/03/2009 04:48          Re: RE: RE: What is the OO
             PM                        equivalent of SELFITEM.DISPLAY?


             Please respond to
               "SAP Workflow
               Users' Group"
             <sap-wug at mit.edu>






Hi Jocelyn,

what is Enhancement Pack 4? We're on ECC 6.0 Basis 7.00 HP13. SAP R/3.

Best wishes,
   Florin

-------- Original-Nachricht --------
> Datum: Fri, 20 Mar 2009 07:45:02 +0800
> Von: "Dart, Jocelyn" <jocelyn.dart at sap.com>
> An: "SAP Workflow Users\' Group" <sap-wug at mit.edu>
> Betreff: RE: RE: What is the OO equivalent of SELFITEM.DISPLAY?

>
> Depends on your release and enhancement packs.... It's more like 30 if
> you are up to EHP4.
> Regards,
> Jocelyn
>
> -----Original Message-----
> From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
> Of Florin Wach
> Sent: Thursday, 19 March 2009 5:24 PM
> To: SAP Workflow Users' Group
> Subject: Re: RE: What is the OO equivalent of SELFITEM.DISPLAY?
>
> Hi Paul,
>
> to find out about workflow-OO classes use the where-used-list of the
> interface IF_WORKFLOW.
> You will find about 4.
>
> Best wishes,
> Florin
>
> -------- Original-Nachricht --------
> > Datum: Thu, 19 Mar 2009 00:29:25 -0000
> > Von: "Mike Pokraka" <wug at workflowconnections.com>
> > An: "\'SAP Workflow Users\' Group\'" <sap-wug at mit.edu>
> > Betreff: RE: What is the OO equivalent of SELFITEM.DISPLAY?
>
> > Hi Paul,
> >
> > As Jocelyn already indicated, a single-choice decision gives you the
> best
> > result in the UWL.
> > An alternative if it's going to be SAPGUI based is to use an empty
> method
> > (OO of course!) and switch on the 'confirm end of processing'. Since
> the
> > workitem text is in the confirmation dialog, it works similar to
> > SELFITEM.DISPLAY but gives a much neater popup window effect.
> >
> > Cheers,
> > Mike
> >
> >
> > > -----Original Message-----
> > > From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On
> > > Behalf Of Paul.Bakker at osr.treasury.qld.gov.au
> > > Sent: 12 March 2009 23:13
> > > To: SAP-WUG at mit.edu
> > > Subject: What is the OO equivalent of SELFITEM.DISPLAY?
> > >
> > >
> > > Hi Work Flowers,
> > >
> > > We are moving to ECC 6.0, and have the opportunity of rebuilding /
> > > improving some of our custom workflows.
> > >
> > > I'm trying to do as much as possible in OO, so I'm wondering what
> the
> > > OO
> > > equivalent for SELFITEM.DISPLAY is.
> > > (We use it in a simple, multi-purpose notification workflow, that
> just
> > > passes a table of text).
> > >
> > > I don't want to sound like a luddite or anything, but finding
> candidate
> > > BOR
> > > objects via SWO1 seems a lot
> > > easier than wading through the thousands of similarly-named OO
> classes
> > > in
> > > SE24!
> > >
> > > Or am I taiking the wrong approach?
> > >
> > > cheers
> > > Paul
> > >
> > >
> > >




******************************************************************************************************************************************************

Only an individual or entity who is intended to be a recipient of this e-mail may access or use the information contained in this e-mail or any of its attachments.  Opinions contained in this e-mail or any of its attachments do not necessarily reflect the opinions of Queensland Treasury.

The contents of this e-mail and any attachments are confidential and may be legally privileged and the subject of copyright.  If you have received this e-mail in error, please notify Queensland Treasury immediately and erase all copies of the e-mail and the attachments.  Queensland Treasury uses virus scanning software.  However, it is not liable for viruses present in this e-mail or in any attachment.  

******************************************************************************************************************************************************






More information about the SAP-WUG mailing list