Group UI Element

Hi experts,
In Group UI Element .Is there any property called ColCount
Vijai

Hi
Only in <b>Grid Layout</b> you can use <b>colCount</b>
For more Information <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e7/e0973d64d6910fe10000000a114084/content.htm">Look into this</a>
Regards
Abhijith YS

Similar Messages

  • Problem in Dynamically create Group ui element

    Hi everyone,
    I was trying to create group UI element  dynamically in Webdynpro ABAP. I was getting Error :Access via 'NULL' object reference not possible.
    I have gone through the following procedure
    Create component with window and view
    In view layout Method: WDDOMODIFYVIEW and done the following code
      Source Code
    if first_time  = ABAP_TRUE.
    data:lr_container type REF TO CL_WD_UIELEMENT_CONTAINER,
          lr_flowdata TYPE REF TO cl_wd_flow_data,
          lr_group TYPE REF TO cl_wd_group,
          object type REF TO IF_WD_VIEW_ELEMENT.
    CALL METHOD view->get_root_element
       receiving
         root_view_element = object.
    lr_container ?= object.
    CALL METHOD cl_wd_group=>new_group
       EXPORTING
         design                   = 01
         enabled                  = ABAP_TRUE
         has_content_padding      = ABAP_TRUE
         id                       = 'GRP1'
         view                     = VIEW
         visible                  = 02
       receiving
         control                  = lr_group.
    CALL METHOD lr_container->add_child
       EXPORTING
         the_child = lr_group.
    CALL METHOD cl_wd_flow_data=>new_flow_data
       EXPORTING
         element     = lr_group
       receiving
         control     = lr_flowdata.
    endif.
    To get Group ui element dynamically what i have to do rather than the above code
    Thanks in Advance
    Sreenivas P

    Hi Sreenivas,
    Try to debug and find what line the error occurs and return it to us.
    If the error occurs in
    CALL METHOD view->get_root_element
       receiving
         root_view_element = object.
    or in
    lr_container ?= object.
    you will need to check content of object.
    Best regards

  • How can i set the Header colors for a group ui element

    Hi All,
                  I Created a View Container in that i crated 2 views. In first view i created a group and in second
    view also i created a group. I want to set The First view group header colour as Golden colour and for second view group heder colour as Green colour. Please any one help me on this.
    Thanks&Regards,
    Bhargava.

    Dear Jean,
                     i creted the theam. in the Complex Element Group i changed the Primary group colour to Golden Colour and secondry group colour to Green Colour. but in my application for all group's header it iis taking the golden colour.
                             in my senario i have 2 views in view container. each view have the separate Group ui element. i wan to set golden colour for first view's group and Green colour for the Second View Group.
    how can i do that.
    Thanks&Regards,
    Bhargava.

  • Layout - Group UI element and library

    I installed ABAP webdynpro,  I ran "Z_HELLO_WORLD" and it rendered the output in webpage.So the install is good.
    Trying to write first WD program using /people/dirk.feeken/blog/2007/07/20/abap-trial-version-for-newbies-part-18--starting-with-web-dynpro-for-abap
    However the "Layout" Tab does not have "Standard Container" UI element library. I want to use "Group UI" from here, but it is missing.  The available libraries are
    1. text
    2. action
    3. selection
    4. complex
    etc..
    How do I import below library to the Layout?
    1. Pattern
    2. Standard Simple
    3. Standard Complex
    4. Standard Container
    Appreciate the help.

    Hi
    You can also add Group UI element by right clicking on RootElementUIContainer and selecting Insert Element.
    There in you can select Type as GROUP and give your own ID for Group UI element.
    Regards
    Manas Dua

  • Refreshing the 'Check Box Group' UI element

    Hi ,
    The requirement is the 'Check Box Group' UI element should be refreshed automatically . I am dynamically creating the 'Check Box Group' UI element and want to refresh it once I transfer the checked values from the Check Box group.
    How this can be realized !!!
    Best Regards
    Sid

    Hi Sid,
    CheckBoxGroup UI element`s content is done by binding property <i>texts</i> with appropriate attribute in context node. So, if you change data node and node elements, this will affect UI element immediately.
    Best regards, Maksim Rashchynski.

  • Adding dynamic table in static Group UI element

    Hi Experts,
    I have a Group UI element under Root Ui element. Now in wdDoinit i have crerated a dynamic table. Can some one suggest how can i add my table in that Group UI element?
    Regards
    Pranav

    Hi Pranav,
    you can only add dynamic elements in the wdDoModifyView method of your view.
    So you best store your table element in the view-context, then use the following in your doModify:
    // get the Table from context (may differ)
    IWDTable myTable = wdContext.currentContextElement().getMyTable();
    // get the group from view
    IWDGroup group = view.getElement("<MYGROUP_ID>");
    group.addChild(myTable);
    hope that helps.
    Jan

  • Use the for-each to group the element across in output

    I have the report in XMLP for which we need to design the template to generate the output in excel. we need to group the element across the report. by default the for-each group the element top-down, is there any option to group the elements across. example:
    consider the xml data as
    <?xml version="1.0"?>
    <XXFA_TAL_REP_XMLP>
    <LIST_G_DAY_WE_EXECUTED>
    <G_DAY_WE_EXECUTED>
    <DAY_WE_EXECUTED>18-NOV-09</DAY_WE_EXECUTED>
    </G_DAY_WE_EXECUTED>
    <G_DAY_WE_EXECUTED>
    <DAY_WE_EXECUTED>19-NOV-09</DAY_WE_EXECUTED>
    </G_DAY_WE_EXECUTED>
    </LIST_G_DAY_WE_EXECUTED>
    </XXFA_TAL_REP_XMLP>
    if we group by the above data with group G_DAY_WE_EXECUTED and try to print the data element - DAY_WE_EXECUTED we will get two fields as below
    18-NOV-09 - in excel cell A1
    19-NOV-09 - in excel cell A2
    but we need to have these fields in excel cells - A1 & B1
    Please help me to achieve this.
    ~ Ashish | 630 487 9486

    Can you try with
    for-each@column

  • Repot cost center groups,cost element groups and quantities

    Hi
    Is there any report displays only costcenter groups, costelement groups and quantities. No line items are required this is for management purpose.
    thanks in advance
    prasad

    Hi Sunitha,
    Thanks for your immd. reply
    But my requirement is not that
    I need cost center groups, cost element groups and quantities in the same report
    regards
    hariprasad reddy
    accenture - 9963411136

  • Remove WD Group UI Element Caption?

    Hello,
    I was wondering if there is any way to remove the Caption row for the Group UI element? Or remove the minimize/maximize button?
    What i want to achieve is a row with some background color (ex., dark blue) and place drop-down menu and place some buttons on it. Is there any other proper or workaround way to achieve this? Thanks.
    Regards,
    Vasu

    Hi Vasu,
    There is a new UI element, Panel introduced with EhP 2 which sounds like it would meet your requirement. If you're not yet on EhP 2, you may need to build something custom using TransparentContainer as others have suggested, or use Tray or Group and accept the Caption row for the time being. You can hide the Caption by setting its visible property to None or its enabled property to false, but the row itself remains unfortunately.
    Cheers,
    Amy

  • Table name for Cost Center Group/Profit Center Group/Cost Element Group

    Hi,
    Kindly let me know the table names for cost center group, cost element group and profit center groups.
    Thanks.
    Suresh

    Hi,
    The tables for storing groups in SAP are SETNODE and SETLEAF. The codes in the previous message posted by my fellow SAP consultant are transactions and not tables.
    The classes are:
    Cost centres - 0101
    Cost elements - 0102
    Profit centres - 0106
    Regards,
    Eli

  • How can i set the different colors for a different group ui elements

    Hi All,
                  I Created a View Container in that i crated 2 views. In first view i created a group and in second
    view also i created a group. I want to set The First view group header colour as Golden colour and for second view group heder colour as Green colour. Please any one help me on this.
    Thanks&Regards,
    Bhargava.

    Dear GLM,
                         i got that. while creating the theme, in Complex Elements select the group element and  set the primary group header colour to golden and secondary group Header colour to Green and in ur webdynpro application set the Group Design property as Primary Color for which group u want to set the Golden color and set the Group Design property as Secondary Color for which group u want to set the Green color.
    Thanks&Regards,
    Bhargava.

  • How to add a button to every group's element in a presentation?

    Hi all!
    I am still a newbie with BPM. Just done the tutorial, a 2-day course and some experiments on my own. So, please, forgive my lack of knowledge.
    I need to add a button to every element of a group in a presentation. You can think this group as a list of invoices and the button linked to another presentation where you will be able to edit attributes of the single invoice. Completed this procedure you could come back to the first presentation where the whole list will be visible. And so on, until the user clicks the end button to confirm changes and exit the screenflow.
    I would like to use only simple presentation (not jsp). I have read about developers who create complex presentation, so I hope there are no limits about this issue.
    Thank you all!
    Luca

    There's no easy way to achieve this. You'll have to provide a RootPaneUI delegate with a custom title pane implementation. There, you'll have to provide a custom layout to position your button. In addition, this approach will not work on look-and-feels that do not support decorated mode (such as Windows or GTK) since under such LAFs the title pane always comes from the OS.

  • Cost Element Group & Cost Element

    Hi Friends,
    Can you please tell me how cost element groups are linked with individual cost elements(Primary and Secondary).
    Is there any standard cost element groups are there. Please let me know.
    Priya

    Hi,
    Cost element groups, like any other group for master data, is used for reporting purpose. By creating a group you unite certain objects and make it possible to present it as one entity in the reporting or use it in allocation processes. There is no such a thing as standard group, as the user chooses for himself how he wants uniting the elements.
    Regards,
    Eli

  • Grouping cost elements to Activity types?

    Hi friends,
    We created Machine hours activity & Labor hour activity in production cost centers for charging to production orders.
    We are able to see in cost center report the over/under adsorption for that cost center.
    Since there are many primary cost elements making up these activity costs and since many activities are done at cost center, we are not able to find out what is Planned / Actual cost per each activity.
    For the above problem, Is the any feature by which we can combine primary cost elements for that cost center under particular activity type?
    Full points will be rewarded.
    Thanks & Regards
    Ravi

    Using kah1 group all relevant cost elements

  • Mobile custom itemRenderer adivce: grouping of elements

    Hello,
    I am building a custom itemRenderer for a Flex Mobile app.
    It will be like 3 columns, first 2 with 2 StyleableTextField stacked vertically and the 3rd with just one StyleableTextField.
    I've uploaded a symbolic image of what I mean. (symbolic = fields depicted in image are imaginary - so you know if it doesn't make sense)
    I have all in place and was wondering if I should:
    A) Position all elements based on X and Y with setElementPosition()
    B) Create 2 VGroups for the first 4 StyleableTextFields and position them.
    Worried about speed.
    Thank you.

    Yes A is faster because it has less DisplayObjects, but also Group uses the spark layout system which is a very general layout system capable of handling many use cases.  When you layout elements using setElementSize()/setElementPosition() you are laying things out specific to only your renderer's use case which means less code needs to run and the renderer will be faster.
    You could start with B if you find it easier to code.  Just be sure to test  the performance of your application.  If your scenario feels good on your target devices then you probably don't need to optimize any further.  If it's not fast enough then you might want to try A and see how it compares.

Maybe you are looking for

  • Click on link in one portlet and open in another portlet

    how do you click on link in one portlet and open in another portlet?

  • Unable to clear ICloud sign in screen.

    My iPad Air requests sign in to iCloud but will not connect to wifi and the sign in message will not clear so cannot access any other apps. How can I clear this? I ave tried two button reset which also does not work

  • Genius is evil - madly changing track info in the background

    I think I've figured out why iTunes, starting in version 8, has been behaving strangely. It's Genius. I started out noticing that when double-clicked a song in the list view to play that it would jump to the end of that album's list. This drove me nu

  • Back to 'mac address cloning'

    My last 'mac address cloning' issue was solved, but now I have another. Before I had to reset my router to disable and reset everything and it worked. Now I have to enable 'mac address clone' to get my pc and server to let me connect to them (thru 'M

  • Corporate Action

    Hi All, I am creating corporate action for stock split for a equity stock, but I am getting error message as attached in the screen print. Actually I created securities ID with Product category 10 stocks and product type 01A quoted shares. Can anyone