Who missed deadline?

Business requirement - Send escalation mails to different levels of the manager based on how many days a work item is past due. For example in a parallel processing workflow,  agent A, B, C were chosen to do approval.  If agent C forwarded work item to agent D,  escalation mail should go to D's supervisor instead of C's supervisor when deadline is missed.
Problem - How do I capture the actual agent after a work item was forwarded(although I can see it obviously in workflow log).  I found function modules available to use but they all require work item ID as input parameter.  The issue I had was I won't be able to get work item ID until work item is executed(through binding).  I also tried to use "Method Before work item EXECUTION" but I did not see information I want populated in workflow container.
Could anyone please share your thoughts how this problem can be solved?
Thank you,
Merta

Hi Gareth,
How can I use that FM in this particular decision step? You said to use that FM when deadline was reached - I assumed you meant to use "modeled" deadline. Again I am still stuck at where could I capture _WORKITEM.WorkitemID in the step container before the step is executed to pass it to the new method I created with this FM?  I don't think you meant to customize the Decision.Process method with this FM....  Could you please tell me what I missed?
I got an idea from your reply by trying Modeled deadline.  I thought I can use dummy method in the outcome branch when deadline is reached to get parent ID(what I am after).   My simple test workflow is like this:  workflow start (ID 331288) -> Specify agent ->(ID 331289) -> Approval (ID 331290 ) -> Dummy (ID 331291).  Surprising the parent WI ID of  331291 is not 331290 but 331288. I also test it with FM "SWW_WI_FIND_FATHER_WIS" and get the same result.  This is so strange ....  Do you know why?
Thanks again,
Merta
Message was edited by:
        Merta Her
Message was edited by:
        Merta Her

Similar Messages

  • Mail notification on missed deadline

    Hi' WF'ers
    I am having trouble with the missed deadline feature. I wish to send an e-mail to the responsible of a workitem seven days after it has landed in his inbox. The mail must be sent to his Outlook mail box.
    I have tried to make a simple deadline monitor on "latest end" and set up automatic forwarding in SO12, but the latest end just gives me a workitem about the deadline has been reached - not a mail. Yet it does not have it's own task number, so i cannot use RSWUWFML2 to send mails, on just this ocation, can I?
    Can it be done by simple deadline monitoring, or will I have to use modeled deadline combined with a sendmail step?
    Any help will be highly appreciated

    Hi Mikkel,
    Yes the correct approach for this scenario is to use a modeled deadline outcome, and then just add a sendmail step after that outcome.  This is really very simple to do.  Modeled deadlines don't have to be complicated.
    If you want to send the email to the same recipients the work item was sent to, and you used a rule to find your recipients, use the RULERESULT element in the rule binding to capture who the recipients are.
    You can't use RSWUWFML2 for this process - that's not what this program does (its just for notifying recipients the FIRST time the work item has been added to their inbox).  Although you could use its replacement application SWNCONFIG in 6.40 to do something similar.
    However best approach is to use the modeled deadline outcome + send mail step.
    Regards,
    Jocelyn

  • How do I change 'Missed Deadline' heading?

    Hi
    We have recently introduced Extended Notifications to send workflow tasks to agents via MSOutlook for a new Purchase Order approval workflow.  During testing the the customer has decided that they would like to change the text of the 'Latest End' text - replacing  'Missed Deadline' with 'Reminder'.  Is this a feasible activity to consider? and can someone point me to where I might find the text/code to change? [I have looked through the SE61 entries for Document Class Dialog Text but cannot find the text there]
    Thanks in advance
    Andy

    Hello,
    You can try with transaction SM30, table SWWVTYPTXT.
    Look for workitem type 'D' missed deadline, you can then change the text according to your need.
    Be aware this is a SAP standard change.
    Rgds
    Gilles

  • Missed Deadline need to have multiple Escalation Rules- Workflow

    Dear Brothers,
    Workflow Requirement is:
    there are 3 approvers A,B,C. A is the initial Approver and B is the supervisor of A. C is the manager of B.
    For the first 2 days if the Approver A does not approve his work item then we need to inform him of the missed deadline.
    and  if the Approver A has not approved the work item at the end of 4th day, then the Approver A and Supervisor B need to be informed of the missed deadline.
    And if the Approver A has not approved the work item at the end of  6th day then the Approver A , Supervisor B and the Manager C need to be informed of the Missed deadline.
    so, i hope there need to be 3 different escalation rules
    Please help on this..
    I have tried working with modeled deadline and using the obsolete branch . i am not able to properly fulfill the requirement.
    Thanks,
    Altaf

    hi,
    i have found a easy solution.
    the method i tried and got successful is:
    1. after the step which contains the latest end entry i have included a background send mail step.
    2. i have created another activity step which will send mail and in this step i have used the requested start  . its like first mail goes for 2 days so the next mail needs to go for 4 days . so here i have mentioned 2 days in the requested start tab
    3. created another activity step which sends mail, here again i mentioned 2 days in the requested start tab so it makes it step get executed after 6 days.
    thanks,
    altaf

  • Am I the only person who misses the drag and drop method of adding and deleting songs on iTunes devices?

    I am constantly getting frustrated with the newer versions of iTunes because my different apple devices have different amounts of storage. I miss the days when I could drag and drop songs to various devices. I don't always want the same songs on all devices, so I don't like to sync because I sometimes lose something I want to keep on that device. I am just curious if I'm the only one who misses this feature or is there a way of doing this that I've just not found? Thanks.

    In the Summary tab of iTunes - when the iDevice is connected to your Mac - select Manually Manage Music and Videos. You should be able to drag and drop.
    If you don't see the sidebar and the device is syncing automatically, you can enable the sidebar from the ITunes Menu - View>Show Sidebar. The. You can click on your device name imder the devices heading, then click on the Summary Tab.
    You can also disable auto syncing in iTunes>Preferences>Devices>Prevent iPods, iPhones and iPads from syncing autonatically.
    I never auto sync and never have. I select Sync Only Checked Songs And Videos in the Summary tab and I can still drag and drop songs. I can also select the albums, playlist, or artists that I want to sync by using this method.

  • How to forward the workitem to next level on Missed Deadline?

    I have enabled Latest End Deadline on a particular task. The requirement is to forward the workitem to the next level approver once the dead line is missed.
    I have tried to use Workflow Wizard Modeled deadline monitoring. It creates few additional steps but it just sets the workflow to obselete. I need to forward the workitem to next level. What needs to be done after the above step so that the work item is sent to the next level.

    Hi Workflow learner,
    I am also learning workflows and I have been asked to create a workflow deadline which will escalate the workitem to the next level approver once the deadline is missed.
    I too created a deadline using the workflow wizard. Next I created a step in the obsolete outcome identical to the main step.
    In this step do I user the rule 168? And how does the workflow look for the superior of the manger who has missed the deadline and not the workflow initiator.
    Thanks
    Forhad

  • For All Those Who Miss The Old Layout After Upgrad...

    So yeah, I feel your pain but I've found a kind of workaround that will give you some of the missing layout features you miss from the previous versions of Skype, including the compact view and opening chats in new windows.
    To do so, follow these steps.
    Log into Skype, (obviously).
    On the page that appears click VIEW.
    Then click on SPLIT WINDOW.
    Then close the second window that appears.
    Please be sure to tell anyone you know about this topic and to reply to keep others aware of the workaround.
    It should also be noted that you'll still be running 6.21 or 6.22, so any changes to the client itself will still be in effect and some of the minor cosmetic changes, (such as borders and colour schemed), will still be present too, but fundamentally it will look and work like previous versions.
    Admin's: please feel free to pin this topic if a great deal of people find it helpful, I definately think that others would be happy with this help.
    Solved!
    Go to Solution.

    There's also a really useful blog article that summarizes how you can tweak the new layout: http://blogs.skype.com/2014/11/13/getting-to-grips-with-the-2014-skype-layout/
    NanaTeppler wrote:
    I just upgraded to version 6.22.0.107. My chat window for IMs now has blue text on a lighter blue background. Now some of us are old and decrepit and find this difficult to see. Is there a way to change the chat area text back to black on a white background?
    Currently there's no option to deactivate the blue chat bubble background, but we've heard the feedback from quite a few users and are looking into how we can improve the readability.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Stop Missed Deadline Notification

    Dear Experts,
    The requirement is as follows:
    When an opportunity doucment is created the workflow has to be triggered to the user( if a particular field is not filled ). That particular field has to be filled with in 2 hours of time. If the field is not filled then the deadline message has to be sent to the Manager.
    Now the following scenarios are working correctly.
    1. Field is filled before save.
        No workflow sent to user and no deadline message for manager
    2. Field is not filled before save.
        workflow triggered to user and if field is not filled for 2 hours deadline message for manager
    But the below scenario is not working.
    Field is not filled before save .  workflow triggered to user. But after 1 hour I opened the opportunity document manually ( Not from workflow Inbox ) and the field is filled. But still the Deadline message is sent for the manager.
    Please help how to stop the latest end deadline message if the field is filled with in the time frame manually.
    Thanks a lot,
    Dhananjay

    Hi,
    Everytime you model a workflow you have to think about how the process can be influenced and will this effect the workflow.
    So in your case. you can change a field through a workitem or without.
    And you want to set deadline monitoring on the workitem, the whole workitem will be invalid when someone has changed it in SAP.
    So you should use a fork 1:2 in one branch the workitem with its monitoring and in the other a wait for event, which monitors the change of that field, you might have to create your own event and control it though field restrictions in change documents.
    Kind regards, Rob Dielemans

  • Missed deadline batch job giving dump.

    Hi All,
    In my PO release  workflow  scenario, deadline is not working . On searching in this forum  I come to know that a batch  job u201CSWWDHEXu201D with step u201CRSWWDHEXu201D  needs to be scheduled with frequency 3 mins, so i did this. Now the issue is no workitem is getting created and the above batch job is also getting cancelled due to error. The error description is as follows :
    Runtime Errors         MOVE_NOT_SUPPORTED.
    Short text
        Conversion from type "D" to "T" not supported.
    Error analysis
        The fields "ABAPFIELD" (type "D") and "<SWC_CONT>" (type "T")
        cannot normally be transported to each other.
    Is there any SAP note to be implemented to resolve this issue ?
    Can anyone help me in resolving this issue . I would greatly appreciate your help.
    regards,
    Trimurty

    Hi Akshay,
    II have copied the Std workflow WS20000075 into a custom one and in the latest end tab, i have selected "Workitem creaton" for Refer Date/Time field and given 5 mins. I have deactivated the workflow in which i have created the containers for date and time and used "Expresion" for latest end and also commented the zmethod in delegated object. Even now also the job is getting cancelled with the same error.
    Any idea why is it happening ?
    regards,
    Trimurty

  • Notify Recipients Via Email for missed deadline:WF

    Hi all,
    My requirement is triggering of email if tasks is not acted upon within two days.
    Can anyody explain how emails can be triggered to user if user hasnt acted upon task withinn 2 days?
    Thanks
    Edited by: sanj_dell on Mar 7, 2012 5:01 AM

    Hi,
    I suppose you are getting notifications to your inbox. If yes, then you could change the setting in transaction SO16 that the system will send the notifications as emails. Anyhow, be careful with this, since this is a global setting and then all notifications will be sent as emails in the system.
    Another option: in the deadline tab, you should be able to change the it as "modeled deadline". This will mean that a new branch will appear into the workflow. And you can add an email sending step into this branch. Probably this is a better approach since you can formulate the email text by yourself and you don't need to worry about changing the global setting.
    Regards,
    Karri

  • Doubts in workflow steps

    Hai,
    I want to use a local workflow in exsisting scenario with minor modification.
    My doubt is In one step(change basic material data field in basic data2 in material master material) i send it one user(user1) with previous step results and he should change the data in specified field and it has deadline monitor.
    if the work item has reached deadline i again send it to new user(user2), at the same time i should get who missed deadline detail and should deativate the unexecuted workitem(user1's inbox)
    and send mail to the new user(user2) with details of previous step results.
    workflow like this:
                   previous step
                   send mail to responsible agent
                   send change material work item
                   the change is not finished again
                    start with sendmail to responisble user
                    step and execution continue        
    how to do this.
    please suggest me.
    thanks,
    Elamaran.

    Hi,
    For your scenario the workflow design should look something like this,
    Note:
    In the workflow container create a variable with length 1.
    Make sure that you pass this variable to all the activities in the workflow. That is from Workflow -->Task.
    Step 1: send mail to responsible agent
    Step 2: send change material work item
    Step 3: The change is not finished again and if changes are successfully done set the variable created in the workflow container as "X" otherwise "SPACE".
    Step 4: Here create a loop until operation step, this activity should check the value of variable created in the container. If it is X come out or send the mail again.
    Design:
    ======
    ACTIVITY LOOP OPERATION
       Step/Activity 1
       Step/Activity 2
       Step/Activity 3
    CHECK the variabl value set in step 3.
    Depending up on the variable teh control is transferred to Step/Activity 1.
    Mail me if you are not clear. Because some parts of Workflow cannot be explained without the screen shots.
    You give your mail ID will send a document on Workflow.
    Regs,
    Venkat Ramanan N

  • Missing ColdFusion Support in Dreamweaver

    I can't say it enough and will continue to post until someone at Adobe listens.
    What Adobe has done is blindly pull the rug right out from under our feet by deprecating support for ColdFusion in Dreamweaver. Dreamweaver has been the one and only application I and thousands of others have used to code, design and FTP websites for years. Some of us have been using Dreamweaver as far back as when Allaire built it specifically to help ColdFusion developers. Dreamweaver offered ColdFusion tag support, a design view when needed, and an efficient way to FTP files.
    It seems what Adobe is telling us now is that Dreamweaver is somehow not the right application for developing ColdFusion websites, but oddly enough the correct one for PHP developers. The only reason I can see that Adobe stripped the support for ColdFusion within Dreamweaver is to sell us CF Builder... which is suspiciously missing from any Creative Cloud subscription. Otherwise there was no real reason to pull support from ColdFusion within Dreamweaver.  
    What's more, it is going to take me and others weeks to learn a new program and that's time most of us don't have to spare. It's enough to keep up with the browser changes. I am a one man shop, as are many who used Dreamweaver, and every minute we use learning a new program instead of building websites is money lost. So Adobe is costing us money.
    The reality for a lot of developers is that we can barely pay the Creative Cloud subscription fees every month, much less purchase a whole new program just because Adobe has forced our hand. I just don't understand why Adobe would drop support for ColdFusion within Dreamweaver when the program was working. It wasn't like the program was broken and the ColdFusion tag support was causing a problem with the program.
    All Adobe has done is caused ill will towards their company and probably many developers to go out of business, at the least lose money when the economy is so tight. Thanks Adobe, for nothing.

    You can, relatively easily, put the rug back in place. Since you're a CC Subscriber, you can move back to a previous version of DW through the Creative Cloud Desktop App...
    Open the CC Desktop App
    Click Apps tab
    Scroll down to filters and versions
    Click previous versions
    Download and install an older version of DW
    From there, use the older DWCS6 until you have the time and inclination to learn CF Builder or move to another non-Adobe application. There's no reason to sit and struggle with the new non-CF version of DW CC, blow billable hours and miss deadlines due to training.
    As far as I've seen, there is no plan to bring any CF support back into DW. Adobe's plan is to move people to the perpetual license CF Builder instead.

  • Error in Schedule Background Job for Deadline Monitoring of swu3

    While Auto Customization swu3 i am getting error message 'Output device "" not known' in 'Schedule Background Job for Deadline Monitoring'
    Please advice what could be cause of it

    the earlier problem of background job was solved by changing the  output device assigned to user wf-batch .
    regarding the transport request :
    when i was trying to execute the step : "Schedule bakgrd for missed deadlines " MANUEL it was giving me an option of SAVE AND SCHEDULE . which was creating the transport request . but when i executed it automatically it worked fine without asking a request to me ... i don't know why )-: ... probablly we can specify a different interval then the standard of three minutes and which will be transported (it's just a guess) . i have  executed it  automatically ...
    well thanks all for u r help

  • Alert notification configuration for Deadline

    We are in SRM7.0. For Sc and PO,I have to send alert when the workitem is not processed for 48 hours. I did the configuration in SPRO. The system is trying to send the alert. Whne I check the log in SLG1, it is giving the error message as 'No alert category found'.
    When I check the SOST, I see mails with subject 'Alert could not be delivered. Please check document &OBJECT_ID&'. All are in
    error status. The send method used is 'RML'. I could see the message 'Cannot process message, no route from <user1> to <user2>.
    In SCOT, there is no node created under RML.
    Can anyone help me in configuring this alert notification for deadline?
    Thanks,
    Sivagami

    Hi
    Did you Verify your configuration in IMG > Application Server>Basis Services-->Generic Business Tools --> Alert Management
    These configurations are required for you to set up Deadline monitoring
    1. IMG activity Define Transaction Types
    2. IMG activity Define Events
    3. IMG activity Define Alert Categories - In the event schema the alert categories are assigned as Subcategories only to events that are to generate alerts. They determine the recipients and the subscribers  ( Subscription) and also the short and long text of the alerts. SRM supplies a predefined alert category for the relevant object type in the classification SRM Alerts and you can copy and modify this.
    This is done in Event Control for the Object TYpe and Event Schema Combination in Deadline Monitoring COnfiguration under Process Controlled workflow configuration. Make sure each event which you are scheduling is having a Event Category and Subcategory of the Event. Seems you are missing something here.
    For more information, see the Help Portal under
    http://help.sap.com/ -> SAP R/3 Enterprise, Release 4.70 -> SAP-NetWeaver Components -> SAP Web Application Server -> Basis-Services / Communication Interface -> Business Workplace and Services -> Alert Management -> Alert Category
    4. Then you schedule Background job for generating Deadline Alerts. Job SWWDHEX is schedule for this purpose. This is done in Automatic Workflow Customizing(SWU3) --> Maintain Runtime Environment -->Schedule Background job for Missed Deadlines
    See also
    Note 1051787 - SRM notifications not displayed in UWL
    Regards
    Virender Singh

  • Deadline path not reachable...

    Hi All,
    I have created a PR workflow in which i am sending a workitem for overall release. I have set the modeled deadline for the same to 2 minutes. But it is not flowing into deadline branch even after 30 minutes. What can be the reason for the same?
    Please advice.
    Regards,
    Guddan

    Hi
    please check in the transaction SWU3
    probably the configuration for Schedule Background Job for Missed Deadlines is not configured

Maybe you are looking for

  • Closing stock with selling price

    Dear Experts I am using the below query to get the instock with value but its not giving option of datewise report.Can anybody modify my query so i can get Instock and value by datewise report.So any point i can see what was the instock and its total

  • Why is there a 4450 error message coming up and i can't burn cds???

    I will try to burn a playlist to disk, but when i start to burn a CD, it stops in the middle and says something about a 4450 error. I've been through several blank CDs and have tried to fix it by doing all the steps iTunes recommended, but nothing's

  • Dead stock  or slow moving items reports

    tell me any standard report t.code  for dead stock or slow moving item..? actually in our system  mc50 is not working...in selection field it pick only one material ..not by material  group so how i  can get the dead stock report? Regards Rekha sharm

  • Ignoring negative values at summary level

    Folks, I have a number of branches that have a number of customers each. I want a report at branch level (no customers detail in the report) that will ignore any negative values. i.e. Branch 1...Cust 1...10 Branch 1...Cust 2...-20 Branch 1...Cust 3..

  • Is it possible to Lock just one column value in a row?

    Is it possible to Lock just one column value in a row A Java Developer has just asked me if it is possible to Lock just one column value in a row in Oracle select ename from emp where empno=7369 for update; EMPNO ENAME      JOB              MGR HIRED