SAP-WUG Digest, Vol 108, Issue 9

sai Gopal saigopal.sap at gmail.com
Tue Nov 12 22:36:58 EST 2013


Hi Jocelyn,

This problem didn't occur in PRD till now.
Our architecture is like this,
1)DEV server - client 200(developing) , client 100(testing)
2)Quality server -client 500
3)PRD server - client 500

This problem is happening in testing client(100) only. In development
client(200) its always in Active mode.

Thanks & Regards,
SaiGopal

On Tue, Nov 12, 2013 at 7:51 PM, <sap-wug-request at mit.edu> wrote:

> Send SAP-WUG mailing list submissions to
>         sap-wug at mit.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://mailman.mit.edu/mailman/listinfo/sap-wug
> or, via email, send a message with subject or body 'help' to
>         sap-wug-request at mit.edu
>
> You can reach the person managing the list at
>         sap-wug-owner at mit.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of SAP-WUG digest..."
>
> Today's Topics:
>
>    1. Re: Setting Workflow Creator (Colm.Gavin at kerry.ie)
>    2. Event Linkage deactivating (sai Gopal)
>    3. Re: Event Linkage deactivating (Dart, Jocelyn)
>    4. UWL Portal Buttons User Specific Issues (Colm.Gavin at kerry.ie)
>    5. Workflow - Table or Report?  [Scanned]
>       (Vijayendra K. Rao (Absoft))
>
>
> ---------- Forwarded message ----------
> From: Colm.Gavin at kerry.ie
> To: sap-wug at mit.edu
> Cc:
> Date: Mon, 11 Nov 2013 17:28:41 +0000
> Subject: Re: Setting Workflow Creator
> Hi Rick,
>
> Just to close this off, we are able to set the value at
> _Workitem>CreatedByUser by using this function module and passing in the
> value "User"
>
>   CALL FUNCTION 'SAP_WAPI_CREATE_EVENT_EXTENDED'
>    EXPORTING
>      catid           = 'CL'
>      typeid          = lv_objtype1
>      instid          = lv_objkey1
>      event           = lv_event1
>      user            = lv_name
>    TABLES
>      input_container = lt_cont1.
>
> Thanks for the help!
>
> Regards,
> Colm
>
> _____________________________________
> Colm Gavin
> ABAP Team Lead
> Kerry Group
> Kerryconnect Programme Office
> Crowne Plaza Dublin Northwood Hotel
> Santry, Dublin 9
> Ireland
>
> e-Mail: colm.gavin at kerry.ie
>
>
>  *Colm Gavin/Dublin/Corporate/Kerry*
>
> 15/10/2013 14:27
>   To
> sap-wug at mit.edu
> cc
>   Subject
> Re: Setting Workflow CreatorLink<Notes://UKDCADOM05/80257839004408AC/DABA975B9FB113EB852564B5001283EA/739AF8C2DEEE980F80257C050044F179>
>
>
>
> Hi Rick,
>
> This was a custom WF trigger in a custom report so we made a design
> decision to use classes and events. It may be that this is now causing us a
> problem and we need to do a re-design but I see that
>
>       l_evt_creator-otype = 'US'.
>       l_evt_creator-objid = 'CGAVIN'.
>       CALL METHOD l_event->set_creator( l_evt_creator ).
>
> Which appears it should work?
>
> Regards,
> Colm
>
> _____________________________________
> Colm Gavin
> ABAP Team Lead
> Kerry Group
> Kerryconnect Programme Office
> Crowne Plaza Dublin Northwood Hotel
> Santry, Dublin 9
> Ireland
>
> e-Mail: colm.gavin at kerry.ie
>
> ***************************************************************************************
> The information transmitted is intended only for the person or entity to which it is
> addressed and may contain confidential and/or privileged material. Any review,
> retransmission, dissemination or other use of, or taking of any action in reliance
> upon, this information by persons or entities other than the intended recipient is
> prohibited and may be unlawful. Kerry Group accepts no liability for actions or effects
> based on the prohibited usage of this information. Kerry Group is not liable for the
> proper and complete transmission of the information contained in this communication or
> for any delay in its receipt. If you received this in error, please contact the sender
> and delete the material from any computer.
>
> Thank you for your attention.
> ***************************************************************************************
>
>
>
> ---------- Forwarded message ----------
> From: sai Gopal <saigopal.sap at gmail.com>
> To: sap-wug at mit.edu
> Cc:
> Date: Tue, 12 Nov 2013 09:39:03 +0530
> Subject: Event Linkage deactivating
> Hi,
>
> I faced this issue many times. I linked an event to a workflow and
> activated the Linkage in development client. After all the development
> done, I did client copy for customized requests to testing client.  But
> while testing in testing client, the event linkage gets automatically
> deactivated with errors. Even unable to find the errors.
>
> Again I used to client copy the TR and then test it successfully.
>
> I changed in SWETYPV that "behavior upon error feedback" with " Mark
> linkage as having errors" and also "Do not change linkage" ... but no use
>
> I need to know why linkage is getting deactivated frequently???
>
> How to fix this. Could anyone suggest me regarding this...
>
> Thanks in advance.
>
> Regards,
> SaiGopal
>
>
>
> ---------- Forwarded message ----------
> From: "Dart, Jocelyn" <jocelyn.dart at sap.com>
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Cc: "sap-wug at mit.edu" <sap-wug at mit.edu>
> Date: Tue, 12 Nov 2013 05:17:31 +0000
> Subject: Re: Event Linkage deactivating
> Hi SaiGopal
> Just checking you set the error behaviour in SWETYPV and SWEQADM in the
> target client i.e. in production?
> You might want to check both
> Rgds
> Jocelyn
>
> Sent from my iPhone with many apologies for the spelling, grammar and any
> other deficiencies
>
> > On 12 Nov 2013, at 3:18 pm, "sai Gopal" <saigopal.sap at gmail.com> wrote:
> >
> > Hi,
> >
> > I faced this issue many times. I linked an event to a workflow and
> activated the Linkage in development client. After all the development
> done, I did client copy for customized requests to testing client.  But
> while testing in testing client, the event linkage gets automatically
> deactivated with errors. Even unable to find the errors.
> >
> > Again I used to client copy the TR and then test it successfully.
> >
> > I changed in SWETYPV that "behavior upon error feedback" with " Mark
> linkage as having errors" and also "Do not change linkage" ... but no use
> >
> > I need to know why linkage is getting deactivated frequently???
> >
> > How to fix this. Could anyone suggest me regarding this...
> >
> > Thanks in advance.
> >
> > Regards,
> > SaiGopal
> >
> > _______________________________________________
> > SAP-WUG mailing list
> > SAP-WUG at mit.edu
> > http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
>
>
> ---------- Forwarded message ----------
> From: Colm.Gavin at kerry.ie
> To: sap-wug at mit.edu
> Cc:
> Date: Tue, 12 Nov 2013 11:26:42 +0000
> Subject: UWL Portal Buttons User Specific Issues
> Hi Guys,
>
> We have a WF task that we have completed the XML configuration for so that
> we have the Approve\Reject buttons and a comment box appearing on the
> portal. This works for most users but not for all and we can't identify
> what the difference is, we have replicated the issue in our test system and
> have provided SAP_ALL and Portal_Admin roles to the user but they still
> can't see the buttons.
>
> We've logged in with a user that works and one that doesn't on the same
> machine and still the problem remains so that rules it out as being an IE
> issue.
>
> Has anyone seen anything similar? Any help much appreciated.
>
> Thanks!
> Colm
>
> _____________________________________
> Colm Gavin
> ABAP Team Lead
> Kerry Group
> Kerryconnect Programme Office
> Crowne Plaza Dublin Northwood Hotel
> Santry, Dublin 9
> Ireland
>
> e-Mail: colm.gavin at kerry.ie
>
> ***************************************************************************************
> The information transmitted is intended only for the person or entity to which it is
> addressed and may contain confidential and/or privileged material. Any review,
> retransmission, dissemination or other use of, or taking of any action in reliance
> upon, this information by persons or entities other than the intended recipient is
> prohibited and may be unlawful. Kerry Group accepts no liability for actions or effects
> based on the prohibited usage of this information. Kerry Group is not liable for the
> proper and complete transmission of the information contained in this communication or
> for any delay in its receipt. If you received this in error, please contact the sender
> and delete the material from any computer.
>
> Thank you for your attention.
> ***************************************************************************************
>
>
>
> ---------- Forwarded message ----------
> From: "Vijayendra K. Rao (Absoft)" <vrao at absoft.co.uk>
> To: "SAP Workflow Users' Group (sap-wug at mit.edu)" <sap-wug at MIT.EDU>
> Cc:
> Date: Tue, 12 Nov 2013 14:20:55 +0000
> Subject: Workflow - Table or Report? [Scanned]
>
> Hi,
>
>
>
> Is there a way to determine the number of workflows( standard and Custom
> built ) and the different types of workflows available in the system? I
> mean I would like to know if there is any standard query or Table which
> holds the number of active workflows in a customer’s system and also a way
> to determine how many of them are process-controlled workflows and how many
> of them are application-controlled workflows?
>
>
>
> Regards,
>
> Vijay
>
>
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20131113/bb895ded/attachment.htm


More information about the SAP-WUG mailing list