How to find tech nodename based on node description (text) from hierarchy

Hi Friends,
There is a 0ACCOUNT hierarchy. If you open the hierarchy thru info objects maitenance screen using "Maintain Hierarchies", it is displayed in hierarchical arrangement.
Here we give text description to 0HIER_NODE object to denote the title of group/category; a technical name is also assigned in NODENAME column in /BI0/HACCOUNT table for each 0HIER_NODE description. And child node contains actual values of 0ACCOUNT.
My question is, I want to find out the technical name (NODENAME) from the title text description (0HIER_NODE) of group/category. where is the relation between text descripion  (0HIER_NODE) and technical name (NODENAME) is stored?
Any help will be appriciated.
Regards,
Purvang

Hi,
Go to se11 check the contents of the table RSTHIERNODE with the parameters LANGU (your language) HIEID = A and NODENAME the technical node name of a hierarchy.
There you go.
Diogo.

Similar Messages

  • How to find a materail based on Sales Area ??

    Dear All,
    How to find a materail based on Sales Area ??
    please let me know ..
    Thanks
    Venkat

    Hi Venkat
    Its actually the other way round- you extend a material to a sales area
    The quickest way to find all the sales areas to which a material is extended,  is to go to  transaction SE16 and give table MVKE and then give the relevant parameters.
    Please reward points if this helps you

  • How to generate a report based on account description

    Hi Experts,
    How to generate the report based on account description, that means
    i want to generate a report on G/L account and which account numbers are having 'CASH' description.
    for Ex: G/L a/c no: 25010026-Cash and Bank balance(des)
    G/L a/c no: 101000-Cash-freight
    like this.
    please help to do this,
    good answer will be appreciated with points,
    Thanks in advance
    Venkat

    Hi shana,
    my requirement is
    I have G/L account numbers, that account numbers having some descriptions, in these some descriptions are belongs to cash transactions, i want to generate the report on these cash transactions, and the report is " G/L account, debit cash, credit cash, balance".
    is it possible or not,
    thanks in advance,
    Venkat

  • How to populate a table based on a row selection from another table.

    Hi, i just started to use ADF BC and Faces. Could some one help me or point me a solution on the following scenario .
    By using a search component , a table is being displayed as a search result. If i select any row in the resulted table , i need to populate an another table at the bottom of the same page from another view. These two tables are related by primary key . May i know how to populate a table based on a row selection from another table. Thanks
    ganesh

    I understand your requirement and the tutorial doesn't talk about Association between the views so that you can create a Master-Detail or in DB parlance, a Parent-Child relationship.
    I will assume that we are dealing with two entities here: Department and Employees where a particular Department has many Employees and hence a Parent-Child relationship.
    Firstly, you need to create an Association between the two Entities - Department and Employees. You can do that by right clicking on the model's entity and then associating the two entities with the appropriate key say, DepartmentId.
    Once you have done that, you need to link the two entities in the View section with this Association that you created. Then go to AppModule and make sure that in the Available View Objects: 'EmployeesView' appears under 'DepartmentView' as "EmployeesView via <link you created>". Shuttle the 'DepartmentView' to the right, Data Model and then shuttle
    "EmployeesView via <link you created>" to the right, Data Model under 'DepartmentView'.
    This will then be reflected in your Data Controls. After that, you simply would have to drag this View into your page as a Master-Detail form...and then when you run this page, any row selected in the Master table, would display the data in the Detail table.
    Also, refer to this link: [Master-Detail|http://baigsorcl.blogspot.com/2010/03/creating-master-detail-form-in-adf.html]
    Hope this helps.

  • Can any one tell me how i find ibase form bp no or bp no from ibase in crm

    Hi,
    Can any one tell me how i find ibase form bp no or bp no from ibase in crm ?
    Regards,
    Gurprit Bhatia

    Hi,
    Can any one tell me how i find ibase form bp no or bp no from ibase in crm ?
    Regards,
    Gurprit Bhatia

  • How to find pricing procedure based on condition type

    Hi,
    Please tell me any one " how to find the pricing procedure based on condition type " is there any tables.
    Thanks

    check table - T683S, where you get all prciing procedures for which has same condition type.
    go to se16
    give table - T683S
    in condition type feild, menation your condition type and execute, you get all procedures with condition type.

  • How to find certain words based on table

    Hello,
    I have a list of words available in one particular table, based on those records i need to match it up with one specific column on another table. Based on that match i need to update the same. Please see the example for your reference in the excel file.
    Please do let me know if you need further clarifications.
    https://www.dropbox.com/s/fy5oj5r4feipqrw/Certain%20word%20sample.xlsx?dl=0
    Vinwin
    VinWin06

    One more question just out of curiosity is it possible to find out any object name or thing based on the text from table 1. Like there is no table 2 available to contain words to find the relevant records, so we have to find the words from the table 1 and
    those words mainly are any objects or a thing like bolts,shaft,spanner etc.
    Is it possible to do, always welcome to your suggestions.
    VinWin06

  • How to find the material based on the division.

    Hi All,
    My requirement is to read the all the material(products) in the division.
    I have executed  transaction code:COMMPR01 and seen division field  in material tab.
    I found the table CRMC_DIVISION but i did not find any maetial.
    Please help me how to find the PRODUCT in the division.
    Thanks,
    Venkat

    Hi Venkat,
    There are three tables that you need to refer to get the products for a particular division in CRM.
    1. Go to table COMM_PRMAT, pass the division and get the Set Guid for all the products
    2. Go to table COMM_PR_FRG_REL, pass the Set Guid and get the Product Guid of all the products.
    3. Go to table COMM_PRODUCT , pass the product guid and get the list of product ID which belongs to that particular division.
    I hope this will help you.
    Regards,
    PP

  • How to Find the Hostname / IP Address of Reports Server From Forms

    Hi
    We have following query to find out on which machine form server is running,
    but how to find hostname/ip address of reports server (if there are more than one reports server running and on different machines).
    SELECT SYS_CONTEXT('USERENV','HOST'), SYS_CONTEXT, SYS_CONTEXT('USERENV','IP_ADDRESS')
    from dual.
    can anybody answer?
    rocky rocks.

    Our oas name is the same as the box name, and the report server naming convention is rep_(oas name) so that makes it easy to find out.
    I have a pll attached to my form that contains the following function, which works for PC or UNIX based app server:
    -- get_oas_name - Returns OAS name. 
    -- caveat:  Can't be run from pre-form, when-new-form-instance or when-new-block-instance of first
    --          block on the form due to webutil limitation.
    FUNCTION get_oas_name RETURN varchar2 IS
      fp text_io.file_type;
      oas_name varchar2(30);
      op_sys varchar2(30) := get_application_property(OPERATING_SYSTEM);
    BEGIN
      if op_sys = 'WIN32COMMON' then                    
        oas_name := webutil_clientinfo.get_host_name;
      elsif op_sys = 'SunOS' or op_sys = 'UNIX' then
        host('/bin/uname -n > /tmp/oas_name');
        fp := text_io.fopen('/tmp/oas_name','r');
        text_io.get_line(fp, oas_name);
        text_io.fclose(fp);
      end if;
      return oas_name;
    END;Then in when_timer_expired (first place you can use webutil functionality) call it accordingly. I also use it to set platform dependant variables so the form will run
    when I'm working on my PC or deployed on UNIX:
    declare
      :control.op_sys  := get_application_property(OPERATING_SYSTEM);
    begin
          :control.oas_name := get_oas_name;
          :control.report_server := 'rep_'|| :control.oas_name;
          if :control.op_sys = 'WIN32COMMON' then        -- For running locally during development.                     
            :control.close_page := 'http://127.0.0.1:8889/forms90/common/window_close.htm';
            :control.rpt_temp := 'c:\temp\';
          elsif :control.op_sys = 'SunOS' or :control.op_sys = 'UNIX' then
            :control.close_page := 'http://'||:control.oas_name||'.yournamehere.com:7779/forms90/common/window_close.htm';
            :control.rpt_temp := '/appl/oas/yournamehere/reports/cache/';
          end if;
    end;Good luck,
    Gary

  • How do find out failure in invoking a partner service from BPEL

    Helllo,
    When running my SOA composite I encountered the following error. I haven't found out how to find out what exact host:port it is trying to hit and failed. Does anyone know how to find out this info or from which deployment/admin interface can I find out information related to the partner service, such as wsdl, host/port, and other parameters?
    thanks,
    Joe
    Non Recoverable System Fault :
    <bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricInvocationException: Unable to find the WSDL port defined for service {http://xmlns.oracle.com/scheduler}ESSWebService and port {http://xmlns.oracle.com/scheduler}SchedulerServiceImplPort. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate any HTTP proxy settings for the server.</summary></part><part name="detail"><detail>Unable to find the WSDL port defined for service {http://xmlns.oracle.com/scheduler}ESSWebService and port {http://xmlns.oracle.com/scheduler}SchedulerServiceImplPort. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate any HTTP proxy settings for the server.</detail></part><part name="code"><code>null</code></part></remoteFault></bpelFault>

    Your SOA project should have a somethingRef.wsdl where you can find the location of your WSDL.
    <wsdl:import namespace="http://www.example.com" location="http://example.com/example.do?wsdl"/>
    In the actual WSDL (not the ref) you may have your actual servername/portname in the tag address at the end of the file...
    <WL5G3N0:service name="example">
    <WL5G3N0:port name="exampleSoap" binding="WL5G3N2:exampleSoap">
    <WL5G3N3:address location="http://example.com:6011/services/example"/>
    </WL5G3N0:port>
    </WL5G3N0:service>

  • How to find the number of users  connected to database from OS level(Linux)

    Hi All,
    Could anyone know , how to find the number of users connected to database without connecting with sql*plus
    is there any command to find it?
    example we have 10 databases in one server, how to find the number of users connected to particular database without connecting to database(v$session)?
    oracle version:- 10g,11g
    Operating System:- OEL4/OEL5/AIX/Solaris
    any help will be appreciated.
    Thanks in advance.
    Thank you.
    Regards,
    Rajesh.

    Excellent.
    Tested, works as long as you set the ORACLE_SID first ( to change databases )
    ps -ef | grep $ORACLE_SID | grep "LOCAL=NO" | awk '{print $2}' | wc -l
    Thanks!
    select OSUSER
        from V$SESSION
    where AUDSID = SYS_CONTEXT('userenv','sessionid')
        and rownum=1;Best Regards
    mseberg

  • How to find webitem & Templete in RSA1 which in installed from BC

    Hi, All BW Gurus,
    here i have installed some Webitem and templeted from Business content. and try to see it in reporting agent in RSA1 transaction. and also try to see it in BEx Web application designer but not seen any where.
    Templettes:
    0TPL_BUA_PC_BSA_PLAN_ACT
    0TPL_BUA_PC_PLA_PLAN_ACT
    Webitem:
    0LIB_CHART_INVENTORY
    0REG_VERT_WEB_GRAPH
    0TPL_CHART_PROCUREMENT_2
    0TXT_CLICKSTREAM
    so can any one explain me how to find it and how to enable it in WAD so i can view BC templeted and webitem.
    thanks in Advance.
    thanks
    Kiran Patel

    hi Bhanu,
    My Business Content installation was successful,all log status in green.
    i have added role in my USerID which system it self activated, "SAP_BW_PROCUREMENT_COCKPIT".
    so i am able to see some templete Reporting agent in RSA1 Trans, but still i am missing that webitem. and i have added only 2 templete then system have added some 19 templete.
    and one more thing, when i try to open this web templete in WAD then system is giving "Runtime error, subscript out of range" so please advise me to solve this problem.
    please help me to resolve this issues.
    thanks in Advance.
    thanks
    Kiran Patel
    Message was edited by: Kiran Patel

  • How to find sign in account name of gmail account from previous activity?

    i am using master password setting. also i am using multiple accounts for login. meanwhile in begining my work going normal but after some period i experienced that my 1 or 2 account details are not stored in in master password feature. i also check marked "keep me sign in" to remember my details. how can i find these account track for account user name. i am using sync option to save my all details. i found link in history but after clicking on it it redirect to login account page to which i almost forgot my username of it.please help on these how to find only username of these acc.

    Hi yogesh.kadam06,
    Thank you for your question, I understand that you are using master password and sync, last I heard this is not recommend. If you disable the master password temporarily, does this issue occur?

  • How to find out the URL of the user coming from?

    Hi folks,
    From the HttpServletRequest, is there a way to find out the URL of the user coming from?
    Thanks in advance!
    Billy

    It is strange. The link is on a different http site eg. http://www.othersite.com. The link is pointing https://www,mysite.com/index.html. I put the alert(document.referer) on the index.html. Using FireFox will show the alert http://www.othersite.com every time. However, on IE, the first time is empty. The second time I click on the link, it will show http://www.othersite.com. Very consistent.

  • 0GLACCEXT hierarchy nodes description ( text ) not displaying

    Hi Gurus,
    I have uploaded 0GLACCEXT hierarchy from ECC system in to BI 7.0. I can only see the hierarchy nodes in the RSH1 and in the reports as well for 0GLACCEXT.But I am not able to see the hierarchy nodes description like under Expenses > salaries , wages , housing etc .....only its GL accounts is displaying like 700100 , 700200
    I also uploaded Text datasource ( 0GL_ACCOUNT_TEXT ) for 0GLACCEXT , the text is loading without any problem but the changes are not being reflected in the RSH1 and the reports.
    Regards,
    -Neha

    Hi KP,
    Thanks for your reply , the text for 0GL_ACCOUNT is displaying fine , I don't have any issues with 0GL_ACCOUNT , my main concern is I'm using Financial Statement item 0GLACCEXT   for Balance Sheet and P&L Statement (for period accounting) by using Virtual Cube 0FIGL_VC1  the Text is not displaying in the reports as well as in RSH1 , where as for 0GL_ACCOUNT the hierarchies and text are working and displaying fine.
    I'm closing this thread , the problem has been solved
    it was related to mappings in Transfer rules.
    Regards,
    -Neha
    Edited by: Nehabibo on Dec 18, 2010 11:46 AM
    Edited by: Nehabibo on Dec 18, 2010 11:47 AM

Maybe you are looking for

  • SAP Business One 8.8 Preview Program

    Hi All, Anybody has Idea about the latest status for starting of SAP Business One 8.8 Preview Program ? Today I see on the SAP BUSINESS ONE 8.8 CENTRAL INFORMATION page on SAP SMP site, there it is mentioned that SAP Business One 8.8 Preview Program

  • Licensing has stopped working/unable to reinstall

    I have been using Creative suite CS3 for years now.  Recently, I got the Licensing has stopped working error message. Im running windows vista 64 bit. I tried the License recovery tool on the adobe website with no luck. So I completely uninstalled CS

  • My phone will not ring when a call is coming in? Please help?

    My phone will not ring when a call is coming in.?

  • Import iWeb project from Dropbox

    I have recently rolled back my MBP from Mountain Lion to Snow Lepoard and reinstalled all the iLife programs. As such the iWeb project for me website no longer appears when I open the program. I was publishing the website via Dropbox and all the file

  • Ipod Shuts down after song

    Hello all, I got an iPod Nano 3d Gen for my birthday 2 months ago. I uploaded songs on it, and a video or two. I everything was fine untill one day the iPod had shutdown after a song. First I thought it was just something that'd happen once, So I res