(Sanjay9 P)

Sanjay9 P sanjay9.p at tcs.com
Thu Jan 19 09:01:48 EST 2012


Hi Ali,

It done already.


Sanjay Pal
SAP Workflow Consultant
Tata Consultancy Services
Mailto: sanjay9.p at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                        Business Solutions
                        Outsourcing
____________________________________________



From:
Ali Husain <mr_mago40 at hotmail.com>
To:
SAP WUG <sap-wug at mit.edu>
Date:
01/19/2012 07:14 PM
Subject:
RE: (Sanjay9 P)
Sent by:
sap-wug-bounces at mit.edu




Hello Senjay,

Make sure that your BOR object is being bound to the evt_object container 
element (event binding) and that the BOR object is an import parameter in 
the workflow.

Regards,
Ali



> From: sap-wug-request at mit.edu
> Subject: SAP-WUG Digest, Vol 86, Issue 19
> To: sap-wug at mit.edu
> Date: Thu, 19 Jan 2012 07:13:29 -0500
> 
> 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: Business Workflow Workplace - POWL Inbox
> (Steffen Schloenvoigt)
> 2. (Sanjay9 P)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Thu, 19 Jan 2012 12:42:43 +0100
> From: Steffen Schloenvoigt <steffen.schloenvoigt at googlemail.com>
> Subject: Re: Business Workflow Workplace - POWL Inbox
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID:
> <CA+OLwqKAp0qDtN5tso-tOmMND9_H359hJefitRpW2iS8o+ifuw at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hi Marc,
> 
> SAP EH&S Management is also using the POWL based Workflow Inbox.
> 
> Best regards,
> Steffen
> 
> 2012/1/19 Baba Jammi <jmc_sap at yahoo.com>
> 
> > Hi Marc,
> >
> > We are using POWL for Leave Request EHP5 application. Leave Request 
POWL
> > is delivered in MSS Add on ver 1.0. I am calling this POWL from 
Netweaver
> > Portal for all Leave Request approvals.
> >
> > Regards,
> > Baba
> >
> > --- On *Wed, 1/18/12, Ramki Maley <rmaley at erpworkflow.com>* wrote:
> >
> >
> > From: Ramki Maley <rmaley at erpworkflow.com>
> > Subject: Re: Business Workflow Workplace - POWL Inbox
> > To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> > Date: Wednesday, January 18, 2012, 6:04 PM
> >
> >
> > Hello Marc,
> >
> > The SAP TRM (Tax and Revenue Management) solution provides a POWL 
based
> > inbox in NWBC with application specific columns for the tax workitems. 
From
> > what I have seen in the POWL configuration tables, there seems to be a 
POWL
> > inbox for MDM workitems also (I have never been on MDM systems).
> >
> > Cheers,
> > Ramki.
> >
> > On 1/18/12 6:30 PM, Mark Pyc wrote:
> >
> > G'day Wuggers,
> >
> > Has anyone made real use of the POWL based Business Workflow Workplace 
as
> > discussed in Note 1149144?
> >
> > I've tried to search for discussions here and elsewhere but the 
generic
> > terms don't make it very easy.
> >
> > Thanks,
> > Mark
> >
> >
> > _______________________________________________
> > SAP-WUG mailing listSAP-WUG at mit.edu <
http://mc/compose?to=SAP-WUG@mit.edu>
http://mailman.mit.edu/mailman/listinfo/sap-wug
> >
> >
> > -----Inline Attachment Follows-----
> >
> >
> > _______________________________________________
> > SAP-WUG mailing list
> > SAP-WUG at mit.edu <http://mc/compose?to=SAP-WUG@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
> >
> >
> 
> 
> -- 
> Steffen Schl?nvoigt
> 
> Am Sportplatz 9/2
> 88677 Markdorf
> 
> Internet: http://www.schloenvoigt.de
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
http://mailman.mit.edu/pipermail/sap-wug/attachments/20120119/e7bb11f4/attachment-0001.htm

> 
> ------------------------------
> 
> Message: 2
> Date: Thu, 19 Jan 2012 17:43:20 +0530
> From: Sanjay9 P <sanjay9.p at tcs.com>
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>,
> sap-wug-bounces at mit.edu
> Message-ID:
> <OF5E9372B2.48B6AE58-ON6525798A.00427E0B-6525798A.0043215C at tcs.com>
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi Experts,
> 
> I need your help.
> I have added one virtual attribute in BO ZBUS1001 ( subtype of BUS1001 
). 
> Delegation is maintained.
> I have written the following code in the program.
> 
> GET_PROPERTY DESC CHANGING CONTAINER.
> 
> SELECT SINGLE MAKTX
> FROM MAKT CLIENT SPECIFIED
> INTO OBJECT-DESC
> WHERE MANDT = SY-MANDT
> AND MATNR = OBJECT-KEY-MATERIAL
> AND SPRAS = SY-LANGU.
> 
> 
> SWC_SET_ELEMENT CONTAINER 'DESC' OBJECT-DESC.
> 
> END_PROPERTY.
> 
> 
> If I test the BO separately then I can get the attribute value.
> 
> 
> 
> But If at run time, this attribute is not populated in the workitem.
> 
> 
> 
> Can anybody suggest what I am missing ?
> 
> 
> Thanks and regards,
> SNJY
> 
> 
> Sanjay Pal
> SAP Workflow Consultant
> Tata Consultancy Services
> Mailto: sanjay9.p at tcs.com
> Website: http://www.tcs.com
> ____________________________________________
> Experience certainty. IT Services
> Business Solutions
> Outsourcing
> ____________________________________________
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain 
> confidential or privileged information. If you are 
> not the intended recipient, any dissemination, use, 
> review, distribution, printing or copying of the 
> information contained in this e-mail message 
> and/or attachments to it are strictly prohibited. If 
> you have received this communication in error, 
> please notify us by reply e-mail or telephone and 
> immediately and permanently delete the message 
> and any attachments. Thank you
> 
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
http://mailman.mit.edu/pipermail/sap-wug/attachments/20120119/a55bebce/attachment.htm

> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: image/gif
> Size: 3892 bytes
> Desc: not available
> Url : 
http://mailman.mit.edu/pipermail/sap-wug/attachments/20120119/a55bebce/attachment.gif

> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: image/gif
> Size: 7930 bytes
> Desc: not available
> Url : 
http://mailman.mit.edu/pipermail/sap-wug/attachments/20120119/a55bebce/attachment-0001.gif

> 
> ------------------------------
> 
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
> 
> 
> End of SAP-WUG Digest, Vol 86, Issue 19
> ***************************************
_______________________________________________
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/20120119/b7183817/attachment.htm


More information about the SAP-WUG mailing list