Task execution (UWL)

Hi all,
it's my first posting;-)
<p>
I have a problem when I want execute a task which is a part of a business process developed with NetWeaver   . I deploy a process with 1 task on the server, the task appears in the task list of the user but I
have an error when I execute it. A new window appears with the following error :
</p>
<code>com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exception was thrown in preprocessing phase of application session 87hHDdRekBFirEdLwOsEMQpNr2teJyTlnE5o1dT54w. The causing exception is nested. RID=0fc275a033f511deb54e001e4cf4c26f
  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:545)
  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:307)
  at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:314)
  at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:84)
  at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:60)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
  at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
  at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:374)
  at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:194)
  at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:438)
  at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:427)
  at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:67)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:258)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
  at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
  at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
  at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
  at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
  at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:364)
  at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:257)
  at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:46)
  at com.sap.engine.core.thread.execution.Executable.run(Executable.java:110)
  at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
Caused by: com.sap.tc.webdynpro.services.exceptions.ApplicationFaultException: wdInvokeEventHandler: exception thrown in this user coding area
  at com.sap.tc.webdynpro.progmodel.generation.DelegatingWindow.invokeEventHandler(DelegatingWindow.java:125)
  at com.sap.tc.webdynpro.progmodel.window.ViewController.invokeInboundPlugHandler(ViewController.java:446)
  at com.sap.tc.webdynpro.progmodel.window.InterfaceView.invokeInboundPlugHandler(InterfaceView.java:173)
  at com.sap.tc.webdynpro.clientserver.cal.NavigationManager.processInboundPlugQueue(NavigationManager.java:289)
  at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:589)
  at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doPreprocessing(ClientApplication.java:1358)
  at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:542)
  ... 41 more
Caused by: com.sap.tc.webdynpro.services.exceptions.ApplicationFaultException: wdDoInit: exception thrown in this user coding area
  at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:164)
  at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:227)
  at com.sap.tc.webdynpro.progmodel.components.Component.initController(Component.java:256)
  at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:206)
  at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:414)
  at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:294)
  at com.sap.tc.bpem.wdui.taskinstance.Utils.createComponent(Utils.java:66)
  at com.sap.tc.bpem.wdui.taskinstance.taskexecution.TaskExecution.initializeTaskApplicationComponent(TaskExecution.java:513)
  at com.sap.tc.bpem.wdui.taskinstance.taskexecution.TaskExecution.initializeTaskUI(TaskExecution.java:347)
  at com.sap.tc.bpem.wdui.taskinstance.taskexecution.wdp.InternalTaskExecution.initializeTaskUI(InternalTaskExecution.java:205)
  at com.sap.tc.bpem.wdui.taskinstance.taskexecution.TaskExecutionWindow.onPlugDefault(TaskExecutionWindow.java:168)
  at com.sap.tc.bpem.wdui.taskinstance.taskexecution.wdp.InternalTaskExecutionWindow.wdInvokeEventHandler(InternalTaskExecutionWindow.java:120)
  at com.sap.tc.webdynpro.progmodel.generation.DelegatingWindow.invokeEventHandler(DelegatingWindow.java:121)
  ... 47 more
Caused by: com.sap.tc.cu.base.java.api.exception.CUConfigurationException: Failed to initialize the configuration com.sap.tc.bpem.config.cuui.BPEMCUUIConfig
  at com.sap.tc.cu.base.java.curt.CURTServices.getConfiguration(CURTServices.java:81)
  at com.sap.tc.cu.base.java.curt.CURTServices.getUIDispatcherService(CURTServices.java:59)
  at com.sap.tc.bpem.wdui.appcontainer.containercomp.ContainerComp.wdDoInit(ContainerComp.java:180)
  at com.sap.tc.bpem.wdui.appcontainer.containercomp.wdp.InternalContainerComp.wdDoInit(InternalContainerComp.java:122)
  at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:161)
  ... 59 more
<b><br/>
Caused by: javax.naming.NamingException: Error occurs while the EJB Scheme Context Factory trying to <br/>resolve an EJB with scheme ejb:/interfaceName=com.sap.tc.cu.base.java.config.api.IConfiguration,<br/> beanName=com.sap.tc.bpem.config.cuui.BPEMCUUIConfig. Check server's trace files for more details.<br/>
  at com.sap.engine.services.ejb3.runtime.impl.JNDIejbResolverContext.lookup(JNDIejbResolverContext.java:125)
<br/>
  at javax.naming.InitialContext.lookup(InitialContext.java:392)
<br/>
  at javax.naming.InitialContext.lookup(InitialContext.java:392)
<br/>
  at com.sap.tc.cu.base.java.curt.CURTServices.getConfiguration(CURTServices.java:79)
<br/>
  ... 63 more
</b>
</code>
<p>
I guess, it misses an EJB and the lookup fail, is it possible ? I work with the eHP2.
</p>
Thanks,
Stephane.

Sorry for this post, I'm in the wrong section.

Similar Messages

  • How to remove options in context menu of the task in UWL.

    Hi,
    How to remove options or customize the context menu of the task in UWL.
    I have 4 options(Edit,Remove,Forward,Resubmit) is appearing in the context menu.
    My requirement is to delete Forward option form the menu list and only 3 options
    should appear in the list.
    Can anybody suggest where to change?
    Thanks,
    Vikas

    Hi vikas,
    Go to System Admin ->System Config->UWL Admin.
    select your system alias.
    Click on Click to Click to Administrate Item Types and View Definitions.
    Select your UWL configuration.
    Download DTD as well as XML file through Download Configuration.
    Then you can edit the xml file using XML spy editor or anyone.
    to upload go back to the same page and select the tab...Upload new configuration.
    Do not forget to clear the cache after upload.
    Hope this helps you.
    Regards
    Atul Shrivastava

  • Handle to a BPM task in UWL

    Hello UWL Experts,
    This is a follow up thread to the question that I have already posted in BPM forum [Handle to a Task in BPM;. The attempt here is to check if this issue could be simply solved in the context of UWL / rather than BPM.
    Here goes the actual problem description.
    1. There is a BPM process which parallely triggers the creation of a task (in UWL ) and creation + sending of a custom email form (HTML form containing the same task data) to a user at the same time.
    2. If the user approves the task from Email (instead of logging into Portal / UWL), how to automatically close the task in UWL.
    On capturing this event can I use any UWL API to close the UWL task? Will a custom UWL connector help in closing this task in UWL.?
    Any pointers will be highly appreciated.
    BR,
    Bala

    CE 7.2 provides Adobe forms for this and that would solve the problem. Also, the close task event could be triggered in CE 7.3. But in CE 7.1, there is no solution for this.

  • BCS Task execution tracking

    Hello experts,
    I have a question regarding tracking task execution in BI-BCS.
    My client has a large structure of more than 100 companies. They all use BCS solution on BI7 to load data, perform reclassifications, validations, balance carry forward, sign-offs, etc... during each reporting cycle.
    As time during reporting cycles is crucial, the Group reporting team would like know the progress - they would like to track how many companies executed each task:
    - how many loaded data,
    - how many run reclasses, etc...
    Does BCS have any mechanism to provide these statictics? If not, maybe it's possible to build report (either BEx or ABAP program), but where the tasks statuses are stored? Any idea what's the table name where status of each item from task hierarchy is stored?
    Kind regards,
    Roman

    Hi Eugene,
    Many thanks for your reply!
    Yes, every company enters its own data, runs tasks through Consolidation monitor. And the status of each task is displayed for this particular company.
    However, as a Group controller, I would like to see the summarized progress report from all companies. Example - let's assume we have 108 companies in total. The report should show number of companies that executed each task:
    Tasks:   |   Company count
    |----
    Task 1   |   90
    Task 2   |   40
    Task 3   |   39
    or precentages (eg. 80% of companies executed task 1, 35% executed task 2...)
    or another way - BEx report with drilldown by company code per each task:
    Tasks:   |   Company
    |----
    Task 1   |   3001
                 |   3003
                 |   3014
                 |   3015
                 |   3020
    Task 1   |   3001
                 |   3014
                 |   3015
    Task 3   |   3001
    or anything else that would summarize where are we in terms of data preparation in current reporting cycle.
    Any ideas?

  • Can Non SRM users approve SRM task from UWL ?

    We have a requirement where certain task approvers who do not belong to SRM application hence they can not access SRM directly. But task item is available for there approval in Universal Work List. Can they approve the task from UWL. If not what we need to do so that non SRM users can approve task from portal Universal Work List
    Thanks and Regards
    Sudhir

    Answered in SRM - Shopping Cart Forum.

  • Configuring "auto" revoke of BPM task execution

    Hi All,
    I need to implement something to do an "auto" revoke of a task when the user exit from "task execution" view without using revoke+close button.
    Someone can help me?
    Thanks in advance.
    Edited by: g.agnelli on Apr 11, 2011 2:41 PM

    Hi,
    unfortunately this is not possible today. However it is planned to extend the API in future releases, so that you could programmatically call a revoke method. But again, this is not available in the current release.
    Regards,
    Christian

  • Can't Open Task in UWL EP7.0

    Hello Portal specialist,
    I have a question about UWL as i mention in the subject, why i can't open task in uwl ep7? is it something missing and should be implemented (such us support package)? or maybe i should add some role object?
    Please guide me.
    Many thanks in advance for u r help.
    Drikavide

    Some other information, maybe inportant and helpful.
    Yesterday I wanted to fix tehe problem myself and I made reinstalation PS Elements 6.0 from my original CD.
    Nothing new! Doesn't work!
    Than, I instaled this PS E 6.0 on the other computer. And .... the same error!
    Its funny and interesting why it happens between 2013 & 2014 ?!

  • Group Task by UWL

    Hi All,
    I want to allow users to group by task in UWL instead of getting a list of all workitems awaiting their approval.
    Does anybody know how to create a Dropdown containing group by task in UWL?
    Thanks,
    Yossi

    Hi
    Yes, i have found the xml from both the Portal and compared using NWDS. But find no difference.
    The XML file has same word to word contents , i have also downloaded, deleted and re-uploaded the files, but no good results as the filter is not appearing...
    Vijay Kalluriwrote:
    <AllowedFilters>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
              <Expression name="status" value="NEW" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
              <Expression name="status" value="INPROGRESS" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
              <Expression name="dueDate" value="Today" comparator="Equals"/>
            </CompoundExpression>
            <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
              <Expression name="dueDate" value="Today" comparator="LessThan"/>
            </CompoundExpression>
          </AllowedFilters>
    Hope this is Help full for u,
    Regards,
    Vijay Kalluri

  • Task executions in multi server environment

    Hi All,
    I have a question regarding the task execution in a multi-server environment.
    Below is the scenario:
    We have two SIM applications: one for intranet users (employees and contractors) and one for extranet users (customers). Both these applications point to same database repository.
    Intranet : idm-intra.ear ( this is deployed on IntraServer1 and IntraServer2)
    Extranet: idm-extra.ear ( this is deployed on ExtraServer1 and ExtraServer2)
    And both share same repository WAVESET.
    Now we are deploying some request workflows for intranet users. In our case even the extranet application can see these tasks.
    My question is: if I triggered a request workflow from intranet application and it is pending for approval and when it times out, is there a chance that this workflow is executed by the "extranet" application?
    Thanks,
    kIDMan.

    The answer to your question is yes. If you go to the Configure>>Server tab in the admin console on any of these instances of IdM you should see all four instances. An easy way to test this is happening, is to enable workflow tracing and launch a couple of request from IntraServer1. IdM will try to distribute the work among all the servers it knows about so you'll see portions of the flow within the workflow traces on the individual servers. Well maybe it's not an easy thing to test because it's a timing issue.......
    I had an issue recently in which the guy doing the build to the QA environment messed up and pointed the QA IdM instances to the DEV repository. We were doing some testing of some flows on DEV and they were being executed on the QA IdM instances and bombing out with ClassNotFound errors because the QA environment was not build out completely/correctly. So even though the requests were being launched from the DEV instances they were being executed on the QA instances.
    There is a feature that is supposed to let you restrict which workflows run on which servers. If you go to the admin console and click on Configure>>Servers choose a server and click on the 'Scheduler' tab and then check the 'Task Restrictions' checkbox. From here you can restrict which workflows run on which servers. But my suspicion is that this doesn't work correctly (based on some testing I was doing on 7.1)....might want to test it out....Hope this helps.

  • Trying to open a task in UWL, system shown an message

    Hi Frineds
    While trying to open a task in UWL, system shown an message
    SSO logon not possible; invalid host name for issuing cookie
    Choose "Logon" to continue A dialog box appears in which you can enter your user and password
    No switch to HTTPS occurred, so it is not secure to send a password
    Plz let me know the reason and how to fix it
    Regards
    Kumar

    SSO logon not possible; invalid host name for issuing cookie
    You can do this
    (1) Set the security trace level in the ticket accepting system
    ======================================================
    1. Call transaction SM50 (process list):
    2. Process -> Trace -> Reset -> Workprocess Files
    3. Key combination: F5 (select all), CTRL-Shift-F7 => Dialog box;
    4. Set trace level=3 and ONLY(!) check the "Security" component;
      If necessary, you must repeat these steps for each server (see
      transaction SM51), unless you can use a specific server for
      reproducing the error (for example, by excluding the load
      distribution).
    (2) Run the webdiagtool as per example 3.
    (3) While the webdiagtool is running, please reproduce a failed attempt
    to the backend
    (4) When the SSO fails, wait a minute and then press return in the
    diagtool console so that the resulting traces are picked up
    Please check the configuration in portal, use fully qualified domain
    name instead of host name.

  • Process tasks execution flow

    Hi,
    * When a provisioning process starts, the first one is System Validation.
    * Next, all un-conditional tasks run.
    * Tasks can trigger additional tasks based on the mapping with the response code and these tasks run.
    I wanted to get clarified whether preceding and depedent tasks will tell us which tasks have to run prior to running the current or will they also add the list of tasks in the execution flow ??
    Thanks,
    Durgaprasad

    Hi,
    Yes, you can define the order of process task execution using preceding and dependent tasks. These tsk will be executed after the System Validation task is completed. And these task should be unconditional, preceding-dependent task tab does not work for conditional tasks.
    For example:
    You can have Create user task as a unconditional task and another Send mail notification to the user. Add this send mail notification task as a dependent task of the create user task. So when Create User task completed successfully , send mail notification task will be triggered. This is just for example, you can define task as per your requirement.
    Thanks,
    Pallavi

  • Making task execution a reality, in real-time, for critical industries

    Problem
    Enterprise software systems like ERP identify what needs to be done, but fail to outline how these tasks should be executed, due in large part to operational processes which are typically locked in disparate procedural documents, forms and excel spreadsheets. This approach limits the visibility into internal operations, enhancement of management by exception, and predictive analytics.
    In all of industries Mobideo targets, processes are managed traditionally with ERP software  where the tasks performed are manually documented, a process which is error prone and time consuming. In the Aerospace and Defense industry  for example, the Federal Aviation Administration concluded that documentation is the leading contributing factor to maintenance mishaps. These errors are specifically attributed to:
    Failure to follow published technical data or local instructions
    Using an unauthorized procedure not referenced in the technical data
    Supervisory personnel accepting non-use of technical data or failure to follow maintenance instructions.
    Solution
    Mobideo’s unique solution gathers granular data to capture what is happening in an operational environment in real-time, thereby optimizing performance, cost, and compliance of operational processes. It does this by uploading the smallest of business elements in the formats they are found and converting them to a mobile application. Using SAP HANA, the platform enables visibility by creating personalized applications that guide users through each job task in a step-by-step checklist. This framework ensures quality in tough working environments and confirms execution of tasks at the point of service. Core Competencies
    Mobideo converges all task execution data into a unified application
    Mobideo ensures compliance
    Mobideo tracks granular interaction and data entry in real time
    Mobideo enables rapid deployment driven from the procedures themselves
    Mobideo offers Deep integration with third party enterprise applications
    Watch
    Watch Samuel Solomon, chairman discuss the Mobideo solution at this year’s SAPPHIRE NOW event.
    SAP HANA Transforms Operations Management for Mobidio - YouTube

    Problem
    Enterprise software systems like ERP identify what needs to be done, but fail to outline how these tasks should be executed, due in large part to operational processes which are typically locked in disparate procedural documents, forms and excel spreadsheets. This approach limits the visibility into internal operations, enhancement of management by exception, and predictive analytics.
    In all of industries Mobideo targets, processes are managed traditionally with ERP software  where the tasks performed are manually documented, a process which is error prone and time consuming. In the Aerospace and Defense industry  for example, the Federal Aviation Administration concluded that documentation is the leading contributing factor to maintenance mishaps. These errors are specifically attributed to:
    Failure to follow published technical data or local instructions
    Using an unauthorized procedure not referenced in the technical data
    Supervisory personnel accepting non-use of technical data or failure to follow maintenance instructions.
    Solution
    Mobideo’s unique solution gathers granular data to capture what is happening in an operational environment in real-time, thereby optimizing performance, cost, and compliance of operational processes. It does this by uploading the smallest of business elements in the formats they are found and converting them to a mobile application. Using SAP HANA, the platform enables visibility by creating personalized applications that guide users through each job task in a step-by-step checklist. This framework ensures quality in tough working environments and confirms execution of tasks at the point of service. Core Competencies
    Mobideo converges all task execution data into a unified application
    Mobideo ensures compliance
    Mobideo tracks granular interaction and data entry in real time
    Mobideo enables rapid deployment driven from the procedures themselves
    Mobideo offers Deep integration with third party enterprise applications
    Watch
    Watch Samuel Solomon, chairman discuss the Mobideo solution at this year’s SAPPHIRE NOW event.
    SAP HANA Transforms Operations Management for Mobidio - YouTube

  • Forwardingh GP tasks in UWL.....

    Hello experts
    I have configured GP tasks in UWL.iam dispalying these GP tasks in Customised UWL iview not in standard ivew.
    my requirement is.. i need a button like "forward" and when i click the button .,GP tasks should be forwarded to another person.
    how can i achieve this..
    thanks in advance...
    regards
    vijay.

    Hi,
    when iam trying to forward the GP tasks from UWL in EP 7.0  iam getting Exception like...
    "Unable to perform the request. Try again and if the problem persists, inform your system administrator.
    what could be the reason.we are not using CE to develop the GP process. GP processes are generated on portal itself.
    any idea...
    thanks
    regards
    vijay

  • IAPI Task Execution Class

    Hi,
    I am trying to figure how the IAPI Task Execution works when you schedule a job of this task type.
    While creating a schedule task of this task type you need to specify the IapiTaskIfc Class which looks like a custom class. How exactly do we go about creating this class and in a current application where can I find the source code for this class?
    Thank You,
    Patricia

    Hi Patricia -
    IAPI Scheduled Tasks are customized Java classes (deployed via a custom JAR file with E-Sourcing) that can execute on a schedule or one-time. In some cases, SAP customizations such as the contract attachment loader are developed using this technique. In fact, use of the IAPI scheduled tasks can often times be a convenient way to integrate custom code for either one-time or ongoing integration or data upload tasks.
    Developing IAPI scheduled tasks is not something that can be done easily since E-Sourcing does not come with a built in development environment as other SAP applications do. In fact, I don't believe there is any way to develop and IAPI scheduled task if you are using a hosted version of E-Sourcing since there is no way for you to create the Java classes and compile them against the E-Sourcing classes, which is required since an IAPI scheduled task must implement a Java interface (IapiTaskIfc) that is shipped with E-Sourcing.
    If you are using E-Sourcing on-premise it may be possible to develop, compile, and deploy a custom JAR file that implements the interface and can be configured in the IAPI scheduled task area. That being said, I don't believe that any instructions for doing so are provided with E-Sourcing.
    If you have a specific problem you are trying to address, there might be alternatives using E-Sourcing Script Definitions which are much easier to build and integrate. If you believe you require use of the IAPI scheduled task capability, I would advise working with SAP to have the scheduled task built for you.
    I hope this information is helpful.
    Regards,
    Rob

  • Customizing  - task execution complete page

    Dear Guru,
    We are BPM in CE7.2 SP03, Is it possible to customize the task execution complete UI, normally we only see a title and a confirm message in message area. e.g. is it possible to change the normal confirm message text :
      'Task has been successfully complete'
    and change the text size to make it larger ?
    Thanks a lot
    Ray

    Hi Ray,
    Even in 7.2 SAP has given some patches to modify some of the task UI behavior. Not sure which SP it is. But it is worth giving a try. You may explore the below mentioned steps in your server and check.
    To modify the settings navigate to "NWA" -> "Configuration Management" -> "Infrastucture" -> "Application Modules". From the "Modules List" select "webdynpro/resources/sap.com/tcbpemwdui~taskinstance" (hint: filter by the term "taskinstance" to find it more easily). In the "Web Module Details" switch to the tab "Web Dynpro Properties". Select the property sheet "Components/com.sap.tc.bpem.wdui.taskinstance.taskexecution.TaskExecution/settings". The different properties will be listed in "Full Details".
    Br,
    Bala

Maybe you are looking for

  • How to add iPhone to my product list?

    How to add  my telephone serial number, if it's already registered here by another person? I got this phone in exchange for my broken previous one in tech. service, so I think that it was used by someone and registered. Please, help.

  • Help me, Migrate 10.1 to 10.2 plan

    I'll have migrate plan from 10.1. to 10.2. on data 70G. Old System > OS: Redhat 3 x86_64 Oracle Version: 10.1.0.5 File Type: Ocfs version 1 New System > OS: Redhat 4 x86_64 Oracle Version: 10.2.0.2 File Type: ASM 2 I think use export and import. Plea

  • Lion won't display multiple application windows at once

    I apologize in advance if someone else has already posted this problem, but I've searched and searched and found nothing on it. It's a hard one to describe, so bear with me. Basically, since installing Lion (currently 10.7.4) on my home iMac, I've be

  • About HTTP Internet mode setting for Nokia & Samsung devices.

    Hi all, I�ve a J2ME app. wich must run in several devices. I configured and tested it in my Motorola-V300 and SonyEricsson-K300a withow problems. Now, I must do the same with Nokia and Samsung devices but, unfortunatelly I�ve not them in order to con

  • Problem trying to log on to my video library system

    hello. i am trying to log on to the video library system that i just developed. the LogOn program works to a certain extent (the appropriate programs are shown below). when i try to log onto my system time. a JOptionPane.ERROR_MESSAGE message appears