BI WAD 3.5 - Command to hide oder display a structure member

hi,
i'm looking for a dataprovider command to hide oder display a specific data cell of my key figures structure (structure_member). I already check the web api reference 3.5 but i couldn't find any solution.
thanks for your help
best regards,
pascal

Hi,
check
http://help.sap.com/saphelp_nw04/helpdata/en/59/edfe395dd76846e10000000a114084/frameset.htm
Heike

Similar Messages

  • Command H hides the palettes...

    I have been wondering why Command-H does not hide Adobe Muse.
    I finally have found that Command-H hides the pallets. I wish Adobe followed Apple conventions and would allow at least a preference to hide Adobe Muse when typing Command-H.

    Not by me. I'm abusing it liberally to get "Live Previews" on the iPad.
    Bob Levine wrote:
    It's incredibly useful and horribly underused.
    btw... for anyone wondering, this trick is the ideal way to test Retina graphics on an iPad whilst working on a sub-retina Macbook.  This was how I found about Air Display last year, before the Retina Macbook came out.
    But it's just as useful with a Retina Macbook as you get to test right to the edge, how a layout looks, on the device.
    It ALMOST makes putting up with Illustrator's foibles tolerable.
    Adobe, please, please, please, increase the thread priority and threading of Illustrator.  I don't mind if every other program becomes inoperable, I just want game like responsiveness when moving graphics around.
    If games can do it, dynamically, live, in 3D, using the full 2880x1800, with dynamic UI's over the top, and polyphonic, 5.1 surround sound, why can't Illustrator push a few 2D pixels around fluidly? 
    This also applies to InDesign. 

  • [Command + H]  Hides Indesign, this is a joke, right?

    Universally (in the most common and two most popular) Adobe apps, [Command + H] hides logical stuff that we want to scrub away to see our image.
    Did someone at InDesign design time think... "hey, what's the best prank we can play on Photoshop and Illustrator users?"
    Well done. 
    Prank played.
    NOW CHANGE IT BACK!!!

    Not by me. I'm abusing it liberally to get "Live Previews" on the iPad.
    Bob Levine wrote:
    It's incredibly useful and horribly underused.
    btw... for anyone wondering, this trick is the ideal way to test Retina graphics on an iPad whilst working on a sub-retina Macbook.  This was how I found about Air Display last year, before the Retina Macbook came out.
    But it's just as useful with a Retina Macbook as you get to test right to the edge, how a layout looks, on the device.
    It ALMOST makes putting up with Illustrator's foibles tolerable.
    Adobe, please, please, please, increase the thread priority and threading of Illustrator.  I don't mind if every other program becomes inoperable, I just want game like responsiveness when moving graphics around.
    If games can do it, dynamically, live, in 3D, using the full 2880x1800, with dynamic UI's over the top, and polyphonic, 5.1 surround sound, why can't Illustrator push a few 2D pixels around fluidly? 
    This also applies to InDesign. 

  • WAD: Join 2 commands

    Hi,
    I tried to change the scaling factor of 2 structure members with one url but it changes only one (the first) structure member with my url.
    thats my command url:
    SAP_BW_URL CMD='SET_VALUE_PROPERTIES' DATA_PROVIDER='DATAPROVIDER_1'
    STRUCTURE_MEMBER_1='3EU5KZZ4NW5BRU0Z4YRQ3H9N0' SCALING_FACTOR='100'
    CMD_1='CMD=SET_VALUE_PROPERTIES DATA_PROVIDER=DATAPROVIDER_1
    STRUCTURE_MEMBER_1=405F2BL2DPK17JUL9JUYIPP8S SCALING_FACTOR=100'
    Any ideas whats wrong in my command?
    thanks
    pascal

    Hi Simon,
    You can use APPEND LINES OF itab1 TO itab2, when there is <b>no condition and the structure of the 2 internal tables are the same</b>.
    If you have to join 2 internal tables <b>upon some condition, then Loop is necessary</b>.without looping it is not possible.
    Reward If useful,
    Regards,
    Chitra

  • Hide Statement support Deep Structure

    Hi
    would Hide Statement support Deep Structure?
    Regards
    Kumar
    Moderator message: please search for available information before asking, do not ask interview questions.
    locked by: Thomas Zloch on Sep 22, 2010 2:57 PM

    Hi,
    1) Yes..Hide supports deep structures..Example mentioned below..ALso the hidden values are not stored in the tables..I believe it will be stored in a memory..
    DATA: BEGIN OF wa,
           material TYPE mara,
          END OF wa.
    wa-material-matnr = 'MATERIAL1'.
    WRITE: wa-material-matnr.
    HIDE wa-material-matnr.
    CLEAR:wa-material-matnr.
    AT LINE-SELECTION.
      WRITE: / wa-material-matnr.
      CLEAR: wa-material-matnr.
    2) You cannot directly use INCLUDE statement like you do it in sap script..
    Instead you can call the FM READ_TEXT to get the text and print..
    Thanks,
    Naren

  • Hide or display Implementation Tab in object the PACKAGE

    Hi!
    How I can hide or display a "Implementation Tab" in object the PACKAGE for other users?
    OWB 11.1.0.7.0
    Thanks!
    Edited by: user12277289 on 7/12/2009 6:20

    You can wrap your code if you dont want anyone to see it.

  • Hide and Display submit button on the Simple search page.

    Heading 1: h1 Hide and Display submit button on the Simple search page.
    I'm trying to set the enabled property of the submit button on the simple search page. The business case is to disable the button if the VO has not returned any rows.
    The Submit button is on the page button bar.
    regards
    Abhi

    Hi,
    I have already added this in my ProcessRequest, the issue I am facing is it the submit button is disabled while I load >the page which is fine. but when I do a search and the query returns rows still the submit button is disabled.---Will nt reuired SPEL here..
    ---On go button click setsession value.
    Follow below steps:
    CO PR:*
    OASubmitButtonBean continueBtn=(OASubmitButtonBean)flowLayout.findChildRecursive("continueBtn");
    if(continueBtn != null && "D".equals(oapagecontext.getSessionValue("Flag"))
    continueBtn.setDisabled(false);
    else if(continueBtn != null )
    continueBtn.setDisabled(true);
    CO PFR:_
    if(pageContext.getParameter("Go") != null)
    oapagecontext.putSessionValue("Flag","D");
    Regards
    Meher Irk
    Edited by: Meher Irk on Mar 22, 2011 7:48 PM
    Edited by: Meher Irk on Mar 22, 2011 7:48 PM

  • WAD : Create specific command in the WAD.

    Hello,
    Is it possible to create specific command in oder to manage parameter not available in the
    standard command list.
    For example : user want to be able to change Charts axis value with a command button
    If someone can provide sample code to call Wad specific paramater it will be very helpfull.
    thanks for your help,

    guru paran wrote:
    By database is Oracle 11g r1 on Windows Vista. Is this new feature in Oracle 11g r2 and not in r1. BTW, I tried these command as SYS.It is a new feature in 11gR2
    One way to check this kind of stuff is to look in the manuals.
    IN particular, I would have looked in the SQL Language reference manual to verify the syntax. The 'CREATE EDITION' is NOT in the 11g R1 manual TOC http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/toc.htm but it is in the 11gR2 TOC http://download.oracle.com/docs/cd/E11882_01/server.112/e10592/toc.htm

  • Command + H Hide active window option disabled

    Not sure what I did, but all of a sudden I can no longer use the Keyboard Shortcut, Command + H to hide windows. When I click on the menu, like Firefox, it shows it in the list, but it's grayed out and it won't let me select it. Somehow I must have accidentally clicked something to disable it.
    No matter what program I open, they all have the same grayed out menu option for the Command + H

    One troubleshooting technique is to create a new admin account in System preferences/Accounts. Login to this new account and see whether the problem persists. If not, it would seem to be a glitch with your main login account. If the problem occurs with the new admin account we will have to re-think!
    Neville

  • HT203998 Yosemite terminal commands show/hide

    Thank you for this article about show/hide terminal commands. In Yosemite 10.10 Terminal Can you also please tell me how to hide with a password then show again already existing folder created on a system drive and also an external drive. Please include the path to folder name "wbfiles". Thank you Winwoodb

    Thanks for both positive, useful and sarcastic responses. The main reason is why I want to do this is becasuse I use different browsers, and all the cache they make is 2-3GB/day, as I use the web the most.
    I see the reason why NOT TO clear it and I do understand it, but after a week it is 10-15GB for me.
    And no, there isnt anyone else using my Mac, and the logs which I would nuke at every start and only keep the last and updated logs. I only need the startup and boot log.
    @barney-15E yes it would be fun though
    So then, I wont do anythings, as it cannot be done the way I wanted. I'll keep using Onyx.

  • Command Button - hide data

    Hi All,
    In my JSF application, I have two buttons BUTTON1 and BUTTON2 in same jsp page.
    Onclick of BUTTON1, it will invoke METHOD1 and displays some data (let us call it as DATA1).
    Onclick of BUTTON2, it will invoke METHOD2 and displays some data (let us call it as DATA2).
    My concern is Onclick of *{color:#008000}BUTTON2{color}*, it has to display only *{color:#008000}DATA2{color}* and *{color:#ff0000}hide DATA1{color}*.
    and OnClick of {color:#008000}*BUTTON1*{color}, it has to display only *{color:#008000}DATA1{color}* and *{color:#ff0000}hide DATA2{color}*.
    Please advice me.

    Create a new bean. Don't mix request scoped and session scoped data with each other in a huge bean which is potentially doing too much. If you really have a hard head in this, then just clear data2 in method1 and vice versa, so that it don't get displayed.

  • Is there any Terminal Command to hide Scrollbar Slider completely?

    Please look at the pic below :
    I need to get rid of it, do not need it.
    Thanks

    You could delete the plists for the things that control those options. The system will then recreate the default plists. plists are preference list files stored in you user/Library/Preferences folder or in the main /Library/Preferences folders. Most can just be deleted without problems; however, some contain setup information (like Mail's) that is difficult to recreate, so moving the plist first so you can restore it if everything goes wonky.
    For Finder windows, there is a hidden .DS_Store file that keeps the window settings for each folder. I'm sure I've seen a command to hunt down and delete all of those files.

  • WAD: 'Update Data' command code

    Hi,
    I'd like to add a button to my web application which would call a script function to perform the 'update data' command on the web layout.  Currently, this command is only available via right-click --> Data Entry Active --> Update Data within the layout.
    Has anyone done this?  I ultimately like to enable the user to update the data in the layout (calculations included) after making a change simply by clicking Enter.  Is this possible?
    Thanks,
    Jake

    Thanks for the suggestion Priya.  Unfortunately the SAVE_DATA command will not work in my scenario.  In this case, we do not want to actually write data back to the cube.  We only want to refresh the data in the planning layout to see how totals and other calculated fields will be impacted.
    I believe REFRESH_DATA will do this.
    It appears to be working, unfortunately my solution (A refresh button with the flag marked to execute on Enter) has created another problem.  I have several long planning layouts which require the user to scroll to the right to enter data for future years.  If the user hits Enter to refresh the data, the screen refreshes back to the upper-left corner of the screen.  In fact, it refreshes to the exact coordinates of the refresh button which was executed by typing Enter.  Ideally, I would like the screen to refresh to the last data entry location, as the scrolling gets very frustrating.
    Have you (or anyone) seen this problem and can you provide a recommendation to solve it?
    Thanks again for your help,
    Jake

  • How to hide currency ($) display in Report Designer

    Hi Reporting experts,
    My query has amounts in keyfigure structure. When I use WAD or run directly from the query the display of $ sign is showing only on the top row, but when I use the same query in the report designer the $ is showing on every cell. How to avoid displaying the $ in RD.
    Thanks for your help.

    Ram,
        Create a formula and use the function NODIM(<your KF>) and hide you KF column which shows the $ sign. This would suppress the $ sign.
    Hope this helps...

  • How do I hide the display of empty dynamic fields in a PHP query

    I need help, I've spent the whole day on this, and I'm not getting any further.
    I am creating a simple blog, where articles can be added via a form in dreamweaver that uploads data to a mysql database.
    I have the following fields in the database:
    "title", "text", "image" "link" (and datestamp)
    The text, image and link fields can be left blank, so I have set their attribute to NULL, i.e. can be NULL
    to display this data, I have created a page and added a recordset that reads as follows:
    SELECT niklas.`date`, niklas.title, niklas.text, niklas.image, niklas.link
    FROM niklas
    the problem is some of the articles will only have text, some will have text and image, some only image.
    When I view the page, it shows me the images that are there, but when there is no image in that particular record, the page shows a blue question mark instead.
    What i want to do, is show only what is not null
    I cannot use the WHERE command, as this completley omits an entire record, if the one field is empty.
    Another problem I have is the link, as these are added through the form, and then stored in the mysql database, how do I display them dynamically so that they are active links to external web pages?
    I'm very new to this, and rather a slow learner, so simple help is really needed!
    please please help!! I'm really struggling and have deadlines fast approaching!
    Thank you in advance!
    xxx

    Determine the condition of the data where it's displayed on the page using if/else. Here's an example for the thumbnail:
    <?php
    // Show IF thumbnail is NULL
    if ($row_profile['thumbnail'] == "") {
    ?>
    <img src="image_not_found.gif" alt="No Profile Image Available">
    <?php
    // else show the thumbnail
    } else { ?>
    <img src="<?php echo $row_profile['thumbnail']; ?>" alt="<?php echo $row_profile['thumbnail']; ?>">
    <?php }
    // end if thumbnail is present
    ?>
    Do the same technique for any area that may or may not have data.
    Create a dynamic link like this:
    <a href="<?php echo $row_profile['website']; ?>"><?php echo $row_profile['thumbnail']; ?></a>

Maybe you are looking for