Divider lines in SALV Tree, need to remove?

Hi,
I am using SALV Tree . I am seeing divider lines between ICONs in the Tree toolbar. I need to avoid these divider lines?
Why? becuase it is utilizing lot of spaces. so that other ICONs gone into hide mode, for users view these icons they need to click left arrow button to scroll.
a®s.

Hi
Solved by myself.
Here is the correction code
* Tree Calls
  try.
      call method cl_salv_tree=>factory
        exporting
          r_container = g_docking_container_1
        importing
          r_salv_tree = grt_tree
        changing
          t_table     = i_yatttic.
    catch cx_salv_no_new_data_allowed cx_salv_error.
      exit.
  endtry.
*  try.           " By removing this custom  function now ICONS displayed properly
*      v_text1 = text-b01.
*      v_text2 = text-b02.
*      grt_functions->add_function(
*        name     = 'MYFUNCTION'
*        icon     = '@42@'
*        tooltip  = v_text2
*        position = if_salv_c_function_position=>right_of_salv_functions
*    catch cx_salv_wrong_call cx_salv_existing.
*  endtry.
  perform f_build_tree_header.
  perform f_build_tree_info.
  perform f_build_tree_events.
  grt_tree->display( ).
* Column Calls
  gs_layout-grid_title = text-101.
  try.
      call method cl_salv_table=>factory
        exporting
          r_container  = g_docking_container_2
        importing
          r_salv_table = gr_table
        changing
          t_table      = i_ylactc1.
    catch cx_salv_msg.
  endtry.
  try.
      gr_column ?= gr_columns->get_column( text-103 ).
      gr_column->set_cell_type( if_salv_c_cell_type=>hotspot ).
    catch cx_salv_not_found.
  endtry.
  gr_sorts = gr_table->get_sorts( ).
  gr_sorts->add_sort( columnname = text-103 subtotal = abap_false ).
  gr_layout = gr_table->get_layout( ).
  key-report = sy-repid.
  gr_layout->set_key( key ).
  gr_layout->set_save_restriction( cl_salv_layout=>restrict_none ).
  perform f_build_column_events.
  gr_table->display( ).

Similar Messages

  • Divider lines in SALV Tree toolbar buttons

    Hi,
    I am using SALV Tree . I am seeing divider lines between two ICONs in the Tree toolbar. I need to avoid these divider lines?
    a®s.

    check in SE38
    BCALV_DND_01                   Drag ALV Row to Tree Folder
    BCALV_DND_02                   Drag Icons from Tree to Rows of the Grid
    BCALV_GRID_DND_TREE            ALV Grid: Drag and Drop with ALV Tree
    BCALV_GRID_DND_TREE_SIMPLE     ALV GRID: Drag and drop with ALV tree (simple)
    BCALV_TEST_COLUMN_TREE         Program BCALV_TEST_COLUMN_TREE
    Rewards if useful...................
    Minal

  • I need to make a dividing line go down the length of each page

    I have the line in my master page. It separates my main content from the sidebar.
    I just got to a page where the main content runs deeper than my sidebar, so the short dividing line looks odd.
    I first tried to get around this by pinning it, but that made the line overlap the header and footer in some situations.
    So I thought, maybe the only way around this is to make the master page as deep as this page with more content. I thought this would force all pages to be the same depth as the longer page, but it didn't. All other shorter pages remain short and the dividing line runs into the footer on them.
    Do I have to manually re-size all pages to be the depth of the longer page since the master page couldn't do it? Somehow, I doubt that would work since HTML ignores empty space.
    Is there any way around this, or do I just need to live with the shorter line on the longer page?
    Thanks.

    I have just finished building a work-around for a vertical "clip" Graphic that has given me basically the same problem. The Clip was not on the master page, I installed it on each page as I worked on it, marking it as "footer". But when I published it doesn't seem to work (the clip was floating in the air so to speak), and using a longer clip for the longer page didn't work either, so I had to work out another way.
    Here are JPGs of my solution (yesterday was devoted to figuring this out, I feel a little dumb).  I have indicated the "clip" with red. "A-Master" the smaller master layout, is what I using for all pages, except for the one long page, for which I created and applied "B-Master". The "clip" was now entered on the Master pages, and not the design pages. Ta dah! It seems to work.
    Still working on the site, but I really think this is the simplest answer.

  • Removing divider line

    http://i39.tinypic.com/r0ywlh.png
    This grey divider line above the URL and below the tabs is killer and I can't seem to remove it in the userchrome.css, I've searched for any possible css to remedy this but I can't seem to remove it.
    Please help

    Did you try {-moz-appearance: none !important;} ?

  • Trees need cutting back..lines stretched out

    Have a major issue on public easement, going to lose a 1.5" line due to trees  layin on them, comcast is below....   Called FPL said your problem.      {edited for privacy}     you are having  a major issue with overhead lines.      tryin to save yall a 100k bill

    Hello sscottmann1,
    This community is meant mainly for peer-to-peer support. Have you contacted customer service directly through Contact Us?

  • I am using Firefox 3.5.9 in Linux Gnome and need to remove the "Set As Desktop Background" from the right click menu or at least disable the users ability to change it from Firefox as I am running a kiosk.

    USeing Suse Linux Enterprise Desktop 11SP1 with gnome desktop and Firefox 3.5.9. I have created a firefox user profile and need to remove or restrict the ablitiy of the users to change the desktop background.

    See http://kb.mozillazine.org/Chrome_element_names_and_IDs
    Add the code to [http://kb.mozillazine.org/UserChrome.css userChrome.css] below the @namespace line.
    <pre><nowiki>#context-setDesktopBackground {display:none!important;}
    </nowiki></pre>
    See also http://kb.mozillazine.org/Editing_configuration

  • 2 Line Text for Tree Component

    Hi
    I am trying to use a tree component for a Course navigation ,
    and I have a Node names Getting clipped and I wanted to have
    mulitple lines in the tree node, I would appreciate if anyone could
    help me in how the tree component can be extended to accomodate
    this requirement.
    Thanks
    Sembian

    Hi Begum,
    There are few default attributes you need to fill in your data structure,
    PARENT_KEY - Parent (in your ex : header1, header2)
    ROW_KEY -  Children (col1, col2, col3, col4...)
    EXPANDED
    IS_LEAF -
    TEXT
    CHILDREN_LOADED
    IMAGE_SRC
    Include these fields with same name in your structure(structure of the table filling CT_DATA in GET_DATA method)  and fill the relevant data, output will be displayed.
    Cheers,
    Vemula.

  • Hi, i need help removing a program

    in my thinkpad x40.......The problem is my belkin wireless router keeps going off line because there is a program i was told i needed to remove by a tech support......The the program he said to remove was think vantage access connection.....There is no program called that in there.......I dont know alot about computers and i dont want to pay for this so info i thought maybe someone here could help me.......The bio says this think pad is a 2004.......I would be so grateful if someone could help me!Thank you!....Debbie

    start, control panel, add or remove programs.  if you have access connections, it should be listed in there and you can uninstall it from there.  after it's gone, reboot, then windows "should" detect your wireless networks.  if it doesn't, post back.   
    T430u, x301, x200T, x61T, x61, x32, x41T, x40, U160, ThinkPad Tablet 1838-22R, Z500 touch, Yoga Tab 2 Windows 8.1, Yoga Tablet 3 Pro
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    If someone helped you today, pay it forward. Help Someone Else!
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • I need to remove a phone from my plan, how do I do that? I just see suspend service. The contract is up for that phone.

    I need to remove a phone from my plan that the contract is up for. I can not seem to find anywhere to do that.

    You can't cancel a line of service on-line; you have to either call Customer Service or visit your local Corporate Verizon store.
    Customer Service
    Dial *611 from a cell phone
    (800) 922-0204
    Monday - Sunday 6 am - 11 pm

  • Finder divider lines spacing

    Hi,
    Basically, sometimes i have really long file names in some folders, and in others short names, so i am always having to resize the 'divider' lines in finder to see whats in my folders.
    So, Is there any way for finder to remember different space widths from folder to folder?
    Thanks for any help and advice

    check in SE38
    BCALV_DND_01                   Drag ALV Row to Tree Folder
    BCALV_DND_02                   Drag Icons from Tree to Rows of the Grid
    BCALV_GRID_DND_TREE            ALV Grid: Drag and Drop with ALV Tree
    BCALV_GRID_DND_TREE_SIMPLE     ALV GRID: Drag and drop with ALV tree (simple)
    BCALV_TEST_COLUMN_TREE         Program BCALV_TEST_COLUMN_TREE
    Rewards if useful...................
    Minal

  • I will give my laptop to someone else, how do I unlink my apple id? Do I need to remove the apps I downloaded with my id?

    I will give my laptop to someone else, how do I unlink my apple id? Is it just the app store unlink? Do I need to remove the apps I downloaded with my id? Will they get removed when I unlink my apple id?
    Are there any other procedures I need to take into account?
    Thanks

    You need to remove all software that you acquired from the Mac App Store, including newer versions of OS X. These are all registered to you and encoded with your Apple ID in the licensed copy. You cannot legally pass any of the software to the new owner, which is why Apple states to erase the Mac and return it to the version of OS X that shipped from the factory on the Mac. You must also remove any older Apple software that you installed by DVD or pass the DVD to the new owner with the Mac.

  • Need to remove space for a field when displayed in ALV Report

    Hi,
    I have material field of length 18, but the content is only 10 char. I need to remove the extra space when it is displayed on ALV Report.
    Is there any option in ALV field catalogue

    use statement condense.
    condense zmatnr.
    also giv output lenth of alv column as 10.

  • Need to REMOVE Apple ID account from previously owned iMac

    I recently purchased a previously owned iMac and need to REMOVE its previous Apple ID account to remove apps that they obviously purchased. Can this be done? I am being prompted to update these apps and when I try, I am asked to enter this OLD account. I actually want to REMOVE these apps for I have zero interest in them. The system was supposedly wiped of all previous info from previous owner but I guess they over-looked the apps.
    Can someone advise and give me a step by step break down on how to do this? Remember, I have my own Apple ID but the apps were downloaded from a previous Apple ID account that is NOT mine but was on this system.
    Thanks

    And thanks to you, HW.
    I see you got one quick answer.  But you need more.  
    Leave it until your post sinks near the bottom of the list then revive it by writing to your own post ... say, 'can anyone add to these answers?'   It's Sunday morning!

  • How do you remove a device off of an Apple ID? I have an I pod and an I phone hooked up to the same account need to remove the I pod and start up his own apple account.

    I have an iPod and iPhone connected to my apple account. I need to remove the iPod as it receives all my text messages. I want to sign him up with his own account and not use mine. 

    Yes, that erases everything from the iPod.
    He can redownload his purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Hi Support, how can I install photoshop again after disk failure. Still says I have 2 copies installed, need to remove one from my old pc.  Thanks for any help.

    After drive failure, I decided to install photoshopcc on my home pc.
    when I try to start it, I get the message "already installed on 2 devices"
    I need to remove it from one of those devices.
    It's not obvious how to do this.
    Thanks in advance for any help

    On one of your older PCs, Start Photoshop, go to the  Help menu > Deactivate...
    This is a forum of users like yourself volunteering our time to help, we are not Adobe support.
    Gene

Maybe you are looking for

  • Sub contracting - ME2O - with delivery

    hi all, To stock transfer against SC PO using Trn ME2O, we have 2 option. one is with in IM(Post Goods Issue) the other is using shipping(create delivery). Wat r the pre requisite setting to create delivery. Plz list the T.Codes sequentially.

  • Progressbar color setting using page item value

    Hey guys! I hope this is not the wrong forum to ask for your help, but since I need to accomplish it in Apex I though I'd just give it a try here. Have been reading, working many hours on this issue without finding the proper solution. I have a progr

  • Multiday calendar entry not displayed on subsequent days

    I have a calendar entry that is over 3 days but it only shows up on the 1st day in the Iphone calendar. Is this a bug? Is my only work around to enter the event 3 times, one for each day?

  • Reinitialise while running

    Hi all! I'm running a small vi between a cfp-2020 unit and a tpc-2006 touchscreen, and all is looking good, apart from one niggly little bug! I connect the two up, no problems, (touchscreen on first, or else the 2020 unit won't have anything to find

  • Auto generate BP code

    I know this subject has been discussed in here several times and I have searched and tried several of theexamples. Can someone please tell me what is wrong with the following code as I receive error message internal error when I execute the FMS SELEC