SAP-WUG Digest, Vol 67, Issue 37

Kyle McCarter kmccarter at csc.com
Sun Jun 13 13:43:33 EDT 2010


Alon,

Delegation was set up between BU1012 & ZWOBUS1012. Any other ideas?

I should expound a little more on the current problem. The process 
described has been in our production environment for several years, and 
raised the event and triggered our workflow.

I initially wanted to change the event being raised, and so updated the 
entry in SWEC. When that didn't trigger my new event, I replaced the 
previous event ZSTATUSCHANGED. Now it doesn't get raised either. :(

What have I done :(

Regards,

Kyle McCarter
Principal Leader
CSC

9000 S Rita Road, Tucson AZ
Global Outsourcing Services | p: 520.663.9234 | m: 913.244.2283 | 
kmccarter at csc.com | www.csc.com




From:
sap-wug-request at mit.edu
To:
sap-wug at mit.edu
Date:
06/13/2010 09:07 AM
Subject:
SAP-WUG Digest, Vol 67, Issue 37



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. Event not triggering on Change Document (Kyle McCarter)
   2. RE: Event not triggering on Change Document (Alon Raskin)


----------------------------------------------------------------------

Message: 1
Date: Sat, 12 Jun 2010 17:47:51 -0700
From: Kyle McCarter <kmccarter at csc.com>
Subject: Event not triggering on Change Document
To: sap-wug at mit.edu
Message-ID:
 <OF53E075FF.848C7DE3-ON85257741.00039EFA-07257741.00046243 at csc.com>
Content-Type: text/plain; charset="us-ascii"

Greetings WUGgers,

I have kept this initial request brief, but am happy to expound as 
necessary. I know you are all busy, and will be grateful for any 
assistance you can provide.

ISSUE:
Need to generate an event via Change Documents to Routings (BUS1012). 
Specifically when PLKO-STATU is changed. 

STEPS TAKEN: 
1) Extended BUS1012 by creating sub-type ZWOBUS1012 with event 
ZSTATUSCHANGED. 

2) Identified the relevant change document object (PLAN) via tcode SCDO. 

3. Entry in SWED was left unchanged: 
        Chg Doc Object = PLAN 
        Leading Table in CD = PLKO 
        CD Key w/ Structure = CCPLN 
        Create = X 
        Change = X 
        Delete = X 
        Create Inst = <blank>
        Client Specific = X 
        Structure = <blank>
        Function Module = <blank>

4) Created entry in SWEC: 
        Chg Doc Object = PLAN 
        Obj Category = BO 
        Object Type = BUS1012 
        Event = ZSTATUSCHANGED 
        On Create = <blank>
        On Change = X 
        On Delete = <blank>
with field restrictions: 
        Table = PLKO 
        Field = STATU 
        Old Value = * 
        New Value = * 

All changes were saved to a change request. 

Test: 
1) Turn on event trace (SWELS) 
2) Create a change to PLKO-STATU. I did this via CEWB. 
3) Turn off event trace (SWELS). 
4) Evaluate Trace (SWEL) - Nothing :( 
5) Evaluate Change log via CDHDR & CDPOS. My changes appear as expected. 

Question: 
Why is my event not being raised? I expect to encounter additional issues, 

Specifically, I will need to pass old and new values to the event 
container and then the workflow container. However, I need to be able to 
successfully raise this event first. 

Any insights you may have are greatly appreciated. 

The MadABAPper :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://mailman.mit.edu/pipermail/sap-wug/attachments/20100612/ba9e42f8/attachment-0001.htm


------------------------------

Message: 2
Date: Sat, 12 Jun 2010 21:15:58 -0400
From: Alon Raskin <araskin at go3i.com>
Subject: RE: Event not triggering on Change Document
To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
Message-ID:
 
<7DEF3CA60BA28D4484A482714C1AFA6D03A08EA675 at 3IExchange01.3I-Consulting.loc>
 
Content-Type: text/plain; charset="us-ascii"

Did you setup delegation relationship between BUS1012 and ZWOBUS1012?

Alon Raskin
e: araskin at go3i.com<mailto:araskin at 3i-consulting.com>
p: +1 713 513 4820
c: +1 207 409 4983
f:  +1 806 403-4983

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf 
Of Kyle McCarter
Sent: Saturday, June 12, 2010 7:48 PM
To: sap-wug at mit.edu
Subject: Event not triggering on Change Document

Greetings WUGgers,

I have kept this initial request brief, but am happy to expound as 
necessary. I know you are all busy, and will be grateful for any 
assistance you can provide.

ISSUE:
Need to generate an event via Change Documents to Routings (BUS1012). 
Specifically when PLKO-STATU is changed.

STEPS TAKEN:
1) Extended BUS1012 by creating sub-type ZWOBUS1012 with event 
ZSTATUSCHANGED.

2) Identified the relevant change document object (PLAN) via tcode SCDO.

3. Entry in SWED was left unchanged:
        Chg Doc Object = PLAN
        Leading Table in CD = PLKO
        CD Key w/ Structure = CCPLN
        Create = X
        Change = X
        Delete = X
        Create Inst = <blank>
        Client Specific = X
        Structure = <blank>
        Function Module = <blank>

4) Created entry in SWEC:
        Chg Doc Object = PLAN
        Obj Category = BO
        Object Type = BUS1012
        Event = ZSTATUSCHANGED
        On Create = <blank>
        On Change = X
        On Delete = <blank>
with field restrictions:
        Table = PLKO
        Field = STATU
        Old Value = *
        New Value = *

All changes were saved to a change request.

Test:
1) Turn on event trace (SWELS)
2) Create a change to PLKO-STATU. I did this via CEWB.
3) Turn off event trace (SWELS).
4) Evaluate Trace (SWEL) - Nothing :(
5) Evaluate Change log via CDHDR & CDPOS. My changes appear as expected.

Question:
Why is my event not being raised? I expect to encounter additional issues, 
Specifically, I will need to pass old and new values to the event 
container and then the workflow container. However, I need to be able to 
successfully raise this event first.

Any insights you may have are greatly appreciated.

The MadABAPper :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://mailman.mit.edu/pipermail/sap-wug/attachments/20100612/b4ed0561/attachment-0001.htm


------------------------------

_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug


End of SAP-WUG Digest, Vol 67, Issue 37
***************************************


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20100613/6667ae95/attachment.htm


More information about the SAP-WUG mailing list