Decision WorkItem is not coming in inbox

HI,
I have created a customized workflow, in which i am showing a  document and then taking user decision on that document wheather to reject or approve the document. The workflow is running fine in client 100. But in testing client 200 it is not showing decision step to the user. After showing the document it comes back to inbox and don't ask for the decsion as its doing in client 100. 
Workflow is not showing any error. It is going to decesion step but not doing anything.

HI:
Check with the Basis consultant that did any body changed the password of the WF-BACTH user ,
it might happen some times if the user password is changed then the workitems do not reach to the Inbox
Another option you have to execute the function module RH_LOCAL_INBOX_GET to check if the workitem is being picked.
Next one SWWORGTASK and SWWUSERWI tables and check your user name should have prefix 'US'.
Regards
Shashi

Similar Messages

  • Agent is determining properly but workitem is not coming in sap inbox.

    Hello Expert,
                            In my workflow agent is determining properly. i have seen from workflow log.
    but the workitem(approval mail) is not coming into agents workflow inbox.the problem is happening in production.
    same workflow is running successfully in development. means workitem is coming in agents workflow inbox.
    i don't have authorization in  T CODES SCOT SO16 so I can check and suggest something.
    I want to ask that is it any config issue or something else.
    is there any other way so i can cross check.
    please help.
    thanks raj.

    Hi Rajib,
    Check in the workflow log in production for the user decision task what error message it displays. If it is stuck due to missing agents, then there is a possibility that you missed to transport the agent assignment for the workflow task. Check if the same was included in the customizing task that is transported.
    Also check if the buffer refresh was done after the changes were imported in the production system using transaction SWU_OBUF.
    Regards,
    Saumya

  • Mail not coming to inbox of user.

    Hi Forum,
    I am using the standard function module for sending mails.
    ** To Trigger a mail **
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data = ls_docdata
          put_in_outbox = lc_x
          commit_work   = lc_x
        TABLES
          packing_list  = lt_objpack
          contents_txt  = lt_objtxt
          receivers     = lt_reclist.
    lt_reclist contains two recoreds
    1) RECEIVER                                             requestor's mail id
       REC_TYPE                                             U
       COPY                                             X
    2)RECEIVER                                             approver's mail id
       REC_TYPE                                             U
    The mail is trigered from requestor's inbox.
    The problem here is that neither the approver is recieving the mails in his inbox nor the requestor is recieving a copy of mail in his inbox but there is a copy of this mail in requestor's outbox.
    I am testing all this in business workplace inbox as there is no provision of trigering mail in the development server.
    Please help me on this.
    Regards,
    Anubhav

    Hallo everyone,
    Please go through the following observations...
    Case1)
    ** To Trigger a mail **
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = ls_docdata
          put_in_outbox              = lc_x
          commit_work                = lc_x
        TABLES
          packing_list               = lt_objpack
          contents_txt               = lt_objtxt
          receivers                  = lt_reclist
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          operation_no_authorization = 4
          OTHERS                     = 99.
    SY-SUBRC EQ 0
    Available in Requestoru2019s outbox , CC not coming in requestoru2019s inbox.
    Not available in approver;s inbox
    In transaction SOST it shows..
    Status -->Waiting for both records
    Case2)
    **To Trigger a mail **
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data = ls_docdata
          put_in_outbox = lc_x
          commit_work   = lc_x
        TABLES
          packing_list  = lt_objpack
          contents_txt  = lt_objtxt
          receivers     = lt_reclist.
      IF sy-subrc EQ 0.
        SUBMIT rsconn01 WITH mode = 'INT'
                      WITH output = ''
                      AND RETURN.
      ENDIF.
    In requestor's login in SOST transcation a popup comes up with following message
        Express document "Send status for document:" received from author "REQUESTOR"
        Express document "Send status for document:" received from author "REQUESTOR"
    The title of  inbox of requestor changes to
    Cannot be sent: Send status for document:
    If you see detail message it shows
    Status received for this document:
         Send status for document:
    Sent on:
         20.07.2009 19:13:32
    Sent by:
         Requestor
    Status for Recipient horizon Anubhav:
         Cannot process message, no route from Requestor to Approver
    No copy in requestoru2019s inbox nor a mail in approveru2019s inbox.
    After a few minutes the status of all mails change to Error in SOST .
    What is the problem in sending mails...?
    Thanks a lot,
    Anubhav

  • Work flow mails are not coming to inbox but coming to out box in quality

    Hello,
    We are working on the implementation of Work flow for Purchase orders.
    Work flow customization is completed and even work flow is triggering when ever I create Purchase Order.
    Even Agent assignment also completed for work flow tasks via T code PTFC_CHG.
    This work flow is working fine in development.
    When I moved this workflow to quality I got a problem.
    Problem here is Work flow mails are not processing out of SAP Outbox to approvers  inbox even also after executing the program RSWUWFML2.
    When I triggered the PO in development the work item is moved to SAP out box as well as inbox. In quality It is not coming to SAP inbox.
    If I check in SOST,I will not see any of the entries related to work flow mails.
    Only above I can see in my SAP Outbox.
    So how can I Process these messages to approvers SAP Inbox.
    Any body please help me where the problem is
    With regards,
    Sudhakar

    Hi SP,
    I may be wrong, but on reading ur thread, I feel u r mis interpreting SAP Outbox with Outlook.
    Is it so, because u have mentioned about RSWUWFML2 and SOST, which comes into picture only if u r using an external mail like Outlook.
    If its Outlook, then there is no doubt that ur work item would get deleted from SAP Inbox and would be present only in Outlook.
    If its SAP Outbox, then u r not supposed to get ur work item in ur Outbox unless it is processed or executed thru ur SAP Inbox.
    Hope it helps.
    Aditya
    Edited by: Aditya Varrier on May 23, 2008 1:52 PM

  • Can we keep Decision workitem in two users SAP inbox after canel action ?

    I have a requirement like "  Decision workitem is going to two SAP Users Inbox , when one user opens the work item and choose the cancel and keep workitem in inbox in that case also its disappering in other user's SAP Inbox"
    is there any way to keep the work item in both users inbox when one person selects CANCEL AND KEEP WORKITEM IN INBOX ?
    Please give me your input.
    Thanks and Regards,
    veerabrahmam

    Rick Bakker wrote:
    Hello,
    >
    > Is this in SBWP or UWL?
    >
    > This seems to be the SAP standard in some scenarios. You could have the workflow test for Reserved and unreserve it but then what happens if it was reserved on purpose.
    >
    > regards
    > Rick Bakker
    > hanabi technology
    Hi Rickk ,
    it is SBWP
    it is intresting to see that case if one of approver reserves it for the purpose of evaluating later.
    the thing is our onsite  consultant asked like  is it possible to keep the decision in the two approvers SAP Inbox  after selecting cancel and keep workitem in the inbox.
    is that possible ?

  • Mail not coming to inbox on powerbook but comes in on iPad and Iphone

    Just upgrade ios on ipad. Now mail not coming into my powerbook, but does come in on iPad and iPhone.
    Weird!!!

    Just upgrade ios on ipad. Now mail not coming into my powerbook, but does come in on iPad and iPhone.
    Weird!!!

  • BPM task not coming in inbox

    Dear Experts,
      This regarding the UWL issue which we are facing in our landscape.
    We have an EP 7.01 SP11 system by which users access the BPM task and CE 7.2 SP06 system
    Where the BPM workflow is created.
    SSO is configured properly between these two systems where both  systems UME is pointing
    to the same LDAP. System configurations and UWL configurations are done properly ,in fact the
    tasks where coming properly in the inbox before.
    But all of sudden without any changes its not working now . we are not able to find the root cause
    of it.
    Kindly help us to resolve this issue and let us know if you need more inputs.
    Many thanks in advance.
    Regards,
    Parthibaraja

    Dear Parthibaraja
    I hope you are well and many thanks for using the SAP Discussion Forums .
    In relation to the issue you described you mentioned:
    We have an EP 7.01 SP11 system by which users access the BPM task and CE 7.2 SP06 system Where the BPM workflow is created.
    SSO is configured properly between these two systems where both  systems UME is pointing to the same LDAP. System configurations and UWL configurations are done properly ,in fact the tasks where coming properly in the inbox before.
    Now although you mentioned the configurations are setup accordingly. I would like you to kindly review the UWL Destination Service Configuration as the smallest discrepancy maintained can cause unpredictable and unexpected behaviour.
    SAP Note: Note 1133821 - UWL Destination Service configuration
    When you followed and implemented SAP Note 1133821 - UWL Destination Service Configuration we need to make sure that connector names and also destination names match exactly (Case Sensitive).
    Example: I mean if your portal system alias (=UWL connector name) is for example XYZCLNT100, then the rfc destination name should be exactly XYZCLNT100$WebFlowConnector.
    After checking this and if you make any configuration changes
    Clear the UWL Cache
    Restart the UWL Service (during a period of downtime/low usage levels)
    Now in terms of the UWL and BPM tasks there are some important points to highlight which are covered in the following documentation link:
    http://help.sap.com/saphelp_nw73/helpdata/de/4a/ee9c7488946d62e10000000a
    42189c/frameset.htm
    I have come across similar scenarios in the past which have been resolved after consulting the following SAP Note Documentation:
    SAP Note: 1585226 - BPM UWL Connector Failure
    Kindly Check whether the proxy settings are done correctly and http.nonProxyHosts has proper entries as explained in the note 1507174. (Proxy settings for the J2EE engine). You NEED to have SSO configured as in a case with 730, absolutely no user mapping should be used on webflowconnectors.
    Kindly update me as per your findings.
    I greatly appreciate your time and patience and I look forward to recieving your reply.
    Kind Regards & All The Best
    Troy Cronin - Enteprise Portal Support Engineer

  • Workitem is not appearing in inbox

    Hi Friends,
    I am creating workflow for sales order approval/rejection. For this I am using one decision option 'change sales order' in user decision. After pressing this decision option sales order will appear in change mode. Upto this part it is working fine. But the problem is without changing any value if I press 'Back' or 'Cancel' button, the workflow is getting dissapeared from the workflow inbox. Because of this reason I could not able to do the changes once again. How to rectify this?
    Regards,
    Steve

    Hi Ahmed,
    I tried on what you said. Some what it is fine, but it is creating problems if I cancel the dialog box and once again trying to change the order. Sales order is not appearing at all. Kindly clarify.
    Thanks and Regards,
    Steve

  • Work Item does not appear in Inbox

    Hello Everybody!
    I started a workflow normally, but the workitem does not appear in inbox! (It's a DECISION task) The notification appears normally...
    I already looked the SU01 user parameters and WF_BATCH parameters, apparently is all right, but I can't see the workitem.
    Anybody already had a problem like that???
    Tks,
    Marcos Munhós
    Edited by: Marcos Antonio Munhós on Nov 11, 2008 5:40 PM

    Tabela:         SWWORGTASK
                                                                                    CLIENT WI_ID          ORG_OBJ        TASK_OBJ       NO_SEL FORWARD                                                                               
    100    000000122053   USABAP2        TS00008267                            
       100    000000122053   USABAP3        TS00008267                            
       100    000000122053   USABAP5        TS00008267
    Tabela:         SWWUSERWI
                                                                                    MANDT USER_ID        WI_ID          TASK_OBJ   NO_SEL NO_EXECUTE FORWARD                                                                               
    100   ABAP2          000000122053   TS00008267                             
       100   ABAP3          000000122053   TS00008267                             
       100   ABAP5          000000122053   TS00008267                             
    I'm have all the Logins and from ABAP2, ABAP3 and ABAP5.
    Can be this a problems caused by a Support Pachage???
    This is a TEST client and was working until 3 months ago.

  • Error not coming to my inbox

    Hi all,
    I'm creating a outbound IDoc. And for error handling workflow.. I created a organization structure and assigned users. I gave this position number in the partner profile in post processing permitted agent.
    But when the Idoc is in error, this is not coming to my inbox.
    Can someone please help me with this..
    Thanks in advance.

    Here you need to be careful,
    if the agent assignment is not maintained properly, there may be a chance everyone in the organization will get the item.
    I hope you have created a single workitem for error handling. goto additional data-> agent assignment-> maintain. make sure the attribute is defined as general forwarding allowed. or you maintain the role/position/user/whatever.as the possible agents. still you dont get the result, debugging the default rule in the task ->default rule -> agent.
    hope this helps.
    with regards,
    Sudhahar R

  • My new messages still not coming into my mail inbox, my Mac OS X version 10.6.8

    Can you please give me the correct detail for Mail Preference/account information both incoming mail server & outgoing mail server.
    My new messages still not coming into my mail inbox yet, still not working since yesterday. My sent mails are ok working. What,s number for Port & click on 'use SSL'? 110?
    My safari is working Internet..  My ipad2 is still working to receive my new messages via my mail inbox. Something miss in my mail preference? How to fix it?
    Regards lisa

    Here's my reply to another discussion on the general procedures for setting up a Mail account.
    But without the specifications defined by your ISP no one can tell you any more specific details.  They should have a web page somewhere (or call them) that supplies all the relevant information:
    Incoming (pop) mail server
    mail login user name and password
    pop port
    ssl requirements
    authentication type (password?)
    Outgoing (smtp) mail server
    smtp port
    ssl requirements
    authentication type (password?)
    mail login user name and password

  • Workitem is not avilable in approver inbox

    HI,
    shopping cart is triggered with approver .
    but the workitem is not avilable in approvers inbox .
    pls let me know the possible reasons.
    regards
    venga

    there is a table called "SWWUSERWI"...
    Go to se16 and type the table name and press enter
    Provide with username and execute...
    It will display list of workitems in his inbox....
    This way you can check whether workitem is there in his inbox or not
    once you find there are workitems...go to T-code swi1 provide the workitem id to see the details of that workitem id...
    Rg
    sam

  • Workitem is not appearng in the user's inbox

    Hi All,
    In my workflow the workitem is not appearing in the user's inbox.
    can anyone tell me how can i resolve this?
    thanks and regards,
    K.Perumalraj

    Hi,
    first see whether the workflow is getting trigger or not. Dont just say workitem not appearing in inbox. No one will give the solution. Say what have u did and wat workflow are you using and wat is the problem.
    Regards,
    JMB

  • Email form not coming through to inbox

    Hello everyone.
    I've built a email form in DW CS3 (It's a custom form, not something I got from godaddy or from internet), but when you type in the info, from the form it is not coming to the inbox once you hit send. Can anyone tell me what I'm doing wrong?
    I'm using godaddy. In "action" I have: /gdform.php (Post).
    Here is the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Process/Mosotomoss/Image Stager</title>
    <style type="text/css">
    <!--
    #apDiv1 {
              position:absolute;
              left:195px;
              top:17px;
              width:692px;
              height:1682px;
              z-index:1;
    .style1 {color: #FFFFFF
    #apDiv3 {
              position:absolute;
              left:193px;
              top:1700px;
              width:1020px;
              height:24px;
              z-index:2;
    #apDiv2 {
              position:absolute;
              left:301px;
              top:743px;
              width:397px;
              height:40px;
              z-index:3;
    #apDiv4 {
              position:absolute;
              left:298px;
              top:739px;
              width:603px;
              height:36px;
              z-index:3;
              background-color: #FFFFFF;
    #apDiv5 {
              position:absolute;
              left:300px;
              top:741px;
              width:509px;
              height:31px;
              z-index:3;
              background-color: #FFFFFF;
    #apDiv6 {
              position:absolute;
              left:299px;
              top:739px;
              width:353px;
              height:38px;
              z-index:3;
    #apDiv7 {
              position:absolute;
              left:305px;
              top:741px;
              width:382px;
              height:40px;
              z-index:3;
    #apDiv8 {
              position:absolute;
              left:301px;
              top:738px;
              width:822px;
              height:530px;
              z-index:3;
    #apDiv9 {
              position:absolute;
              left:299px;
              top:742px;
              width:824px;
              height:528px;
              z-index:3;
    #apDiv10 {
              position:absolute;
              left:443px;
              top:745px;
              width:401px;
              height:258px;
              z-index:4;
    #apDiv11 {
              position:absolute;
              left:300px;
              top:746px;
              width:143px;
              height:257px;
              z-index:5;
    #apDiv12 {
              position:absolute;
              left:1227px;
              top:586px;
              width:240px;
              height:272px;
              z-index:4;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_validateForm() { //v4.0
      if (document.getElementById){
        var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
        for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
          if (val) { nm=val.name; if ((val=val.value)!="") {
            if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
              if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
            } else if (test!='R') { num = parseFloat(val);
              if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
              if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
                min=test.substring(8,p); max=test.substring(p+1);
                if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
          } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
        } if (errors) alert('The following error(s) occurred:\n'+errors);
        document.MM_returnValue = (errors == '');
    //-->
    </script>
    </head>
    <body>
    <div id="apDiv1">
      <div align="center"><img src="images/process.jpg" width="1024" height="1685" border="0" usemap="#Map" />
          <map name="Map" id="Map">
            <area shape="rect" coords="791,45,832,73" href="blog.html" />
            <area shape="rect" coords="841,29,882,74" href="http://www.youtube.com/user/mosotomoss" />
            <area shape="rect" coords="730,44,781,68" href="store.html" />
            <area shape="rect" coords="885,30,929,76" href="https://www.facebook.com/pages/Mosotomoss/125744364118146" />
            <area shape="rect" coords="929,28,974,75" href="http://twitter.com/mosotomoss" />
            <area shape="rect" coords="670,45,722,69" href="press.html" />
            <area shape="rect" coords="611,45,660,69" href="faq.html" />
            <area shape="rect" coords="223,43,298,72" href="process.html" />
            <area shape="rect" coords="304,42,384,68" href="services.html" />
            <area shape="rect" coords="136,40,220,68" href="about.html" />
            <area shape="rect" coords="394,42,505,70" href="1on1staging.html" />
            <area shape="rect" coords="518,45,602,72" href="team.html" />
            <area shape="rect" coords="56,24,117,83" href="index.html" />
            </map>
      </div>
    </div>
    <div class="style1" id="apDiv3">Mosotomoss is an Image Staging Company and an Image Making Company</div>
    <div id="apDiv9">
      <form id="form1" name="form1" method="post" action="/gdform.php">
        <table width="100%" border="0" cellpadding="6">
          <tr>
            <td><div align="right">
              <label>First Name:</label>
            </div></td>
            <td><div align="left">
              <input name="firstname" type="text" id="firstname" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Last Name:</label>
            </div></td>
            <td><div align="left">
              <input name="lastname" type="text" id="lastname" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Company:</label>
            </div></td>
            <td><div align="left">
              <input name="company" type="text" id="company" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Website:</label>
            </div></td>
            <td><div align="left">
              <input name="website" type="text" id="website" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">Email:</div></td>
            <td><div align="left">
              <input name="email" type="text" id="email" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>Phone:</label>
            </div></td>
            <td><div align="left">
              <input name="phone" type="text" id="phone" size="35" maxlength="15" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>City:</label>
            </div></td>
            <td><div align="left">
              <input name="city" type="text" id="city" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>State:</label>
            </div></td>
            <td><div align="left">
              <input name="state" type="text" id="state" size="35" maxlength="90" />
            </div></td>
          </tr>
          <tr>
            <td><div align="right">Services:</div></td>
            <td><div align="left">
              <p>
                <label>
                  <input type="radio" name="Services" value="Seminars" id="Services_0" />
                  Seminars</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Mentoring" id="Services_1" />
                  Mentoring</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Workshops" id="Services_2" />
                  Workshops</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="1on1 Staging" id="Services_3" />
                  1on1 Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Marketing & PR" id="Services_4" />
                  Marketing & PR</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Nonprofit Staging" id="Services_5" />
                  Nonprofit Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Business Planning" id="Services_6" />
                  Business Planning</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Customer relations" id="Services_7" />
                  Customer relations</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Business Plan Staging" id="Services_8" />
                  Business Plan Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Social Media & Networking" id="Services_9" />
                  Social Media & Networking</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="Everyday Retail Store Staging" id="Services_10" />
                  Everyday Retail Store Staging</label>
                <br />
                <label>
                  <input type="radio" name="Services" value="radio" id="Services_11" />
                  Consistent & Cohesive Staging</label>
                <br />
              </p>
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>How can we help you?</label>
            </div></td>
            <td><div align="left">
              <textarea name="howcanwehelpyou" id="howcanwehelpyou" cols="25" rows="5"></textarea>
            </div></td>
          </tr>
          <tr>
            <td><div align="right"></div></td>
            <td><div align="left">
              <label>
              <input name="newsletter" type="checkbox" id="newsletter" value="subscribe me" checked="checked" />
              Would you like to subscribe to our FREE newsletter?</label>
            </div></td>
          </tr>
          <tr>
            <td><div align="right">
              <label>
              <input type="reset" name="clear" id="clear" value="Reset Form" />
              </label>
            </div></td>
            <td><div align="left">
              <label>
              <input name="submit" type="submit" id="submit" onclick="MM_validateForm('firstname','','R','lastname','','R','email','','RisEmail','phon e','','R');return document.MM_returnValue" value="Submit form" />
              </label>
            </div></td>
          </tr>
          <tr>
            <td><div align="right"></div></td>
            <td><div align="left"></div></td>
          </tr>
        </table>
        <input name="reciepient" type="hidden" id="reciepient" value="[email protected]" />
        <input name="Redirect" type="hidden" id="Redirect" value="emailform.html" />
      </form>
    </div>
    <div align="center"></div>
    </body>
    </html>

    You have this:
      <input name="reciepient" type="hidden" id="reciepient" value="[email protected]" />
    which should be
      <input name="recipient" type="hidden" id="recipient" value="[email protected]" />
    ...but I don't know if current gdform.php processor uses the recipient field, or some other mechanism. Try fixing the typo and if it still doesn't work you need to contact GD for support.

  • Workitem not seen in inbox but event is triggered in transaction SWEL.

    Hi,
    I have created a workflow to create and display a material master using transaction MM01.
    My event (created) is getting triggerd when I am creating a material but the same is not seen in my business Workplace.
    In display event trace i am able to trace my event and the corresponding workflow.
    My business object is BUS1001006.
    I am creating a material from MM01 and the workitem is not seen in the inbox.
    Can you provide solution for this?
    Nitya

    Hi,
    In workflow log  you have option to see the agent list for the workitem.
    1.check possible agent for task of that workitem.
    2.check the resposble agent for the task of that workitem.
    Check the agent list for the workitem in workflow log, if you do not  find a agent list ,check whether agents has authorization for transaction code mm01  or not.
    if its useful reward points.
    Thanks,
    D.prabhu

Maybe you are looking for