Set current root, hide roots in RH_TYPE_STRUC_HELP

Hello,
I am using RH_TYPE_STRUC_HELP to select the list of org.units. Also I have an option in my report: "head org.unit". I would like to hide all other roots except "head org.unit" and also be able to start the org.tree from "head org.unit".
restrict_callback - can only disable but cant hide.
Maybe I have to use other FM? Any examples?
Thank you

Hi,
I am not clear about "head org.unit" . Can you elaborate more.
Try using the FM "RH_STRUC_GET".
May be this will help you.
Regards,
Subbu.

Similar Messages

  • Setting up the class root directory and choosing class files.

    I made a simple test application as it is proposed at the J2EE 1.4 Tutorial and all worked.
    (Chapter 24 Getting started with Enterprise Beans)
    Than I deleted the ear file to try out the deploy mechanism again.
    And after generating the new application with File-> New application which worked well I also
    tried to use the EJB Wizard feature of the J2EE deployment tool. After I had selected the appropriate EJB classes to add to my jar, I clicked NEXT and I got the following message:
    The class (converter.Converter) could not be loaded:
    Please consult online help for assistance in setting up the class root directory and choosing class files.
    The online helps isnt very usefull for this type of problem.
    Do you have a hint what to do ?

    Hi san-deepu,
    I couldn't reproduce the error you are having when I followed Ch. 24 tutorial in packaging the ear. Is there anymore information in deploytool's logfile? This is in <user_home>/.deploytool/logfile, or you can run in verbose mode: <as_install>/bin/deploytool -v
    When you say you deleted the ear file, did you also close the ear file in deploytool first? You may also want to exit deploytool () , and try deleting the temporary files. Deploytool usually cleans up the temp files automatically upon exit - maybe there are some left behind that it couldn't delete. On windows the temporary files are located by default in C:\Documents and Settings\Administrator\Local Settings\Temp\sun-dt-Administrator. In deploytool go to Edit --> Preferences --> General to find what the temporary directory is set to.
    Which version of the appserver are you using? jdk version? operating system?
    J

  • Flex mobile project: web root and root path for a remote web service?

    Hi all,
    i'm trying to set up the testdrive tutorial for flex mobile project, with flash builder 4.5
    and php data.
    I've uploaded the files on my remote web space (e.g. http://mywebsite.org, and the
    test file is http://mywebsite.org/TestDrive/test/test.php... and it works
    correctly)... But when i'm setting properties of the project, i don't know what
    to write into the web root and root path fields... I thing root path is simply
    http://mywebsite.org... and whatever i write in the other fields (output folder
    too) i have errors when i click on "validate configuration"...
    What should i put into those fields? is zend framework (and gateway.php)
    strictly necessary?
    As you can see... i'm a bit confused....
    Many thanks for any help
    Bye
    Alex

    I thought it was a simple question...
    No advice?

  • Need help with configuring web root and root url URL

    Hello Folks,
    I have been trying for a while to the flex 4 tutorial which asks you to connect to a mysql database. I have been able to configure the DB but cannot figure out what my web root and root url should be. Is there a web service that needs to be deployed or started. Would it be the IP address of the database that I created ( I tried that ) . I get the idea that an apache service must be started somehow on my flex environment and then I must find the root of the apache server. I dont see an apache directory anywhere. I am finding this difficult to know where to begin.

    Hi,
    First you need to be running a web server on your computer something like wamp/mamp is usually the better choice as most people have had the best success with this server setup(and it has all the current services like php and myssql)
    When you use the wizard the path to your webroot is usually whre you located the wamp/mamp install, for windows it maybe something like c:\wamp\www not 100% sure about macs but I think the 'www' folder on a mac is 'htdocs'.
    your url is either http://localhost or http://127.0.0.1.
    David.

  • How to set current year,month as default value in combo box

    hi,  im newbie of xcelsius user
    i realize  that hv a issue that display combo box base on year & month
    let said
    <b><u>step 1</u></b>
    I create excel data like this
    <b><u>year___ </u>  </b>    |     <u><b>month_   </b></u> |     <u><b>Product</b></u> |     <u><b>revenue</b></u>
    02-04-09 |     02-04-09 |       a |     $4,154
    03-04-09 |     03-04-09 |       b |     $6,813
    04-05-09 |     04-05-09 |       a |     $9,875
    05-06-09 |     05-06-09 |       b |     $6,813
    06-04-10 |     06-04-10 |       a |     $6,813
    07-04-10 |     07-04-10 |       b |     $9,875
    08-06-10 |     08-06-10 |       a |     $9,875
    22-06-10 |     22-06-10 |       b |     $6,813
    <u><b>Step2</b></u>
    Then i go format cell to format/custom date to year & month
    Eg1: Year u2013>  02-04-09  convert to u2018YYYYu2019 (2009)
    Eg2: Month u2013>  02-04-09  convert to u2018mmmmu2019 (April)
    So output like this
    <u><b>year</b></u> |     <u><b>month</b></u> |     <u><b>Product</b></u> |     <u><b>revenue </b></u>
    2009 |     April |     a |     $4,154
    2009 |     April |     b |     $6,813
    2009 |     May |     a |     $9,875
    2009 |     June |     b |     $6,813
    2010 |     April |     a |     $6,813
    2010 |     April |     b |      $9,875
    2010 |     June |     a |     $9,875
    2010 |     June |     b |     $6,813
    But the problem is when i insert to combo box,use u201Cfilter Row u201D, i excpectation will display only 2009,2010
    But Actual display the Year  in combo box is duplicated :'(
    so any solution ? and then only how to set current year & month as default value  :'(
    thanks,
    regards
    s1
    Edited by: Leong Pui Kee on Feb 25, 2011 5:25 AM
    Edited by: Leong Pui Kee on Feb 25, 2011 5:36 AM

    hi,
    your created  data
    step 1
    I create excel data like this
    year___ | month_ | Product | revenue
    02-04-09 | 02-04-09 | a | $4,154
    03-04-09 | 03-04-09 | b | $6,813
    04-05-09 | 04-05-09 | a | $9,875
    05-06-09 | 05-06-09 | b | $6,813
    06-04-10 | 06-04-10 | a | $6,813
    07-04-10 | 07-04-10 | b | $9,875
    08-06-10 | 08-06-10 | a | $9,875
    22-06-10 | 22-06-10 | b | $6,813
    In this, year and month both are same data, make the diffent data like year  2009, 2010  And month Jan, Feb, March, ...Etc 
    and also one more check you formulas on month and year, select correct source data, destination data  for compoonent..
    OR
    from above, to create a date column and convert  date-->year, date--> month and Explore it.
    All the best,
    Praveen

  • Set current date

    Hello guys,
    Regarding the date, how can I set the current date as default value in a inputtext .
    It seems very tricky to handle devault values with JSF.
    please help
    Thanks

    Hi Suresh,
    Setting Current Date :
    oForm.Items.Item("txt1").Specific.Value=DateTime.Today.ToString("yyyyMMdd")
    Sure, This is helpful for you!!!
    Regards,
    G.Suresh

  • Set current layer question

    I've noticed in an action I have, it has a step that says "Set current layer".
    What exactly is that and how do you use it?  I want to add it to an action I'm creating.

    That usally means setting a layer property of the layer that is
    active in that action step.
    If you click the little flyout arrows in that step (set current layer),
    most of the time you can see what the actual step is.
    If you want to know just about everthing that has to do with actions,
    take a look at action central. Go to the lnk that says "Mother of all Tutorials" and download it.
    It's kind of a hard read, but very complete.
    http://www.atncentral.com/links.htm
    Also the help for cs4 is good for the basics.
    MTSTUNER

  • SET CURRENT DEGREE = 1..error when run the process chain..

    Hi Experts,
    when i run the process chain ,  i got the following error..
    SET CURRENT DEGREE = 1..
    what is this error?
    Kindly help ..

    hi,
    As BW reporting queries are often CPU-intensive and geneally executed in parallel.
    Parallel processing is activated dynamically in the SAP BW system for every reporting query CURRENT DEGREE = ANY and itsdefault value is 1.
      you can limit the maximum number of parallel tasks using ZPARM PARAMDEG(maximum number of parallel tasks ) for the no. of parallel processors for its usuage and this should match no. of processors you can get touch with your basis team
    check SAP Note:390016 -DB2/390: BW: Database settings and performance ; in that look at query parallelism it explain about this
    hope it helps
    regards
    laksh

  • How set current month in Voyager using BEX Query 7.0

    Hi:
      I have a voyager workspace connected a SAP BI Query 7.0. My query shows information since 2007 to 2009
      How I can set current month in characteristics defined in slice section? I tried to use a exit variable in proposed values query section but it doesn't works, when I use filter section in my BEX query it show only  information for 1 month.
    Thanks
    Marta Díaz

    Hi,
    From the problem report i understand that you want to open the Voyager workspace with all the data, but want to analyze for only the current month. 
    You can achieve it in the following manner.
    a) Open the Voyager report.
    b) Click on the member selector of the slice.
    c) Deselect the default member and then select the current month.
    d) Click on OK button.
    This should show you the data for only the current month.
    If you want to make use of exit variable by using the SAP query designer then try using the current calendars month variable.
    You can also refer from the discussion below in the thread to create a variable.
    Dafault value previous month in BEx
    Hope this helps.
    Thanks

  • Keithley 6220 trying to use "Set Current Level.vi"

    Hi,
    I am trying to use the "Set Current Level.vi" given by Keithley. But the VI isn't working. When I enter a current level the output stays zero. Only the decimal point and the current range are set correct. I tried to locate the problem, but I am new in LabVIEW and can't find it.
    for example, when i enter 10.000mA the output is 00,000mA
    Can someone help me please?
    thx
    andre
    Attachments:
    Set Current Level.vi ‏31 KB

    The problem is you don't understand what you are setting. The 6220 us a current source and so it has no control over how much current an external sink draws. That is a function is the DC characteristics of the external circuitry.
    All the 6220 can control is how much current it will allow the circuit to draw before it goes into current limiting. What you are setting is a limit so you won't see a difference unless your circuitry starts bumping up against it.
    By the way in general there are two possible responses to an over current condition. The source can crowbar, which means it turns off the output, or it can go into current limiting where is starts dropping the output voltage until the current limit is reached.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Setting current node to nil

    Has anyone noticed, when setting the current node in a list view to nil
    the blue highlight is replaced by a gray highlight? The only way I have
    found to completely deselect an item in the list is to repopulate, has
    anyone found another way?
    Brian Milinazzo
    Consultant
    MSF&W Information Systems Consulting
    3445 Liberty Drive
    Springfield, IL 62704-6521
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    This is a known bug in Forte and is reported as being fixed in Version
    J.
    I do not know any other way to remove the highlight bar in previous
    versions of Forte.
    Ja.
    -----Original Message-----
    From: Brian Milinazzo [SMTP:[email protected]]
    Sent: Wednesday, 6 January 1999 17:49
    To: [email protected]
    Subject: setting current node to nil
    Has anyone noticed, when setting the current node in a list view to
    nil
    the blue highlight is replaced by a gray highlight? The only way I
    have
    found to completely deselect an item in the list is to repopulate, has
    anyone found another way?
    Brian Milinazzo
    Consultant
    MSF&W Information Systems Consulting
    3445 Liberty Drive
    Springfield, IL 62704-6521
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • LOV switcher and set current Row

    Hi
    I have a LOV switcher attached to one of the columns in the view object.
    It works fine while switching the LOV's in mostly all conditions.
    But its failing for one case.
    We are using checkboxex to select a row , and do a operation in the row.
    To do this, the button on which the operation is performed ...
    1)we have checked which row has the transient value of check box as checked
    2) Set the current row of the iterator to the row that comes from the selected check box index..
    3) Called the operation.
    But as the code go to step two and the current row is set to the required row, all the LOV 's in all the rows start showing the Default LOV which is selected in the LOV switcher, if i do a f5 fr the page, the original values are restored.
    Also if the VO fecth size is 25 , it gives wrong value for 25 rows, if i scroll through the table again it automatically shows the correct value.
    This has been taking a lot of out time to debug the issue.
    I guess its somethng to do with LOV switcher , set current row and the table getting refreshed incorrectly on set current row

    Hi Timo ,
    Thanks fr the reply..
    Jdev 11.1.1.4
    Code for checkbox selection
    DCBindingContainer dcbindings =
    (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding iterator =
    dcbindings.findIteratorBinding(iteratorName);
    Row[] rowSet = iterator.getAllRowsInRange();
    Integer selectCount = 0;
    for (Row row : rowSet) {
    Object selAtt = row.getAttribute(selectAttribName);
    if (selAtt != null && (Boolean)selAtt == true) {
    System.out.println("Row selected");
    selectCount++;
    if (selectCount > 1) {
    System.out.println("More than one row selected!");
    throw new ValidationException("More than one row selected");
    else{
    iterator.setCurrentRowWithKey(row.getKey().toStringFormat(true));
    } else {System.out.println("Row not selected");}
    I actually sorted the issue out
    had to write
    iterator.refresh(Row.REFRESH_CONTAINEES); after iterator.setCurrentRowWithKey(row.getKey().toStringFormat(true));
    But not sure if thts correct ...

  • 1250 802.11N series in root/non-root bridge mode

    Using Yagi's, low loss cable, antenna outside, AP inside.
    When operating autonomous 1250 series in root/non-root bridge mode, can I use 802.11N radios? Is it supported?
    Or would it be better to use 1242's? This is for a customer, no time for testing, need rock solid design, in and out configuration...

    @leolaohoo -
    I was just  asking for a definitive answer, weather its affirmative or negative, is there a benefit to using the 1252 over the 1242 giving the cost of each, since as you said the 802.11N can not be used to bridge, than I would say a 1242 is better fit for the AP bridge of 350', clear line of site over the 1252.

  • How can i set current page

    How can I set current Page/

    If you mean '''How to set the home page''' read here for more information:
    https://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Set current Period

    Is it possible to set the Current Period using either the UI or DI in SBO 2005 A SP01 PL08?
    I see that you can't do it using the DI API Company Service, but I was hoping there might be another way.
    Thanks,
    Mike

    I see!
    At least I know what you want to achieve now, but the answer is unfortunately that there is no built in authorization to do this + "additional authorizations" don't help in that case as well...
    The only option is to:
    Make your Add-On mandatory/obligatory for "ordinary users" and then to block any event on FormTypeEx = "138" which is not related to setting the "Current Period" like:
    et_FORM_LOAD, et_FORM_UNLOAD, et_ITEM_PRESSED on item "255" (= "Set Current Period") etc etc.
    Here's a code sample that captures and shows any event + the data coming with it (please downlaod it today since the link will expire soon!):
    https://sapmats-de.sap-ag.de/download/download.cgi?id=498U1X5SMI6YBV97SBG9Q4SMHLRFMRSUHJ77VHSQREFH2NVRHV
    HTH,
    Frank

Maybe you are looking for

  • How can I add an audio media file to my Pages document

    I have created a Pages document on my iPad.  I can add photos but not audio (there is only a Photos option)  So I emailed the document to my desktop and went onto iCloud via Safari.  Now i don't see the Media icon (I am in Pages beta if this is relev

  • Problem with Business Process tutorial

    I'm trying to run the Business Process Tutorial (http://e-docs.bea.com/workshop/docs81/doc/en/integration/tutorial/tutWLIProcessCreateApp.html?skipReload=true#1025634) in WebLogic Workshop 8.1 (Build 2003.0710.190003) and I'm having trouble with the

  • XY graph : Plot point by point

    hi my intention is to plot in a XY graph point by point. Meaning for eg: I want to plot a scatter plot. First I check if the array element satisfies a certain condition (let's say if it lies between 1 to 5) if So I want to plot in red color, else I w

  • Adapter for non Apple headphones?

    Hey all, I know adapters exist that allow me to use none apple headphones with the Touch/iPhone, I just want to know which you guys think is the best? The Apple, Belkin and Monster adapters all seem to have bad reviews, due to them being bulky and in

  • Bulk Edit ID3 Lyrics Tags

    I'm in the process of adding lyrics to my music files (>26,000). Quite a few of my music files are instrumental only, and do not have any lyrics. I'd like to indicate the lyrics as "Instrumental," but don't want to have to press Option+I and manually