Triggering ERMS work items for SOFM docuemnts

we have upgraded to SP08 in CRM and when system was up ERMS event linkage in 'CRM_ERMS_WF_CUST' , ERMSSUPRT2MAILRECEIVED was deactivated.
and we manually activated later after couple of hours. Now we need to process those 200 emails received to CRM from customer(no work flow item and no entry in ERMS) . Is there any way to trigger ERMS workflow from object ERMSSUPRT2 received method using SOFM id?.  I really appriciate if you can suggest a solution to process emails received during event linkage deactivated? . Do you have any idea why event linkage deactivated when system went down?
Thanks.

Dear Kavitha,
I would like to extend Peng Wah Ng, first recommendations, but would
not recommend forcing system to "not change the linkage" of WS00200001,
when the Error occurs...
At Event Linkage Table (trx: SWE2) for:
  <ERMSSUPRT2,MAILRECEIVED,WS00200001>
the Default System setting is to deactivate if there is something
technically wrong with the event linkage: BOR Object or workflow version
being instantiated, etc. etc. In order to prevent any havoc at your system,
default system behavior is to deactivate such EVENT.
From my understanding, in such cases WF-Administrator should receive an
ERROR NOTIFICATION at SAPOffice (SBWP->Inbox), I would recommend you
seach for them. 
At trx:SWEQADM->Basic Data
  You will have you WF Administratrator, and you should have
setting similar to:
     Receiver error feedback: Deactivation of Linakage
     Notification via [x] Send Document
Peek into Table/field: SOOD-OBJNAM = ERRORMESSAGE,
to search for such E-mail...
Check at SM58 RFC Dest: WORKFLOW_LOCAL_<CLNT>, for tRFC-LUW
related to your problem. For example, WF-BATCH password was changed,
user is locked, etc. etc.
Review BC-BMT-WFM Notes:
547601 FAQ workflow, runtime environment and  troubleshooting
1098805 Troubleshooting Tips & Tricks for workflow issues
They  make ref. to Event Trace (SWELS/SWEL). Please note the Event Trace,
should not be kept active in production since it could lead to system
overhead. It should be used analyze a problem afterwards should be
deactivated...
I have seen ERMS WF Deactivation occuring when SW* Table Reorganization
have been scheduled by Basis/Database Admin. SW* Tables (are BC-BMT-WFM Tables).
Forcing the linkage to Not Deactivate in such case you imply the creation of broken Workflow
Instance, which would be unable to handle ERMS process (For Example: Missing Container
Elements, etc).
Therfore instead of forcing ERMS WF "not change the linkage"
My approach would be:
+ Correct issue leading to the deactivation.
+ Activate back the linkage - trx SWE2:
     <ERMSSUPRT2,MAILRECEIVED,WS00200001>
+ Relay in REPORT  ZERMSAGAIN, at Note: 1411788, in order to launch
  back e-mail sitting at SOIN...
Regards,
Luis Vera
AGS Primary Support, Global Support Center, Spain

Similar Messages

  • ERMS work items not visible in IC Web Client Agent Inbox

    We have configured ERMS rule modeler with a routing to an organisation unit if email content contains a specific word.
    ERMS seems to work fine as workflow is triggered and work items created in the relevant user SAP inbox (any user assigned to the organisation unit used in ERMS routing.
    When I log into the IC Web client and check for email items in the Agent Inbox, the emails are not visible!!!
    Has anybody faced a similar issue?

    Hi Manoj,
      Have you look at this configuration in SPRO
    ->Agent Inbox ->Setting for Asynchronous Inbound Processing -><b>Define Receving Emails/Fax settings</b> inthis Set Comm.method as <b>INT</b> i.e E-Mail.
    Pls check this config and get back me..
    Regards
    Raju

  • Repetitive Work Items for the same trip in UWL

    Hi Experts,
    Every time user clicks on save and send button , work flow gets triggered and work item is sent to user's UWL.
    For the same trip no multiple workitem are appearing in approver's uwl.
    Please suggest how we can restrict one work item at a time.
    Regards,
    Kamal

    Dear Surjit,
    1) Create a parallel fork, in the starting point of the workflow. In one branch put all the step which you developed.
    It was already created.
    2) In another step, create a "Wait for Event", in this call the change event.
    I changed from Created Event to Changed Event.
    But still the previous work item is not getting completed.
    When I have checked in SWEL.
    When I changed the Travel Expense then 2 events are trigerred.
    i)  Changed
    ii) Created
    Work Item is trigerred through Created Event.
    Do we need to map the Work flow object with Events somewhere ?
    Regards,
    Kamal Rawal
    Edited by: Kamal Rawal on Mar 26, 2009 11:43 AM

  • How to get all kind of GP work items for all users

    Dear all:
       Basing GP implementation,we can only get the single user's work item. Is that possible to get all of the users' work items,and can filter the work item via time field?
      thanks a lot.

    ISearchResult result=UMFactory.getUserFactory().getUniqueIDs();
                   IUser iuser;
                   while(result.hasNext())
                        iuser=UMFactory.getUserFactory().getUser(result.next().toString());
    The above code retrives all the users from the UME
    IGPUserContext context = GPContextFactory.getContextManager().createUserContext(iuser);
    IGPWorkItem[] workitems = GPProcessFactory.getRuntimeManager().getWorkItems(GPWorkItemStatus.getTypeForCode("1"), context);
    You will get the WorkListItems in the workitems array. The type for code which is 1 currently, must be changed according to the requirement. It is different for Completed, Inprogress Tasks, etc.
    Hope this will help you!

  • Issue with Work Items for a User

    HI All,
    I have an issue with workflow.
    One of my user stopped receiving work items in his inbox. I checked table SWWUSERWI and found 0 entries for the user. So i guess there is no problem with the display setting in SBWP.
    What could be the probable reason and where can i find if those workitems that are generated for him that he has not received.
    Regards,
    Rohit

    There can be many many reasons. You need to understand the workflow and work with an example (an item the user says they should have received). Then try to follow the agent determination logic based on the data contained in that example and verify that everything matches up.

  • UWL for Manager : Multiple work items for approval

    Hi Experts, We have a scenario when the line manager is approving the leave workitems in his UWL. And the UWL has multiple  leave workitems pending for approval. When the line manager click on any of the work item in the UWL, The UWL opens the items which was first creared in the UWL rather than the one which the line manager clciked. Then line manager has to navigate to the desired work item by clicking on next button. Is their any funtionality / customization available to get only the work item which is clicked in the UWL. Please advise. Regards, IFF

    I had the same issue and spent a long time correcting it including opening a OSS request with sap.
    It took a combination of all almost all the notes above (1807724 is included in our current release so we didn't have to install).
    But nothing worked for us until SAP directed me to the following note http://service.sap.com/sap/support/notes/1733095 that was the final fix to all our problems.
    One other thing to note is from the time we implemented the correction for note: 1946640 had changed from its original so if you implemented it before revision 3 came out you may need to update.
    Hope this helps,
    Martha.

  • Work item for an only user

    Hi guys,
    my problem is this:I have a wf structure for invoices blocked----->at a certain point I enter a simple condition:if account assign category of PO is Q I have two  'containers' which set Organization unit,Rule number tasks for Purchasing group and then he send mail nodes which send  an e-mail to different Purchasers and the inbox of these Purchasers are obviously filled...if account category is P I have decided that it is noot important the Purch Group and so I have entered only a 'send e-mail' node which sens an e-mail to an user and no other.When the flow closes itself I have entered an activity node which display the invoices blocked(task TS90000030).
    Now the problem is that even when the flow follows the way to send a simple e-mail to a fixed user all the other users(those associated to a PO account category Q and in Organizational Structure)receive in their inbox the communication of invoice blocked with PO account assign category P which instead it should gone only in inbox of fixed user..This fixed user is not in organizational structure but I should want that in inbox the other users obviously don't find the work items not for them..
    Thanks in advance for attention
    Bye
    Massimiliano

    Hi.
    Why are you using two ways of geting the users ? Organization unit and Rule number tasks for Purchasing group ?
    Why don't you use only to one kind ? OR HR or only by MM ?
    Is your WF a standard one ?
    But in your design it is getting always ALL users independently of your scenario. Why don't you divide it in two different work items. Put a condition before and folow a way when it's type Org. unit and another way to Rule ?
    Why don't you use release strategy configuration to get users by release code configuration like in PO/PR WF's ? ASk to your MM functional to configure in SPRO, strategies type 9 (EXIT). In this EXIT, you find users by role (basis role by release code) ?
    best regards.
    Glauco

  • SC with awaiting approval status and no work item for Approvers.

    Hi Experts,
    We are implementing Classic scenario with SRM7.0 and we are having Application controled Workflow.
    We are fasing issue in workflow. On SC getting ordered the status is showing as awaiting approval and there is no work item found in BBP_PD.
    When we approve this SC in SWO1 then there is no PO getting created.
    If the SC value is less than spend limit we have enabled no Workflow and in that case the approval agent table is showing as System Approver and after SC getting ordered the SC is still with the status Awaiting approval.
    Can any once have an idea how to go about with this issue.
    Regards,
    B.N.Karthikeyan

    Hi,
        Did you check the event linkage in SWE2? what do you see in SLG1? Did activate the task groups 40000003 and 40000007? also check in SM58 and SM21..
    Saravanan

  • Multiple work items for PO WF

    Hi,
    We have upgraded to service pack EHP4 and after upgrading suddenly we encoutered that there are two workflows triggered for a single PO. I have checked the workflow trace and found that there are two events getting generated due to which these two workflows are there. Can you please suggest how we can resolve the issue?
    Regards,
    vireN

    Thanks Arghadip, what exactly the release code should be? I can see only one entry in the release strategy. Do we have anything single and parallel release startegy? Moreover I have already checked in swetypv and there is only one entry, also it is the same event that is triggered and even at the same time.
    Also please suggest how can i can check that there are different release code from the events.

  • Work item display for step : Deadline Missed

    Hi,
    Parked invoices for one of the vendor is not triggering the work item in the workflow inbox.
    But the status is showing as complete. Appreciate if provide guidance how to analyse the issue.
    The message is read as below:
    Deadline Missed: Invoice# 5106117758 PO# 4567819 Vendor# 10300 
    Work item display for step " Deadline Missed: Invoice# 5106117758 PO# 4567819 V " called...
    Message no. WL223
    Thank you

    Hello,
    "i looked in SWI1 to see who processed it. But it is not showing any parituclar agent name. "
    Maybe nobody has process it, which is why it went overdue and passed the deadline.
    If it's a dialog task and it's completed then there must be an agent attached to it.
    Look in the workflow builder to see how the deadline is set up for that step. It could be that it just issues a notification.
    regards
    Rick Bakker
    hanabi technology

  • Single work item in the Manager's inbox for weeks times

    Hi all,
    I am sure lot of people might have faced this issue.
    Currently we are on EP 6 SP 20
    R/3 4.7
    MSS B.P 60.1
    <b>Scenario</b>: Employee enters times in ESS through CATS. MAnagers ened to approve time
    WF assigned to CATS: 20000460
    <b>Issue:</b> Every time an employee saves his time ( CATS profile set to release times on save, a work item is triggered and the manager sees 5 work item for each mployee for the 5 days. Manager sees too many work items in his inbox. The employees have been advised to save times on a daily basis.
    <b>Possible solutions</b> Define cats profile to release the times manually. In that case the employee will have to release the times every Friday. We doubt that employees might forget to release the times and hence we want to use release on save for CATS profile.
    <b>Question:</b> IS it in any way possible to trigger only one work item for week rather than 5 work items even when having release on save opition selected for the CATS profile.
    please advise
    regards
    Raj
    null

    resolved

  • WD for Java and UWL work items (Adobe HCMPF)

    Hi Experts,
    I am implementing the Adobe forms HCMPF from the HR Administartive Services BP based on  the 'old' WebDynrpo for Java. SAP references in SAPnote 1024326 that when the WD Java is preferred over the WD ABAP one can configure the Application Parameter "isEnabled=X" for the Java WD's.
    This application parameter works fine for iViews like Start Processes and Search Process. However, the problems come when you open the work item for approving/editing a form that is received in the UWL.
    These workitems call the WD application that is defined in ECC. However, they do not call an iView from the PCD but the application directly. Therefore I was not able to configure the Application Parameter "isEnabled=X" for these applications (eg sap.com/paasrformstep).
    Can anyone please help and explain how to set the application parameter property for applications that are called directly fron the UWL work items?
    Without this we can only start the processes but not contunue them after the workflow has started.
    You expertise is greatly appreciated and will be rewarded when helpful!
    Regards,
    Thomas

    Solution found.
    Edit the XML UWL configuration to inlcude the application property for the workflow work items in questions.

  • ERMS : Email work items not getting created

    Hi Forum
    In my test system (CRM 2007), inbound mails were properly coming in and getting distributed to agent's inbox. But after the server restart, I realised that the work items for inbound mails stopped getting created due to which mails are not reaching agent's inbox.
    Mails are visible in SOIN but their associated Work items are not there in SWI1.
    I have checked almost all the settings like Email Distribution (SO28), CRM_ERMS_WF_CUST (Event lining is in place and is active), swu0 (Event simulation is working).... but still not sure why work items are not getting created for inbound mails.
    Any thoughts ? Help will be deeply appreciated.
    Regards
    Vishal Mani

    Thanks Bruno for your time to reply !
    I checked this transaction and in overview there are 19 events with errors. But apart from that everything is green.
    I checked the Linkages with Error tab and realised that the events with errors belong to object type BUS1006.
    In Activation tab --> Linkages --> Object type (ERMSSUPRT2) --> Linkage is activated.
    Infact that is the first thing, I checked when work items were not getting created.
    So no clue from here too.
    Regards
    Vishal Mani

  • Delete credit memo work item created in VA01 when the user change value

    Hi,
    In T.code VA01 Credit memo request is creating, this document will automatically create  work item.  Based on Net value in credit memo request, the work item should go for 5 levels of approval. After 1st person is approved, the workflow initiator realized that the net value in created Credit Memo request is wrong; he is going to VA02 and correcting the net value. Again we have to create new work item for this and delete the already created work item. Client has clearly mentioned when ever there is change in 5 critical fields in VA02 then only create fresh work item otherwise no need to create SECOND TIME work item. Net value is one of the critical field in the list.
    How to track already created credit memo request and how to delete the previously created work item. What is the feasibility of this requirement and how to handle this situation?
    Regards
    Vijay

    Hi,
    Just put a Fork and put 1 out of 2 outcomes and in the first alternative, you put your witem that goes to user B. In the 2nd alternative, put a Wait for event "CHANGED". And after this, put a process control step with "Set workitems to Obsolete" or "Cancel workflow" etc., depending on your requirement.
    Pl note that this will only take out old witems, but you need to send a new witem for which you need to trigger another instance of the workflow as well. pl put CHANGED event also as one of the triggering events and use condition editor to restrict the fields that triggers the workflow.
    Also, look into the IMG config of the following path. This might be a fitting solution.
    In SPRO, go to Financial Accounting (New)---> Financial Accounting Global settings(New) -
    >Tools --->Workflow ---> Workflow for Document Parking -->Reset Release Approvals(Customers).
    Here, you can list down the fields, the workflow should restart. But, then you need to give the workflow details etc., in the relevant config settings.
    We have used this in restarting workflows for General Ledger(GL) documents' workflow when some important fields are changed.
    For this config settings, look into the following help link.
    http://help.sap.com/erp2005_ehp_02/helpdata/en/01/a9cdd8455711d182b40000e829fbfe/frameset.htm
    Hope this helps.
    venu

  • Work items not appearing in NWBC work overview

    Hi,
    I am using NWBC work overview to execute work items (EHSM3.0 - Incident management).
    I have a custom workflow with one custom task (of type Standard). When the workflow gets triggered I can see the work item for my custom task in R/3 inbox (which we access using Tx SBWP). But the same work item is not appearing in NWBC work overview.
    When I replaced my custom task with standard task TS00500003 in the workflow, it did appear in NWBC work overview.
    I added an entry in table IBO_C_WF_TAS for my custom task with following details but it did not resolve my issue.
    Application ID: EHHSS_INBOX
    Task ID: <custom_task_no>
    Default Action: INCIDENTEDIT
    Is there any other setting/config I need to do in order to view work items (for custom tasks) in NWBC work overview?

    Hi,
    This is a job of portal consultant to launch SAP GUI for portal UWL workitems  also similar to SAP SBWP.
    Your portal consultant will be the best guy to answer.
    Regards,
    Ibrahim

Maybe you are looking for

  • Redirecting System.out stream to a TextArea

    I hope this isn't a stupid question--I'm blanking pretty hard. I want to use System.setOut() to direct standard output to a TextArea within a Frame. Is there a way to setup a TextArea to receive text from an output stream, or is an intermediary of so

  • Desesperately looking for ms-6786 ver:2 manual (or msi model corresponding)

    hi after looking all over there i could't find the track to this "old board" manual ... worst of all is that this board comes from a used sell so : i have absolutely no idea about the msi model corresponding to this oem (ms-6786 ver 2 is said unknown

  • EJBs in weblogic8.1

    Hi, I don't whether i am shooting the problem at right place or not. I created a ejb in weblogic8.1 workshop. It created a filename with .ejb extension. I want to access this ejb from the java client. I don't know how to access it sinceim not able to

  • Agent         syntax error in fscan+syslog.dat(1) at token '{'

    Hello I'm getting the following message thousand of times per day. Sep 25 13:43:16 [10.64.47.16.183.179] agent[5350]: syslog   Sep 25 13:43:16 agent         syntax error in fscan+syslog.dat(1) at token '{' Sep 25 13:43:16 [10.64.47.16.183.179] agent[

  • A few queries on COPC

    Hi Sappers! I would like to get some pointers on the following issues in COPC: 1. Currently we allocate conversion costs like utilities, repairs & maintenance, rent, salaries between inventory & Sales, General & Administration Expense (shown on incom