<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi all,<BR>
&nbsp;<BR>
The official word from SAP on these new SWWWIDH fields will be published as an OSS Note in a few weeks time, so I'm told. As soon as I find anything out I'll pass on the details.<BR>
&nbsp;<BR>
I'm still curious as to whether anyone else can find SWWWIDH-STATUS values of '2' in their systems yet?<BR>
&nbsp;<BR>
On a slightly different note I've spotted a slight issue with the new Technical Log, specifically the 'Chronological' view, which is trying to select from SWWWIHEAD using a new field called TOP_NODE_ID via a new index SWWWIHEAD~D.<BR>
&nbsp;<BR>
In our 4.6c=&gt;ECC 6 test environments the view will just hang (presumably ending in a timeout) because all our 'old' Workflows have a blank value in this field since it was added by the upgrade and not updated during migration or the upgrade process. Interestingly the 'Tree' view works just fine.<BR>
&nbsp;<BR>
The code at fault appears to be this Class Method:<BR>
CL_SWL_PROCESS_LOG-&gt;SELECT_CHRONOLOGIC<BR>
...<BR>
* new coding<BR>IF me-&gt;read_from_buffer( ) = ga_true.<BR>&nbsp; ...<BR>ELSE.<BR>&nbsp; IF pa_old_logic = ga_true.<BR>&nbsp;&nbsp;&nbsp; ... <BR>&nbsp; ELSE.&nbsp; <BR>&nbsp;&nbsp;&nbsp; SELECT * INTO TABLE at_swwwihead&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;====== <BR>&nbsp;&nbsp;&nbsp; FROM swwwihead&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;&nbsp;&nbsp;&nbsp; &lt;====== <BR>&nbsp;&nbsp;&nbsp; WHERE top_wi_id = pa_swwwihead-wi_id. &lt;======<BR>&nbsp;&nbsp;&nbsp; ...<BR>&nbsp; ENDIF.<BR>ENDIF.<BR>* end of note 1049570<BR>
On the plus side the new TOP_NODE_ID field is a nice top-down link from Parent entries to Children that should do away with a lot of that recursive searching using the 'old' WI_CHKWI field :)<BR>
&nbsp;<BR>
Regards,<BR>
&nbsp;<BR>
Mike GT<BR><BR>

<HR>

<P><BR>
From: madgambler@hotmail.com<BR>To: sap-wug@mit.edu<BR>Subject: ECC 6 - New SWWWIDH fields including 'Status'<BR>Date: Tue, 14 Oct 2008 14:17:30 +0000<BR><BR>
<META content="Microsoft SafeHTML" name=Generator>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Tahoma;}
</STYLE>
Hello fellow WUGgers,<BR>&nbsp;<BR>As part of our upgrade testing we've spotted a few new fields on the Workflow Deadlines table SWWWIDH&nbsp;that have crept in without any explanation or warning:<BR>&nbsp;<BR><BR>
<P class=EC_MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial monospaced for SAP'">WI_TIMESTAMP<SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>SWW_TSTAMP<SPAN>&nbsp; </SPAN>DEC<SPAN>&nbsp;&nbsp; </SPAN>21<SPAN>&nbsp;&nbsp;&nbsp; </SPAN>7<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Workflow: UTC Time Stamp</SPAN></P>
<P class=EC_MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial monospaced for SAP'">TIMESTAMP<SPAN>&nbsp;&nbsp; </SPAN><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>TIMESTAMPL<SPAN>&nbsp; </SPAN>DEC<SPAN>&nbsp;&nbsp; </SPAN>21<SPAN>&nbsp;&nbsp;&nbsp; </SPAN>7<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)</SPAN></P>
<P class=EC_MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial monospaced for SAP'">RETRY_CNT<SPAN>&nbsp;&nbsp; </SPAN><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>SWW_RETCNT<SPAN>&nbsp; </SPAN>NUMC<SPAN>&nbsp; </SPAN>2<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>0<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Retries for Work Items with Temporary Errors</SPAN></P>
<P class=EC_MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial monospaced for SAP'">ALERT_SEND<SPAN>&nbsp; </SPAN><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>SWW_ALTSND<SPAN>&nbsp; </SPAN>CHAR<SPAN>&nbsp; </SPAN>1<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>0<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Workflow: Alert Sent</SPAN></P>
<P class=EC_MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial monospaced for SAP'">RNDNUMBER<SPAN>&nbsp;&nbsp; </SPAN><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>SWF_RNDNUM<SPAN>&nbsp; </SPAN>NUMC<SPAN>&nbsp; </SPAN>2<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>0<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Workflow: Random Number</SPAN></P>
<P class=EC_MsoNormal><SPAN style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: 'Arial monospaced for SAP'">STATUS<SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN><SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>SWW_DEASTA<SPAN>&nbsp; </SPAN>NUMC<SPAN>&nbsp; </SPAN>2<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>0<SPAN>&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Workflow: Status of SWWWIDH Entry</SPAN></P>
&nbsp;<BR>The one that caught my eye was the new 'Status' field, which currently has two possible values 1 (Active) and 2 (Error).<BR>&nbsp;<BR>During some of our test we've noticed the odd '2' value creeping in which seems to mark the deadline for death so that it is completely ignored by the SWWDHEX job.<BR>&nbsp;<BR>Has anyone got any info on what these new fields are used for?<BR>&nbsp;<BR>The 'Random Number' field is also a bit curious. I haven't trawled through SAP's ABAP Classes yet to find out what it's for but it strikes me as some kind of load-balancing or performance tweak, possibly for parallel streaming.<BR>&nbsp;<BR>If anyone knows otherwise can they share their knowledge please? :)<BR>&nbsp;<BR>Regards,<BR>&nbsp;<BR>Mike GT<BR><BR><BR><BR>
<HR>
Win £3000 to spend on whatever you want at Uni! <A href="http://clk.atdmt.com/UKM/go/111354032/direct/01/" target=_blank>Click here to WIN!</A> <br /><hr />For the best free wallpapers from MSN  <a href='http://wallpapers.msn.com/?ocid=[B001MSN42A0716B]' target='_new'>Click here!</a></body>
</html>