Problem - STD Task does not exist in ECC 6.0

Hi All,
While looking for SAP standard Workflows in ECC 6.0, I am able to go to
Workflow --> Activiy --> Task, but after that I am not able to go inside the task and see the properties/ specifications of the task, its not giving any error msg, but its not navigating to the task screen.
I have tried other way also, i have copied the task number and pasted it in task with task type as "standard task" in PFTC, n tried to display it , but it is throws the message as "task does not exist".
Same thing happens if I copy any workflow number , paste it in task with task type as "Workflow Template" n try to display in PFTC.
Because of this problem I am not able to use any standard task in my zworkflow.
It will be great if someone can tell the possible cause and solution of this problem.
Thanks
Priya

Hey Priya,
Its standard Leave workflow's Standard Task, Then as Mark and others said, please check the authorization stuff. Also please remember not to give TS when you select the Standard Task.
Regards
<i><b>Raja Sekhar</b></i>

Similar Messages

  • System Refresh problem - request/task does not exist

    I have a problem after system refresh, and when I am trying to import users and roles, I get the message - request/task XXXXXXX does not exist.
    Data/cofile are present.
    Can someone help me please ?
    Thanks in advance,
    Jordan

    I got it ... in SCC4, the client role must have been set to TEST instead of PRODUCTION, since the refresh is on Quality.

  • Task does not exist

    Hi,
    I am creating simple work flow for user decision, I tried to copy standard task in PFTC_COP (to change custom text in user decision),but it is saying that "Task Does not Exist". pl tell me what is the problem.
    Thanks
    Sugumar G
    Edited by: Sugumar Ganesan on Apr 27, 2009 7:33 AM

    Hi sugumar,
    Unless the standard task (you are trying to copy) exists, you should not get this problem.
    It is possible to copy the standard task to a custom task using transaction PFTC_COP by entreing the task type as TS and task number.
    To check the standard task existance, you can go to transavtion PFTC and enter the type as TS and task number and click on dipaly button.
    Can you please provde the Standard task which you want to copy?
    Best Regards,
    Deepa Kulkarni

  • Function module does not exist in ECC 6.0

    Hi All,
    These two below function module does not exist in ECC 6.0 but exist in 4.6.Could you please let me know replacement of these two's.
    FI_DOCUMENT_ARCH_READ_SINGLE
    CHECK_IBAN_ACTIVE
    Thanks
    Mohit

    Hi,
    Thanks for your reply.Could you please give me example that how to use it.
    Thanks
    Mohit

  • Tcode  P2W2 Does not exist in ECC 6.0 but was there in version 4.6c.

    Hello Friends,
    The Tcode P2W2 does not exist in sap version ECC 6.0 but was there in 4.6C.
    So how can i know if there is a new transaction for this provided by SAP or they have removed it as this is a standard tcode.
    In 4.6c the tcode p2w2 was calling the standard transaction sm29 with some default values. sm29 is persent in the new version.
    also if possible please tell what can be the reason we have the tcode p2w2 with some value in tcode sm29 in 4.6c.
    Regards,
    Vidya.

    Thanks for your help.
    Infact i checked it earlier also in the TSTC table the tcode p2w2 is not existing in new version while it is persent in the older version. I could make zp2w2 and i also gave the default value for sm29 and its working, but the problem is as it was a sap standard transaction so all the end user needs to be informed about the change in tcode to zp2w2 from p2w2 . This will be difficult so i want to make sure there is no other standard transaction before asking the user to use zp2w2.
    Regards,

  • Squirrelmail problem - data dir does not exist [solved]

    After install package, configuration (conf.pl) and log in I see error:
    Could not create initial preference file!
    /var/lib/squirrelmail/data/ should be writable by user nobody
    Please contact your system administrator and report this error.
    When I run http://mydomain/squirrelmail/src/configtest.php I see:
    FATAL ERROR: Data dir (/var/lib/squirrelmail/data/) does not exist!
    Of course /var/lib/squirrelmail/data/ exists (created by pacman) and its is owned by nobody.
    Problem is independent of /var/lib/squirrelmail/data/ permission.
    Last edited by qwak (2007-06-18 16:20:50)

    qwak wrote:
    Soved.
    It was php security issue and some changes in http (or php) configuration was required.
    See: http://pl2.php.net/features.safe-mode
    I just set:
    php_admin_value open_basedir /
    in my mail virtual host section.
    I thing that squirrelmail package should include .../extra/http-squirrelmail.conf apache configuration file with required configuration or some info should by typed to user when squirrel package is installed.
    I agree!  I just ran into this same problem!

  • JCoDestination Problem: JCO_ERROR_RESOURCE: Destination does not exist

    Hello Experts,
    I followed the JCo3 tutorial of accessing backend ABAP system.
    I implemented the following code:
    File configuration = new File(JCO_DESTINATION_APP +".jcoDestination");
    if(!configuration.exists() || updateprovider) {
       Properties properties = new Properties();
       properties.setProperty(DestinationDataProvider.JCO_ASHOST, Configuration.getInstance().ashost);
       properties.setProperty(DestinationDataProvider.JCO_SYSNR, Configuration.getInstance().sysnr);
       properties.setProperty(DestinationDataProvider.JCO_CLIENT, Configuration.getInstance().client);
       properties.setProperty(DestinationDataProvider.JCO_USER, Configuration.getInstance().user);
       properties.setProperty(DestinationDataProvider.JCO_PASSWD, Configuration.getInstance().passwd);
       properties.setProperty(DestinationDataProvider.JCO_LANG, Configuration.getInstance().lang);
       properties.setProperty(DestinationDataProvider.JCO_POOL_CAPACITY, "" + Configuration.getInstance().connections);
       properties.setProperty(DestinationDataProvider.JCO_PEAK_LIMIT, "" + Configuration.getInstance().connections);
       FileOutputStream fos = new FileOutputStream(configuration, false);
       properties.store(fos, JCO_DESTINATION_APP);
       fos.close();
    When I execute the following code:
    this.getDestination().getAttributes()
    I get the following error:
    com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination JCO_DESTINATION_APP does not exist
         at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:163)
         at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:292)
         at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:90)
         at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:61)
         at com.exz.app.common.helper.IntegrationPlatformAccessor.getDestination(IntegrationPlatformAccessor.java:83)
         at com.exz.app.common.helper.IntegrationPlatformAccessor.<init>(IntegrationPlatformAccessor.java:67)
         at com.exz.app.common.helper.IntegrationPlatformAccessor.getInstance(IntegrationPlatformAccessor.java:32)
         at com.exz.app.interfacemng.services.Template_WebService.<init>(Template_WebService.java:34)
         at com.exz.app.interfacemng.services.ConfigurationScenarioServiceClient.<init>(  ...
    What am I missing?
    Regards.

    As a starter it might be best to take try out the examples that ship with the JCo3 distribution. I cannot comment much on your code, as it's an excerpt and doesn't show everything. E.g. I have no clue what the line this.getDestination().getAttributes() means; usually you retrieve destinations via the class JCoDestinationManager and there you always have to at least provide the name of the destination.
    So let me give some generic comments instead:
    <ul style="list-style:circle">
    <li>Properties for destinations can be returned via a class that implements the interface DestinationDataProvider; you can register your own implementation (once) via static method Environment.registerDestinationDataProvider().</li>
    <li>SAP ships the JCo with a generic file handler for providing destination attributes: It basically searches in the current directory (i.e. from where you started your application) for client destinations with the given name and extension ".jcoDestination" (server destinations use extension ".jcoServer"). As far as I remember you can also change the directory where those destination property files are searched for by setting System property "jco.destinations.dir".</li>
    <li>I strongly recommend registering your own DestinationDataProvider (or ServerDataProvider) and so does SAP; this is especially true if you get your properties from somewhere else (as it seems to be in your case) or want some specific processing (e.g. use encrypted passwords in your properties that you decrypt upon loading).</li>
    <li>For troubleshooting your existing coding I'd verify that you did actually create the file with the properties and that the file name (without the extension) matches the name that you use when trying to retrieve the destination.</li>
    </ul>
    Cheers, harald

  • Punch Out Catalog problem business patner does not exists

    Dear experts,
    We configured punch out catalogs. When we check out the portal pages has the error "business patner does not exists".
    How do i resolve this. How to create the business partner on SRM system to get rid of this error.
    Thanks,
    vikas

    Hi Masa,
    I am enclosing the OCI Parameters returned from the external catalog.
    NEW_ITEM-shoppingcartID[1]                               SH95
    NEW_ITEM-DESCRIPTION[1]                                DISPENSER,FLAG&POST-IT
    NEW_ITEM-MATGROUP[1]     
    NEW_ITEM-EXT_CATEGORY[1]              44111501
    NEW_ITEM-EXT_SCHEMA_TYPE[1]              unspsc
    NEW_ITEM-MATNR[1]     
    NEW_ITEM-QUANTITY[1]                                   1.000
    NEW_ITEM-UNIT[1]     EA
    NEW_ITEM-PRICE[1]                                 6.64
    NEW_ITEM-PRICEUNIT[1]                                    1
    NEW_ITEM-CURRENCY[1]                                 USD
    NEW_ITEM-LEADTIME[1]                                    1
    NEW_ITEM-VENDOR[1]                              1000000000
    NEW_ITEM-VENDORMAT[1]                              A2C-313D
    NEW_ITEM-MANUFACTCODE[1]               MMM-C
    NEW_ITEM-MANUFACTMAT[1]              C-313D
    NEW_ITEM-CONTRACT[1]     
    NEW_ITEM-CONTRACTITEM[1]     
    NEW_ITEM-EXT_PRODUCT_ID[1]             A2C-313D
    NEW_ITEM-LONGTEXT_:132             DISPENSER,FLAG&POST-IT
    NEW_ITEM-SERVICE[1]     
    Once the external catalog returns to SRM it is throwing Null Value Exception. Is this exception is in regards to Material Group or something missing in the configuration.
    Error Message:
    The following error text was processed in the system : Access via 'NULL' object reference not possible.
    The termination type was: RABAX_STATE
    The ABAP call stack was:
          Method: /SAPSRM/IF_CLL_MAPPER~REFRESH of program /SAPSRM/CL_CH_WD_DOTM_SC_I_BD=CP
          Method: WDDOMODIFYVIEW of program /1BCWDY/IU0RHDVCLMQ4J466CPJC==CP
          Method: IF_WDR_VIEW_DELEGATE~WD_DO_MODIFY_VIEW of program /1BCWDY/IU0RHDVCLMQ4J466CPJC==CP
          Method: DO_MODIFY_VIEW of program CL_WDR_DELEGATING_VIEW========CP
          Method: MODIFY_VIEW of program CL_WDR_VIEW===================CP
          Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP
          Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP
          Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP
          Method: DO_MODIFY_VIEW of program CL_WDR_WINDOW_PHASE_MODEL=====CP
          Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP
    Please let me know how to fix this.
    Thanks,
    Vikas

  • MIGO Posting problem show material does not exist

    hi,
    in migo i am not able to process it show me the following error message :-
    (Material M11 PLN1 S11 does not exist
    Message no. M7006
    Diagnosis
    For material M11, no material master data exists in plant PLN1, storage location S11.
    Procedure
    Make sure your entries are correct.
    If your entries are correct, then storage location data does not yet exist for the material.
    Storage location data is created when you maintain the Storage view for the material or use the 'Enter Storage Locations' function in the material master menu or post the first goods receipt (provided that automatic creation of storage location data is allowed for the given plant and movement type).
    Please help me out
    Kind regard
    maashish

    Hi,
    Check Material is maintain your plant and storage location with MM03.
    Enter MM03 t-code, enter material code and press enter then check material is maintain your plant and storage location.
    If no than first maintain it with below mention detail.
    Enter MM01 - For Material Master creation.
    Enter your material M11, Plant - PLN1, Storage location - S11.
    And maintain other required detail.
    Then check with migo.
    Regards,
    Mahesh Wagh

  • How to avoid this problem "tablespace 'USERS' does not exist"

    I dont want to create all source tablespaces in target.
    I have given unlimited tablespace priv to user.Still I get this error
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'USERS' does not exist

    The situation, I understand is as follows:
    1. An original export file contains references to the USERS tablespace
    2. You want to import it, but you don't want to create the USERS tablespace
    3. You create a user and assign USERS as its default tablespace, even though you don't have it created and you don't want to create it.
    If you assign a default tablespace to a user, first thing, make sure this tablespace exists, when import is performed if tablespace defined at import file doesn't exist, then import will use the default user's tablespace, in this case the USERS tablespace.
    So, if you want to avoid this behaviour, then assign the user an existing tablespace when defining the default tablespace for this user.
    Once corrected, retry import.
    ~ Madrid

  • Table M_VMVLB does not exist in ECC 5.0

    Hi,
    We found that table M_VMVLB is available in 4.6C system but not available in ECC 5.0.
    Do yo have ay idea about this? Is there any other table created for this ?
    Regards,
    Umesh

    Hi Umesh,
    as such kind of match code tables like M_VMVLB are not longer supported by the ABAP basis, all these match code tables where replaced by normal data base tables, e.g. the content of M_VMVLB can be found in table SHP_IDX_PICK now.
    General information about the changes in match codes of delivery processing can be found at the release info for 4.70 - component LE-SHP-DL.
    Regards; Ulrich

  • Index does not exist in database system DB6

    Hi,
    Problem : <b>Index does not exist in database system DB6</b>.
    I need further explanation why when i transport index from Development Client to Production Client the index is active but does not exist in database system DB6.
    So when the cases is occurs i must re-create the index again in Production Level...
    Can someone give me some ideas?
    Thanks.

    Hi,
    it might be due to some BUG in RDBMS...
    First Check the Secondary index in TEST system
    Look at the Transport Number in DEV system, If this is having error, then it will show you the error details also,
    If that not moved Properly then you need to create another request for the INDEX and move it again
    See the threads with similar problem...
    Warning: Index does not exist in database system MSSQL
    Index does not exist in database system ORACLE??????
    Re creation of database index
    Hope it will solve your problem...
    <b>Reward Points if useful</b>
    Thanks & Regards
    ilesh 24x7

  • Category for service category S046 does not exist

    Dear Experts,
    This is regarding the Bdoc error "Category for service category S046 does not exist". ECC service materials are trying to replicate from ECC to CRM. In our scenario we doesn't required ECC service material in CRM. I have not downloaded service materials relevant data. Still i am facing the above error.
    Please help to fix the above error.
    Regards
    Ashwini

    Hi,
    Thanks for your reply. I have maintained the filter on service_master  object is not working.
    I have not downloaded the service material from ECC to CRM.Then what could be the reason for the above bdoc error.
    Please help me.
    Regards
    Ashwini

  • The user does not exist or is not unique - workflow problem

    I am using Solution Starters Dynamic Management workflow on my Project Server 2010.  I was working fine for a year now, but today all workflows were broken when someone tried to submit them to a next stage. "Workflow terminated. An error has occurred
    in the workflow."
    I tried debbuging the workflow and it seems to be OK, but the problem appears when it needs to assign tasks to the approvers (they are in the Approvers group). When I remove users from the group that represents approvers (and leave that group empty), it
    works fine, so I am guessing that users (who need to approve the stage) are the problem. My administrators are saying that there were no updates or changes on AD machine.
    I don't have problem with users in any of people picker fields or anywhere else on the site. I am using claims auth.
    What could be the reason for this behavior??
    These are main errors from the log:
    Failed to persist workflow instance: 7dc2e035-cd02-4284-b851-a829e372a809 with error code: 5, instance data size: 29578, internal state: Running, processing id: 1e2211d2-ef7b-4416-90ef-ac041396c200    2f83db27-34da-4275-a42e-0625240af921
    The user does not exist or is not unique.
    WinWF Internal Error, terminating workflow Id# 7dc2e035-cd02-4284-b851-a829e372a809   
    System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.  Parameter name: additionalNodes     at Microsoft.Office.Workflow.Actions.OfficeTask.ProcessTaskError(Object sender, EventArgs e)    
    at System.Workflow.ComponentModel.ActivityExecutorDelegateInfo`1.ActivityExecutorDelegateOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)     at System.Workflow.Runtime.Scheduler.Run()

    It appears that this isn't the problem with users, but it is a problem with Office Tasks. This is the main error in ULS logs (same as in the previous post):
    "Specified argument was out of the range of valid values.  Parameter name: additionalNodes"
    I noticed that all content types are gone from my pwa site. Is it possible that my workflow is causing problems when adding tasks because somebody deleted all content types??

  • Data acquisition: task specified does not exist

    I am trying to do an analog read.   Apparently in the original code (which I did not write), the data acquisiton is a multithreaded task. (I am not a real programmer, so know next to nothing about multithreading, and not a whole lot about programming)...
    When I tried to collect data (by pressing our "Data Collect" button on the GUI, I got an error along the lines of:
    "Task specified is invalid or does not exist. Status Code: -200088"
    I have figured out that the task the error refers to is called SetCollectData, for which I am not able to find a definition.
    It runs fine when I comment that line out, but of course, no data gets collected!
    Here is the actual data acquisition portion of the code:
    if(DAQInputTask && ) GetCollectData())
                    if((AiData = malloc(sampsPerChan*AiNumChannels*sizeof(float64))) == NULL )
                        MessagePopup("Error","Not enough memory");
                        goto Error;
                    DAQmxErrChk(DAQmxReadAnalogF64(DAQInputTask,-1,0,DAQmx_Val_GroupByScanNumber,AiData,sampsPerChan*AiNumChannels,&numRead,NULL));
                    fwrite (AiData, sizeof(float64), sampsPerChan*AiNumChannels, AiRawData);
           *AiData = NULL;
    Any ideas?
    I have switched to NIDAQmx drivers, and have had a host of problems since switching to DAQmx functions.  So, this new problem may still be related. 
    Thanks!

    Tasks in CVI are the basic of data acquisition: every operation is run under a task which groups channel definition, triggers, acquisition rate and almost every other element which constitues an acquisition process.
    You should try to find informations about the tasks used in your project, possibly asking the original programmer; on the same time, you should learn some infos about how daqmx treats data acquisition process. Here you can find the help page related to tasks: I suggest you read that page and use it as a starting point for your search. Keep in mind that a task can be defined either inside the program or within MAX. One possible cause for not finding the task while running the program is that is has been defined in MAX on one machine and you have moved the project to another one without moving MAX informations too from the original PC, but this is only a guess.
    It's not clear from your words whether you are modifying an existing project developed in DAQMx from the beginning or you are moving an old NI-DAQ project to DAQMx. These are very different scenarios. In every case you should see the exact line where the error arises, look for the task handle used in that line (e.g. 'DAQInputTask' in the code you posted) and find the line where the task is loaded/created (ultimately try a search for that variable name in all your source files and examine each line where it si used).
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

Maybe you are looking for