Start Conditions

Rankin, Andrew AJ Andrew.J.Rankin at BHPBilliton.com
Mon Aug 26 03:24:41 EDT 2002


Hi Diane,
 
As far as transportable items in your situation (similar to ours), I would
look at it as a split between config vs development
 
Config
Mostly client dependent (possibly some client independent as well)
including:
        Event Linkage including start conditions
        Configurable Event Creation (eg. change docs / statuses)
        Object Delegation
        Any application config related to workflow (eg. parked docs or
release strategies)
 
Devt
Client Independent Development including:
        Business Objects
        Tasks
        Workflow Definitions
        Roles
        Any ABAP coding
 
If you can do all your development in one client it will not need to be
transported within the same instance for testing. If you have to create all
your config in another client where config is allowed then most of it will
need to be transported (ie. if you want to test in a different client on
that same instance.) If you have to test in a client on a different instance
altogether then you obviously have to transport it all to the other
instance. The preferable situation is to do basic testing first in the same
client as where you create your config as it saves having to transport
anything before you see whether it works. It doesn't matter where you do you
devt as long as its on the same instance.
 
Regards
Andrew Rankin.
 
-----Original Message-----
From: Nguyen, Cam Thu [mailto:cam.thu.nguyen at sap.com]
Sent: Saturday, 24 August 2002 3:39
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: Start Conditions
 
 
Hi Diane,
 
Start conditions are client-dependent, therefore create them in the client
that's opened for customization (i.e. golden client).  You will then be
prompted for transport requests.
 
Regards,
Cam
 
-----Original Message-----
From: Nobles, Diane [mailto:nobles_dh at naptheon.com]
Sent: Tuesday, August 20, 2002 6:34 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Start Conditions
 
 
I am currently creating start conditions for a workflow in 4.6c.  They
appear to be client dependent as they are not showing up in my transport.
Is this in fact the case??
 
In addition, many of our clients are closed for Table, Data dictionary and
configuration type entries. This is new for me in 4.6.  We did not work this
way in 3.1 and it is a little frustrating for WF developing and testing.
Need to know exactly what types of things I will need to do in each client
versus what can be transported from one to another.  I need this info. as I
will have to convince BASIS to open up these clients for me.  Has anyone
made a list or have this information available.    Any info. is greatly
appreciated.
 
Diane H. Nobles
Northrop Grumman-Naptheon
SDE PM Team
(757) 380-7250
 
 
-----Original Message-----
From: Verlaat, Robert [mailto:Robert.Verlaat at PWN.NL]
Sent: Tuesday, August 20, 2002 9:17 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: Performance (killer?)
 
 
Hi Serge (and everyone who replied!),
 
For me, creating a start condition will work perfectly. I followed the BC601
and we briefly looked at the SWB_COND but I completely forgot about it.
 
Thanks,
 
Robert
 
 
 
 
Hi Robert,
 
If you are saying in your workflow definition that you looking for the
condition, i would say that you should try to use a Start Condition to do
that or create a Check function in the type linkage table! You should try
not to do the verification directly into your workflow definition because
that will generate entries in the system tables and when they get big, thats
where it start to slow the system... Use transaction SWB_COND for the Start
condition...
 
Regards.
 
-----Original Message-----
From: Verlaat, Robert [mailto:Robert.Verlaat at PWN.NL]
Sent: Tuesday, August 20, 2002 8:36 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Performance (killer?)
 
 
Hello,
 
 
 
I'am interested in what the system load would be when I trigger 1 Workflow
about 500 times a day, using a condition as the first step, the workflow
will "really" start about 10 times a day.
 
Would this be a performance killer for the system and should I define a new
Starting event (or use ABAP)? Or isn't it such a big problem because only 1
check has to be made? (check: if field x = 99999 end WF, else continue WF)
 
 
 
Thanks,
 
 
 
Robert
 
 
 
____________________________________________________________________________
_________________
This outbound message from KPN has been checked for all known viruses by KPN
IV-Scan, powered by MessageLabs.
 
Bezoek de Website van PWN: http://www.pwn.nl/
____________________________________________________________________________
_________________
 
____________________________________________________________________________
_________________
This inbound message from KPN has been checked for all known viruses by KPN
IV-Scan, powered by MessageLabs.
 
____________________________________________________________________________
_________________
 
____________________________________________________________________________
_________________
This outbound message from KPN has been checked for all known viruses by KPN
IV-Scan, powered by MessageLabs.
 
Bezoek de Website van PWN: http://www.pwn.nl/
____________________________________________________________________________
_________________
 
EOM
 
NOTICE - This message and any attached files may contain information that is
confidential and/or subject of legal privilege intended only for use by the
intended recipient. If you are not the intended recipient or the person
responsible for delivering the message to the intended recipient, be advised
that you have received this message in error and that any dissemination,
copying or use of this message or attachment is strictly forbidden, as is
the disclosure of the information therein.  If you have received this
message in error please notify the sender immediately and delete the
message.
 


More information about the SAP-WUG mailing list