SAP-WUG Digest, Vol 44, Issue 31

Deepali Margaj deepalimargaj at gmail.com
Tue Jul 15 02:39:10 EDT 2008


Hi Kesari,
     Thank you for the solution. I could get the workitem ID from
"SWP_NODEWI".

Thanks again,
Deepali


On 7/14/08, sap-wug-request at mit.edu <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: Help: How to get workItem ID for a workflow step with
>      foreground        task before Method execution (Kesari Katakam)
>   2. RE: CONFIGURING STANDARD WORKFLOW (Keohan, Susan)
>   3. Credit status and overall blocked status of a sales order
>      (Gayathri Shivakumar)
>   4. RE: Work Items Processing on Blackberry (Griffiths, Mark)
>
>
> ---------- Forwarded message ----------
> From: "Kesari Katakam" <kesari.katakam at gmail.com>
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Date: Mon, 14 Jul 2008 10:35:14 +0000
> Subject: Re: Help: How to get workItem ID for a workflow step with
> foreground task before Method execution
> Hi Deepali,
>
> 1)       If you are storing the Workitem ID in the custom table just to
> have the information and control of the Workitem of a particular step
> from an OUTSIDE program,
>  then you can always get it using the table swp_nodewi with Parent ID
> and then finding subsequent child for the TASK you need.
> This way you don't need to overload the workflow with custom code to
> add it in tables.
>
>
> 2)      Otherwise, check if you can use the Alternate Methods under the
> METHODs section of your task and put the custom method to update the
> workitem in the BEFORE workitem gets executed section. So that in
> anycase your workitem id is added before the process.
>
> Regards,
> Kesari V. S. Katakam
>
>
> On 7/11/08, shaurya jain <jain.shaurya at gmail.com> wrote:
> > Hi Deepali,
> >
> > I don't know what do you mean by before starting but workitem id will be
> > generated only after an instance of that work item is generated. I think
> you
> > can check with Program Exits if they can solve your purpose.
> >
> >
> > Programming exits are available for workflow/dialog/wait step/background
> > work items in which you can add ABAP classes. The ABAP classes must
> support
> > the interface IF_SWF_IFS_WORKITEM_EXIT and they can react to a
> pre-defined
> > status change.
> >
> >
> >
> > I hope this helps.
> >
> >
> >
> > Thanks,
> >
> > Shaurya Jain
> >
> >
> > 2008/7/11 Deepali Margaj <deepalimargaj at gmail.com>:
> >
> >>  Hi Experts,
> >>      We have a requirement to get workitem ID for a Foreground task in a
> >> workflow. I have written code which uses FM SWO_QUERY_REQUESTER to
> return
> >> the workItem ID and update it to custom table. I have placed this code
> in
> >> the object method call (used by task) and it returns workitem ID
> correctly
> >> only if work Item execution is started. However requirement is to get
> the
> >> workItem ID as soon as WorkItem is created and we don't want to execute
> >> the
> >> workItem before receiving the ID in a custom table. Could anybody
> suggest
> >> the proper place to write this code .
> >>       Thanks in advance.
> >>
> >>
> >> Regards,
> >> Deepali
> >>
> >> _______________________________________________
> >> SAP-WUG mailing list
> >> SAP-WUG at mit.edu
> >> http://mailman.mit.edu/mailman/listinfo/sap-wug
> >>
> >>
> >
>
>
>
> ---------- Forwarded message ----------
> From: "Keohan, Susan" <keohan at ll.mit.edu>
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Date: Mon, 14 Jul 2008 08:25:31 -0400
> Subject: RE: CONFIGURING STANDARD WORKFLOW
>
> Hi Yohanraju,
>
> You should really try to help us help you by providing your SAP release,
> and perhaps an idea of what workflow you are trying to configure.
>
> Otherwise, your question is way too broad.
>
>
>
> Also, please ensure you've done your due diligence, such as reading
> documentation, before posting questions.
>
>
>
> Regards,
> Sue
>
>
>
> ----
>
> Susan R. Keohan
>
> SAP Workflow Specialist
>
> Enterprise Applications
>
> Information Services Department
>
> MIT Lincoln Laboratory
>
> 244 Wood Street, LI-200
>
> Lexington, MA. 02420
>
> 781-981-3561
>
> keohan at LL.MIT.EDU
>
>
>  ------------------------------
>
> *From:* sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] *On
> Behalf Of *yohanraju badugu
> *Sent:* Monday, July 14, 2008 12:13 AM
> *To:* sap-wug at mit.edu
> *Subject:* CONFIGURING STANDARD WORKFLOW
>
>
>
> hi,
>
>           friends  i am new to workflow and given the task  to configure
> standard workflow. my doubt is where we do that in OOCU or in swdd_config OR
> IN swdm . i am in confusion please send me the correct procedure.
>
>
>
> THANKS&REGARDS.
>
>
> ---------- Forwarded message ----------
> From: "Gayathri Shivakumar" <Gayathri.Shivakumar at us.yazaki.com>
> To: <sap-wug at mit.edu>
> Date: Mon, 14 Jul 2008 08:52:51 -0400
> Subject: Credit status and overall blocked status of a sales order
>
> Hi all
>
> I have a requirement: Everytime a sales order is changed or a delivery is
> created or changed a notification needs to be sent if the credit status says
> blocked i.e., the the attribute VBSTT-SPSTG_BEZ says "Blocked"
>
>
>
> Can I use the getStatus method that BUS2032 provides to get the credit
> status ? This method provides a table output with information. I would like
> to know how to extract this information? I am kind of confused as to how to
> proceed.
>
>
>
> Regards,
>
>
>
> Gayathri
>
>
> ---------- Forwarded message ----------
> From: "Griffiths, Mark" <mark.griffiths at sap.com>
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Date: Mon, 14 Jul 2008 16:38:42 +0200
> Subject: RE: Work Items Processing on Blackberry
>  There was a session at Tech Ed on this last year - I believe the solution
> they demo'ed there involved creating a java application for the blackberry
> that then completed the workflow on the backend ... unfortunatley I don't
> have anymore details.
>
> Did anyone attend the session and can feedback?
>
> Cheers,
>
>
> Mark
>
>
>  ------------------------------
> *From:* sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] *On
> Behalf Of *Mike Gambier
> *Sent:* Friday, July 11, 2008 8:45 AM
> *To:* SAP Workflow Users' Group
> *Subject:* RE: Work Items Processing on Blackberry
>
>
>
> I wonder what that would be?? XD
>
> MGT
>
> ------------------------------
>
> Subject: RE: Work Items Processing on Blackberry
> Date: Thu, 10 Jul 2008 18:20:30 -0400
> From: araskin at 3i-consulting.com
> To: sap-wug at mit.edu
>
>
>  There is a third party tool that does this. Please email me directly for
> more information.
>
>
>  ------------------------------
>
> *From:* sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] *On
> Behalf Of *shaurya jain
> *Sent:* Thursday, July 10, 2008 5:33 PM
> *To:* SAP Workflow Users' Group
> *Subject:* Work Items Processing on Blackberry
>
>
>
> Hi Experts,
>
>
>
> I have a requirement that user can approve or reject PO's or PRs on their
> handheld mobile devices (like Blackberry). In other words, user/approver can
> process work items directly from their blackberry without logging into the
> SAP system & then the SAP backend can be synchronized automatically.
>
>
>
> I have gone through lot of douments & links on web but couldn't find a
> relevant solution to this.
>
>
>
> If anyone of you have done this before or has any idea of the same
> then inputs would be greatly appreciated.
>
>
>
> Thanks & Regards,
>
> Shaurya Jain
>
> ------------------------------
> Get Hotmail on your Mobile! Try it Now!<http://clk.atdmt.com/UKM/go/101719965/direct/01/>
>
> _______________________________________________
> 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/20080715/6cccda1f/attachment.htm


More information about the SAP-WUG mailing list