<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.l0s311
        {mso-style-name:l0s311;
        font-family:"Courier New";
        color:gray;
        background:white;
        font-style:italic;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Hello Liz, <o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">I am guessing that your issue here comes from the incomplete key of the change document BANF.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">The OBJECTID field of CDHDR is holding the reference to the PR number but not the item .
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">When linking BANF to your BUS2009 in SWEC the system will by default take the OBJECTID and pass it over to the BUS key. In this case it will not find any value for the item and it will not fill it in .
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">You can define your own object key via a custom FM in transaction SWED. The custom FM has a standard interface as bellow.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span class="l0s311"><span style="font-size:10.0pt">*&quot;----------------------------------------------------------------------</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;*&quot;Lokale&nbsp;Schnittstelle:</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IMPORTING</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VALUE(CHANGEDOCUMENT_HEADER)&nbsp;LIKE&nbsp;&nbsp;CDHDR</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STRUCTURE&nbsp;&nbsp;CDHDR</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VALUE(OBJECTTYPE)&nbsp;LIKE&nbsp;&nbsp;SWOTOBJID-OBJTYPE</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VALUE(OBJECTKEY)&nbsp;LIKE&nbsp;&nbsp;SWOTOBJID-OBJKEY</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXPORTING</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VALUE(OBJECTKEY)&nbsp;LIKE&nbsp;&nbsp;SWOTOBJID-OBJKEY</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TABLES</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHANGEDOCUMENT_POSITION&nbsp;STRUCTURE&nbsp;&nbsp;CDPOS</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EXCEPTIONS</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ERROR_OCCURRED</span></span><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black;background:white"><br>
</span><span class="l0s311"><span style="font-size:10.0pt">*&quot;----------------------------------------------------------------------</span></span><span style="color:#1F497D"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">I think from the CDPOS-TABKEY available in the FM interface you could take the item number and change your object key.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Hope this helps, <o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Madalina <o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu]
<b>On Behalf Of </b>Halladay, Liz (Calgary)<br>
<b>Sent:</b> 10 December 2013 18:14<br>
<b>To:</b> ' (sap-wug@mit.edu)'<br>
<b>Subject:</b> BUS2009 BANF missing item number<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p style="background:white"><span lang="EN" style="font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#333333">I am trying to start a custom workflow using an event I created ZBUS2009.blocked.&nbsp; I'm linked this event to the change document BANF using the
 object BUS2009 on change with field restriction eban-BLCKD.&nbsp; The event gets raised and a workflow starts.&nbsp;
<strong><span style="font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">The issue is the item number on the requisition is not being passed to the event container.</span></strong>&nbsp; I've checked my bindings and I don't see any issues there.<o:p></o:p></span></p>
<p style="background:white"><span lang="EN" style="font-size:9.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#333333">I&#8217;ve also removed the workflow and just created the event on the change document.&nbsp; The event is getting raised, but only the purchase requisition
 number is in the object.&nbsp; The item number is not there.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#CF0A2C">Liz Halladay</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
<p><span lang="EN-US">************************************************************
<br>
IMPORTANT NOTICE: This message is intended for the individual or entity to which it is addressed and may contain information that is privileged, confidential, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are
 hereby notified that copying, forwarding or other dissemination or distribution of this message is prohibited and that taking any action in reliance on the content of this message is to be avoided. Should you receive this e-mail in error, please notify the
 sender immediately via e-mail or call (403) 699-4000 and delete this message from your system. Thank you.
<br>
************************************************************<o:p></o:p></span></p>
</div>
</body>
</html>