Find objects associated with Technical names of routines

Is there an easy way to find what objects, TR/UR, are associated with the cryptic technical names given in a transport list of Routines and Update Rules?
e.g.:
-Routine                     
   |_0BCJXNMRQHE29898UDAQN1TOY
-Update rules                
   |_20ZUEIGNKD42XNU4HPWJEZ75H
Thanks!

Hi Jolene,
You can try to look up tables RSUPDROUT and RSUPDINFO.
Hope this helps...

Similar Messages

  • Eligibility Profile and all Objectives associated with it

    Hello
    I am a techie and can't find the link in the back end between the ben_eligy_prfl_f table where all the profiles are kept and the hr.per_objectives_library table where all the objectives associated with each eligibility profile is kept.
    However when i logg into the front end and i go into Employee Self Service > Talent Management > and i choose a plan then i see all the objectives associated with the employee's profile.
    How did oracle do it?
    There is no clue for me in the 'About page'
    Does anyone know how you can find the eligibility profile in the back end and then link it to the Objectives table to see every objective associated with a eligibility profile?
    I am sorry i had to post techie stuff on here but since you do this all the time maybe u have a better idea
    regards
    Ian

    Try this query I have commented out all the things you may not want just uncomment if you need this data in your report
    /* Formatted on 10/16/2012 11:22:49 AM (QP5 v5.185.11230.41888) */
    SELECT *
    FROM (SELECT
    pol.objective_id,
    --pol.object_version_number,
    pol.objective_name,
    --pol.valid_from,
    --pol.valid_to,
    --pol.target_date,
    --pol.next_review_date,
    --pol.group_code,
    --pol.priority_code,
    --pol.appraise_flag,
    --pol.weighting_percent,
    -- pol.measurement_style_code,
    -- pol.measure_name,
    -- DECODE (pol.measurement_style_code,
    -- 'QUANT_M', pol.target_value,
    -- NULL)
    -- target_value,
    -- pol.uom_code,
    -- pol.measure_type_code,
    -- pol.measure_comments,
    -- pol.eligibility_type_code,
    pol.details,
    pol.success_criteria,
    -- pol.comments,
    /* pol.attribute_category,
    pol.attribute1,
    pol.attribute2,
    pol.attribute3,
    pol.attribute4,
    pol.attribute5,
    pol.attribute6,
    pol.attribute7,
    pol.attribute8,
    pol.attribute9,
    pol.attribute10,
    pol.attribute11,
    pol.attribute12,
    pol.attribute13,
    pol.attribute14,
    pol.attribute15,
    pol.attribute16,
    pol.attribute17,
    pol.attribute18,
    pol.attribute19,
    pol.attribute20,
    pol.attribute21,
    pol.attribute22,
    pol.attribute23,
    pol.attribute24,
    pol.attribute25,
    pol.attribute26,
    pol.attribute27,
    pol.attribute28,
    pol.attribute29,
    pol.attribute30,
    pol.last_update_date,
    pol.last_updated_by,
    pol.last_update_login,
    pol.created_by,
    pol.creation_date,
    fnd.user_name,
    hr_general.decode_fnd_comm_lookup (
    'HR_WPM_MEASURE',
    pol.measurement_style_code)
    measure,
    DECODE (
    pol.measurement_style_code,
    'QUANT_M', hr_general.decode_fnd_comm_lookup (
    'HR_WPM_MEASURE_TYPE',
    pol.measure_type_code),
    NULL)
    measure_type,
    DECODE (
    pol.measurement_style_code,
    'QUANT_M', hr_general.decode_fnd_comm_lookup (
    'HR_WPM_MEASURE_UOM',
    pol.uom_code),
    NULL)
    uom*/
    /* DECODE (
    pol.measurement_style_code,
    'QUANT_M', hr_general.decode_fnd_comm_lookup (
    'HR_WPM_MEASURE_TYPE',
    pol.measure_type_code),
    NULL)
    measure_type_meaning,*/
    -- bep.eligy_prfl_id,
    DECODE (pol.eligibility_type_code,
    'EXIST_P', bep.NAME,
    'NEW_P', bep.NAME,
    NULL)
    NAME
    -- fnd.user_id,
    -- NVL (beo.elig_obj_id, NULL),
    -- bobp.elig_obj_elig_prfl_id,
    -- beo.object_version_number beo_ovn,
    -- bobp.object_version_number bobp_ovn
    FROM per_objectives_library pol,
    fnd_user fnd,
    ben_elig_obj_elig_profl_f bobp,
    ben_elig_obj_f beo,
    ben_eligy_prfl_f bep
    WHERE fnd.user_id(+) = pol.created_by
    AND bep.eligy_prfl_id(+) = bobp.elig_prfl_id
    AND bobp.elig_obj_id(+) = beo.elig_obj_id
    AND beo.COLUMN_VALUE(+) = pol.objective_id
    AND beo.table_name(+) = 'PER_OBJECTIVES_LIBRARY'
    and pol.appraise_flag = 'Y'
    AND TRUNC (SYSDATE) BETWEEN NVL (bep.effective_start_date,
    TRUNC (SYSDATE))
    AND NVL (bep.effective_end_date,
    TRUNC (SYSDATE))
    AND TRUNC (SYSDATE) BETWEEN NVL (beo.effective_start_date,
    TRUNC (SYSDATE))
    AND NVL (beo.effective_end_date,
    TRUNC (SYSDATE))
    AND TRUNC (SYSDATE) BETWEEN NVL (bobp.effective_start_date,
    TRUNC (SYSDATE))
    AND NVL (bobp.effective_end_date,
    TRUNC (SYSDATE))) QRSLT
    ORDER BY OBJECTIVE_NAME ASC

  • Getting text ID and Text object  associated with item texts in PO...

    Hi,
    To print standard text on smartform for a given item in purchase order, I need to find the text ID and object associated with it.
    There are various texts like item text, Info record PO text, Material PO Text, Delievry Text, etc...
    Now when I go to ME22N, and select item detail for any item -> Texts , how do I get text ID, and object associated with it ?

    Hi ,
        Use table stxh,stxl
        FM read_text.
        you can view the text id by following
        this link
         me23->header-text-double click on text->menu goto->
         header        
    Regards
    Amole

  • Extending view object which does not have any entity object associated with

    Dear all
    I am interested in extended on of the standard pages VO object in JDeveloper OA extension
    the standard page is oracle/apps/pos/supplier/....suppSummaryPG
    and one of the view which I am interested to extend is suppSummVO
    the problem is that when I copy xml files and java files from apps server to
    my local jdevelope folder , I am not able to open that suppSummVO, the changes which
    I find from other VO object and this(suppSummVO) object is that, this VO does not have any
    Entity Object associated with it and the only query is return on this VO , is it the reason that
    I am not able to open it Jdeveloper, but the real issue is that how can I extends this type of VO
    in my OAExtension.
    Regard
    Noman

    Its the same way of extending VO with EO's or without EO's.
    Sometimes if the .class files arn't decompiled we get weird jbo errors. So use cavaj/jad to decompile those Impl.class, RowImpl.class files and keep them in the same folder as vo.xml in myprojects and try extending that VO.
    Thanks,
    Ravi

  • Webi reports and objects associated with uiverses

    Hi,
    I want to know the list all universes associated with wei reports and their objects (database field) using query builder.
    I am using select * from ci_infoobjects where si_kind='Webi'. I could able to get the universe associated with webi report in fielf si_webi_doc_properties.
    1) How can I get only UnvName from XML
    2) How to get objects associated with a webi reports

    Hi Jaya,
    Have you also tried finding the report within CMC and then right clicking and selecting relationships? It should show you all Universes associated with your report. If you meant all reports related to a Universe, you can do the same for the Universe.
    Thanks

  • Mapping between the query/report and the role with technical names - BI Sec

    Hi,
    How to find the mapping between the query/report and the role with technical names ?
    Like in R/3 we can find the mapping using table AGR_TCODES or thourgh SUIM. However in BI all reports have tcode RRMX.
    So. how to find the role for a given query/report like sales report with technical names?

    I looked into this quite a while ago and cannot remember the exact details, but I think there were 3 tables needed together with a structure to explore with a function module, and you need to use the program ID to think them.
    If you look in SQ01 then I am sure you will find one of the tables, and then search from there onward.
    Alternately, while searching you might find a nice report which does this for you.
    Hope that helps and let us know whether you find it.
    Cheers,
    Julius

  • Mapping between the query/report and the role with technical names

    Hi,
    How to find the mapping between the query/report and the role with technical names ?
    Like in R/3 we can find the mapping using table AGR_TCODES or thourgh SUIM. However in BI all reports have tcode RRMX.
    So. how to find the role for a given query/report like sales report with technical names?
    Edited by: Phoenix on Jul 26, 2008 4:15 PM

    Posted in wrong forum

  • A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.

    A have new problem that has appeared in my Mac Mail.  When I type a frequently used email into the 'To: line' it populates the correct name but with 8 different email addresses not associated with that name.  I have gone to the window pop-down to 'previous recipients' and deleted that addressee as well as all the email addresses it is assigning to that name.  I have also deleted the account entirely from my address book.  I have have run repair permissions and also full defrag in iDefrag.  Still the problem persists.  Any suggestions?

    Hello CarolineLongEaton,
    I noticed you posted this problem quite a while ago and wondered if you managed to have it fixed in an alternative way then posting here. It is too bad no one has posted a solution here. I have a similar problem and if you have had yours solved since this occurance how you accomplished it may help me with mine. I am interested to know what you have done about yours.
    If you are interested in comparing the problems to see if your solution (if you have found one) might help me also then here is the link to the discussion.
    https://discussions.apple.com/thread/6116927
    If your problem has not been solved then I will comment here again if/when my issue is resolved as it may help you too. My hope here is that we may help each other. To quote you "all ideas gratefuly recieved". I hope your problem was resolved, ernestly for your sake and selfishly for mine also. I wish you and yours a great day!
    dofromon

  • [ME21] error message : cannot find message associated with key

    Dear all,
    I try to develop an Mobile application using smartSync,
    but when the application running (on client) got an error message :
    Error: 500
    Location: /UPLOAD_TEST/upload_testapp/Menu.do
    Internal Servlet Error:
    javax.servlet.ServletException: cannot find message associated with key : dispatcher.forwardException
    at org.apache.tomcat.facade.RequestDispatcherImpl.doForward(RequestDispatcherImpl.java:238)
    at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:162)
    at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:423)
    at 0002findex0002ejspindex_jsp_0._jspService(_0002findex_0002ejspindex_jsp_0.java:62)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java)
    note:
    when create this application, I'm using tcode : merep_sbuilder
    Sync type : U01 - Upload using SMAPIs
    Bapi wrapper : MEREP_CONTACT_CREATE
    SAP Mobile Engine 2.1
    and generate .war file using MDK tool
    any one know about this ??
    thanks & regards,

    Hi,
    this error comes up when the destination serlvet throws an exception other than ServletException!
    Its a standard tomcat bug!
    Rgds Thomas
    -->
    http://issues.apache.org/bugzilla/show_bug.cgi?id=19114
    -->From apache.org:
    When a forwarded servlet throws an exception other than ServletException or
    IOException, the thrown exception is lost. This is due to the line:
    throw new ServletException(sm.getString("dispatcher.forwardException", t));
    (found in org/apache/tomcat/facade/RequestDispatcherImpl.java:210)
    the earlier catched t is here not passed into the constructor of
    ServletException but into getString.
    To reproduce construct a servlet that throws an Exception (other than
    ServletException and IOException) and another servlet that forwards to it. You
    will get just a forwardException (if you have the proper locale strings
    installed!) but the originally thrown exception will get lost forever.

  • While saving Bex query with Technical name, it says Query already existing

    Hi,
    I am facing a problem. While saving a query withy its technical name (for example ZQYZMPR_01), it says that query is already existing. But when I search for the query in all tabs like Favourites, Roles, Infoprovider It is not found.
    I also checked a view V_REP_JOIN. In this view I find Query (ZQYZMPR_01) in MODIFIED version.
    I want to use my previous query instead of creating new one.
    Suggest, how can I retrieve my previous query that I am unable to search for.

    Saurabh
    Searching with descriptions may lead to confusion as there may be similar  descriptions to a query but just one technical name.  Check the query 'where used list' you may find answers.
    Can you check the query in RSZCOMPDIR ? If the query exist here, it must be there in the system.  Do the search with exact technical name ZQYZMPR_01 or ZQYZMPR*, you should be able to find.  Do not search in specific areas like roles etc..search directly by inputting the tech. name.
    Ferdinando - you can delete the query in RSZDELETE transaction.  While doing so, it will prompt for removal from all areas like roles, workbooks etc. Say 'yes' and delete, you will be able to assign the technical name to another query.
    Ramesh

  • Online college, open document, how to find URL associated with document

    I am currently enrolled in an online college.  For APA formatting, we are supposed to find the URL associated with an online document.  For example:  on the college website I click on a link that takes me to the open/save box.  I open the file, at the top of the page is the name: sn_2010_writing_scholarly_voice-1.  On a PC we are supposed to cut/paste that into our web browser to come up with the URL.  I'm not seeing how to do this on a MAC. 

    Here's a code snipet with null checks removed:
    UID MyClassName::GetFrameForXMLElement(IIDXMLElement* inXMLElement)
        InterfacePtr< ITextModel > textModel( Utils< IXMLUtils >()->QueryTextModel( inXMLElement ) );
        InterfacePtr< IFrameList > frameList( textModel->QueryFrameList() );
        UID aFrameUID = frameList->GetNthFrameUID( 0 );
        return aFrameUID;

  • How to find Tables Associated with User Exit

    Hi All,
    I have an User Exit userexit_availabilty_out in RV03Vfzz.
    How do i know the tables and feilds associated with taht exist.
    In case of a Function exit i can find out from import Parameters, but how can i find in this case.
    Pl Do reply.
    Cheers,
    Manohar

    You need to find out which SAP program uses this as include. You can do that by doing WhereUsed on Abap include RV03VFZZ in transaction SE38.
    After you found out the main program, use transaction SE80 and display that program. Then click on Fields object and you will see all global variables that are accessible in your user exit.

  • Refresh the object associated with a Row in a Data Control?

    I am using EclipseLink & have an issue with multiple updates of the same Row. During an update, a new instance of the entity is returned by the update method. The instance bound to the Row is not updated with this new version and subsequent updates fail with an optimistic locking exception since the entityVersion hasn't been updated.
    Question: Is it possible to refresh the instance associated with a data control Row? I can remove rows, create rows, but it is not apparent to me how to update a row. I am trying to avoid doing a full retrieve on the bound iterator.

    Hi!
    The issue here is, by my opinion, a gap between ADFm and EJB 3.0 in use-cases with large data sets. If you search this forum, you may find related thread by Pedja about problem of feasible "scrollable" af:table with large number of entities in EJB finder result list. Unfortunately, the ADFm "paged" fetching is in mismatch with EJB support for "paged" (or scrollable) results lists. The all results of EJB finder method are retrieved from data source, stored in memory (thus breaking the heap) and transferred to ADF datacontrol. Then, and only then, ADFm paged fetching and caching mechanisms are employed – but they are just cosmetics as the main data set is permanently stored in memory as List<?>. The workaround is, as Pedja discovered, to write completely proprietary TableCollectionModel which completely evades ADFm and is implemented by set of EJB Session methods for paged acces to datasource through TopLink and native database queries (enabling retrieval of particular range of rows instead a complete result set). Of course, this is very complex coding experience and I find it a not acceptable for efficient development of modern applications on ADF + EJB stack, especially as it brakes a technology independence promoted by EJB and EclipseLink and other standards-based technologies (as you have to use database-specific native query implementation for paged /scrollable access!).
    What I want to say is that I have feeling that ADF support for EJB is not complete in full extend and that ADFm is still much better suited for BCs then for EJBs. I hope that this will be solved in future as this issue may pose a significant issue on application development in enterprise-level area where it is supposed that we are dealing with BROWSING also a large data sets.
    Yes, I emphasize a BROWSING as I strongly oppose a dogmatic approach that SEARCHING is a solution for every use-case. From theory of information, the system SHOULD NOT limit the user in accessing ALL information (based on access rights, of course). So the idea that SEARCH forms should be used to bridge a architectural gap between a ADFm and EJB is not acceptable, as the search MAY limit the user in acquiring the information he (or she) is not able to describe in adequate manner based on search criteria offered by the developer. So, the developer may be responsible for misinformation of user, by limiting his access to information, jus for technology limitations of ADFm which forces a development of purely SEARCH-based functionalities.
    I hope that development team would appreciate and consider this remarks, and invest effort in closing (not bridging!) the gap between ADFm and EJB.
    Regards,
    PaKo

  • Find InfoPackage using PSA technical name

    Dear Experts,
    Does anyone know how to find the corresponding InfoPackage by using the PSA technical name?

    Hi Paul,
    Please follow following steps.
    1. Go to SE11 and type PSA technical name and say display. it will show you structure of PSA table which is replica of your datasource structure. in the description you will get technical name of datasource. Copy that datasource name.
    2. Go to Tcode RSA15 and search for this darasource name. You will get the PSA and corresponding infosource.
    3. Go to Tcode RSA12 and search for infosource . Under infosource you can see corresponding infopackages.
    Hope this helps.
    Thanks,
    Umesh

  • Finding Labels associated with a UIComponent

    Hi,
    I have a JSF page that contains the following controls:
    <h:outputLabel value="#{res['employee.firstName']}:" for="firstName" />
    <h:inputText id="firstName" value="#{employeeHandler.employee.firstName}" />Is there any way programatically to find out the value of the outputLabel associated with the inputText? I've tried something along the lines of:
    UIViewRoot view = FacesContext.getCurrentInstance().getViewRoot();
    UIComponent comp = view.findComponent("firstName");But am stuck after that, any help would be very much appreciated.
    Cheers
    Andy

    Hi Raymond,
    I've iterated through the tree as follows and found the HTMLOutputLabel, but how do I obtain the values of the for atttributes?
    UIViewRoot view = FacesContext.getCurrentInstance().getViewRoot();
    UIComponent comp = view.findComponent("empForm:firstName");
    Iterator<UIComponent> it = comp.getParent().getChildren().iterator();
    while (it.hasNext()) {
         comp = it.next();
         log.debug(comp.getId() + " is a child of " + comp.getParent().getId());
         if ("firstNameLbl".equals(comp.getId()) && "javax.faces.component.html.HtmlOutputLabel".equals(comp.getClass().getName())) {
              // Obtain the for attributes
    }Many Thanks for you continued assistance
    Andy

Maybe you are looking for

  • How to install plugins in Lightroom

    I've searched the forum but could not find a correct answer to this. I'm running LR 2.3 and Vista. I've tried using the Plug-in Manager in  Lightroom by going to file tab. When going to the location where I un-zipped the plugins, I always get the sam

  • Wrong URL when running Web queries

    Hello all, I'm running a query preview (Or any query which is added to my Favorites SAP menu) and I'm getting this error: Logon failed What has happened? Call of URL http://sap-bw.nw04.com:8000/sap/bw/BEx terminated due to error in logon data. Note L

  • How do you open a .sit file

    Hi downloaded a compressed(zipped) multimedia file formatted for mac. File should include PDF documents and some video. It's a ".sit " file type. I can't figure out how to open it. I have tried saving it to the desk top with no use. All i see is a ju

  • Download from SD card

    I have photos to download from my SD card to iphotos and my issue is that when I insert my SD card into the slot the pictures appear double when they download to iphotos. How can get it to open show just one photo of each? I have a Nikon D80 is that

  • CS4 or 5 install breaks DVD formatting in Win7?

    Searching for the reason I cannot get Windows 7 (64-bit Home Premium) to format a CD or DVD before burning I came across a refererence to such problems started by CS4 or 5 installs. Strange connection, but I believe this was Sony engineers making the