How can i find technical name of varaibles in query 0T_FYEAR

Hi all,
I am trying to transport my bex objects (query and structures and stuff) from dev to QA.
I had one previous transport from dev to qa and now I have two varaibles 0T_FYEAR and 0P_FYEAR.
And these two varaibles have the earlier reuqest number so I want to delete then from that request and then add to the new request I am trying to create.
But in the old request I dont see these two elements how can i check the technical names for that. I see two different entries in that request which are something like
R3TRELEM2477EPQ40PB73OI4A73SI20IH rest all are starting with 43.....
Can some one help out.
Thanks in advance

Hi Raj,
You can try looking up those IDs in SE16 > V_ELTDIR_TXT to recognise which is which.
Hope this helps...

Similar Messages

  • I found my college roomates band's cd . how can i find track names since its not in database. they were semifamous so it should come up

    How can i use itunes to find track names on cds from an old roomate"s band. Its a professional cd that was sold in stores but it shows up as track 1 track two. the database could not find them.   
    I had another friend who made a cd and inputed all of the data but itunes still puts them as track 1 track two.  How can i find the names without manually putting them in?

    How can i find the names without manually putting them in?
    They will only show up in iTunes if someone (your friend, their producer, or a fan) has submitted them to Gracenote.
    If that did not happen, you can try identifying the tracks with an auto-tagging program such as Picard. 

  • AO 1.4 patch 7  how can I hide technical names in the analysis panel

    I just install analysis for office 1.4 patch 7.  
    We love the speed in which it opens and connects to the BI platform.
    The problem is that now in the Analysis panel the technical names are displayed in front of the description.
    How can I turn of the technical names?
    It is very confusing to our users.
    Patty

    Patty:
    Under Analysis > Settings > Support Settings Tab
    Click off Display Technical Names

  • How can I find Application Name/ EAR Name in runtime

    Hi,
    We need to log the Application Name and Name of the EAR. Is there a way to find these names runtime.
    Thanks,
    RK

    You can try this:
    MBeanServerFactory.newMBeanServer().getDefaultDomain();Cheers,
    Eduardo.

  • How can I find the name and path of the host html page

    Hi all,
    I want to make a banner using flash. This banner will be
    included in several pages in several domains.
    So, I want to count the clicks and store statistical data,
    calling an asp, and I want to get the host HTML page name which
    includes my banner.
    How can I do this?
    Thanks in advance

    or you can use the localConnection class inside of flash....
    it will return the domain name for you.
    var lc:LocalConnection = new LocalConnection();
    trace(lc.domain());

  • How can I find the name of a file I downloaded four months ago?

    I downloaded a file on either February 15th or 16th. Embarrassingly, I've lost the file, simply by forgetting its name. I need to be able to search my download history, by date. Does anyone know of a way to do this? I know that the history is kept that long, and that I haven't erased the history. Finding the date that I visited the website was easy using history and an approximate date, but download history is less intuitive.
    And, no, revisiting the website doesn't help; the only way to find the name of the file there (it's an ebook) is to buy it again, which is NOT what I wish to do.
    This was in Windows 7 Home Premium Edition, with FireFox v. 28.0 (yes, I know it's outdated; I haven't been using that computer much lately). I don't know what version of FireFox was installed at the time of the download -- whatever was most current at the time, as I usually make a practice of installing updates.

    The downloads folder in the history manager? I'm not sure what you mean.
    When I click on History, I see what I've put in the screenshot. Then it starts telling me where I've been today. Nothing about downloads, per se. I've been getting at those through Tools/Downloads.
    I have FireFox set up to ask me where downloads should go, rather than automatically sending them to my Downloads folder in Windows, and even if it had automatically saved to Downloads, it wouldn't still be there now.
    In a pinch, I suppose I could skip the first few in the downloads list, and then start right-clicking on individual downloads and selecting Go To Download Page, but I was hoping there might be some way to narrow it down, by getting at the date on downloads. That's fairly easy in History, but I don't see any way to do it in Tools/Downloads.

  • Help!How can I find the name of a calling procedure from within a procedure/function?

    Is there anyway to find out the name of calling procedure(database) from within a database stored procedure/function? This is required for creating an auditing module.
    Thanks,
    Abraham
    ===========
    email:[email protected]

    You can use this query to get the procedure names that are calling your procedure.
    SELECT name FROM all_Dependencies
    WHERE upper(referenced_name) = 'YOUR_PROC_NAME'
    In your procedure, you can get these values into a cursor and then use them one by one.
    Hope this would help.
    Faheem

  • How can I find table names for Interaction Record

    Hi
    I need the table names for Interaction Record Notes, Description Field, Reason Code & IC Agent. Please assist.

    Hi Sunglad,
    The header data of the interaction record (incl. description) is saved in table CRMD_ORDERADM_H.
    The reason code can be found in table CRMD_SRV_SUBJECT.
    The connection between CRMD_ORDERADM_H and the CRMD_SRV_SUBJECT is rather complex:
    CRMD_ORDERADM_H --> CRMD_LINK --> CRMD_SRV_OSSET --> CRMD_SRV_SUBJECT
    get transaction guid from crmd_orderadm_h.
    get guid_set from crmd_link where crmd_link-guid_hi = transaction guid and objtype_set = 29.
    select guid from crmd_srv_osset where guid_set = guid_set found above in crmd_link table.
    select * from crmd_srv_subject where guid_ref is in all guid's found above.
    The text can be found in table STXH. I guess you need a function module (READ_TEXT) to
    retrieve the text.
    Hope this helps.
    regards,
    Wim Olieman

  • With a given pernr, how can I find the name of the person

    Hi all,
    Please answer me.
    Thanks.

    hi you get more fields for a given pernr with this given prog,
    report ztest.
    tables:pa0002.
    data: begin of itab occurs 0,
          pernr like pa0002-pernr,
          vorna like pa0002-vorna,
          nachn like pa0002-nachn,
          end of itab.
    data: begin of itab1 occurs 0,
          pernr like pa0008-pernr,
          begda like pa0008-begda,
          stvor like pa0008-stvor,
          ansal like pa0008-ansal,
          end of itab1.
    data :begin of itab2 occurs 0,
          pernr like pa0021-pernr,
          favor like pa0021-favor,
          fanam like pa0021-fanam,
          end of itab2.
    data:begin of itab3 occurs 0,
         pernr like pa0041-pernr,
         dar01 like pa0041-dar01,
         dat01 like pa0041-dat01,
         end of itab3.
    data:begin of final occurs 0,
          pernr like pa0002-pernr,
          vorna like pa0002-vorna,
          nachn like pa0002-nachn,
          begda like pa0008-begda,
          stvor like pa0008-stvor,
          ansal like pa0008-ansal,
           favor like pa0021-favor,
          fanam like pa0021-fanam,
         dar01 like pa0041-dar01,
         dat01 like pa0041-dat01,
         end of final.
    select-options:s_pernr for pa0002-pernr.
    select pernr
           vorna
           nachn
           from pa0002
           into table itab
           where pernr in s_pernr.
    select pernr
           begda
           stvor
           ansal
           from pa0008
           into table itab1
           for all entries in itab
           where pernr = itab-pernr.
    select pernr
           favor
           fanam
           from pa0021
           into table itab2
           for all entries in itab1
           where pernr = itab1-pernr.
    select pernr
           dar01
           dat01
           from pa0041
           into table itab3
           for all entries in itab2
           where pernr = itab2-pernr.
    loop at itab.
    final-pernr = itab-pernr.
    final-vorna = itab-vorna.
    final-nachn = itab-nachn.
    read table itab1 with key pernr = itab-pernr.
    final-begda = itab1-begda.
    final-stvor = itab1-stvor.
    final-ansal = itab1-ansal.
    read table itab2 with key pernr = itab1-pernr.
    final-favor = itab2-favor.
    final-fanam = itab2-fanam.
    read table itab3 with key pernr = itab2-pernr.
    final-dar01 = itab3-dar01 .
    final-dat01 = itab3-dat01.
    append final.
    clear final.
    endloop.
       loop at final.
       write:final-pernr ,
    final-vorna ,
    final-nachn ,
    final-begda ,
    final-stvor ,
    final-ansal ,
    final-favor ,
    final-fanam ,
    final-dar01 ,
    final-dat01 .
       endloop.
    <REMOVED BY MODERATOR>
    venkat.
    Edited by: Alvaro Tejada Galindo on Mar 5, 2008 10:20 AM

  • How can we find formula function in Payroll Formula

    Guys,
    As far as concern regarding oracle functionality is very vast in particularly in payroll process, mostly functions are built-in to avoid user to create any custom code, but it is not fully covered business requirement. Therefore we need to create our custom function to cover/validate our business need and for this purpose we register this function in formula function, that is the easiest way to add any condition in payroll formula by calling this. Now my requirement is that to find formula name where this function has been used.
    Let's suppose any of user is created “X” formula through this functionality and called in payroll formula’s how can we find formula name wherever this function has been called.
    Please suggestion

    That's a good question. Fast Formula text is stored as a LONG data type which is now a deprecated data type. You can write a PL/SQL utility function to convert the text to a VARCHAR2 and search that but that has two problems:
    1) It assumes you have permission to create a function, which isn't something you'll likely have on a production database
    2) It'll barf for any formula in excess of 32760 bytes
    You can also use the to_lob function to copy the contents of ff_formulas_f into a new table (with a CLOB data type) and then create an Oracle text index to quickly search the CLOB. But again that assumes you have write access.
    If you're patient then you can also run this hideous piece of SQL:
    SELECT ff.formula_name
    ,ft.formula_type_name
    ,src.text source_plsql
    FROM ff_formulas_f ff
    ,ff_formula_types ft
    ,ff_functions fff
    ,all_source src
    WHERE ff.business_group_id IS NOT NULL
    AND ff.formula_type_id = ft.formula_type_id
    AND src.name = 'FFP' || to_char(ff.formula_id) || '_' || to_char(ff.effective_start_date, 'DDMMYYYY')
    AND src.type = 'PACKAGE BODY'
    AND lower(text) like '%' || lower(fff.definition) || '%'
    AND trunc(sysdate) BETWEEN
    ff.effective_start_date AND ff.effective_end_date
    AND upper(nvl(fff.alias_name, fff.name)) = upper('XXC_MY_FFFUNC');
    (replacing 'XXC_MY_FFFUNC' with the name of the Fast Formula Function you wish to search). Don't expect it to be fast. What this does is search the generated PLSQL rather than the source formula text. This only looks for customer-defined Fast Formula (those with business_group_id set).

  • How can i find the meta chain name?

    My process chains are running based on meta chain option,So how can i find the meta chain name???

    Hello
    Goto SE16
    Table RSPCCHAIN
    ut u r local chain name as varient and exe
    similerly goback if the chain you get is also a local chain....Until you get only one chain...
    Where Used List --
    RSPCPROCESSLOG table
    You can see the Process Logs at SM37 too based on the Technical name of the Chain you can trace the Meta chian
    Thanks
    Geeta

  • How can you find out if another VI running on the same computer and how can you find out the name of that VI?

    Suppose that several VIs running simultaneously on the same computer. How can I find out the names of the running VIs, from another VI?
    If the already running VIs are clones of the same basic VI, open and run with the option "Prepare to call and forget", how can I find out the names and index of each clone? 

    I had an application where I spawned (= ran with Start Asynchronous Call) multiple (reentrant) copies of VIs, and would occasionally "lose control" of them.  I needed a way to find all VIs that were running "Top Level" and stop them (so I didn't have to log off from Windows).
    I used the Application Property "All VIs in Memory" to get an array of (wait for it ...) All VIs in Memory.  I took each name, opened a VI reference to it (simply wire the name string in, as the VI is, by definition, "in memory"), looked at its VI Execution State, and if it was Run Top Level, Invoked the FP.Close and Abort VI Methods.  [To prevent the VI that did all this from "committing Suicide", I compared the name string with the current Call Chain, and did nothing if there was a match].
    I think you could adopt this idea to do what you need.
    BS

  • How can I find out those files whose name has space character?

    Hi
    How can I find out the files whose name has space character in a whole file system?
    Thanks
    Jerry

    thank you all
    I can use this command to find out like
    $find ./ -type f -exec ls -1 {} \; 2>/dev/null | grep " "
    ./space in name
    while, I modify above a little to find out a spcific file systems like below:
    $find /bbj* -type f -exec ls -1 {} \; 2>/dev/null | grep " "
    /bbj14/appl/oracle/prdrep/S_STATIC_TAB_05.dbf
    --while, I didn't see any space character in file name "S_STATIC_TAB_05.dbf"
    what is wrong?
    thanks

  • How can I find the specific channel name and modify channel name in automatically in VBS?

    How can I find the specific channel name and modify channel name in automatically in VBS? (DIAdem 9.1)
    I would like to change channel name = "speed01" ... "speed10"  to  channel name = "velocity01"..."velocity10.
    martino

    Hello Martino,
    this script will help:
    Option Explicit
    Dim i
    Dim n
    For i=1 To 10
    If i < 10 then
    n = CNo("speed0" & i)
    Else
    n = CNo("speed" & i)
    End If
    If n > 0 Then
    If i < 10 then
    ChnName(n) = "velocitiy0" & i
    Else
    ChnName(n) = "velocitiy" & i
    End If
    End If
    Next
    Matthias
    Matthias Alleweldt
    Project Engineer / Projektingenieur
    Twigeater?  

  • How can i find the available JDBC driver name?

    hi,
    can anyone tell me how can i find the JDBC driver name in XI

    Hi
    The available JDBC drivers can be viewed in the file found in the following path in ur XI  server
    :\usr\sap\XR3\DVEBMGS00\j2ee\cluster\server0\bin\ext\
    regards
    krishna

Maybe you are looking for