Name of the Table that stores the Possible Agent ID's for a Task.

Hi,
Could you please tell us the table that would store the Agent ID's that are assigned to a particular task? For e.g we have assigned a few user names to Task TS00007986 ( Requisition release) through OOCU, we would like to know in which table we would find those usernames assigned to that task.
Thanks.

Hi,
I'm not on SAP at the moment.
But isn't it stored in the HR relation table (is it HRP1001?)
Anyways I'll check in a couple of hours if this is the case.
Also activate the SQL trace ST05 just before you go to agent assignment
Kind regards, Rob Dielemans
Edited by: Rob Dielemans on Sep 30, 2010 1:27 PM

Similar Messages

  • Tables that store the "Personalization" values in Demantra CWB

    Hi All,
    Can some tell me, which tables stores the basic "personalize information" on CWB Demantra.Like i am looking for tables that stores "MY worksheets" information in the home page of CWB.
    Thanks,

    as far as i know...we dont have any table to show the below requirement
    "Like i am looking for tables that stores "MY worksheets" information in the home page of CWB."
    you can only view the list of available worksheets in queries table

  • Table that stores the business role and user id mapping

    Hi,
    i want to know the table that stores the Business role and the business role and user id mapping in CRM system.
    Thanks in Advance.
    Regards,
    Pricy

    Hi Mary,
    There is no direct table but there is a way to find it.
    HRP1263 is the table where business roles are stored when maintained at org level. These are stored against the Position.
    For getting user ID and position linkage refer table HRP1001.
    In HRP1001 table use below criteria to get the User and Position.
    OTYPE = CP
    SCLAS = US
    SOBID = User ID
    ENDDA = 31.12.9999
    Get the OBJID
    Query the HRP1001 table again with following
    OTYPE = CP
    OBJID = OBJID from above Query
    ENDDA = 31.12.9999
    SCLAS = S
    SOBID = Thats Position.
    Pass the position to HRP1263 as below.
    OTYPE = S
    OBJID = POSITION
    PROFILE - Thats business role assigned for the given position and user.
    Hope this is helpful.
    Regards,
    Naresh

  • Request - The table that stores various variables (modifiable)

    Hi,
    I am trying to find the standard table that stores various variables in the SAP system and is modifiable. I think it starts with a "T" but I can't be sure.
    Please help.
    Thanks,
    John

    I think you are talking about TVARV
    TVARV is  Table of variables in selection criteria .
    Hope this helps
    Vinodh Balakrishnan

  • Table that stores field label, language wise

    Hi,
       Is there any table that stores the field label of a data element, language wise ?
    For example, the field 'kunnr' has label as 'Customer' in EN
    and  'Client' in FR .
    I need to know this FR label where i am given only the field and language .
    How to know ?
    ( In SE16 i get these field names language specific, I need the same info, where it is fetched )
    Answers will be suitably rewarded !
    Thanks,
    Lively

    try this sample code it may help you
    DATA : V_REPTEXT TYPE REPTEXT,
           V_SCRTEXT_S TYPE SCRTEXT_S,
           V_SCRTEXT_M TYPE SCRTEXT_M,
           V_SCRTEXT_L TYPE SCRTEXT_L.
    DATA : LANG TYPE DDLANGUAGE.
    LANG = 'FR'.
    CALL FUNCTION 'WCGW_DATA_ELEMENT_TEXT_GET'
      EXPORTING
        I_DATA_ELEMENT       = 'KUNNR'
        I_LANGUAGE           = LANG
    IMPORTING
       E_REPTEXT            = V_REPTEXT
       E_SCRTEXT_S          = V_SCRTEXT_S
       E_SCRTEXT_M          = V_SCRTEXT_M
       E_SCRTEXT_L          = V_SCRTEXT_L
    EXCEPTIONS
       ERROR                = 1
       OTHERS               = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    WRITE : / V_REPTEXT.
    WRITE : / V_SCRTEXT_S.
    WRITE : / V_SCRTEXT_M.
    WRITE : / V_SCRTEXT_L.
    regards
    shiba dutta

  • Tables that store description of TRFMs and DTPs

    Hi Experts,
    Kinldy let me know the name of the tables that store description of transformation and DTPs.
    The usual ones like RSTRAN, RSTRANT, RSBKDTP etc. are not containing text for all transformations and DTPs.
    TIA,
    Ravi

    Hi,
    Pl check following tables
    RSBKDTP  BW: Data Transfer Process Header Data 
    RSBKDTPH  DTP: Historic Versions 
    RSBKDTPSTAT  Status Information on Data Transfer Process 
    RSBKDTPT  Texts on Data Transfer Processes 
    RSBKDTPTH  Texts on Data Transfer Processes 
    RSDDSTATDTP  Table for WHM Statistics. Details DTP 
    RSOACUBE_DTP  BW: OLTP Direct Access: Directory of Assigned Remote DTPs 
    RSBKDATAPAKSEL  DTP: Data Package Selections 
    RSBKSELECT  Selections for DTP Request (Summary) 
    RSBKREQUEST  DTP Request 
    RSBKREQUEST_V  View of DTP Request 
    RSBKBP  Breakpoints 
    RSBKDATAINFO  Information on DTP Runtime Buffers 
    RSBKDATAPAKID  DTP: Status Table for Data Packages 
    RSBKSUBSTEP  Properties of Substeps in a DTP 
    For transformation check following thread
    SAP BW tables
    Thanks and regards

  • Standard table that stores communication channel parameters

    Hi All,
    Can you tell me if there is a standard table that stores the parameters of communication channel?
    For example, Which table has the value of "Quality of Service" in "Processing Parameters"?
    Regards,
    Nisha

    Can you tell me if there is a standard table that stores the parameters of communication channel?
    not aware of a standard table....each communication has its own QOS.....you can check it in the log in SXMB_MONI....opne the particular message processing and look in the upper window (Window 1) where all the details are mentioned.

  • Table that stores Transport Request Details

    Hi SDN Gurus,
    Is there any table that stores all the details of all the transports in Import Queue (STMS). I am mainly interested in import time and method execution time of the transport. I need to write an ABAP program that for calculating the time for mass migrating all the transports in the queue.
    i looked at the tables E070, E071 and some others but din't get the required info.
    Any help will be rewarded with points.
    Thanks

    Here is some correction to what i said. i got some information like the transport number, owner of the transport, target system and the IMPORT time of the request from the table E070. i guess all i need now is to find the time at which the transport is completed (Method Execution time) so i can calculate the time it took for transport.
    Thanks

  • Table that stores movement types and reversal movement type?

    I want  to take a movement type 561 and look that up in a table and find the reversing movement type in a program.  is there a table that stores the movement type and reversing movement type

    Hi
    Table T156 has got movement type control and details. Where as other T156* tables stores other details directly or indirectly used b yMovement types
    T156A
    T156B
    T156C
    T156F
    T156H
    T156HT
    T156K
    T156M
    T156N
    T156Q
    T156S
    T156SC
    T156SY
    T156T
    T156V
    T156W
    T156X
    Regards
    Virender Singh

  • Table that stores  descriptions of BP roles

    Hi gurus,
    I am new to CRM.What is the table that stores the descriptions for the BP roles?

    hi Divya,
    Check BUT100 table.
    Regards,
    Shalini Chauhan

  • Table that stores user license information

    Which is the table that stores the user licensing information? How do i make license changes to a large number of users at once?

    Hi
    Check this [Link|http://www.erpgenie.com/sap-technical/security/list-of-useful-reports-on-sap-users]
    Regards
    Uday

  • You are not one of the possible agents of task 'WS20000081'

    Hi,
    I need to trigger the workflow WS20000081 using the service. This workflow gets triggered by 'Create Leave Request' service which is in ESS.
    To test the above said workflow, I need to execute the service WS20000081 in R/3. But when I execute this service from Service User log-on, it throws an error as follows.
    <b>You are not one of the possible agents of task 'WS20000081'.</b>
    Even after I changed the task assigment as 'General Task', it keeps giving the same error.
    Please suggest me how to solve this problem.
    Regards,
    jey

    There are agents assigned for a task in the workflow.The same role has been assigned to my user id.But it does not work
    I saw in Debug that it tries to execute the Method 'EXECUTE' in the Class CL_SWF_RUN_WORKFLOW_START..which checks for authorization internally.
    I never know why this is failing.
    I checked in another box which is upgraded to ECC .
    There inside the Method Execute it takes a parameter m_task->properties-general = 'X'
    and TCLASS = 'NO_CLASS'.These r passed to the authorization check which succeds there.
    But in this system m_task->properties-general  = '  ' and Tclass = '  '.
    Can anyone pls suggest how to go abt this.

  • Not one of the possible agents WS12300111

    This issue is very similar to the one described in following thread, although I already tried all the hints in that one:
    Dynamic Action.
    I have defined the wf as a general task as described in the other thread and I even put me and my entire org. unit in the agent selection screen. Still when I request an absence from the portal view I get the message that I am not one of the possible agents of the workflow.
    Now, I tried to view the workflow log to find errors but to my surprise the worklfow has not even been started at this point?!
    Can anyone help me out here? It does not make sense to me anymore.

    Hi Mike
    The error message corresponds to the workflow I select in PTARQ under customizing so at least I think it does try to start it. Then again - anything is possible at this point
    I read that I could use any user with SAP ALL but should preferrable stick to WF-BATCH. I'll change it back.
    I think this problem is getting weird. I'll take your advice and try again tomorrow and hope for the magic SAP goblin to do some trick overnight
    I'll be back if it does not work. Thanks so far.

  • ESS - ws01000109 - You are not of the possible agents of the task

    Hi
    When I try to cancel leave using workflow ws01000109 it is raising message
    "You are not of the possible agents of the task ".
    Can any body tell wheather we have to maintain data in pa30 transaction for this problem.
    I have seen so many thread regarding this But I have not got any answer please reply for the same
    I have set all tasks as general task only.
    Edited by: balaji ramadas on Jun 8, 2009 4:01 PM

    Hello,
    You would be better off starting your own thread, and I hope that unlike the poster above you will share the result when you find a solution.
    Has your task been set to General Task? If not, try that.
    regards
    Rick Bakker
    Hanabi Technology

  • ESS- Leave : You are not one of the possible agent for the task ws9021212?

    Hi ,
    I have copied the standard workflow template wa12300111 and assigned the new template in the customizing. When i apply leave from ESS working time , it says an error " You are not one of the possible agent for the task ws9021212? " .
    The similar kind of Error i have solved before in by making the workflow as GENERAL TASK in PFTC as follows.
    PFTC -> Choose "Workflow Template" from the drop down -> Enter the workflow template id "ws9021212" in the text box -> now click on "change" button -> Now goto the menu addional data -> agent assignment -> maintain -> select the task text -> and set it as general task.
    i have cleared the buffer also!
    BUT STILL I AM GETTING THE ERROR ?
    Please help me !
    Richard A

    hi Richard
    Try to do this way.  IN the workflow builder there is a button with hat. that is basic data. click on that and  it will go to another screen and u can find a apple button that is agent assignment for a task click that.
    It will open maintain agent assignment screen. click the text below that and click the attribute button and click the genral task. i think this will solve ur issue.
    If helpful kindly reward points
    Regards
    vijay

Maybe you are looking for

  • HT204053 my apple id is not open when put email and password its need to verify but if email is not open how can i verify?

    when i put my icloud id and password at icloud.com a message come checkyour email for instructions on how to veryfiy account.but on my ipad email is not open whAT I DO? plz help me

  • New object inside loop condition

    I would like to create new object inside loop condition and use in its body while(new File(localization).exists()){      //now would like use File object created above }What's the notation for that?

  • Built-in PDF not working on Mac.

    Hi there, I can not create PDF's on my Mac at the moment. When I do all I get are parts of the file in a PDF, not a complete file e.g. images and text missing. Also when i receive PDF's via email, I can view them partially, but again text and images

  • So, I dropped my macbook pro

    (I believe it's a 17-inch) and, happily, it's mostly ok--works fine, it didn't even turn off when it dropped. A corner's dented, though, and it's difficult to close the computer now. I just wanted to know if anyone had an idea how much it would cost

  • Classic in OS 10.5.8

    Can I access files form OS 9 by using Classic with OS 10.5.8 ?