How to get project guid to task

Hello all,
I am looking for a method which delivers me the project guid or object for a certain task I selected. Table names would do the trick as well.
Thanks in advance.
Jochen

Hi,
you can try with DPR_TASK, CGPL_ENTITY.. it will be linked with GUID
you can also try BAPI_BUS20TASK
regards,
boobalan

Similar Messages

  • How to get project GUID from project name?

    How to get project GUID from project name in Campaign mgmt ?

    hello,
    have a look in table CGPL_PROJECT.
    regards,
    Frédéric

  • How to get the guid of currently opened page programatically

    Hi,
    Can any one of you please let me know how to get the guid of a page at database level which is opened currently?
    The requirement is I need to grab the url of a page which is currently opened by the user.
    Is there any way to get it from accessing the tables like wwv_things or wwpob_page$.
    Please suggest me how to get it.
    Thanks,
    Ravi.

    Hi Ravi,
    You may wanna explore the two API's (wwsbr_all_folders and wwsbr_all_items) and make a bridge to get the name of the portlets that appear on the page.
    something of the following nature should be enough to take you where you want to go. here c.name is the GUID of the item you are looking for.
    SELECT DISTINCT c.display_name,c.name,c.updatedate
    FROM portal.wwsbr_all_folders a, portal.wwsbr_all_items c
    WHERE a.LANGUAGE = 'us'
    AND a.id = c.folder_id
    AND a.caid = c.caid
    AND c.itemtype = 'baseportletinstance'
    AND a.Name LIKE 'MY_PAGE_NAME'
    order by 3 desc
    this will work in the portal but not in the sqlplus or any querying tool. for that purpose, it will work once you establish the context of user.
    hope that helps!
    AMN

  • CProject evaluation table: How to get project-related task confirmation

    Hi everybody.
    I'm working on cproject and this is my problem:
    In my report i can get details related to an assigned project (i know Project guid) in this way:
      CALL FUNCTION 'BAPI_BUS2172_GET_DETAIL'
        EXPORTING
          project_definition_guid      = project_guid
        IMPORTING
          es_project_definition_detail = es_project_definition_detail
        TABLES
          et_name                      = et_name
          et_status                    = et_status
          return                       = return.
    This bapi let me know the total confirmation status of my project ( this value is contained in the ACT_WORK_EFFORT of the standard data base table DPR_PROJECT ).
    I would like also to get the confirmation status of each task related to this project ......
    i think that these values are contained in the field ACT_WORK_EFFORT of the table DPR_TASK .... but i'm not able to select all and only tasks related to a single progect ....
    Thanks,
    FG

    Ok! found the right sequence of BAPI !

  • How to get project server in provisioning state?

    Hi All,
    We are working in project server 2013 and integrated it with Microsoft TFS 2010 successfully, but the problem we are getting since two days is we are not able to create or update projects or tasks in project server
    and Queue is not utilizing any space in CPU as it consuming only 0-0.1% of it, which must be higher in case of project server
    the mail problem we are thinking is project server is not in provisioning state in "Manage Project Web App" page under central administrator. please refer the below image
    Please help us out
    Thanks in Advance
    Regards, Kartik Ghodasara Associative Software engineer, Synoverge Tech Pvt. Ltd. Ahmedabad Please vote or mark as answer if it helps...

    You can run the below commands to provision the PWA. However, if you have customization being done in
    the PWA then I would suggest you raise a support ticket with Microsoft to troubleshoot the issue further.
    1. Get the GUID of the Project Server service application and copy the value 
    Get-SPServiceApplication 
    2. Run the below command after replacing the Project Server Service Application ID 
    $serviceapp = get-spserviceapplication | ? {$_.Id -like "ccc61d40-7787-4bac-ac75-75c2b7f19d07"} 
    3. Get the site collections 
    $pwainstances = $serviceapp.Sitecollection 
    4. display the site collections: 
    $pwainstances | ft name, id 
    5. Copy the GUID of the PWA instance and paste it in the below command: 
    $PWAProp = $pwainstances | ? {$_.Id -eq "9cc75053-3523-44c9-aebf-f72c9566e1d5"} 
    6. Display the properties: 
    $PWAProp 
    Once the data is displayed check whether IsUpdating is set to true and IsOnline is set to False if it is then the PWA is not successfully provisioned. Follow the next step only if the above condition is met.
    7. You can provision the PWA by running the below command to upgrade the PWA 
    Upgrade-SPProjectWebInstance -Identity "http://epm.igovtt.tt/PWA" 
    8. Post this verify the properties of the PWA by running the steps 5 and 6 again. Now the value for IsUpdating should be False and IsOnline should be set to True  
    Cheers! Happy troubleshooting !!! Dinesh S. Rai - MSFT Enterprise Project Management
    Please click Mark As Answer; if a post solves your problem or Vote As Helpful if a post has been useful to you. This can be beneficial to other community members reading the thread.

  • How to get return values from task flow in af:region ?

    Hi!
    I'm working with a taskFlow that is rendered inside a popup using the "popup inside a region pattern" (http://www.oracle.com/technology/products/adf/patterns/popupregionpattern.pdf), but now this taskFlow has an input parameter and a return value definition. So the question is how to get a value returned by this taskFlow thas is called inside a region?
    Any suggestion?
    Thanks in advance!

    Hi,
    write the value to a shared memory scope like session and read it in the regionNavigation listener. If you follow the paper you refer to then the listener determines of the viewId is null, this a return happens. It wuld then look in the memory scope for the return value.
    Another option would be to use an object that you pass as an argument to the task flow you open in the popup. Then you change the object you passed in, which then makes the return information available in teh calling flow. The object you pass in would have to be in a shared scope too
    Frank

  • Project Server 2010 custom workflow - get project GUID

    I am trying to get the Project GUID from the ProjectWorkflowContext and all I get are zeros.  Any idea why?  Thanks!
    David L. Crooks

    Received the answer from Mark Laukkanen:
    Guid prjGuid = projectSequence1.WorkflowContext.ProjectUidl
    David L. Crooks

  • How to Get project definition and description  by WBS element

    Hi All,
    Is there any way to get  project definition and description  by providing WBS element.
    Please help .
    Salman Zahir

    Hi,
    These r the tables
    PRHI Work Breakdown Structure, Edges (Hierarchy Pointer)
    PROJ Project definition
    PRPS WBS (Work Breakdown Structure) Element Master Data
    RPSCO Project info database: Costs, revenues, finances
    MSPR Project stock
    Thanks,
    Anitha

  • How to get Opportunity guid from business partner?

    Hi All,
    Could you please let me know function module for getting opportunity GUID from business partner (guid or id)? Where business partner is sales representative.
    Thanks,
    Anup Garg

    HI,
      go to the but000 give the partner number and get the partner guid. Pass your partner number in the table CRMD_ORDER_INDEX  and OBJECT_TYPE = BUS2000111 .
    Regards
    Srinu

  • I don,t understan how to get projecter my iPhone, I don,t understan how to get projecter my iPhone

    How to getting projector

    Please explain in more detail exactly what you want to do. Your question is not very clear.

  • How to get Project in Projectcenter

    Hello everyone.
    I want to override a projectcenter page, but do not know to get the project what I see in
    Projects.aspx  based on psi.

    Hello,
    Use the ReadProjectStatus method or one other the others that access projects to return the list of projects you have access to.
    https://msdn.microsoft.com/en-us/library/websvcproject.project_di_pj14mref_methods(v=office.15).aspx
    https://msdn.microsoft.com/en-us/library/gg210536(v=office.15).aspx
    Examples of using this method (from PowerShell but you will get the idea) can be seen here:
    https://gallery.technet.microsoft.com/Server-2010-Publish-all-45ba385b
    Download the SDK for more examples:
    http://www.microsoft.com/en-gb/download/details.aspx?id=30435
    Hope that helps
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS |
    MVP | Downloads

  • How to get the parent Summary task of Task List Item in Tasks List ?

    Is there something in SharePoint List Architecture that will help me populate summary task of a particular task as the column in the same list? I am trying to relate Tasks List and Issues List. However, when I use "Task Name" as the lookup column
    in Issues List am not able to figure out which summary task the issue is related to. Any thoughts on how to accomplish this?
    Please help!
    techie

    Hi,
    There is a reply in your another similar thread about this issue, please check if it would be helpful to you:
    https://social.msdn.microsoft.com/Forums/office/en-US/e1fc971a-9988-4f70-9726-a6c255456bd1/task-list-query?forum=sharepointdevelopment
    Best regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to get project into timeline

    I am making a movie of pictures.  I have all of the picture organized in the project area.  Now I need to bring them down into the timeline so I can add transistions and music.  I just can't figure out how to move the pictures there.  I would appreciate some help.  Thank you

    If your pictures are in the upper left they're in the project browser, which is the timeline, and your window will look something like this:
    You are not in project library. The button in the upper left is a button that takes you to the project library where all your projects are kept.
    The Events Library only holds video, so if your project only has stills it may well be empty.
    You may be confused because the window arrangement can be swapped so that the project browser, the timeline, is at the bottom:
    You can do that if you wish but you don't have to. You can add any transitions or music or whatever to the project browser either when it's in the upper portion of the screen or when it's in the lower portion of the screen.

  • How to get the global create tasks that a user is authorized to initiate?

    Hi,
    I am using SOA Suite 11g.
    I want to develop a custom workspace using Workflow Service API and BPM Service API.
    What I need to implement is, When a user login in into the custom workspace, I need to show him a list of processes that he is permitted to initiate as the out-of-box Workspace does. I wonder how can I implement this using API.
    thank you guys!

    Hey Ramy,
    A bit off the top of my head, but try this:
    IPortletContext PortletContext;
    IRemoteSession PTSession;
    PortletContext = PortletContextFactory.CreatePortletContext(Request, Response);
    PTSession = PortletContext.GetRemotePortalSession();
    privatevoidgetCommunities()
    IObjectManager Manager = PTSession.GetObjectManager(ObjectClass.Community);
    IObjectQuery Query;
    Query = Manager.QueryObjects(-1, 0, -1, ObjectProperty.Name, true);
    for(inti = 0; i <= Query.GetRowCount() - 1; i++) {
    string sCommunityName = Query.GetRow(i).GetName();
    string sCommunityID = Query.GetRow(i).GetID().ToString();
    Cheers!John

  • (ABAP-FI)How to get project definition from agiven WBS element

    Hi,
    I have to update some columns of PRPS table relating to a WBS element.
    While using  BAPI_BUS2054_CHANGE_MULTI it wants project definition to be passed as an input parameter.
    Is there any means to know project definition for  a given WBS element of PRPS table.
    Thanks in advance.
    Regards,
    Sourya Prakash.

    Hi,
    why don't you display table PRPS in SE11 to see what fields you have there? It's not that hard to see that there is a field PRPS-PSPHI with description "Current number of the appropriate project". Yes, there is a link from WBS element to project definition.
    Cheers

Maybe you are looking for

  • Swing application with JavaHelp crashes outside Netbeans IDE.

    Hi guys I have developed a small swing application in Netbeans IDE. I used the following code inside the IDE for JH. public void createHelp()        try {                URL hsURL = new URL("jar:file:eDictionaryHelp.jar!/eDictionaryHelp/eDictionary.h

  • Disable "Save As" for Reader

    I would like to disable the Save As feature when creating and saving a PDF.  Is this possible?  I am currently using Acrobat 9.4.4 and a pretty new to setting security on pdf files. Thanks,

  • HTML not working correctly.

    Hi, I made HMTL document in Text Editor and I saved it as an HTML file, then I opened it, then Safari opens, then it shows the HTML I typed! How do you view it correctly? I saved "<html><body><+font size=90>HI</+font.></body></html>" in Text Editor..

  • Line graph - lines position

    Hi, I have two lines in Line graph which represents current and previous years data. I have configured Style and conditional Formatting , and mentioned Positions as 1 Current 2 Previous year but while displaying lines , sometimes current year line is

  • Get mail whirly timer thing

    I've just upgraded to OS X Mountail Lion (not sure I like it) and now when I press the get mail button I don't get the whirly timer gizmo I used to get. Is there anyway of getting this back with this new OS?