Hiding the header of a group using dynamic programming

Hi,
I had a requirement where we needed to place a border around the UI elements. For this purpose i had used a group UI element. But the group UI element by default has an attached header (Setting the visible property of header to "None" only disables the header text). Hence as per the suggestions in the following thread i had set the caption dynamically (in WDDOMODIFYVIEW) which removed the group header completely.
Hiding header of a group
Now, when i was browsing through the forum i came across the reply by Thomas in the below thread,
Setting value in cookie using ABAP code
//if someone does post a "hack" or "illegal" way of setting the client cookie directly from Web Dynpro; this would not be supported by SAP and could stop working at any time.//
Truly said, it might stop working at anytime. This might apply to my case as well as i am setting the caption dynamically. I am not sure is the right allowed way or if i am using one of the "illegal" ways (which would stop working at some SP levels).
Can someone clarify if hiding the header of a group using the above method is allowed?
Regards,
Prasath N

The usage of WDDOMODIFY method for dynamically altering the view (e.g. hiding or showing UI elements) is perfectly "legal".
The manipulation of a cookie by the developer is not intended inside the Web Dynpro framework.
These are two completely unrelated issues, as per my understanding Thomas warned about the second.
I think you're mixing things up.

Similar Messages

  • How can I query all the members of a group using querbuilder?  I cannot find any related properties

    How can I query all the members of a group using querbuilder?  I cannot find any related properties describing members under /home/groups/s/sample_group in jcr repository.

    Hi,
    FieldPoint Explorer is no longer used to configure FieldPoint systems. However, I do not think that the configuring your system in FieldPoint Explorer is causing the error.
    FieldPoint systems are now setup in Measurement and Automation Explorer (MAX).  Information on setting up FieldPoint systems in MAX can be found in the MAX help under: Installed Products>> FieldPoint. Also, I recommend upgrading to the latest FieldPoint driver and version of MAX.  The FieldPoint VI's will be slightly different when you upgrade, so there is a good chance that this will eliminate the error.
    Regards,
    Hal L.

  • I want to play video on my computer to make some analysis to frames,the problem that I face ,I can't change video frame rate using labview,but I can change frame rate to the video out of labview using some program

    HI All
    I want to play video on my computer to make some analysis to it's frames,the problem that I face ,I can't change video frame rate using labview,but I can change frame rate to the video out of labview using some program .
    I used IMAQ AVI Read Frame VI
    for example I have avi video It's frame rate is 25 fbs ,my image processing code is very fast that can process more 25 fbs,so I want to accelerate video acquisition

    Hi abdelhady,
    I looked into this further, and reading an AVI file into LabVIEW faster than its frames per second won't be possible. LabVIEW could read in frames faster than 25fps, but because it will be pulling the available frame at that point in time this would just give you duplicate frames. If you want to be able to read in frames at faster than 25fps, you would need to speed up your AVI file before reading into LabVIEW.
    There's a good shipping example to show how to read in from an AVI file, "Read AVI File.vi". You'll notice that they add timing to make sure that the while loop runs at the right speed to match up with the frames per second of the file being read. This is to make sure you're not reading duplicate frames.
    Thank you,
    Emily C
    Applications Engineer
    National Instruments

  • I want to save with alt s in the program Exact Online. This function is not working. this is the first time that i use this program with firefox.

    Question
    I want to save with <nowiki><alt><s></nowiki> in the program Exact Online. This function is not working. this is the first time that i use this program with firefox.
    '''edit''', mod escaped the '''<nowiki><s></nowiki>''' to prevent line through question

    Submitted too soon... To change your accelerator key for accesskeys to Alt alone (or a different combination), you can change a setting using Firefox's about:config preferences page.
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''ui.k''' and pause while the list is filtered
    (3) Make sure '''ui.key.generalAccessKey''' is set to its default value of -1 (or right-click and choose Reset if it is not).
    (4) Double-click '''ui.key.contentAccess''' to open a dialog box to change the value from its current default (on Windows, 5) to your choice of the following:
    * 2 = '''Ctrl''' (Fx default on Mac thru Fx13)
    * 3 = Ctrl + Shift
    * 4 = '''Alt''' (IE/Chrome/Safari default on Win/Linux)
    * 5 = '''Alt + Shift''' (Fx default on Windows & Linux)
    * 6 = '''Ctrl + Alt''' (Fx default on Mac from Fx14) (Chrome/Safari default on Mac)
    * 7 = Ctrl + Alt + Shift
    This should take effect as soon as you OK the dialog, so you can experiment in a separate tab. Other combinations are available if you want to try them. See http://kb.mozillazine.org/Ui.key.contentAccess (inaccessible at the moment?)

  • How do I edit the picture that appears in the header of emails sent using Mail on my Mac?

    Each time I send an email Mail inserts a picture in the header. How do I edit what picture appears there? I found where I can change the picture for the account I use to log into the computer. However I have four email accounts.

    KT I figure this one out after I posted. However, I have three more email accounts and they are getting a picture as well. How do I fix those?

  • Querying for the members of a group using the PRC

    I've been combing through the PRC API for a way to query for the members of a group (not the ACL, but the member users and groups).
    I can't find anything that seems to do this for Plumtree 5.0x using the PRC. Am I missing something or is this just not implemented? Seems like a major oversight to me. If any Plumtreevians are listening, can I add a feature request for those methods in your next release of the WS Server?
    Thanks!
    Chris Bucchere | bdg | [email protected] | http://www.bdg-online.com
    Like blogs? Check out http://bdg-plumtree.blogspot.com

    If you go into the Calendar section and select the Edit option for that calendar and then change the permissions for that calendar people should be able to subscribe to it.

  • How to change the header of Material BOM in a program for alternative BOM ?

    Requirement: An Inbound IDOC creates /change/delete Alternative Material BOM. The Alternative Material BOM can have alternative values from 1 to 99.
    ISSUE: I am good with CREATE and DELETE BOM. The issue is with CHANGE of header Material BOM. The fields which we need to change in the header is the base quantity, BOM status, Lot Size from and Lot Size to. Please note that I am able to change the item details of the BOM with FM CSAI_BOM_MAINTAIN. I find no FM /BAPI which would change the header of a material BOM.
    Please NOTE that I am using BAPI_MATERIAL_BOM_GROUP_CREATE to create alternative Material BOM. This has a parameter in TABLES called "VARIANTS" which has a field CS_FUNCTION which can have value from NEW/CHG/DEL .Also ,there is another parameter in TABLES called "ITEMASSIGNMENTS" which has a field CS_FUNCTION which can have value from NEW/CHG/DEL which implies this FM will allow us to change the BOM. But this does not work when I use it for CHANGE scenario with CHG value. I debugged this BAPI and observed it requires a STNLR(Bill of Material) value . This field is not there in any of the structure. I am not sure if I am passing the right parameters to it.
    Let me know if the parameters are passed correctly for CHANGE scenario.
    Also let me know if there is any other way(FM/BAPI)  to update the Header of the Material BOM ?
    Here is the code I am using:
    *& Report  ZTEST_S_E
    REPORT  ZTEST_S_E.
    * This code will create a material BoM for the material
    * MAINMATERIAL with the components COMPON1 and COMPON2.
    * Data Declaration
    DATA:
    it_bomgroup LIKE bapi1080_bgr_c OCCURS 0 WITH HEADER LINE,
    it_variants LIKE bapi1080_bom_c OCCURS 0 WITH HEADER LINE,
    it_items LIKE bapi1080_itm_c OCCURS 0 WITH HEADER LINE,
    it_matrel LIKE bapi1080_mbm_c OCCURS 0 WITH HEADER LINE,
    it_itemas LIKE bapi1080_rel_itm_bom_c OCCURS 0 WITH HEADER LINE,
    it_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE.
    * Fill the data
    * Material BoM Group Header Data
    CLEAR it_bomgroup.
    it_bomgroup-bom_group_identification = 'BAPI_SMP_COL1'.
    it_bomgroup-object_type = 'BOM'.
    it_bomgroup-object_id = 'SIMPLE1'.
    it_bomgroup-bom_usage = '1'. " YOU COULD CHANGE THE BOM USAGE TO YOUR
    *NEEDS
    it_bomgroup-ltxt_lang = sy-langu.
    it_bomgroup-technical_type = ' '.
    it_bomgroup-bom_text = 'Simple BoM - FM'.
    APPEND it_bomgroup.
    * Header Details of the different variants
    CLEAR it_variants.
    it_variants-CHANGE_NO  = '500000000349'.
    it_variants-bom_group_identification = 'BAPI_SMP_COL1'.
    it_variants-object_type = 'BOM'.
    it_variants-object_id = 'SIMPLE1'.
    it_variants-alternative_bom = '01'.
    it_variants-bom_status = '01'.
    it_variants-base_qty = '2.000'.
    it_variants-valid_from_date = sy-datum.
    it_variants-function = 'CHG'.
    APPEND it_variants.
    * Details of the items of the variants
    CLEAR it_items.
    it_items-bom_group_identification = 'BAPI_SMP_COL1'.
    it_items-object_type = 'ITM'.
    it_items-object_id = 'SIMPLE1'.
    it_items-item_no = '0010'.
    it_items-item_cat = 'L'.
    it_items-component = '030790490'.
    it_items-comp_qty = '2'.
    it_items-valid_from_date = sy-datum.
    APPEND it_items.
    CLEAR it_items.
    it_items-bom_group_identification = 'BAPI_SMP_COL1'.
    it_items-object_type = 'ITM'.
    it_items-object_id = 'SIMPLE1'.
    it_itemas-change_no = '500000000138'.
    it_items-item_no = '0020'.
    it_items-item_cat = 'L'.
    it_items-component = '030790490'.
    it_items-comp_qty = '3'.
    it_items-valid_from_date = sy-datum.
    APPEND it_items.
    * Details of the materials of the different variants
    CLEAR it_matrel.
    it_matrel-bom_group_identification = 'BAPI_SMP_COL1'.
    it_matrel-material = '030790490'.
    it_matrel-bom_usage = '1'.
    it_matrel-alternative_bom = '01'.
    APPEND it_matrel.
    * Linking items to the corresponding variants
    CLEAR it_itemas.
    it_itemas-bom_group_identification = 'BAPI_SMP_COL1'.
    it_itemas-sub_object_type = 'ITM'.
    it_itemas-sub_object_id = 'SIMPLE1'.
    it_itemas-super_object_type = 'BOM'.
    it_itemas-super_object_id = 'SIMPLE1'.
    it_itemas-valid_from_date = sy-datum.
    it_itemas-function = 'CHG'.
    APPEND it_itemas.
    * Create variants
    CALL FUNCTION 'BAPI_MATERIAL_BOM_GROUP_CREATE'
    EXPORTING
    all_error = 'X'
    TABLES
    bomgroup = it_bomgroup
    variants = it_variants
    items = it_items
    materialrelations = it_matrel
    itemassignments = it_itemas
    return = it_return.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    LOOP AT it_return.
    WRITE:/ it_return-type, it_return-id, it_return-number,
    it_return-message.
    ENDLOOP.
    Let me know if the parameters are passed correctly for CHANGE scenario.
    Also let me know if there is any other way(FM/BAPI)  to update the Header of the Material BOM ?

    Try doing something like this:
    class MyJTextArea extends JTextArea {
        public boolean keyDown(Event evt,int key) {
            if(key == 13 || key == 10) { // or whatever ascii codes enter may have
                // move carret to next line
            } else {
                super.keyDown(evt, key);
    }which means you have got to catch the enter-key before the actutal JTextArea does this.
    p.s. look at my post, maybe you can help me, too.
    http://forum.java.sun.com/thread.jsp?forum=5&thread=465803&tstart=0&trange=100

  • I can't open mail, the header bar is grayed out and program as itself doesn't open

    I launched Mail as I ordinarily do. It opened up, but the header bar was grayed out. Finally I managed to open program  via Message/Go To/ Inbox, but no messages appeared in any of my mailboxes (even though I had several still in there from today). Nothing is happening, I even can't quit teh mail program.
    Please suggest guys what to do. I have to use my gmail account and it's soooooo uncomfortable.

    There is a forum for notebooks. One for Mail: OS X too.
    There is a setup wizard for Mail but I doubt that is the issue.
    http://www.apple.com/support/mail
    Gmail - you can remove an account, re-enter etc and it will rebuild and synch with what is on the server.
    You can always use Chrome as well and login that way and Chrome gmail extension gives you a separate application.
    Can also be used from any mobile device - tablets etc.
    I suspect it is your system, your home mail library, prefs, and you should try to insure your backup was current but don't backup now, repair the hard drive, try creating a new account. A Guest account would not help.
    No, if you can't quit you need to do some system maintenance.
    And you are on j10.6.8 and not Lion.
    https://discussions.apple.com/community/notebooks/macbook_pro
    http://support.apple.com/kb/index?page=search&product=&q=gmail%20mail&src=suppor t_site.kbase.search.searchresults

  • Hiding the parent applet window when using separteFrame=true

    Using Oracle Forms 10.1.2.0.1 on UNIX Server (AIX) - IE version 6 - JInitiator 1.3.1.22
    Hi. I've read some posts about using "HTMLbodyAttrs=onLoad='javascript:self.moveTo(1601,1201)'' in the formsweb.cfg file in order to hide the parent browser window, but for some reason this seems to be ignored after I added it to mine. The parent window remains open - no change seems to occur.
    Do I need to bounce the OAS in order for this functionality to take affect? Or is there more that needs to be done in order to hide the parent window? Any help would be greatly appreciated. Thanks in advance.
    Below is a portion of my formsweb.cfg file containing this code:
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    # HTMLbodyAttrs=
    # immediately hide the applet parent window
    HTMLbodyAttrs=onLoad='javascript:self.moveTo(1601,1201)'
    # HTML to add before the form
    # HTMLbeforeForm=
    HTMLbeforeForm=<SCRIPT LANGUAGE="JavaScript">window.opener = top;</SCRIPT>
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    ...

    Infact,
    Add javascript to the Oracle Forms basejinit.htm file
    which permanently minimizes the parent browser
    window.
    Javascript can also be coded to provide a warning
    to the user should an attempt be made to do a right
    mouse click - close of the minimized browser
    displayed in the MS Windows Taskbar.
    I know very little javascripting.... Can you please give me a sample code....Thanks.

  • Hiding the Image in another Image using Java

    Hi all,
    I have to implement the Steganography using Java, i have to get two images and have to hide one image in another , please give me some ideas or sample links where i can explore to implement it...
    Thanks & Regards,
    Justin

    Try the ImageConsumer class. The Image's getSource method returns an ImageProducer that can be linked to the consumer.
    Some images (such as BufferedImage) also provides a Raster, which gives access to its contents through a DataBuffer. I don't know which is the easiest way, though...

  • Assigning Auth group using std program

    Hi All,
    I am working on assigning Auth Groups to few of my programs...and for this I used the standard program provided by SAP i.e. RSCSAUTH. Now one of my program is in RQ and I need to change the auth group attached to it ... can I change the auth group attached to that program using the same program RSCSAUTH (without doing any changes in the development box or without creating the new transport)..... can you please help me with this.
    Thanks,
    Rajeev Gupta

    Hi rajiv, iam facing the same porblem, can you pls guide me on this. iam new to authorizations. Thanks.

  • I can't get the Snagit program to work with the firefox beta as I use this program constantly to scroll and save pages. Terry his program

    Snagit information box said firefox extensions may be corrupt .

    As you have discovered, Firefox does not have a feature similar to IE's compatibility mode where non-standards-compliant pages designed for older versions of IE can run in newer versions of IE.
    The solution really depends on what is wrong with those pages. Does your IT support Firefox and/or are they willing to make fixes?
    Note that you can use different browsers for different sites. If you need IE for internal sites, that doesn't mean you can't use Firefox for your regular browsing. You wouldn't be the only person in this thread doing that. ;-)

  • Getting the log files from client using java program

    hi
    this is lalita...and i am doing a project in networking.... i am new to socket programming....i have established the socket connection between the client and server...with this site members' help....now i have to get the log files of the client system from the server.... via the created socket....i need it by tomorrow...i.e apr 12th ....as i have to show it to my guide...
    i just need a core java program that will get the log information of the client from the server......
    Can anybody please help me in this regard..... it would be of great help to me and my group....
    Anxiously awaiting for the replies....
    Thanking you and regards...
    Lalita.

    Simple.
    Server is listening on a specific port for the connection from the clients.
    Connect the client with the server on the above mentioned port.
    Open the streams on both side for the connection and run in separate thread.
    Define a protocol for communication between client and server.
    e.g after connection with the server the server send a text message to the client (send log) now the client first should the log file name and size to the sever and then send the file. the server should save the file.
    then disconnect the client or want to get another file or for other tasks define the other commands

  • Automate the website log in process using java program

    Acutally, on daily basis, I have to open website,loginto that, navigate toa
    link/page,export an excel sheet and do processing.Can I go ahead to automate the same
    through Java Program.
    Thanks,
    amol

    Hello,
    The TechNet Wiki Forum is a place for the TechNet Wiki Community to engage, question, organize, debate, help, influence and foster the TechNet Wiki content, platform and Community.
    Please note that this forum exists to discuss TechNet Wiki as a technology/application.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Display the sum of a group

    Hi,
    I what i  want do is simple but can't find it anyway, I am just a beginner with crystal. My report displays a list of product group by product_group. I want to to display in the header of each group the sum of the product price included in that group of course.
    Example:
    Product Group--product price--
    Product group A -
    <Sum price>----
    10.00
    product A--5.00--
    product B--3.00--
    product C--2.00--
    Product group B--<sum price>--
    6.20
    product D--2.20--
    product E--4.00--
    I have tried the formula field and the running total field but I am probably doing it wrong . Either it gives the sum of all the articles or the only the price of the first article included in the group.

    A group-based formula should do the trick, which take the format:
    sum( FieldYouWantToSum, GroupToTakeFieldsFrom )
    so, something like:
    sum( {product_price}, {product_group} )
    (and placing it in the group header) should be what you are after.
    You could, of, course, use the Insert Summary wizard to do this for you.

Maybe you are looking for

  • Motion 4 crashes on start up

    I am running FCS 3 and when i installed the recent update Pro applications update2010-01 my motion 4 started crashing on startup. I had to uninstall all of FCS than reinstall as nothing else would get it to work. Once i reinstalled it it works fine b

  • Why won't my iPad connection kit work, Why won't my iPad connection kit work

    My iPad connection kit won't work properly, the SD card part isn't working at all...... I plug it into my iPad all it says is "Cannot Use Device: The connected USB device requires too much power." I have tried putting the SD card into my MacBook and

  • IBooks Author - can't edit text on customized template

    I've created a template and saved it to My Templates. However, when I select a layout (a chapter or section) and place it into my book, I can't edit the text. Where am I going wrong?

  • Time-out limit of the 8451-I2C interface for hold-master condition

    I am working with Windows XP, Labview 8 and the USB-8451 I2C to USB interface-box. We intend to incorporate the USB-8451 into our product evaluation kits for a new sensor product. This evaluation kits should be used by our customers when they start w

  • Placing Images (Screen Caps) for Callouts - Best Practice?

    Illustrator CS6, Windows 7 I'm placing screen captures (screen images from software) in my artwork files to add callouts and create illustrations for a user manual. The machine I'm capturing on has a screen resolution set at 1920 x 1080 (required for