How to find RPM Portfolio Item related to cProject

Hi Folks,
An RPM portfolio item is linked to a cProject. Is there a way to find out to which portfolio item a cProject is linked to if I only have the cProject name and external ID?
Thanks,
Lashan

hi Lashan,
It is release dependeant, please take a look my notiz I made sometime before:
(release 4.0)
the linked cProject: /RPM/GET_LINKED_CPROJECT_GUID or DB   
DB table /rpm/item_il, where parent_guid = /rpm/item_d~guid.
release 4.5
rpm_obj_link
type = 0INMCPROJECT
project_guid = item_d~guid
Kind regards,
Zhenbo

Similar Messages

  • How to find out the tables related to CRM datasources?

    How to find out the tables related to CRM datasources? For example, the table related to 0CRM_OPPT_H.
    Regards,
    R.Ravi

    Hi Ravi,
    To find out all tables used go into the CRM source system to transaction RSA3 and prepare the selections for extraction of your datasource.
    In a parallel session execute transaction ST05 and press the button 'Activate Trace'
    Go back to the extracor checker and execute the extraction.
    Switch sessions and subsequently 'Deactivate Trace' and 'Display Trace'.
    This will list all tables used.
    regards,
    Olav

  • How to find the selected item in alv grid or table control

    can any one tell me please
    how to find the selected item in alv grid or table control

    In table control, If you goto screen painter and goto table control properties ( f2 ), there is one check-box w/selColumn check that and give column name. Then add that column to your internal table.
    IN PAI
      LOOP AT it_tkhdr.
        FIELD it_tkhdr-sel_row
          MODULE tab_tkhdr_mark ON REQUEST.
      ENDLOOP.
    MODULE tab_tkhdr_mark INPUT.
      MODIFY it_tkhdr INDEX tc_tkhdr-current_line.
    ENDMODULE.                 " tab_tkhdr_mark  INPUT
    here it_TKHDR is internal table sel_row is field for selection
    After that, you can loop at it_tkhdr where sel_row is 'X' to get selected rows.
    regards,
    Gagan

  • How to find and modify  item in a nested array collection?

    Hi,
    would anybody know how to find and modify item in a nested
    array collection:
    private var ac:ArrayCollection = new ArrayCollection([
    {id:1,name:"A",children:[{id:4,name:"AA",children:[{id:8,name:"AAA"}]},{id:5,name:"AB"}]} ,
    {id:2,name:"B",children:[{id:6,name:"BA"},{id:7,name:"BB"}]},
    {id:3,name:"C"}
    Let's say I've got object {id:8, name:"X"} , how could I find
    item in a collection with the correspoding id property, get handle
    on it and update the name property of that object?
    I'm trying to use this as a dataprovider for a tree populated
    via CF and remoting....
    Thanks a lot for help!

    Thanks a lot for your help!
    In the meantime I've come up with a recursive version of the
    code.
    This works and replaces the item on any level deep:
    private function findInAC(ac:ArrayCollection):void{
    var iMatchValue:uint=8;
    for(var i:uint=0; i<ac.length; i++){
    if(ac
    .id == iMatchValue){
    ac.name = "NEW NAME";
    break;
    if(ac
    .children !=undefined){
    findInAC( new ArrayCollection(ac.children));
    However, if I use the array collection as a dataprovider for
    a tree and change it, the tree doesn't update, unless I collapse
    and reopen it.
    Any ideas how to fix it ?

  • What is RPM portfolio Item in Investment Management?

    Hi All,
    We are trying to install business content for Investment Management module. There is a web template in this module, we have installed all these properly. Now when i run this template i see a message "No RPM portfolio Item has been specified".
    In the underlying queries there is info object Item Detail on which a SAP Exit variable. I tried to study the SAP Exit code but this is not of much use. Even while debugging the query the value for this variable is not being set.
    So i wanted to know more about RPM portfolio item, what is this, where do we have to set/specify it?
    Any inputs are highly appreciable.
    Thanks,
    Anjum S N.

    Hi,
    May help you:-----
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00cfa0ca-f11c-2a10-eb8f-b69a103f6caa?quicklink=index&overridelayout=true
    Regards,
    Suman

  • How to find invoice open item

    how to find invoice open item.

    Hi,
    You can get the open items from BSIS.
    To get the details of open items you need to do as below :
    1. Get all the document numbers from BSIS table based on year(GJAHR) and period (MONAT).
    2. Once you get all the open items from BSIS, go to BSAS with the document number retreived from BSIS.
    Now you will have two internal tables, one with open items and one with closed items. Now you need to segregate the open items and closed items from BSIS.
    loop at it_bsis.
    read table it_bsas with key bukrs = it_bsis-bukrs
                                            hkont = it_bsis-hkont
                                            gjhar = it_bsis-gjahr
                                            monat = it_bsis-monat.
    if sy-subrc eq 0.
        delete it_bsis.
        clear it_bsis.
    endif.
    endloop.
    Now you are left with only open item only.
    Thanks,
    Sriram Ponna.

  • How to find open SO Items with tax code for a particular day?

    Dear all
    If i want to see all open SOs(items), with tax code for a particular day, how to find using table VBAP in SE16?
    Please guide me
    Edited by: Julius Bussche on Mar 3, 2009 11:10 PM
    Please use descriptive subject titles and the search

    Hi GB,
    Its always better to see through the standard reports , as you will be able to see the aditional info as well.
    In the case of table in se16 you will be able to see one table at a time and then you need to manually figure out the fields that required.
    For example if you want to see the sales order details through tables then
    1.You have to go to VBAK to see the document type and then you need to go to VBAP to see the items , it means that you need to access 2 tables for this simple thing ....
    In standard reports there will be lot of joins between the tables and you can view the data more elobarately as weel.
    Note : In general if you want to see the complete details of the documents(open), then pls use the reports.
    Regards,
    Vvieks

  • HT201303 want to know how to find out if items purchased were billed to my credit card or off my gift card

    Hi
    Need to know how to find out how items purchased have been paid for-via credit card or off gift card balance.
    Can't find the link.
    Thank you

    Unless you purchased a gift for someone else or something went wrong, all purchases would be charged first to a balance from a gift card. To confirm, view each individual item in your Purchase History:
    http://support.apple.com/kb/HT2727
    It will show a "Store Credit Total" if the purchase was billed against a gift card balance.
    Regards.

  • How to find open line items from the BSID table

    Hello Guru's
    I need some fever from you......... please any one tell me that How to find the open line items from the BSID table .
    please replay ASAP..
    Regards,
    Raghunath.S

    Hi Raghunath
    BSID and BSAD are Secondary Index tables for Customer line items. All customer open items are stored in BSID table and Cleared items are stored in BSAD table.
    Regards,
    Venkat

  • RPM - Portfolio Item Type

    Hi All,
    I had configured Portfolio Item type and decsion points in back end system for RPM, but the Portfolio Item type is not visible in the pull down list in the portal front end. Any idea wat could be the reason for this?
    Regards
    Aby

    resolved

  • How to find out the Tcode related to a Script

    Hi All,
    Our client is using one ZFORM (on Bill Of Lading),
    How to find out, In which Tcode this particular Script was used?
    I have checked the TNAPR table,
    It's showing the Program Name Not Tcode.
    Any hint...
    Thanks,
    Kalyan

    Hi Nehal,
    In the Tcode V/G9, Output type Z013, Z016 are there for my ZFORM,
    and the corresponding Program name also given.
    If I made any change to the SCRIPT, how to check, whether changes are made correctly. In the Script, if I go to Utilities-> There is no print preview, there is only print option.
    I am working on the CITRIX, I can't take the print locally,
    It's going to Client place..
    Any advice,
    Thanks,
    Kal Chand

  • Copy portfolio item text to cProject description

    Dear all,
    When creating a new portfolio and setting the flag "automatically create cProjects-project"  a new cProjects-project is created. However, the project description is left blank and we would like to have the portfolio item text copied.
    Is this possible?
    Kind regards,
    John.

    Hi John,
    You can do this by mapping these two fields in DFM attribute synchronization. The item text will then get copied to the project long description field.
    Regards,
    Vivek Pandey

  • How  to find the current item is new

    I create a item ,and diaplay "new" .so I want to know which table I can find the
    "new" identifier. if anyone konw this please contract me .my Email :[email protected]

    If you are referring to where to find the new image itself, that is in the middle tier in the images directory. You can access it by adding /images/new.gif to your base portal URL.
    If you are looking for how to add the new icon to a region, edit the region settings by clicking the pencil in the region heading and go to the attributes tab. Double-click the "new item" in the left selector box to move it to the right selector box then hit Apply and OK.
    If you are looking for the logic where it is displayed, there is a setting on the page group level that determines how many days to display the New icon. The portal then dynamically uses the modify date of the item to determine if the new icon should be rendered. You can query the item views yourself if you want to create your own New logic.
    Rgds/Mark M.

  • How to find RPM of an absolute encoder?

    Hello guys, I am new to the labview programming and I am having a lot of difficulty trying to find the RPM of an absolute encoder. The encoder model is 960 from www.encoder.com. One of the things that I tried was counting edges and then dividing by the pulse per revolution. I believe that this only gives me the revolutions, and I am not sure how to calculate the time elapsed and use that to find the RPM of an absolute encoder. Thanks for the help.

    Hello,
    I feel that the filter will not be needed if you follow the example that Ravens Fan posted.  The RMP2.vi uses the timeout value of the DAQmx Read.vi as an input to the second divide.  Where the posted example is using a value that is wired into a Wait Until Next ms Multiple.vi.  The second divide in the calculation is outputting revolutions per ms.  Please note that is why the posted example ends by multiplying by 60,000.  Once you make these small changes to your code, you RPM output should be more constant and eliminate the need for a filter. If you are still interested in filter, please review the attached documentation.
    Smoothing Filter Coefficients
    Filter
    Samantha
    National Instruments
    Applications Engineer

  • How to find out the domains related to only Transaction Tables....?

    Hi All,
    I have to find out all the Domains which are related to Only Transaction Tables, that Domains should not be used or related to Master Tables, pls let me know is there any way to find out?
    Akshitha.

    Step 1:
    Select TABNAME from DD09L where TABART = 'APPL1'.
    Select DOMNAME from DD03L where TABNAME = TABNAME (got from the above statement)
    By this way you will get all the domains used in Transaction table
    Step 2:
    Select TABNAME from DD09L where TABART = 'APPL0'.
    Select DOMNAME from DD03L where TABNAME = TABNAME (got from the above statement)
    By this way you will get all the domains used in Master table
    Step 3:
    Display all the domains got from step 1 and not in step 2.
    Hopefully this will fulfill your requirement.
    Please reward if useful..
    -Tushar

Maybe you are looking for

  • How do I enter a different Apple ID on my Iphone 4S?

    The iCloud keeps asking me to enter a password for my Apple ID, but it is using an old Apple ID (my email changed).  I cannot find a way to get out of this circular loop.  I can log into my new Apple ID on the computer but my phone keeps using an old

  • IPod Updates with error message when trying to upgrade iPod software

    We now have 3 iPods (2 3rd generation, 1 2nd generation), which are sync'd with a single iMac (running Leopard) with different checked play lists. When either of the 2 3rd generation iPods are attached, it indicates an upgrade is available (v1.1) but

  • Runtime Type Services

    Hi All, I need introduction to ABAP Runtime Type Services. Also, it would be highly helpful if you could provide links that explain this concept in more detail. Thanks and Regards, Vidya.

  • Photoshop "can't use product under guest account"?

    I just bought Photoshop 12 today, downloaded it and everything, and now that I'm going to start editing some photos it says "Cannot use this product under a guest account". I am the administrator account so I'm confused? Has anyone had this problem?

  • How to install J2ME on Linux PDA

    Linux PDA is now avaiable in the market. but i wonder want to know how install J2ME install this type of PDA.