<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o = "urn:schemas-microsoft-com:office:office"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial"
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document
face=Arial color=#000000 size=2>
<DIV>
<DIV>
<DIV>Unfortunately neither the Check nor the Generate functions report
any warnings or errors in case of undefined exceptions in the
6.20 release as well. I had a notion that it did and paid for it. </DIV>
<DIV> </DIV>
<DIV>
<DIV><FONT lang=0 face=Arial size=2 FAMILY="SANSSERIF"
PTSIZE="10">Regards,<BR>Ramki Maley<BR>Workflow Developer,
USCBP.<BR>248-613-1287 (C)</FONT></DIV>
<DIV> </DIV></DIV>
<DIV>In a message dated 8/31/2005 2:44:23 PM Eastern Standard Time,
David.Trant@andrew.com writes:</DIV>
<BLOCKQUOTE style="PADDING-LEFT: 0px; MARGIN-LEFT: 0px"><FONT
style="BACKGROUND-COLOR: transparent" face=Arial color=#000000 size=2>
<DIV class=Section1>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">Yes, this exception error that has been
one of the biggest thorns in my side since becoming the de facto workflow
administrator at my organization. We used to have functional people
build workflows with little or no technical involvement, plus the technical
involvement was ill-trained, so the resulting methods that were created
continue to spew out dozens of “error 394” messages daily. Here’s the
deal: someone writes or finds an existing function module that performs
some desired functionality. They then create a corresponding method in
the business object that calls said function module. SAP is real nice to
generate all the required code (well, almost as we’ll see) with the touch of a
button. For those not in the know, it seems to work like magic and,
indeed, provided the rest of the connections are made properly, bindings done
right, etc., the normal scenarios tend to work beautifully. What people
here at least failed to notice was that the generated code is but a mere stub
that still requires some finishing off. Here’s a living example from one
of our workflows:<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">BEGIN_METHOD ZBAPIUPDATESOSTATUS CHANGING
CONTAINER. <o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">DATA:
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> SOORDERNO
LIKE
VBAK-OBJNR,
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> STATUS
LIKE
JEST-STAT,
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> CHNGEIND
LIKE
VBAK-VBTYP,
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">
SLSORDERNUMBER LIKE
VBAP-VBELN,
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">
SLSORDERITEM LIKE
VBAP-POSNR,
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> SDATE LIKE
VBAP-ERDAT,
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> USER LIKE
VBAP-ERNAM.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> SWC_GET_ELEMENT CONTAINER
'SoOrderNo'
SOORDERNO.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> SWC_GET_ELEMENT CONTAINER 'Status'
STATUS.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> SWC_GET_ELEMENT CONTAINER
'ChngeInd'
CHNGEIND.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> SWC_GET_ELEMENT CONTAINER
'SlsOrderNumber' SLSORDERNUMBER. <o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> SWC_GET_ELEMENT CONTAINER
'SlsOrderItem' SLSORDERITEM.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> SWC_GET_ELEMENT CONTAINER 'Sdate'
SDATE.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> SWC_GET_ELEMENT CONTAINER 'User'
USER.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> CALL FUNCTION
'Z_BAPI_UPDATE_SO_STATUS'
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">
EXPORTING
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> USER =
USER
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> SDATE =
SDATE
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">
SLS_ORDER_ITEM = SLSORDERITEM
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">
SLS_ORDER_NUMBER =
SLSORDERNUMBER
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> CHNGE_IND
=
CHNGEIND
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> STATUS =
STATUS
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">
SO_ORDER_NO =
SOORDERNO
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">
EXCEPTIONS
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> FUNC_FAIL
=
9001
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> READ_FAIL
=
9002
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> OTHERS =
01.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> CASE
SY-SUBRC.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> WHEN
0. "
OK
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> WHEN
9001. "
FUNC_FAIL
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">
EXIT_RETURN 9001 sy-msgv1 sy-msgv2 sy-msgv3
sy-msgv4.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> WHEN
9002. "
READ_FAIL
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">
EXIT_RETURN 9002 sy-msgv1 sy-msgv2 sy-msgv3
sy-msgv4.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"> WHEN
OTHERS. " to be
implemented
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">
ENDCASE.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">END_METHOD.
<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">All the above code was automatically
generated. Note carefully the code at the very end where the return code
(SY-SUBRC) is processed. The code generator recognized the two
exceptions from the function module, FUNC_FAIL and READ_FAIL, but has no idea
functionally how they should be treated. It therefore essentially
inserts syntactically correct placeholders, with the expectation that we will
know to go in and modify it according to our needs. If, as happened
here, nobody knows that there is still more work to be done, and it isn’t
caught in testing, you will get runtime errors. These result in notices
to the workflow administrator with the title “Workflow 35406978 Error WL 394 .
Please repair the” and the body<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">The following error
occurred in the workflow above:<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Workflow no. 000035406978:
An error occurred in work item 000035865972 ( step no. 0000000183) Please
repair the suspended workflow<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face="Courier New" size=2><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Press 'Execute' to display
the workflow that has errors.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">Ironically, one of the reasons I didn’t
know about this for so long was that the workflow administrator used to not
get these error messages. The errors were occurring, sure enough, but
nobody knew it. Then one day we implemented a bunch of support packs for
HR and I suddenly got deluged with errors! It took quite a while to
recognize that the errors were not a result of the hot packs, but rather the
reporting of them apparently was. Going forward, one of my review steps
is to check each and every method to ensure that complete error handling is
implemented. We’re on 4.6C. Hopefully in future releases, SAP will
pop up some kind of warning or otherwise guide the person pushing the
“generate code” button to pay further attention to this section of the
generated code.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">Hope this
helps,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy">David<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN
style="FONT-SIZE: 10pt; COLOR: navy"><o:p> </o:p></SPAN></FONT></P>
<DIV>
<DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT
face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'">
<HR tabIndex=-1 align=center width="100%" SIZE=2>
</SPAN></FONT></DIV>
<P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN
style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT
face=Tahoma><SPAN style="FONT-FAMILY: Tahoma"> sap-wug-bounces@mit.edu
[mailto:sap-wug-bounces@mit.edu] <B><SPAN style="FONT-WEIGHT: bold">On Behalf
Of </SPAN></B>Hofstede, Anke (AU - Sydney)<BR><B><SPAN
style="FONT-WEIGHT: bold">Sent:</SPAN></B> Tuesday, August 30, 2005 1:45
AM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> SAP Workflow Users'
Group<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> RE: Exception
'9001' error when triggering workflow in CRM4</SPAN></FONT><FONT
face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'"><o:p></o:p></SPAN></FONT></P></DIV>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style="FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy">Hi Tom T,</SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy"> </SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy">This has to do with the exceptions for
the method. To see the exceptions:</SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy">Go to SWO1 > object
ZBUS200126</SPAN></FONT><SPAN lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy">Click on method name to highlight
it</SPAN></FONT><SPAN lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy">Click on exceptions
button.</SPAN></FONT><SPAN lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy">The method program code should contain
something to trigger the exception (exit_return) if needed.</SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy"> </SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy">Did you refresh the buffers after the
transport? SWU_OBUF</SPAN></FONT><SPAN lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy"> </SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy">Cheers,</SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy">Anke</SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; COLOR: navy"> </SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=DE
style="FONT-SIZE: 10pt; COLOR: navy">Anke Libeton (was Anke
Hofstede)</SPAN></FONT><SPAN lang=EN-AU><o:p></o:p></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=DE
style="FONT-SIZE: 10pt; COLOR: navy">Deloitte Australia</SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P>
<DIV>
<DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT
face="Times New Roman" size=3><SPAN
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'">
<HR tabIndex=-1 align=center width="100%" SIZE=2>
</SPAN></FONT></DIV>
<P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN
style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT
face=Tahoma><SPAN style="FONT-FAMILY: Tahoma"> sap-wug-bounces@mit.edu
[mailto:sap-wug-bounces@mit.edu] <B><SPAN style="FONT-WEIGHT: bold">On Behalf
Of </SPAN></B>PEOU Tom T<BR><B><SPAN
style="FONT-WEIGHT: bold">Sent:</SPAN></B> Tuesday, 30 August 2005 3:12
PM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B>
sap-wug@mit.edu<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B>
Exception '9001' error when triggering workflow in CRM4</SPAN></FONT><SPAN
lang=EN-AU><o:p></o:p></SPAN></P></DIV>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt"> <o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt">Hi fellow Wuggers,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt"> <o:p></o:p></SPAN></FONT></P>
<DIV>
<DIV>
<DIV>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt">Can anybody assist with this
error:<o:p></o:p></SPAN></FONT></P></DIV></DIV></DIV>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt">Exception '9001' is not defined for method
'ACTIVITYFORPURCHASEORDER' object type
'ZBUS200126'<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt"> <o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt">This is occurring in our QA system when triggering a
workflow to create an activity.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt">This workflow was transported from our DEV system to
the QA system. However, the same workflow completes successfully in our DEV
environment.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt">I think the problem is within the Method in the
business object, but I cannot see why it would work in DEV and not in our QA
System. <o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt"> <o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt">Has anyone encountered a similar
error?<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt"> <o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt">Cheers,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt">T</SPAN></FONT><FONT face="Times New Roman"
size=2><SPAN lang=EN-AU
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Times New Roman'"><BR></SPAN></FONT></P></DIV>_______________________________________________<BR>SAP-WUG
mailing
list<BR>SAP-WUG@mit.edu<BR>http://mailman.mit.edu/mailman/listinfo/sap-wug<BR></FONT></BLOCKQUOTE></DIV>
<DIV></DIV></DIV>
<DIV> </DIV></FONT></BODY></HTML>