<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi,<BR>
&nbsp;<BR>
This Work Item is typically based on the&nbsp;standard stand alone Task TS20000051.<BR>
&nbsp;<BR>
The Method invoked is IDOCAPPL.InputForeground which calls standard FM IDOC_MANUAL_INPUT. <BR>
&nbsp;<BR>
Right at the start the user's&nbsp;Profile will be checked for Authorisation Object&nbsp;S_IDOCMONI for the Direction, Message Type, Partner Number (Sender/Recipient) and Port (Sender/Recipient):<BR>
&nbsp;<BR>
<FONT face="Courier New">* Authoritycheck xlp 211197<BR>&nbsp; IF edidc-direct EQ '1'.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Ausgang<BR>&nbsp;&nbsp;&nbsp; AUTHORITY-CHECK OBJECT 'S_IDOCMONI'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'ACTVT' FIELD c_display&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'EDI_DIR' FIELD edidc-direct&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'EDI_MES' FIELD edidc-mestyp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'EDI_PRN' FIELD edidc-rcvprn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'EDI_PRT' FIELD edidc-rcvprt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'EDI_TCD' DUMMY.&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; "xlp211197<BR>&nbsp; ELSE.&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; "Eingang<BR>&nbsp;&nbsp;&nbsp; AUTHORITY-CHECK OBJECT 'S_IDOCMONI'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'ACTVT' FIELD c_display&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'EDI_DIR' FIELD edidc-direct&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'EDI_MES' FIELD edidc-mestyp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'EDI_PRN' FIELD edidc-sndprn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'EDI_PRT' FIELD edidc-sndprt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID 'EDI_TCD' DUMMY.&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; "xlp211197<BR>&nbsp; ENDIF.&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "xlp211197</FONT><BR>
&nbsp;<BR>
Chances are if your agents can't work these Work Items they probably don't have the auths.<BR>
&nbsp;<BR>
The event will only be raised if your IDoc Process Code defines that the event should be raised. Go look in WE20 and dig down to the Process Code and you'll see it.<BR>
&nbsp;<BR>
This is usually the standard setting for BAPI (BD64/BDBG) Methods by the way.<BR>
&nbsp;<BR>
To even receive these Work Items the Event Linkage must be active so go hunt in SWETYPV for IDOCAPPL.InputErrorOccurred.<BR>
&nbsp;<BR>
Mike GT<BR>&nbsp;<BR>&gt; Date: Tue, 29 Jun 2010 16:09:12 +0800<BR>&gt; Subject: Re: Workitems for IDOC related activity<BR>&gt; From: rbakker@gmail.com<BR>&gt; To: sap-wug@MIT.EDU<BR>&gt; <BR>&gt; Hello,<BR>&gt; <BR>&gt; In SWIA: 000007750945 for the workitem. You'll be able to see the<BR>&gt; workflow log, find out which workflow it is and hopefully be able to<BR>&gt; figure out how it was started by looking at the definition of the<BR>&gt; workflow in e.g. PFTC_DIS.<BR>&gt; <BR>&gt; regards<BR>&gt; Rick Bakker<BR>&gt; Hanabi Technology<BR>&gt; <BR>&gt; On Tue, Jun 29, 2010 at 4:01 PM, Patil, Priyank &lt;Priyank.Patil@keane.com&gt; wrote:<BR>&gt; &gt; Rick, thanks for your immediate response. Could you please elaborate in detail. Since there is no any event associated withit.So what should be my input parameter in SWIA.<BR>&gt; &gt;<BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf Of Rick Bakker<BR>&gt; &gt; Sent: Tuesday, June 29, 2010 1:20 PM<BR>&gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; Subject: Re: Workitems for IDOC related activity<BR>&gt; &gt;<BR>&gt; &gt; Hello,<BR>&gt; &gt;<BR>&gt; &gt; Look in SWIA to see which workflow it is and perhaps how it gets started.<BR>&gt; &gt;<BR>&gt; &gt; regards<BR>&gt; &gt; Rick Bakker<BR>&gt; &gt; Hanabi Technology<BR>&gt; &gt;<BR>&gt; &gt; On Tue, Jun 29, 2010 at 3:36 PM, Patil, Priyank &lt;Priyank.Patil@keane.com&gt; wrote:<BR>&gt; &gt;&gt; Hi Wuggers,<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp; One of our user is getting an IDOC error kind of workitem.I have<BR>&gt; &gt;&gt; checked in the business object(idocmsg) but there is no any event associated<BR>&gt; &gt;&gt; with it. Our user needs a clear details on this issue. We are into<BR>&gt; &gt;&gt; Ecc6.Since there is no any idoc related activity is done. How can I avoid<BR>&gt; &gt;&gt; this work item from triggering this into SBWP.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Once the work item is executed, a pop up is displayed with -<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Work item 000007750945:object IDOCMSG method ERRORPROCESS cannot be<BR>&gt; &gt;&gt; executed.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Pls find the enclosed document attached for details.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf Of<BR>&gt; &gt;&gt; Patil, Priyank<BR>&gt; &gt;&gt; Sent: Tuesday, June 29, 2010 12:57 PM<BR>&gt; &gt;&gt; To: SAP Workflow Users' Group<BR>&gt; &gt;&gt; Subject: Workitems for IDOC related activity<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; Hi Wuggers,<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; &nbsp;&nbsp;&nbsp;&nbsp; One of our user is getting this kind of workitem.I have checked in the<BR>&gt; &gt;&gt; business object(idocmsg) but there is not any event associated with it. Our<BR>&gt; &gt;&gt; user needs a clear details on this issue. We are into Ecc6.Since there is no<BR>&gt; &gt;&gt; any idoc related activity is done. How can I avoid this work item from<BR>&gt; &gt;&gt; triggering this into SBWP.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; ______________________________________________________________________<BR>&gt; &gt;&gt; Disclaimer: This email message and any attachments are for the sole use of<BR>&gt; &gt;&gt; the intended recipient(s) and may contain information that is confidential,<BR>&gt; &gt;&gt; legally privileged or otherwise exempt from disclosure under applicable law.<BR>&gt; &gt;&gt; If you are not the intended recipient(s) or have received this message in<BR>&gt; &gt;&gt; error, you are instructed to immediately notify the sender by return email<BR>&gt; &gt;&gt; and required to delete this message from your computer system. This<BR>&gt; &gt;&gt; communication does not form any contractual obligation on behalf of the<BR>&gt; &gt;&gt; sender, the sender's employer or such employer's parent company, affiliates<BR>&gt; &gt;&gt; or subsidiaries.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; ______________________________________________________________________<BR>&gt; &gt;&gt; Disclaimer: This email message and any attachments are for the sole use of<BR>&gt; &gt;&gt; the intended recipient(s) and may contain information that is confidential,<BR>&gt; &gt;&gt; legally privileged or otherwise exempt from disclosure under applicable law.<BR>&gt; &gt;&gt; If you are not the intended recipient(s) or have received this message in<BR>&gt; &gt;&gt; error, you are instructed to immediately notify the sender by return email<BR>&gt; &gt;&gt; and required to delete this message from your computer system. This<BR>&gt; &gt;&gt; communication does not form any contractual obligation on behalf of the<BR>&gt; &gt;&gt; sender, the sender's employer or such employer's parent company, affiliates<BR>&gt; &gt;&gt; or subsidiaries.<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; _______________________________________________<BR>&gt; &gt;&gt; SAP-WUG mailing list<BR>&gt; &gt;&gt; SAP-WUG@mit.edu<BR>&gt; &gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt;<BR>&gt; &gt; ______________________________________________________________________<BR>&gt; &gt; Disclaimer: &nbsp;This email message and any attachments are for the sole use of the intended recipient(s) and may contain information that is confidential, legally privileged or otherwise exempt from disclosure under applicable law. If you are not the intended recipient(s) or have received this message in error, you are instructed to immediately notify the sender by return email and required to delete this message from your computer system. This communication does not form any contractual obligation on behalf of the sender, the sender's employer or such employer's parent company, affiliates or subsidiaries.<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt;<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>                                               <br /><hr />Get a free e-mail account with Hotmail. <a href='http://clk.atdmt.com/UKM/go/197222280/direct/01/' target='_new'>Sign-up now.</a></body>
</html>