Due date Notifiaction of Action.

Hi All,
I am having a scenario where an action has to keep on hold for certain time and if that action is still on hold even after given time
a notifiaction mail has to send the user saying request has to be completed.
Can you please tell me how can i change dead line of the notification.
i followed following threads.
[http://help.sap.com/saphelp_nwce10/helpdata/en/44/9a3276a5726573e10000000a11466f/content.htm]
but i am getting null for notification instance.
I will perform an action (Action1) to hold the action(Action2)
Action1->Action2(Hold)
Where should i write the code for changing the deadline.
Please help me regarding this.
Regards,
Rajesh N
Edited by: RAJESH NIMMAKAYALA on Aug 13, 2009 12:39 PM

Hi Rajesh,
First of all go thru this thread.
Action Due Date Problem
I have installed the patch and tried again. It's working there after.
Code For your reference:-
Write the code on execute method of Action2. Make it sure Due date is assigned to action2 with defualt values (in minutes).
String processID,currentActionID;
IUser user = UMFactory.getUserFactory().getUser(executionContext.getInitiator());
userContext = GPContextFactory.getContextManager().createUserContext(user);
processID = executionContext.getProcessId();
currentActionID=executionContext.getTaskId();
IGPActionInstance currentAction = GPProcessFactory.getRuntimeManager().getActionInstance(processID, currentActionID, userContext);
IGPDuration duration = GPNotificationFactory.createDuration(10,IGPDuration.DURATION_MINUTE  );  // Duration is set for 10 minutes
IGPDeadline deadline = GPNotificationFactory.createDeadline( IGPDeadline.DEADLINE_FROM_ACTION_START,duration, currentAction.getActualStartDate().getTime(),0); // New Deadline is created for 10 minutes from action start
IGPNotificationManager notificationManager = GPProcessFactory.getNotificationManager();
Enumeration notifications = currentAction.getNotificationInstances();
IGPNotificationInstance notification = currentAction.getDueDateNotification();
             if(notifications.hasMoreElements())
                       while (notifications.hasMoreElements())
                            notification = (IGPNotificationInstance) notifications.nextElement();
                             if(notification.isDueDateNotification())
                               String processInstanceID = notification.getProcessInstanceID();
                                 String notifID = notification.getNotificationID();
                                 notificationManager.updateNotification(processID, currentActionID, notification.getNotificationID(), deadline );    // This will update the deadline of Due date notification (Update the new time (10 min) with the default design view time ). For this example you need to set due date in terms of minutes.
After opening action2 you will be able to see new deadline. Hope it's helpful.
Regards,
Pratik Khandelwal

Similar Messages

  • OAB - Certifications : Action Item Due Date

    Hi,
    Does anyone know how to setup Due Date for the Action Type based on certain conditions?
    For eg
    Birth Certificate - 3 Months
    Marriage Certificate - 45 days etc
    Thanks in advance

    Hi,
    Thanks for the reply. Yes I am doing the same setup, but I would like to know is there any way to have more than one due date in the action items. This is for Dependent Certifications, currently the set-up in Program Enrollment Requirements - > Dependent Coverage - > Plan Type -> Dependent Change of Life Event -> Change of Life Event Certifications and set-up actions in the action Type window in the Program Enrollment Requirements screen
    For e.g.
    Dependent Certification Required - Birth Certificate - Due Date 06/30/2009
    Dependent Certification Required - Marriage Certificate - Due Date 07/31/2009
    etc
    Likewise there are many certificates involved; Depending on Life Event, Relationship Type and other conditions it will vary. Please let me know if there are any ideas.
    Thanks

  • How to set the Due Date for action in GP

    Hi Experts,
    I am trying to set date for each and every action in GP. Please help me out for that. I have tried it through setting the due date in the action and in process also. But its not working. So, kindly give me step by step process.
    Steps which i have followed :
    1. Created an action
    2. selected Due date tab
    3. Unable to find the callable object to attach with the action.
    Can you please tell me where i am wrong?
    Regards,
    Nutan
    Edited by: nutan champia on Apr 1, 2008 11:25 AM

    Hi Experts,
    Please help me out.  I am using the Defining and configuring notification in the below mentioned link.
    http://help.sap.com/saphelp_nw70/helpdata/en/93/a45542f156be30e10000000a155106/frameset.htm.
    I am following the steps mentioned in the document but unable to proceed after selecting the Due date tab under the action/ process properties. Callable objects are not visible here. Whether I have to do some changes in the callable objects. Please guide.
    Regards,
    Nutan

  • Setting Guided Procedure Task Due date in UWL

    All,
    Currently UWL is configured to show the tasks related to GP.
    My question is how do we set the "Due Date" in UWL task View ( remember i am not talking about Due Date tab in GP). I want that the task that gets posted in UWL should have a due date. Now i have configured the Due date for the action(in Due date tab) but i don't see it when i login in UWL for this particular task.
    Help will be greatly appreciated.
    Thanks
    Pravin

    Hi George,
    I need some help.
    My scenario is to set Duedate in run time to a Action.
    Like:
    Action1->Action2
    I am setting a Duedate Notification for Action2.I am selecting Type of DueDate Notification as Date and selected some date.I need to change this Duedate Notification Date in runtime through context data
    of Webdynpro CO
    I am approaching as follows:
    1)Created a Background CO (I wrote a logic to change the duedate and I achieved it)
    2)Assigned this Background CO to Action2 Notification(On Assign).
    I checked in NWA the duedate of the action is changed.But in UWL screen its showing same old DueDate.
    Please guide me in a correct way.
    I will be very thankful to you If any suggestions.
    Regards,
    Rajesh N

  • WLI 7.0 Question about Set Task due date action

    Hi,
    I am trying to manage time out issue efficiently and, as described in the
    WLI documentation, the
    timeout has to be design with a dedicated path with, as the first task, a
    set task due date action.
    I was wondering about the timeout of this task due date...
    How can I stop this action before the end of the 'due date' without deleting
    the instance associated to my workflow ?
    Do you have any advice ?
    Thanks
    Alexandre

    HI,
    Customizing the Task List
    You can customize the column headers or search for required tasks by clicking on Customize Table Header. The option allows you to specify the columns to be showed in the list table, to provide the sorting order, and to set the page size. The sorting order could be complex with option to provide multiple columns for sorting and the order (ascending/descending) for each of them.
    To create a custom query and search for tasks:
    1.In the Task List page, click Customize Table Header.
    In the Construct a Custom Query form, specify the search criteria by specifying any of the following values.
    2.Enter the task name. You can use the * character at the start or the end of the name.
    3.Enter the task ID. Separate multiple values using comma.
    4.Select the check box against the Administration and Working state of the task.
    5.Enter any comment. You can use regular expression.
    6.Enter the priority range.
    7.Enter the Assignee, Owner, or Claimant names.
    8.Specify the completion due date range.
    9.If required, select the Include tasks with no completion due date check box.
    10.Click Apply.
    All tasks that match the specified criteria are displayed in the Task List page.
    To customize the table header:
    1.In the Task List page, click Customize Table Header. The Construct a Custom Query form appears.
    2.In the View form, select the columns that you want to view in the Task List page.
    3.Select the Preserve Search Criteria check box to retain these details for the current session.
    4.Select the maximum number of search results that should be displayed on the page.
    5.Select the number of rows that should be displayed in the page.
    6.Click Apply.
    The view in the Task List page is updated based on the current settings.
    Using this option you can set the completion due date
    Hope this information will help you solve the issue.
    Regards,
    Kal.

  • How to access an action's Due Date through the GP API

    I'm new to the GP API, and I would like to know how can I get/set an action's due date and notifications at runtime.
    Is it possible to create new actions and attach them to a process?
    Thanks in advance

    Thanks for your reply. You know? I already looked at those documents before, but I couldn't find the right API to acomplish my requirement.
    What I've found over and over is how to retrieve the notifications belonging to the process. But these are not the notifications that I need. Like the post's title reads, I need the <i>Activities/Actions</i> notifications.
    I read there's a method in the <i>NotificationManager</i> API to do so, but so far I've only manage to get a <i>NullPointerException</i>
    Here's the code:
    String processId = executionContext.getProcessId();
    String activityId = executionContext.getTaskId();
    IGPNotificationInstance notificationInstance =
            ntfm.retrieveNotification(
                    processId, activityId, notifId);
    String idNotificacion = "";
    if (notificationInstance != null) {
        deadline = notificationInstance.getDeadline();
    The notification ID comes from watching the faulty notifications in the queue manager (so it's hard-coded)
    It doesn't matter what property/method I try to access from the <i>notificationInstance </i>object. I get a <i>NullPointerException</i>.

  • Specific Due Date Syntax for Create Task Workflow Action

    I'm looking for a formula which will create a monthly due date on a specific day of the month (ie 1st or 15th). I have figured out a way to create recurring activities through workflows by adding a recuurence picklist but I currently only have monthly recurrences as Today()+30 which works but is not as clean as a monthly task that occurs on the 15th of every month.

    Record Type=Activity
    Event=When modified record saved
    Workflow condition=FieldValue('<Type>')='To Do' AND FieldValue('<plRecurrence_ITAG>')='Every 30 days' AND FieldValue('<Status>')='Completed'
    Actions=Create Task
    Recurrence picklist is a required field and is chosen be the end user upon creation of the original activity (Type=To Do). The duplicate activity is created upon completion (see condition) and now the end user has a recurring task due 30 days out. this future task has the recurrence in the subject (since the recurrence field cannot be defined in the workflow action) and the end user is prompted by the system to complete the activity record (choose a recurrence) upon trying to save the record as complete or by clicking the "Mark as completed" button. Thus the cycle is repeated.
    All I'm trying to figure out is instead of having the formula [<DueDate>]+30 in the Due Date* field within the create task workflow action, I'd like a formula that can choose a specific day of the month. I've tried combinations of cast, concat, timeframe, month, year...expressions to give me the date value I'm looking for (ie 4/15/2011) but I can't get the syntax to work. all I need is that syntax that can provide a specific date (4/15/2011) derived from the due date.

  • How to change actions due date

    Hi Experts,
         How can I change actions due date through gp api.
    Regards,
    Pratik Khandelwal

    Hi Christiaan,
    You can refer this link
    http://help.sap.com/saphelp_nwce10/helpdata/en/44/9a32cea5726573e10000000a11466f/frameset.htm
    Regards,
    Pratik

  • Action due date problem on CE7.1SP5

    Hello Everyone,
    Please help me on this.
    I am assigning due date to a process {@process level} in design time.
    Run the process.
    Check the details of this process instanace in nwa.
    What I have observed that the due date given at process level becomes due date of all the actions inside the process.
    thats ok.
    Now I just assign due date to a particular action {action level not at process level}.
    Start and checked the process instance details and what I have observed that the due date is empty {Even for that action}.
    Due date cannot be seen here.
    If due date is assigned to an action why it's not showing due date?
    Currently I am working in CE 7.1 SP5.
    I tried same thing on NW04s 7.0 SP14. There its working? What colud be the reasons?
    Regards,
    Pratik Khandelwal

    Hi George,
         Thanks for the reply. I am facing one more problem related to this.
    I want to retrieve due dates of all the actions. I tried it by using gp api's.
    I am sucessful in retrieving process level due date but I can't able to retrieve due dates of actions. Is this because of that bug?
    What I mean "Is due date/notifications can be assigned to actions in 7.1 or it just support at process level".
    Regards,
    Pratik khandelwal

  • Error while changing due date deadline

    Hi,
    I am trying to change due date deadline of an action. I am getting this error. Please see if you can help me on this?
    I don't think this error is from my code.
    <p>
    <b>Root Cause</b>
    The initial exception that caused the request to fail, was:
       com.sap.caf.eu.gp.base.exception.InvocationException: Impossible to define a start date.
        at com.sap.caf.eu.gp.model.pfw.util.Deadline.setStartDate(Deadline.java:209)
        at com.sap.caf.eu.gp.model.pfw.notification.NotificationQueueItemsPersistence.retrieveDeadline(NotificationQueueItemsPersistence.java:912)
        at com.sap.caf.eu.gp.model.pfw.notification.NotificationQueueItemsPersistence.retrieveNotification(NotificationQueueItemsPersistence.java:850)
        at com.sap.caf.eu.gp.model.pfw.notification.NotificationQueueItemsPersistence.retrieveNotifications(NotificationQueueItemsPersistence.java:1032)
        at com.sap.caf.eu.gp.model.pfw.notification.NotificationManager.retrieveNotifications(NotificationManager.java:563)
        ... 135 more
    <p><b>
    Detailed Error Information</b>
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exception was thrown in preprocessing phase of application session ApplicationSession(name=com.sap.caf.eu.gp.ui.rt.Runtime, id=qFEa9dPuRZ1jAYyFzhCxAAECkPW7TnlHbbTL4aP4cq5Q/pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance2/sap.com/cafeugpuirt/Runtime/base/). The causing exception is nested. RID=1dda6030410b11dead950050568f296d
    <br>  at com.sap.tc.webdynpro.clientserver.session.ClientSession.doPreprocessing(ClientSession.java:650)
    <br>  at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:225)
    <br> at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:231)
    <br>  at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:205)
    <br>  at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
    <br>  at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
    <br>  at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
    <br> at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
      <br>at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:93)
      <br>at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:105)
      <br>at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.dispatch(ApplicationHandle.java:320)
      <br>at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
    <br> at com.sap.tc.webdynpro.portal.pb.impl.LocalApplicationProxy.sendDataAndProcessActionInternal(LocalApplicationProxy.java:1043)
      <br>at com.sap.tc.webdynpro.portal.pb.impl.LocalApplicationProxy.create(LocalApplicationProxy.java:259)
      <br>at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1563)
      <br>at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:390)
    <br> at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:628)
      <br>at com.sap.portal.pb.PageBuilder.wdDoApplicationStateChange(PageBuilder.java:330)
      <br>at com.sap.portal.pb.wdp.InternalPageBuilder.wdDoApplicationStateChange(InternalPageBuilder.java:166)
      <br>at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doApplicationStateChange(DelegatingComponent.java:222)
    <br>  at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doApplicationStateChange(ClientComponent.java:633)
    <br> at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doApplicationStateChange(ClientApplication.java:693)
    <br> at com.sap.tc.webdynpro.clientserver.phases.ResumePhase.execute(ResumePhase.java:65)
    <br> at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:161)
    <br> at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:109)
    <br> at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:96)
    <br> at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:469)
      <br>at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)
    <br> at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1431)
      <br>at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1251)
      <br>at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:158)
    <br> at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppProcessing.doService(DispatchHandlerForAppProcessing.java:35)
    <br> at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
    <br> at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
      <br>at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:114)
    <br> at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:81)
      <br>at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:507)
      <br>at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:527)
      <br>at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:458)
    <br> at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:249)
      <br>at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:699)
      <br>at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:231)
      <br>at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:231)
    <br> at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:205)
      <br>at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
      <br>at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
    <br> at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
    <br> at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
    <br>  at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:93)
    <br>  at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:105)
    <br>  at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
    <br>  at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:61)
    <br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    <br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    <br>  at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
    <br> at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
    <br> at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
    <br> at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
    <br> at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    <br> at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
      <br>at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
      <br>at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
      <br>at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
    <br> at com.sap.engine.se
    Edited by: Pratik Khandelwal on May 15, 2009 7:01 AM
    Edited by: Pratik Khandelwal on May 15, 2009 7:02 AM

    Dear Prathik,
    Please share me how you have change deadline in runtime for notification.
    can u plss share the code and procedure it will be very thankful to u.
    Rajesh

  • How to call Background CO in Due Date

    Hi All,
                We have a scenario, where we need escalate a workitem from one person's UWL to another person's UWL.. The Escalation has to happen only when the due date is reached.
                 Notification CO is working fine with respect to our scenario, but we want to call a webdynpro background CO there. when we try to call Webdynpro CO, no action is happening.
                  What is the reason behind this?. Is there any work around for this?
    Regards,
    Krishnaveni.

    Hi Krishnaveni,
    Only background callable object can be used for notifications and due date. You need to put the implementation of your callable object, which implement the IGPBackgroundCallableObject interface in a library like for any other background callable object.
    I'm not sure that a Web Dynpro background CO can exists because of the layering and class loading issues.
    To be sure that it works, you can test the background callable object in standalone mode in the Design Time.
    Hope this helps,
    Best regards.
    David

  • How to set SPD workflow to send email one day before the Due Date? ?

    I need to add a step in workflow for a item tracking list: send reminder email one day before the due date.
    I thought there is an Action in SPD: wait for [Due Date] to equal [Today]minus one day
    But there is no way to do that.
    I figured may be I need to create a calculated field [cal-date] that set to: =[today] plus one day.
    Then in workflow -
    wait till [Due Date] is equal to [cal-date], and send an email
    What is the formula for the above calculated field [Today] plus one day?

    Hi,
    You can add an approval action( such as Start Approval Process) -> click "Approval" -> go to “Change the behavior of a single task” . Then you will
    see the "When Task expires" stage.
    You can have a look at the blog:
    https://www.nothingbutsharepoint.com/sites/eusp/Pages/5-Steps-to-Enhance-SharePoint-2010-Approval-Workflow.aspx 
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers
    if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Eric Tao
    TechNet Community Support

  • Ical..... Sort items by due date

    I always like to see my tasks deadlines. so I always like to sort the items by due date in the list the "To Do Items". My point is when I updated something I always need to click the option and sort items by due date again. Can I do that action with an special command instead to used the click option?
    Thank you

    More information about my problem:
    I have setted my field under environment  > sort fields > dunning notice items
    New sort variant 50 u2013 for a test have tried the
    Sequence 1 u2013 budat
    Sequence 2 u2013 bldatu2026 (not necessary for test only )
    Also under environment I have changed the company code datau2026
    As:
    Comp code     Sort MHNK          sort MHND
    K1 (unchanged)     50 (new u2013 changed)     
    But still the dunning print will not react to the settingsu2026

  • Not able to see assigned due date in UWL

    Hi,
    I am trying to use the u201CDue dateu201D feature of GP.
    I am doing this in "Due Date" tab of the Action. Here I am giving date and assigning background CO to it.
    Now when I run the process due date should be shown in UWL. But I can't able to see assigned  Date in UWL(Due date Column)
    I am using CE7.1
    What may be the problem?

    Thanks Andres,
         I already got this but forget to close.
        For the community people I am pasting that note key area
    <B>
    REASON: CODING ERROR in UWL GuidedProceduresConnector.
    Affected versions:
    SAP NetWeaver 7.0 (formerly named 2004s) SP 00 to SP 12, Patch 3
    SAP NetWeaver CE 7.1 SP 00 to SP 05, Patch 1
    Solution
    The issue is cleared in these deliveries:
    SAP NetWeaver 7.0 (formerly named 2004s), Software Component SAP-EU, SP 12, Patch 4
    SAP NetWeaver CE 7.1 , Software Component GP-PP, SP 05, Patch 2
    </B>
    See http://service.sap.com/sp-stacks -> SP Stack Schedule -> for details and updates).
    Edited by: Pratik Khandelwal on Feb 18, 2009 8:28 AM

  • Due date update using GP APIs?

    Hi all
    I am working on the Due date update using GP APIs, I have done it at the "process" level. However I dont know how to trigger it at an activity level using GP APIs.
    Please tell me how to gain access to the Activity (Action) instance of the next processor from the current one? I have set the Due date statically at the process and activity level. Now I wish to allow the user to change the due date dynamically using GP APIs at the <b>activity</b> level.
    Ideas pls......
    regards
    LNV

    An other one!! I have set the due date manually in the process yet I dont see it in the UWL. Any thoughts on this? Thanks again.

Maybe you are looking for

  • Programme written in 6.1 is not writing to file in 7.0

    The programme written in 6.1 was designed to write data into file but i have installed labview 7.0 now and the same programme is not writing to file.

  • Volume Sales by KG

    Why field volume sales by KG is not capture figure any SKU such as FGDIHDV1950S3TH00, FGHQ1RG0400TNTH02 and FGHQ2RG0400TNTH02?

  • I need to download Acrobat XI pro "again"

    I purchased Adobe Acrobat XI pro student edition online in March 2013. The computer I downloaded it onto malfunctioned and I need to download it again. How do I do this? My account name is: [email protected] and the order number is: AD002842089EDAU

  • Photoshop Elements 8  The organizer refuses to load.

    All I get is an error message stating "Adobe has detected that the appilcation Elements Organizer has unexpectedly quit." I first encountered this error after trying to creat an album using Shutterfly.  Shutterfly seemed to "hang up" when calling in

  • Clustering with WLBS

    Has anyone configured Microsoft Win2K as the load balancer for a WLS 6.1 cluster?           The configuration would be a 2 node WLS cluster, each node is configured with WLBS. I'm hoping to make this work as an alternative to a hardware load balancer