doubt regd. change document objects

vijay srikanth vijay_d15 at hotmail.com
Mon Oct 10 06:34:49 EDT 2005


Hi Jocelyn,

I had actually linked the On Create radio button, to a business object event 
in order to trigger a workflow. In that case I was wondering what should be 
the field change restriction value. It will obviously be from * to whatever 
value we input in the field. But had noticed that when the document was 
actually created, with that value in the field (for eg. a delivery block in 
sales order VBAK-LIFSK) it was not calling the business object event. It 
also maybe some unnoticed error, I'm rectifying it....Thanks for the inputs 
though.


Regards,
Vijay

>From: "Dart, Jocelyn" <jocelyn.dart at sap.com>
>Reply-To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
>To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
>Subject: RE: doubt regd. change document objects
>Date: Mon, 10 Oct 2005 16:02:48 +0800
>
>Vijay,
>Change document object events are based on the change document being
>created.
>If you look at your change documents you will see that on creation of a
>sales order only
>an "insert" i.e. creation change document is created.  Therefore only
>the "On Creation"
>option is applicable in your scenario.
>
>
>
>Regards,
>Jocelyn Dart
>Senior Consultant
>SAP Australia Pty Ltd.
>Level 1/168 Walker St.
>North Sydney
>NSW, 2060
>Australia
>T   +61 412 390 267
>M   + 61 412 390 267
>E   jocelyn.dart at sap.com
>http://www.sap.com
>
>The information contained in or attached to this electronic transmission
>is confidential and may be legally privileged. It is intended only for
>the person or entity to which it is addressed. If you are not the
>intended recipient, you are hereby notified that any distribution,
>copying, review, retransmission, dissemination or other use of this
>electronic transmission or the information contained in it is strictly
>prohibited. If you have received this electronic transmission in error,
>please immediately contact the sender to arrange for the return of the
>original documents.
>Electronic transmission cannot be guaranteed to be secure and
>accordingly, the sender does not accept liability for any such data
>corruption, interception, unauthorized amendment, viruses, delays or the
>consequences thereof.
>Any views expressed in this electronic transmission are those of the
>individual sender, except where the message states otherwise and the
>sender is authorized to state them to be the views of SAP AG or any of
>its subsidiaries. SAP AG, its subsidiaries, and their directors,
>officers and employees make no representation nor accept any liability
>for the accuracy or completeness of the views or information contained
>herein. Please be aware that the furnishing of any pricing information/
>business proposal herein is indicative only, is subject to change and
>shall not be construed as an offer or as constituting a binding
>agreement on the part of SAP AG or any of its subsidiaries to enter into
>any relationship, unless otherwise expressly stated.
>
>
>-----Original Message-----
>From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
>Of vijay srikanth
>Sent: Saturday, 08 October 2005 6:24 PM
>To: sap-wug at mit.edu
>Subject: Re: doubt regd. change document objects
>
>
>Hi Ramanan,
>
>Thanks for the info. I have done all this already...
>The problem that I had problem with it was :
>
>In SWEC when we link CDOs to events you get three radio buttons.
>On Create             On Change             On Delete.
>What you are suggesting will work for the On Change radio button, i.e
>when
>existing sales orders are changed. What I trying to do, was when sales
>orders are created, that time if anyone puts a block on the sales order,
>
>VBAK-LIFSK = 3, I wanted to trigger the event of the business object.
>It was not working, maybe CDOs work only when existing documents are
>changed. I have achieved a work around using an Output Type and a
>condition
>record for the VBAK-LIFSK = '03' value.
>Thanks for taking the time for replying.
>
>
>Regards,
>Vijay
>
> >From: Ramanan Srinivasan <ramanansr at gmail.com>
> >Reply-To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> >To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> >Subject: Re: doubt regd. change document objects
> >Date: Fri, 7 Oct 2005 16:53:28 -0400
> >
> >Sorry Vijay, about triggering event
> >  Here is the right one
> >Event linkage
> >Object type : ZBUS2032
> >Event : DELVERYBLOCKCHANGED
> >
> >  On 10/7/05, Ramanan Srinivasan <ramanansr at gmail.com> wrote:
> > >
> > > Vijay,
> > >  1 .Create custom sub type for BUS2032 as ZBUS2032...
> > > 2. Create a new event for example "DELIVERYBLOCKCHANGED" in the sub
>type
> > > as ABAP dictionary type using table VBAK field LIFSK using txn type
> > > 3. Implement and release object type ZBUS2032
> > > 4. Implement and release object type component ---( new method ) to
> > > release and im implemented and released
> > > 5. assign deligation to super type
> > > 6. Now your new method will be visible to BUS2032.
> > > 7. Use start value restriction to 3 to 3 for the field LIFSK
> > >  WF triggering event is "SalesOrder.CHANGED"
> > > event in super type BUS2032.
> > >  now when any sales order gets a value from anything to 3 in the
>field
> > > LIFSK , WF will be started.
> > >  Enjoy
> > > Srinivasan
> > > ramanansr at gmail.com
> > >  On 10/7/05, Workflow99 at aol.com <Workflow99 at aol.com> wrote:
> > > >
> > > >  Vijay,
> > > >  You cannot look for a field change on a CREATE change doc. If
>your
> > > > intention is to start a workflow if VBAK-LIFSK = 3 on CREATE, you
>can
> >do it
> > > > by using start conditions with the CREATE event as the trigger for
>the
> >WF
> > > >   Regards,
> > > > Ramki Maley
> > > > Workflow Developer, USCBP.
> > > > 248-613-1287 (C)
> > > >     In a message dated 10/7/2005 12:13:35 PM Eastern Standard
>Time,
> > > > vijay_d15 at hotmail.com writes:
> > > >
> > > > Hi,
> > > >
> > > > I tried linking change doc. object VERKBELEG to a workflow on
>CREATE,
> > > > with
> > > > field changes
> > > > VBAK-LIFSK from * to 03. It does not trigger the event that I have
> > > > linked.
> > > > Any pointers on why it is happening. Or is it that we have to link
> > > > Change
> > > > doc. objects only on CHANGE to a business object event...Thanks in
> > > > advance
> > > > for your help.
> > > >
> > > >
> > > > Regards,
> > > > Vijay
> > > >
> > > >
> > > > _______________________________________________
> > > > SAP-WUG mailing list
> > > > SAP-WUG at mit.edu
> > > > http://mailman.mit.edu/mailman/listinfo/sap-wug
> > > >
> > > >
> > > > _______________________________________________
> > > > SAP-WUG mailing list
> > > > SAP-WUG at mit.edu
> > > > http://mailman.mit.edu/mailman/listinfo/sap-wug
> > > >
> > > >
> > > >
> > >
>
>
> >_______________________________________________
> >SAP-WUG mailing list
> >SAP-WUG at mit.edu
> >http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
>_______________________________________________
>SAP-WUG mailing list
>SAP-WUG at mit.edu
>http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>_______________________________________________
>SAP-WUG mailing list
>SAP-WUG at mit.edu
>http://mailman.mit.edu/mailman/listinfo/sap-wug




More information about the SAP-WUG mailing list