SAP-WUG Digest, Vol 30, Issue 80

stephen Jai Raj stephenjairaj at gmail.com
Fri May 25 10:37:11 EDT 2007


Hi All,

I also have few more question along with Prasath N "How do i call a Java
WebDynPro Application from my task?"

When i went thru the code of object- EXTSRV method PROCESS, it reads an
entry from the table SWKHANDT. I am unable to get an entry into this table.
I used tcode WF_HANDCUST but that put an entry in table SWLWPHANDT.

I would also like to know what will be the UI, when the work item is
executed from the SAP INBOX. I Understand that from the portal it would call
a BSP/Web dynpro base on the task specific visualization.

Especially i like to know how data binding happens between the adobe form
and the WF container. I am currently developing this workflow, If not for
prasanth i would have posted this by today.

Any Help guys, I know the best of the WF guys are in this group.

-Stephen

On 5/25/07, 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: EH&S Workflow (Prasath Natesan)
>   2. Calling a custom JavaWebDynpro Application in UWL
>      (Prasath Natesan)
>   3. Re: SAP-WUG Digest, Vol 30, Issue 79 (Shai Eyal)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 25 May 2007 12:21:34 +0530
> From: "Prasath Natesan" <prassath.natesan at gmail.com>
> Subject: Re: EH&S Workflow
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID:
>        <3e1731f50705242351j60e1557di71beb8430e324f2c at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thanks Jocelyn.
>
> I will definitely try that out. But now we have a little more trouble, we
> actually have to implement this whole thing in Enterprise portal. So if I
> make a call transaction to CBIH82 in my task I can only provide ITS based
> screen to the user from UWL.
>
>
>
> Or is there a JavaWebDynpro Application or something which can be used for
> Approval?
>
>
>
> As there is no direct option for workflows in R/3 I don't think it will be
> available in portal also but still wanted to confirm whether there are any
> better ways to achieve this in portal.
>
>
>
> Thanks & Regards,
>
> Prasath N
>
>
> On 5/25/07, Dart, Jocelyn <jocelyn.dart at sap.com> wrote:
> >
> >  Yes I've done it on ECC 6  - there are no workflow objects.  You need
> to
> > create everything from scratch.
> >
> > You can use change documents but its a little tricky (as the change
> > document uses an internal reference rather than the incident number
> itself,
> > also it creates a change document for every level of the incident - very
> > very tiresome).
> >
> > Would recommend you use modif assistant or enhancement spot to code your
> > own events into the code where CBIH2 saves the data.
> > Hopefully you are on ECC 5 or 6 and can raise an ABAP OO event (easier
> > than BOR).
> >
> > As another nasty complication you can't call CBIH2 and skip first screen
> > properly .. so I ended up adding codeo to CBHI2 to make that possible as
> > well.
> >
> > No I don't have the code anymore.
> >
> > 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.
> >
> >
> >  ------------------------------
> > *From:* sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] *On
> > Behalf Of *Prasath Natesan
> > *Sent:* Friday, 25 May 2007 2:28 PM
> > *To:* SAP Workflow Users' Group
> > *Subject:* EH&S Workflow
> >
> >
> >
> > Hi,
> > We have a scenario in EH&S under Incident Management. Here the user will
> > create a new Incident by submitting the incident report form. He will
> also
> > have the option to enter a "Incident Advice". Once submitted the
> responsible
> > persons shud be intimated about the submission of the incident. Now the
> > responsible persons can Approve the "Incident Advice" or create a new
> > "Incident Advice".
> >
> > Once the required "Incident Advice" is created, a higher authority can
> > create and release a safety alert which will be mailed to various
> > departments/employees.
> >
> > I have checked in R/3 and found the the transaction CBIH82 is used for
> > creating/editing the incidents.
> > Now i am not sure how to enter a "incident advice" here. Also this
> > incident advice should be approved to create an alert which can be
> > distributed to employess.
> > All these looks like a workflow step (just my assumption) but i cannot
> > find any standard workflow for this purpose. I have checked with SAP
> help
> > and SDN. But couldnt find a solution for this.
> >
> > Has anyone worked on such a scenario?
> >
> > Thanks,
> > Prasath N
> >
> > _______________________________________________
> > 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/20070525/b57cfdc6/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Fri, 25 May 2007 12:42:35 +0530
> From: "Prasath Natesan" <prassath.natesan at gmail.com>
> Subject: Calling a custom JavaWebDynpro Application in UWL
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID:
>        <3e1731f50705250012n12c51ff7h4ae1ef57e7b216aa at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi All,
>
> How do i call a Java WebDynPro Application from my task?
>
> For exampla in PCR worklfows we have the Application - ISRFORMAPPROVE.
> This
> was a standard Application from SAP. All i did was i entered the
> visualization parameters (Application and Package) for this application in
> SWFVISU and used task TS50000075 in my workflow.
>
> But i am not clear how my workflow calls this application in portal UWL. I
> went through the method EXTSRV-PROCESS in TS50000075. All i could
> understand
> was the method reads the header details of the current workitem and builds
> a
> URL (Fn.Mod : SWK_BUILD_LH_URL) and launches it in the browser(Fn.Mod:
> CALL_BROWSER).
>
> 1. Now assume i build a custom JavaWebDynpro Application with say Approve
> and Reject buttons. Now how do i call this Application from my task?(that
> is
> what if i want to call a custom application using a custom task from UWL?)
>
> 2. What is the use of setting the visualization parameters in SWFVISU?
>
> 3. Also i am not clear how are the parameters getting passed to and from
> from these application to R/3.
>
> Can some one help me out?
>
> Thanks,
> Prasath N
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.mit.edu/pipermail/sap-wug/attachments/20070525/bd21af10/attachment-0001.htm
>
> ------------------------------
>
> Message: 3
> Date: Fri, 25 May 2007 01:44:40 -0700 (PDT)
> From: Shai Eyal <shai.eyal at yahoo.com>
> Subject: Re: SAP-WUG Digest, Vol 30, Issue 79
> To: sap-wug at mit.edu
> Message-ID: <936840.45280.qm at web59103.mail.re1.yahoo.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear Dart,
>
> Unfortunately it does not work also for new once I've created in ECC6 :(.
> I've also suffer from synchronization.
>
> OSS is currently working on that - once the'll conclude thier checking
> I'll update SAP-WUG.
>
> Regards,
> Shai Eyal
> SAP Logistics senior consultant
> SAP Workflow specialist
>
>
>
>
> ----- Original Message ----
> From: "sap-wug-request at mit.edu" <sap-wug-request at mit.edu>
> To: sap-wug at mit.edu
> Sent: Friday, 25 May, 2007 9:17:06 AM
> Subject: SAP-WUG Digest, Vol 30, Issue 79
>
>
> 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: Step binding simply does not work (Dart, Jocelyn)
>   2. EH&S Workflow (Prasath Natesan)
>   3. RE: EH&S Workflow (Dart, Jocelyn)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 25 May 2007 08:54:16 +0800
> From: "Dart, Jocelyn" <jocelyn.dart at sap.com>
> Subject: RE: Step binding simply does not work
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID:
>    <2EAD340DEF223745B1AC9A10B49FBB474286AA at sgsine13.sin.sap.corp>
> Content-Type: text/plain; charset="us-ascii"
>
> There's a conversion program for old containers on ECC6 - it's in
> Workflow Administration menu in the SAP Easy access view.
> You might need to run that first to sort out your containers for
> upgrading workflows/tasks/work items.
>
> 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 <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.
>
>
>
> ________________________________
>
> From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
> Of Shai Eyal
> Sent: Thursday, 24 May 2007 11:40 PM
> To: sap-wug
> Subject: Step binding simply does not work
>
>
> Hello all,
>
> I've read previous messages regarding the problems with upgrade from
> 4.6C to ECC6.
> This is mine: I've defined workflow container element (say DLI) and
> assigned it initial value.
> The first step is an activity step for background task I've created.
> This task also has container element DLI (same type off-course) and
> within the step binding the value should pass from the workflow
> container to the task container.
> Unfortunately, in runtime, DLI of task container is <Not Set> which
> means the binding fails.
> We're currently with basis package level 0009.
> With 4.6C I never had this problem nor with ECC5 or ECC6 with basis
> package level 10.
>
> I've tried notes:
>
> *    956448 - Extend buffer concept...
> *    969389 - Container editor loses default values in PFTS (good one
> but for another bug).
> *    972806 - Container are not saved
>
> Any ideas ?
>
>
>
> Thanks,
> Shai Eyal
>
> SAP Logistics senior consultant
> SAP Workflow specialist
>
>
>      ___________________________________________________________
> Yahoo! Mail is the world's favourite email. Don't settle for less, sign up
> for
> your free account today
> http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.mit.edu/pipermail/sap-wug/attachments/20070525/7bdef233/attachment.htm
>
> ------------------------------
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
> End of SAP-WUG Digest, Vol 30, Issue 80
> ***************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20070525/15083470/attachment.htm


More information about the SAP-WUG mailing list