Reading and Writing Attributes of a Business Object

Ali Husain mr_mago40 at hotmail.com
Fri Mar 5 08:36:03 EST 2010



Hey Florin,

I've done what you have suggested and it worked for both cases (Reading & writing). Thanks a lot for the great detailed explanation. You did mention to be careful for endless loops when using get_property with database attributes, how would they occur and how to avoid them?

Thanks a lot again for your help.
Ali 




> From: sap-wug-request at mit.edu
> Subject: SAP-WUG Digest, Vol 64, Issue 7
> To: sap-wug at mit.edu
> Date: Thu, 4 Mar 2010 09:36:34 -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: SAP-WUG Digest, Vol 64, Issue 6 (John Howarth)
>    2. RE: Incoming Emails and SO28 (Mike Pokraka)
>    3. Re: Reading and Writing Attributes of a Business Object
>       (Florin Wach)
>    4. RE: Resolving responsibility rule (Mike Pokraka)
>    5. Re: SAP-WUG Digest, Vol 64, Issue 6 (Neil Gardiner)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Thu, 4 Mar 2010 10:07:21 -0000
> From: "John Howarth" <John.Howarth at eads.com>
> Subject: RE: SAP-WUG Digest, Vol 64, Issue 6
> To: <sap-wug at mit.edu>
> Message-ID:
> 	<ACF26F10C0FF46468AF0FCD5E93EE93ACE9FF9 at suknpt8104.cogent-dsn.local>
> Content-Type: text/plain;	charset="us-ascii"
> 
> Hi
> 
> On a 4.6C system. I am trying to trigger a Goods Receipt event from BADI
> (rather than a FM) I cant use the <CNTN01> include because of 'LIKE'
> statements in the code.
> Has anyone got example of the code I can use . 
> 
> Kind Regards,
> 
> John Howarth
> 
> SAP PLM Technical Support
> 
>  
> 
>  EADS Defence and Security Systems
> 
> ( Contact: 01633 715315
> 
> * Email: john.howarth at eads.com
> 
>  
> 
> -----Original Message-----
> From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
> Of sap-wug-request at mit.edu
> Sent: 04 March 2010 08:50
> To: sap-wug at mit.edu
> Subject: SAP-WUG Digest, Vol 64, Issue 6
> 
> 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. Problem submitting ML85 report (Shai Eyal)
>    2. User. Created / User Cloned/Changed Event is not triggered
>       (Kesav P)
>    3. User. Created / User Cloned/Changed Event is not triggered
>       (Karl Nietz)
>    4. Reading and Writing Attributes of a Business Object (Ali Husain)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 3 Mar 2010 11:02:34 -0800 (PST)
> From: Shai Eyal <shai.eyal at yahoo.com>
> Subject: Problem submitting ML85 report
> To: sap-wug <sap-wug at mit.edu>
> Message-ID: <277958.74287.qm at web59105.mail.re1.yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello experts,
> 
> I have this strange issue. I've build workflow for service entry sheet
> release and it works OK.?I'm trying to add "collective release"
> functionality by navigating user to ML85. If I use "call transaction
> ML85", it works fine. But since SAP standard?program does not GET MEMORY
> ID LBL (service entry sheet number) then I can't work this way.
> Therefore I changed my source to?"submit?RMSRVF00 using
> selection...".?Now it gets weird - if I place my source in SE38 dummy
> program, it works great.?But when it is executed via SWO1, it?result a
> list w\o buttons to release.
> 
> Any idea?
> Thanks in advance,
> ?
> Regards,
> Shai Eyal
> SAP Logistics senior consultant
> SAP Workflow & BPM specialist
> http://www.linkedin.com/in/shaieyal
> Mobile: 972-52-5816633
> 
> 
>       New Email names for you! 
> Get the Email name you&#39;ve always wanted on the new @ymail and
> @rocketmail. 
> Hurry before someone else does!
> http://mail.promotions.yahoo.com/newdomains/aa/
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.mit.edu/pipermail/sap-wug/attachments/20100303/21063617/a
> ttachment-0001.htm
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 3 Mar 2010 18:54:26 -0800 (PST)
> From: Kesav P <pachallak at yahoo.com>
> Subject: User. Created / User Cloned/Changed Event is not triggered
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID: <645787.5356.qm at web56403.mail.re3.yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hi,
> 
> 
> We are on ECC 6.0, Non-CUA environment and HR module?is not being used.
> 
> We are trying to trigger a workflow When a SAP User is created using
> SU01 or changed user data using?su3.?
> 
> The problem is that the User.Created or User.cloned/changed events are
> not?being?triggered?. 
> I have verified event log with SWEL?and no events are?appearing.
> 
> I would like to know is there any specific setup required?to generate
> these above events.?
> Appreciate your time.
> 
> Thanks
> Kesav
> 
> 
>       
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.mit.edu/pipermail/sap-wug/attachments/20100303/5dbfa82a/a
> ttachment-0001.htm
> 
> ------------------------------
> 
> Message: 3
> Date: Thu, 4 Mar 2010 13:30:57 +1000
> From: Karl Nietz <knietz at csc.com.au>
> Subject: User. Created / User Cloned/Changed Event is not triggered
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID:
> 	
> <OFD30C83B0.3CF25DD3-ONCA2576DC.00127D51-CA2576DC.001350C0 at csc.com>
> Content-Type: text/plain; charset="us-ascii"
> 
> Kesav,
> 
> I don't think the SU01/SU03 transactions publish events internally.  You
> 
> could see if a change document is published and then configure events in
> 
> transaction SWEC, but it is again possible that change docs are also not
> 
> created.  If not, examine the underlying tables (USR01 etc) to see if 
> change document creation is activated and adjust if possible and try 
> again.  If this does not work then you could establish if an exit exists
> 
> in the code and if so publish your own events.  But I must admit I have 
> distant memories of once trying this and getting nohwere.  See what the 
> other contributors suggest too.
> 
> 
> Karl Nietz
>  
> 
> 
> 
> From:
> Kesav P <pachallak at yahoo.com>
> To:
> "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Date:
> 04/03/2010 02:00 PM
> Subject:
> User. Created / User Cloned/Changed Event is not triggered
> 
> 
> 
> Hi,
>  
> We are on ECC 6.0, Non-CUA environment and HR module is not being used.
>  
> We are trying to trigger a workflow When a SAP User is created using
> SU01 
> or changed user data using su3. 
>  
> The problem is that the User.Created or User.cloned/changed events are
> not 
> being triggered . 
> I have verified event log with SWEL and no events are appearing.
>  
> I would like to know is there any specific setup required to generate 
> these above events. 
> Appreciate your time.
>  
> Thanks
> Kesav
> 
>  
> _______________________________________________
> 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/20100304/28fd68f1/a
> ttachment-0001.htm
> 
> ------------------------------
> 
> Message: 4
> Date: Thu, 4 Mar 2010 08:49:39 +0000
> From: Ali Husain <mr_mago40 at hotmail.com>
> Subject: Reading and Writing Attributes of a Business Object
> To: <sap-wug at MIT.EDU>
> Message-ID: <BAY130-W20D638F4C727919D2DB1158F390 at phx.gbl>
> Content-Type: text/plain; charset="windows-1252"
> 
> 
> 
> Hello WF Experts,
> 
> I have two questions regarding reading/writing attributes of a business
> object.
> 
> 
> 
> 1.      
> How to read a value of an
> attribute from within another attribute?
> 
> 
> When programming an attribute we can access the keys directly
> from within the attribute by using OBJECTKEY-NAME. How would I access
> the value of other attributes using a similar
> way?
> 
> 
> 2.      
> How to write different variables
> to different attributes while programming in one attribute?
> 
> 
> Let?s say I have calculated many values within the
> attribute and I want each of them to be a separate attribute. I want to
> avoid
> re-programming the same thing in the other attributes since would have
> already
> retrieved the needed data from within one attribute. I also don?t want
> to use a
> multiline attribute since I need each value to be its own attribute.
> 
> 
> Thanks a lot for the help.
> 
> Ali
> 
> 
>  		 	   		  
> _________________________________________________________________
> Hotmail: Powerful Free email with security by Microsoft.
> http://clk.atdmt.com/GBL/go/201469230/direct/01/
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.mit.edu/pipermail/sap-wug/attachments/20100304/74b5dd3a/a
> ttachment.htm
> 
> ------------------------------
> 
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
> 
> 
> End of SAP-WUG Digest, Vol 64, Issue 6
> **************************************
> 
> The information contained within this e-mail and any files attached to this e-mail is private and in addition may include commercially sensitive information. The contents of this e-mail are for the intended recipient only and therefore if you wish to disclose the information contained within this e-mail or attached files, please contact the sender prior to any such disclosure. 
> If you are not the intended recipient, any disclosure, copying or distribution is prohibited. Please also contact the sender and inform them of the error and delete the e-mail, including any attached files from your system. 
> EADS Defence and Security Systems Limited 
> Registered Office : Quadrant House, Celtic Springs, Coedkernew, Newport , NP10 8FZ 
> Company No: 04191036 
> http://www.eadsdsuk.com
> The information contained within this e-mail and any files attached to this e-mail is private and in addition may include commercially sensitive information. The contents of this e-mail are for the intended recipient only and therefore if you wish to disclose the information contained within this e-mail or attached files, please contact the sender prior to any such disclosure. 
> If you are not the intended recipient, any disclosure, copying or distribution is prohibited. Please also contact the sender and inform them of the error and delete the e-mail, including any attached files from your system. 
> EADS Defence and Security Systems Limited 
> Registered Office : Quadrant House, Celtic Springs, Coedkernew, Newport , NP10 8FZ 
> Company No: 04191036 
> http://www.eadsdsuk.com
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Thu, 4 Mar 2010 11:00:18 -0000 (GMT)
> From: "Mike Pokraka" <wug at workflowconnections.com>
> Subject: RE: Incoming Emails and SO28
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID:
> 	<09938fed9e1fe7b769dd228e498f6381.squirrel at g.mail.aaisp.net.uk>
> Content-Type: text/plain;charset=iso-8859-1
> 
> 42!
> 
> On Tue, March 2, 2010 10:34 am, ????? ????? wrote:
> > ??, ????? ????
> >
> > From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
> > Of Shai Eyal
> > Sent: Tuesday, March 02, 2010 12:24 PM
> > To: sap-wug at mit.edu
> > Subject: Re: Incoming Emails and SO28
> >
> > Sudhir,
> >
> > My efforts receiving incoming mail via SO28 resulted nothing.
> > What exactly did you put there?
> > Eventually I created simple class and set it in SO50 - this one works like
> > a clock.
> > As for debug, I did that via SE24 while instantiating the class.
> >
> >
> > Regards,
> > Shai Eyal
> >
> > SAP Logistics senior consultant
> > SAP Workflow & BPM specialist
> >
> > http://www.linkedin.com/in/shaieyal
> > Mobile: 972-52-5816633
> >
> >
> > ________________________________
> > From: "sap-wug-request at mit.edu" <sap-wug-request at mit.edu>
> > To: sap-wug at mit.edu
> > Sent: Tuesday, March 2, 2010 12:00:00
> > Subject: SAP-WUG Digest, Vol 64, Issue 1
> >
> > Send SAP-WUG mailing list submissions to
> >     sap-wug at mit.edu<mailto: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<mailto:sap-wug-request at mit.edu>
> >
> > You can reach the person managing the list at
> >     sap-wug-owner at mit.edu<mailto: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. Incoming Emails and SO28 (Sudhir Pargaonkar)
> >   2. correlations using BP address
> >       (Paul.Bakker at osr.treasury.qld.gov.au<mailto:Paul.Bakker at osr.treasury.qld.gov.au>)
> >   3. Re: correlations using BP address (Florin Wach)
> >   4. RE: Enqueue Errors - ECC 6.0 (Catherall, Andy)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Mon, 1 Mar 2010 18:16:37 -0600
> > From: Sudhir Pargaonkar <pargov at gmail.com<mailto:pargov at gmail.com>>
> > Subject: Incoming Emails and SO28
> > To: "SAP Workflow Users' Group" <sap-wug at mit.edu<mailto:sap-wug at mit.edu>>
> > Message-ID:
> >     <f81781fe1003011616y73a7d84cp1bc6bdbcd7c84b24 at mail.gmail.com<mailto:f81781fe1003011616y73a7d84cp1bc6bdbcd7c84b24 at mail.gmail.com>>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hi All,
> >
> > We are using SO28 and own business object to process incoming emails. We
> > are
> > using SAP ECC 6.0
> >
> > The business object I created has IFRECEIVE interface and I modified the
> > 'RECEIVE' method of the object.
> >
> > Here is my question:
> >
> > 1) When I use 'wi_mailrec' in SO28, it doesn't fail but when I use the
> > business object I created, sender gets a message saying, delivery of the
> > email failed.
> > 2) How do I debug / test this 'Receive' method? How to test these incoming
> > emails? they work fine if sent without SO28 rule and show up in business
> > workplace.
> >
> > Any input would be appreciated.
> >
> > Thanks a lot.
> >
> > Regards,
> > Sudhir Pargaonkar
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> > http://mailman.mit.edu/pipermail/sap-wug/attachments/20100301/99e9c2e2/attachment-0001.htm
> >
> > ________________________________
> > Get your new Email address!
> > <http://sg.rd.yahoo.com/aa/mail/domainchoice/mail/signature/*http:/mail.promotions.yahoo.com/newdomains/aa/>
> > Grab the Email name you've always wanted before someone else does!
> >
> > ________________________________
> > ????? ???, ????? ????? ????? ??????? ?????? ??, ?? ????, ???????? ?? ???
> > ???? ?????, ??????? ???? ???? ????? ?? ??? ????? ?????? ?? ?????, ????? ??
> > ???? ????? ?? ??? ?????? ??????? ????? ?????. ????? ???? ????? (????? ????
> > ????) ?????? ?????? ???? ???????? ???, ??? ????? ????? ?????? ??? ????
> > ????? ?????, ???? ?????? ???? ?????? ????? ????? ?? ?????? ?????.
> > _______________________________________________
> > SAP-WUG mailing list
> > SAP-WUG at mit.edu
> > http://mailman.mit.edu/mailman/listinfo/sap-wug
> >
> 
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Thu, 04 Mar 2010 14:02:18 +0100
> From: "Florin Wach" <florin.wach at gmx.net>
> Subject: Re: Reading and Writing Attributes of a Business Object
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID: <20100304130218.164680 at gmx.net>
> Content-Type: text/plain; charset="utf-8"
> 
> 
> -------- Original-Nachricht --------
> > Datum: Thu, 4 Mar 2010 08:49:39 +0000
> > Von: Ali Husain <mr_mago40 at hotmail.com>
> > An: sap-wug at mit.edu
> > Betreff: Reading and Writing Attributes of a Business Object
> 
> > 
> > 
> > Hello WF Experts,
> > 
> > I have two questions regarding reading/writing attributes of a business
> > object.
> > 
> > 
> > 
> > 1.      
> > How to read a value of an
> > attribute from within another attribute?
> > 
> > 
> > When programming an attribute we can access the keys directly
> > from within the attribute by using OBJECTKEY-NAME. How would I access the
> > value of other attributes using a similar
> > way?
> 
> DATA: lv_value     TYPE C.
> swc_get_property self 'PropertyName' lv_value.
>   "Take care about endless loops when using get_property within db-attributes
> 
> 
> 
> > 
> > 
> > 2.      
> > How to write different variables
> > to different attributes while programming in one attribute?
> > 
> > 
> > Let?s say I have calculated many values within the
> > attribute and I want each of them to be a separate attribute. I want to
> > avoid
> > re-programming the same thing in the other attributes since would have
> > already
> > retrieved the needed data from within one attribute. I also don?t want
> > to use a
> > multiline attribute since I need each value to be its own attribute.
> 
> More tricky. Let's assume that you have two attributes: Attrib_A and Attrib_B.
> In Attrib_A you do the calculation for both, A and B.
> In Attrib_B you want to pick up the calculation of A, but you don't know, if A was already executed or not.
> 
> This is how I did it:
> 
> GET_PROPERTY attrib_a.
>    object-attrib_a = 23.   "Let's say, that is the result of the calc
>    object-attrib_b = 42.   "This will make Mike happy
>    swc_set_element container 'ATTRIB_A' object-attrib_a.  "Must-do for virtual attributes
> 
> END_PROPERTY.
> 
> GET_PROPERTY attrib_b.
>    IF object-attrib_b IS INITIAL.
>       "Refresh
>       swc_get_property self 'Attrib_a' object-attrib_a.
>    ENDIF.
>    swc_set_element container 'ATTRIB_B' object-attrib_b.
> END_PROPERTY.
> 
> 
> 
> 
> 
> > 
> > 
> > Thanks a lot for the help.
> > 
> > Ali
> > 
> > 
> >  		 	   		  
> > _________________________________________________________________
> > Hotmail: Powerful Free email with security by Microsoft.
> > http://clk.atdmt.com/GBL/go/201469230/direct/01/
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Thu, 4 Mar 2010 14:19:17 -0000 (GMT)
> From: "Mike Pokraka" <wug at workflowconnections.com>
> Subject: RE: Resolving responsibility rule
> To: "SAP Workflow Users' Group" <sap-wug at MIT.EDU>
> Message-ID:
> 	<8066547625fcf740eb1f6fe12ce04bb2.squirrel at g.mail.aaisp.net.uk>
> Content-Type: text/plain;charset=iso-8859-1
> 
> Hi Carmen,
> 
> If it helps, SAP differentiates between 'blank' and 'not supplied'. A
> field that is not supplied is not compared and will thus match any value.
> 
> This usually works fine at runtime when a field containing a blank value
> is bound in, but when simulating the rule you probably did not enter
> anything -> the rule simulation treats this as 'not supplied'. Put a space
> into the rule simulation and it should behave as you expect.
> 
> Cheers,
> Mike
> 
> 
> 
> On Tue, March 2, 2010 1:55 pm, Carmen Cheung wrote:
> > Thanks Sheldon,
> >
> > That's exactly what I've found with the blank fields as wildcards. It just
> > seemed a bit buggy to me. I'll take your advice on board.
> >
> > Cheers,
> >
> > Carmen
> > ________________________________________
> > From: sap-wug-bounces at mit.edu [sap-wug-bounces at mit.edu] On Behalf Of
> > Sheldon Oxenberg [soxenber at csc.com]
> > Sent: 02 March 2010 13:44
> > To: SAP Workflow Users' Group
> > Subject: Re: Resolving responsibility rule
> >
> > Hi Carmen,
> >
> > When you simulate with test data of Employee Group= 01 and Subgroup= 06,
> > what test data are you using for the fields company code and personnel
> > area?
> >
> > We find that if test data fields (e.g. company code and personnel area)
> > are
> > BLANK, then they match like they are '*'.  We prefill the BLANK fields
> > with
> > '...', and everything then works as required.
> >
> > Regards,
> >
> > SHELDON OXENBERG
> > System Architect Principal Leader
> > LMP Technical Architect, SAP Workflow
> > CSC
> >
> >
> >
> >
> >   From:       Carmen Cheung <Carmen.Cheung at hcl-axon.com>
> >
> >   To:         "sap-wug at mit.edu" <sap-wug at mit.edu>
> >
> >   Date:       03/02/2010 08:13 AM
> >
> >   Subject:    Resolving responsibility rule
> >
> >
> >
> >
> >
> >
> > Hi there,
> >
> > I'm currently facing an issue resolving the users for our custom
> > responsibility rule.
> >
> > I have one responsibility record, with all four elements populated with
> > defined values
> > Company Code: 1254
> > Employee Group: 01
> > Employee Subgroup: 06
> > Personnel Area: 1254
> >
> > The second responsibility record only has Employee Group and Sub Group
> > defined:
> > Company Code: *
> > Employee Group: 01
> > Employee Subgroup: 06
> > Personnel Area: *:
> >
> > The problem is, when I simulate the rule or run
> > RH_RESOLVE_RESPONSIBILITIES
> > with test data of Employee Group= 01 and Subgroup= 06, the agents assigned
> > to both the records are returned even when neither the company code or
> > personnel area equal 1254.
> >
> > I've played around with the priorities of the records but it still returns
> > the same error.
> >
> > I'd really appreciate your advice on this one, it's probably a really
> > simple answer.
> >
> > Many thanks,
> >
> > Carmen
> >
> >
> >
> >
> > Disclaimer: The contents of this e-mail and any attachment(s) are
> > confidential and intended for the named recipient(s) only. It shall not
> > attach any liability on the originator or HCL or its affiliates. Any views
> > or opinions presented in this email are solely those of the author and may
> > not necessarily reflect the opinions of HCL or its affiliates. Any form of
> > reproduction, dissemination, copying, disclosure, modification,
> > distribution and / or publication of this message without prior written
> > consent of the author of this e-mail is strictly prohibited. If you have
> > received this email in error please delete it and notify the sender
> > immediately. Before opening any mail and attachments please check them for
> > viruses and defect.
> >
> > Axon Solutions Limited. Registered Office: Axon Centre, Church Road,
> > Egham,
> > Surrey, TW20 9QB, UK. Registered in England & Wales under Company No.
> > 2976395. Axon Solutions Limited is a limited company.
> > _______________________________________________
> > 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: 5
> Date: Fri, 5 Mar 2010 01:37:13 +1100
> From: Neil Gardiner <neil.gardiner at gmail.com>
> Subject: Re: SAP-WUG Digest, Vol 64, Issue 6
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID: <A50F41B6-B976-4FFE-923C-83B2E3FB480B at gmail.com>
> Content-Type: text/plain;	charset=us-ascii;	format=flowed;	delsp=yes
> 
> Where are you declaring your include statement. As longs as this is  
> done in the top include you should not have any issues.
> 
> On 4 Mar 2010, at 21:07, "John Howarth" <John.Howarth at eads.com> wrote:
> 
> > Hi
> >
> > On a 4.6C system. I am trying to trigger a Goods Receipt event from  
> > BADI
> > (rather than a FM) I cant use the <CNTN01> include because of 'LIKE'
> > statements in the code.
> > Has anyone got example of the code I can use .
> >
> > Kind Regards,
> >
> > John Howarth
> >
> > SAP PLM Technical Support
> >
> >
> >
> > EADS Defence and Security Systems
> >
> > ( Contact: 01633 715315
> >
> > * Email: john.howarth at eads.com
> >
> >
> >
> > -----Original Message-----
> > From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On  
> > Behalf
> > Of sap-wug-request at mit.edu
> > Sent: 04 March 2010 08:50
> > To: sap-wug at mit.edu
> > Subject: SAP-WUG Digest, Vol 64, Issue 6
> >
> > 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. Problem submitting ML85 report (Shai Eyal)
> >   2. User. Created / User Cloned/Changed Event is not triggered
> >      (Kesav P)
> >   3. User. Created / User Cloned/Changed Event is not triggered
> >      (Karl Nietz)
> >   4. Reading and Writing Attributes of a Business Object (Ali Husain)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 3 Mar 2010 11:02:34 -0800 (PST)
> > From: Shai Eyal <shai.eyal at yahoo.com>
> > Subject: Problem submitting ML85 report
> > To: sap-wug <sap-wug at mit.edu>
> > Message-ID: <277958.74287.qm at web59105.mail.re1.yahoo.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hello experts,
> >
> > I have this strange issue. I've build workflow for service entry sheet
> > release and it works OK.?I'm trying to add "collective release"
> > functionality by navigating user to ML85. If I use "call transaction
> > ML85", it works fine. But since SAP standard?program does not GET  
> > MEMORY
> > ID LBL (service entry sheet number) then I can't work this way.
> > Therefore I changed my source to?"submit?RMSRVF00 using
> > selection...".?Now it gets weird - if I place my source in SE38 dummy
> > program, it works great.?But when it is executed via SWO1, it?result a
> > list w\o buttons to release.
> >
> > Any idea?
> > Thanks in advance,
> > ?
> > Regards,
> > Shai Eyal
> > SAP Logistics senior consultant
> > SAP Workflow & BPM specialist
> > http://www.linkedin.com/in/shaieyal
> > Mobile: 972-52-5816633
> >
> >
> >      New Email names for you!
> > Get the Email name you&#39;ve always wanted on the new @ymail and
> > @rocketmail.
> > Hurry before someone else does!
> > http://mail.promotions.yahoo.com/newdomains/aa/
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> > http://mailman.mit.edu/pipermail/sap-wug/attachments/20100303/21063617/a
> > ttachment-0001.htm
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Wed, 3 Mar 2010 18:54:26 -0800 (PST)
> > From: Kesav P <pachallak at yahoo.com>
> > Subject: User. Created / User Cloned/Changed Event is not triggered
> > To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> > Message-ID: <645787.5356.qm at web56403.mail.re3.yahoo.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hi,
> >
> >
> > We are on ECC 6.0, Non-CUA environment and HR module?is not being  
> > used.
> >
> > We are trying to trigger a workflow When a SAP User is created using
> > SU01 or changed user data using?su3.?
> >
> > The problem is that the User.Created or User.cloned/changed events are
> > not?being?triggered?.
> > I have verified event log with SWEL?and no events are?appearing.
> >
> > I would like to know is there any specific setup required?to generate
> > these above events.?
> > Appreciate your time.
> >
> > Thanks
> > Kesav
> >
> >
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> > http://mailman.mit.edu/pipermail/sap-wug/attachments/20100303/5dbfa82a/a
> > ttachment-0001.htm
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Thu, 4 Mar 2010 13:30:57 +1000
> > From: Karl Nietz <knietz at csc.com.au>
> > Subject: User. Created / User Cloned/Changed Event is not triggered
> > To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> > Message-ID:
> >
> > <OFD30C83B0.3CF25DD3-ONCA2576DC.00127D51-CA2576DC.001350C0 at csc.com>
> > Content-Type: text/plain; charset="us-ascii"
> >
> > Kesav,
> >
> > I don't think the SU01/SU03 transactions publish events internally.   
> > You
> >
> > could see if a change document is published and then configure  
> > events in
> >
> > transaction SWEC, but it is again possible that change docs are also  
> > not
> >
> > created.  If not, examine the underlying tables (USR01 etc) to see if
> > change document creation is activated and adjust if possible and try
> > again.  If this does not work then you could establish if an exit  
> > exists
> >
> > in the code and if so publish your own events.  But I must admit I  
> > have
> > distant memories of once trying this and getting nohwere.  See what  
> > the
> > other contributors suggest too.
> >
> >
> > Karl Nietz
> >
> >
> >
> >
> > From:
> > Kesav P <pachallak at yahoo.com>
> > To:
> > "SAP Workflow Users' Group" <sap-wug at mit.edu>
> > Date:
> > 04/03/2010 02:00 PM
> > Subject:
> > User. Created / User Cloned/Changed Event is not triggered
> >
> >
> >
> > Hi,
> >
> > We are on ECC 6.0, Non-CUA environment and HR module is not being  
> > used.
> >
> > We are trying to trigger a workflow When a SAP User is created using
> > SU01
> > or changed user data using su3.
> >
> > The problem is that the User.Created or User.cloned/changed events are
> > not
> > being triggered .
> > I have verified event log with SWEL and no events are appearing.
> >
> > I would like to know is there any specific setup required to generate
> > these above events.
> > Appreciate your time.
> >
> > Thanks
> > Kesav
> >
> >
> > _______________________________________________
> > 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/20100304/28fd68f1/a
> > ttachment-0001.htm
> >
> > ------------------------------
> >
> > Message: 4
> > Date: Thu, 4 Mar 2010 08:49:39 +0000
> > From: Ali Husain <mr_mago40 at hotmail.com>
> > Subject: Reading and Writing Attributes of a Business Object
> > To: <sap-wug at MIT.EDU>
> > Message-ID: <BAY130-W20D638F4C727919D2DB1158F390 at phx.gbl>
> > Content-Type: text/plain; charset="windows-1252"
> >
> >
> >
> > Hello WF Experts,
> >
> > I have two questions regarding reading/writing attributes of a  
> > business
> > object.
> >
> >
> >
> > 1.
> > How to read a value of an
> > attribute from within another attribute?
> >
> >
> > When programming an attribute we can access the keys directly
> > from within the attribute by using OBJECTKEY-NAME. How would I access
> > the value of other attributes using a similar
> > way?
> >
> >
> > 2.
> > How to write different variables
> > to different attributes while programming in one attribute?
> >
> >
> > Let?s say I have calculated many values within the
> > attribute and I want each of them to be a separate attribute. I want  
> > to
> > avoid
> > re-programming the same thing in the other attributes since would have
> > already
> > retrieved the needed data from within one attribute. I also don?t want
> > to use a
> > multiline attribute since I need each value to be its own attribute.
> >
> >
> > Thanks a lot for the help.
> >
> > Ali
> >
> >
> >
> > _________________________________________________________________
> > Hotmail: Powerful Free email with security by Microsoft.
> > http://clk.atdmt.com/GBL/go/201469230/direct/01/
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> > http://mailman.mit.edu/pipermail/sap-wug/attachments/20100304/74b5dd3a/a
> > ttachment.htm
> >
> > ------------------------------
> >
> > _______________________________________________
> > SAP-WUG mailing list
> > SAP-WUG at mit.edu
> > http://mailman.mit.edu/mailman/listinfo/sap-wug
> >
> >
> > End of SAP-WUG Digest, Vol 64, Issue 6
> > **************************************
> >
> > The information contained within this e-mail and any files attached  
> > to this e-mail is private and in addition may include commercially  
> > sensitive information. The contents of this e-mail are for the  
> > intended recipient only and therefore if you wish to disclose the  
> > information contained within this e-mail or attached files, please  
> > contact the sender prior to any such disclosure.
> > If you are not the intended recipient, any disclosure, copying or  
> > distribution is prohibited. Please also contact the sender and  
> > inform them of the error and delete the e-mail, including any  
> > attached files from your system.
> > EADS Defence and Security Systems Limited
> > Registered Office : Quadrant House, Celtic Springs, Coedkernew,  
> > Newport , NP10 8FZ
> > Company No: 04191036
> > http://www.eadsdsuk.com
> > The information contained within this e-mail and any files attached  
> > to this e-mail is private and in addition may include commercially  
> > sensitive information. The contents of this e-mail are for the  
> > intended recipient only and therefore if you wish to disclose the  
> > information contained within this e-mail or attached files, please  
> > contact the sender prior to any such disclosure.
> > If you are not the intended recipient, any disclosure, copying or  
> > distribution is prohibited. Please also contact the sender and  
> > inform them of the error and delete the e-mail, including any  
> > attached files from your system.
> > EADS Defence and Security Systems Limited
> > Registered Office : Quadrant House, Celtic Springs, Coedkernew,  
> > Newport , NP10 8FZ
> > Company No: 04191036
> > http://www.eadsdsuk.com
> >
> > _______________________________________________
> > 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
> 
> 
> End of SAP-WUG Digest, Vol 64, Issue 7
> **************************************
 		 	   		  
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
http://clk.atdmt.com/GBL/go/201469228/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20100305/6e586b05/attachment.htm


More information about the SAP-WUG mailing list