SAP-WUG Digest, Vol 70, Issue 18

Mehar Lakshmi Tetala meharsathi at gmail.com
Wed Sep 29 10:36:36 EDT 2010


Hi Manish,

If the workitem is not in error and in started, first it needs to reset to
READY status and then execute.
Use the function module SWW_WI_STATUS_CHANGE_NEW to reset the status to
READY and then execute it.

Regards
Mehar Lakshmi
On Wed, Sep 29, 2010 at 7:54 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: ECC 6.0 : Where did the option 'Execute Background
>      Workitem' go? (Morris, Eddie)
>   2. RE: Remove a device (Mike Gambier)
>   3. RE: Remove a device (Bill Holbrook)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 29 Sep 2010 13:48:35 +0200
> From: "Morris, Eddie" <eddie.morris at sap.com>
> Subject: RE: ECC 6.0 : Where did the option 'Execute Background
>        Workitem' go?
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID:
>        <19D98BBACEC5CE4187DFB55271CB960A0F3D1A5419 at DEWDFECCR08.wdf.sap.corp
> >
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Manish,
>
> Did you check ST22 to see if there is a related short dump? If there is
> then this would explain where RSWWERRE has not been able to restart it.
>
> Also check SM58 to see if there is a related entry there...maybe it can be
> restarted from SM58 via the menu Edit -> Execute LUW.
>
> Regards,
> Eddie
>
> -----Original Message-----
> From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
> Of Morris, Eddie
> Sent: 29 September 2010 12:38
> To: SAP Workflow Users' Group
> Subject: RE: ECC 6.0 : Where did the option 'Execute Background Workitem'
> go?
>
> Hi Manish,
>
> Try SWPC.
>
> Regards,
> Eddie
>
> -----Original Message-----
> From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
> Of Manish Khanna
> Sent: 29 September 2010 05:58
> To: SAP Workflow Users' Group
> Subject: RE: ECC 6.0 : Where did the option 'Execute Background Workitem'
> go?
>
> Hi Rick,
>
> These are not in error. The status for the background items is 'Started'.
>
> Thanks
> Manish Khanna
>
> -----Original Message-----
> From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
> Of Rick Bakker
> Sent: Wednesday, September 29, 2010 9:55 AM
> To: SAP Workflow Users' Group
> Subject: Re: ECC 6.0 : Where did the option 'Execute Background Workitem'
> go?
>
> Hello,
>
> If it's in error you can resume it from SWI2_DIAG.
>
> regards
> Rick Bakker
> Hanabi Technology
>
> On Tue, Sep 28, 2010 at 10:56 PM, Manish Khanna <mkhanna at sapient.com>
> wrote:
> > Hi,
> >
> >
> >
> > 'Execute Background Workitem' used to be one of the menu options in swi1.
> > It's no longer available in ECC 6.0 .
> >
> >
> >
> > Any idea how can I (ad-hoc) re-execute the workitem that got stuck? (It
> got
> > stuck because the underlying method was trying to change an object which
> was
> > locked by some other user).
> >
> >
> >
> >
> >
> > Manish Khanna
> > IT Business Applications | CIS Support
> > Enbridge Gas Distribution
> >
> >
> >
> > _______________________________________________
> > 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
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 29 Sep 2010 11:58:30 +0000
> From: Mike Gambier <madgambler at hotmail.com>
> Subject: RE: Remove a device
> To: <sap-wug at mit.edu>
> Message-ID: <SNT107-W133199E4ACA744B804BF9FD5670 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> Bill,
>
>
>
> The standard IS-U Methods were and still are rubbish (preumse you are using
> IS-U?) so back in 2003 in 4.72 we wrote our own to call FMs
> ISU_O_WORKLIST_INSTALL_OPEN and ISU_S_WORKLIST_INSTALL with NO_DIALOG set to
> 'X' and created our own ZDEVICE.FullRemoval method using a BAPIRET2 table to
> turn into an Application Log.
>
>
>
> ECC 6 didn't give us anything better so we've stuck with our custom
> solution.
>
>
>
> Mike GT
>
>
>
> Subject: Remove a device
> Date: Mon, 27 Sep 2010 15:03:54 -0700
> From: BHolbro at smud.org
> To: sap-wug at mit.edu
>
>
>
>
>
>
>  Hello all,
>
> I am on ECC 6.0 and trying to execute a workflow step in background that
> will remove a device. Currently the step is in foreground mode and executing
> BOR object DEVLOC and method DEVICEREMOVE.
> Just wondering if anyone has done this in background mode.
>
>
> Bill Holbrook
> Enterprise Technical Developer
> Sacramento Municipal Utility District (SMUD)
> (916) 732-6759
> Fax (916) 732-6968
>
> _______________________________________________ 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/20100929/dd16949c/attachment-0001.htm
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: image001.jpg
> Type: image/jpeg
> Size: 5675 bytes
> Desc: not available
> Url :
> http://mailman.mit.edu/pipermail/sap-wug/attachments/20100929/dd16949c/image001-0001.jpg
>
> ------------------------------
>
> Message: 3
> Date: Wed, 29 Sep 2010 07:23:44 -0700
> From: Bill Holbrook <BHolbro at smud.org>
> Subject: RE: Remove a device
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID:
>        <
> 9AABFB9ADB3F994B98D20306A9DC55F4079CB0D3 at snpexch01.corporate.smud.org>
>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello Mike,
>
>
>
> We do use IS-U. Those function modules don't have any documentation on
> how to use them. Could you sent me your code on how you resolved this
> problem ?
>
>
>
> From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
> Of Mike Gambier
> Sent: Wednesday, September 29, 2010 4:59 AM
> To: sap-wug at mit.edu
> Subject: RE: Remove a device
>
>
>
> Bill,
>
> The standard IS-U Methods were and still are rubbish (preumse you are
> using IS-U?) so back in 2003 in 4.72 we wrote our own to call FMs
> ISU_O_WORKLIST_INSTALL_OPEN and ISU_S_WORKLIST_INSTALL with NO_DIALOG
> set to 'X' and created our own ZDEVICE.FullRemoval method using a
> BAPIRET2 table to turn into an Application Log.
>
> ECC 6 didn't give us anything better so we've stuck with our custom
> solution.
>
> Mike GT
>
>
> ________________________________
>
> Subject: Remove a device
> Date: Mon, 27 Sep 2010 15:03:54 -0700
> From: BHolbro at smud.org
> To: sap-wug at mit.edu
>
>
>
>  Hello all,
>
> I am on ECC 6.0 and trying to execute a workflow step in background that
> will remove a device. Currently the step is in foreground mode and
> executing BOR object DEVLOC and method DEVICEREMOVE.
> Just wondering if anyone has done this in background mode.
>
>
>
> Bill Holbrook
>
> Enterprise Technical Developer
>
> Sacramento Municipal Utility District (SMUD)
>
> (916) 732-6759
>
> Fax (916) 732-6968
>
>
> _______________________________________________ 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/20100929/9dd858ad/attachment.htm
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: image/jpeg
> Size: 5675 bytes
> Desc: image001.jpg
> Url :
> http://mailman.mit.edu/pipermail/sap-wug/attachments/20100929/9dd858ad/attachment.jpg
>
> ------------------------------
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
> End of SAP-WUG Digest, Vol 70, Issue 18
> ***************************************
>



-- 
Thanks & Regards

Mehar Lakshmi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20100929/6e9cd76e/attachment.htm


More information about the SAP-WUG mailing list