BP Transaction Horizontal scroll bar is not working

Hi,
Horizontal Scroll Bar Not working for Marketing Attribute after Upgradation from Crm 6.0 to EHP 7.02
Scroll bar need to be Enabled or active Please suggest any OSS Note or any Idea in doing this .Please help me out
Thanks & Regards
Srinivas

Hello,
Not sure to understand the issue here. If you are using CRM7 EHP2, you should user WebUI/IC to manage BP. SAP GUI is no longer supported.
Best regards,
Sylvain AGUETTAZ

Similar Messages

  • Horizontal Scroll bar Is not working iN REUSE_ALV_BLOCK_LIST

    Hi Experts,
    I am trying to create a reprot by using REUSE_ALV_BLOCK_LIST_APPEND, REUSE_ALV_BLOCK_LIST_DISPLAY.  I have 20 fields to display there, but here last two fields are coming in next row. But I need it it in one line with scroll bar. Cna anybody help me for that.
    Either I should use any other FM to display blocks ( 2 tables) or there is any OOps based FM for this with USER_COMMAND.
    Your help will be beneficial for me.
    Thanks a lot in advance.
    Edited by: Moni Bindal on Feb 10, 2009 7:32 AM

    Hello Moni,
    For increasing the length of columns
    try the below code while building the fieldcat,
    F_FIELDCAT-COL_POS = 1.
    F_FIELDCAT-FIELDNAME = 'EBELN'.
    F_FIELDCAT-TABNAME = 'IT_EKKO'.
    F_FIELDCAT-REF_FIELDNAME = 'EBELN'.
    F_FIELDCAT-REF_TABNAME = 'EKKO'.
    F_FIELDCAT-KEY = ''.
    F_FIELDCAT-EMPHASIZE = 'C510'.
    F_FIELDCAT-LOWERCASE = 'X'.
    F_FIELDCAT-SELTEXT_M = 'PURCHAGE DOCUMENT NUMBER'.
    FIELDCAT-OUTPUTLEN = 20.
    F_FIELDCAT-HOTSPOT = 'X'.
    F_FIELDCAT-DO_SUM = 'X'.
    APPEND I_FIELDCAT TO I_FIELDCAT.
    Important
    FIELDCAT-OUTPUTLEN = 20.
    if you are generating the field catalog using FM "REUSE_ALV_FIELDCATALOG_MERGE" then,
    read the field catalog table using the field names and modify the fieldlength
    read table F_FIELDCAT with key FIELDNAME = 'MAKTX'.
    F_FIELDCAT-OUTPUTLEN = 40.
    modify F_FIELDCAT index sy-tabix.
    OR
    as I suggested earlier, you can shift the block with highest width to top, so all other blocks will also be displayed properly without wrapping to next line.

  • Horizontal Scroll Bar does not show

    I have a method which creates a table with values and displays it in a dialog. However, the horizontal scroll bars do not appear, even though there is are columns that are not seen in the view. Here is my code:
         private void setTable()
              Object columns[] = headerLST.toArray(),
                        rows[][] = new Object[rowLST.size()][headerLST.size()];     
              for(int x = 0; x < rowLST.size(); x++)
                   java.util.List list1 = (java.util.List)rowLST.get(x);
                   for(int y = 0; y < list1.size(); y++)
                        rows[x][y] = (String)list1.get(y);     
              DefaultTableModel tValues = new DefaultTableModel(rows, columns);
    JTable tableA = new JTable(tValues);
         tableA.setRowHeight(27);
                   tableA.setRowSelectionAllowed(false);
                   tableA.setColumnSelectionAllowed(false);
                   tableA.setFont(new Font("Dialog", Font.BOLD, 12));
              int minColWidth = 120, maxColWidth = 200;
              for(int y = 0; y < tableA.getColumnCount(); y++)
                   TableColumn tbc = tableA.getColumnModel().getColumn(y);
                   tbc.setPreferredWidth(minColWidth);     
                   tbc.setMinWidth(minColWidth);
                   tbc.setMaxWidth(maxColWidth);
              scrollA = new JScrollPane(tableA);
              this.getContentPane().add(scrollA, BorderLayout.CENTER);
    Can someone tell me what I am missing?
    Thanks
    Augustine

    You need this
    tableA.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    otherwise it will always try and fit the table to the space available

  • My scroll bar is not working properly. It works if I click the outline only. How do I fix this?

    I have tried reinstalling the lastest version but it did not fix the problem. I am running windows 7 on a hp envy. My scroll bar was working fine before the firefox version 4 update. Also the up and down arrows do not work unless I click on the outline of the boxes either. Any help in resolving this issue would be greatly appreciated as this is vary annoying.

    Does your MacBook have a removable battery?
    If so, try removing the battery and running just on the power adapter. Don't do anything too important as the computer will power off if the power adapter comes loose! Just do this for a few minutes to see if your trackpad works any better.
    If your battery isn't removable, run your hand over the bottom of the computer - or run a level over it if you have one - to see if it's flat.
    In either case, it's possible your battery has swollen and is applying pressure on the connection for the trackpad, which in turn means the trackpad won't work as expected.
    ~Lyssa

  • Scroll-bar STILL not working right in 10.6.1 update

    The scroll-bar is STILL NOT working right in the 10.6.1 update.  I am not able to click anywhere on the scroll-bar and have the navigation go there.  I have to drag the blamed thing where ever I want it to go.  This problem only exist with the recent iTunes 10.6.x updates. 

    I have the new MacBook Pro 2010, Dell 3007WFP. No mirroring problemsat that or higher res. I was chagrined, however, to find out that while my 2007 15" MacBook Pro had no problems driving the Dell 30", the 2010 17" requires the Dual Link cable for $100 extra. ;>(
    But it works fine.
    ak

  • Scroll bar does not work when creating a datalist

    So I created a very simple vertical scrollbar from 2 stretched rectangles (a thumb and a track). I also grouped a text field and a square together, that would make up the list items.
    Next, I selected the scrollbar and the list item, and created a data list from them. When I tested the project, however, I could move the scrollbar without any problems, but the items in the list did not move. I also tried adding some more items to the list, which didn't help either.
    Then i tried using the component from Flash Catalyst, instead of my "home-made" scrollbar. Making a data list out of this, and testing the project gave the desired result.
    I'd really like to use my own made scrollbar here, and I have the feeling that I missed something completely obvious on the way that I forgot.
    Note: I checked several times if I had forgotton to "edit the parts" of the scrollbar and data list, but I had selected all the parts as required.

    What you can try if the above doesn't work, is deleting the scroll bar from your Data List, and then dropping it back in from the Library. The act of re-adding the scrollbar may get you the desired behavior.
    If that doesn't work, you will probably need to post your project so we can take a look.
    -Bear

  • UPK - Click Scroll bar action not working in Player only

    In the Developer all action areas are working as they should but when I published to the web one action is not working - the Click Scroll bar action in the TryIt mode. When you reach this step and click the scroll bar nothing happens so you are forced to either go forward or back. Any ideas why this is happening? Thank you.

    Hello,
    This does not sound familiar to me, but it sounds like it should be easy to troubleshoot. I would suggest entering a ticket in My Oracle Support (support.oracle.com). Sorry I couldn't be more helpful.
    Best regards,
    Marc

  • Scroll bar is not working since last updates

    my scroll bar on laptop mouse pad no longer works in browser since last update. It works fine in all other programs.

    See [[Missing vertical scroll bar]]

  • Scroll Bar Does not work

    Hi I've took the example from http://corlan.org/2009/02/12/how-to-add-a-scrollbar-to-text-layout-framework/ to add a scroll bar to my editor
    I use TextLayout Framework 2 and SDK Version 3.5 so I had to adapt my code to work and I got stuck on
    private function composeListener(event:CompositionCompletionEvent):void {
               var textHeight:int = Math.ceil(_controller.calculateHeight());
                 if (textHeight < _controller.compositionHeight) {
                     scroll.enabled = false;
                 } else {
                     scroll.enabled = true;
                     scroll.minScrollPosition = 0;
                     scroll.maxScrollPosition = textHeight - _controller.compositionHeight;
                 _controller.verticalScrollPosition = 0;
    TLF 2 & SDK 3.5 Forces me to use a ContainerController that doesn't have a calculateHeight method.
    How can I adapt this code to work with my current code? Is there an updated example of this?
    Also here is my set textFlow method that might be helpful.
    public function set textFlow(newFlow:TextFlow):void
                        // clear any old flow if present
                        if (_textFlow)
                             _textFlow.flowComposer = null;
                             _textFlow = null;
                        _textFlow = newFlow;
                        if (_textFlow)
                                            //textArea - Canvans
                             _controller = new ContainerController(_container,textArea.width,textArea.height);
                             _controller.verticalScrollPolicy = ScrollPolicy.ON;
                             _textFlow.flowComposer.addController(_controller);
                             // setup event listeners for selection changed and ILG loaded
                             _textFlow.addEventListener(SelectionEvent.SELECTION_CHANGE,selectionChangeListener,false,0,true);
                             _textFlow.addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE,graphicStatusChangeEvent,false,0,true);
                             _textFlow.addEventListener(FlowOperationEvent.FLOW_OPERATION_BEGIN,operationBeginHandler);
                             _textFlow.addEventListener(CompositionCompleteEvent.COMPOSITION_COMPLETE, composeListener);
                             _textFlow.addEventListener('scroll', scrollTextFlow);
                             // make _textFlow editable with undo
                             _textFlow.interactionManager = new EditManager(new UndoManager());
                             // initialize with a selection before the first character
                             _textFlow.interactionManager.selectRange(0,0);
                             // compose the new textFlow and give it focus
                             _textFlow.flowComposer.updateAllControllers();
                             _textFlow.interactionManager.setFocus();
    Thank you

    I've just found this:
    http://www.ungramdeimagine.ro/tlf_on_Gumbo_example/TLF_on_Gumbo.html
    The line that I was looking for was
    var textHeight : int = _controller.getContentBounds().height;
    Hope It helps someone

  • ABAP Webdynpro table scroll bar does not work

    Hello,
    I have created a dynamic WD table using cl_wd_dynamic_tool=>create_table_from_node. I have set the no. of visible rows to 5. Now when ever the table has more rows, it displays a vertical scroll bar. But if I scroll it down, after 5 rows, it dosent scroll further. Am I missing something here?
    Thanks and Regards,
    Sandhya

    Hi,
    I guess you might have wriiten the code in the MODFIYVIEW right.
    One thing you do....
    Use the FIRST TIME parameter , create the tbale and all. When the application runs for 2nd time, then reset the vsible row count value.
    Have you used any BIND_TABLE statement in this modfivyew.
    Please clarify above.
    Regards,
    Lekha.

  • FireFox web buttons and movie scroll bar do not work anymore!

    == Issue
    ==
    Firefox is having problems with certain web sites
    == Description
    ==
    When watching movies after choosing Maximize movie to full screen movie controls no longer work. You must first hit ESC to get out of full screen mode before controls work again. I have seen this on 3 different sites. This is a new problem. And the problem seemed to start after FireFox prompted me to download a new version of Flash.
    <blockquote>Please don't post clickable links to XXX-rated material in this forum.
    Space now inserted in that link - edited by a moderator - eh</blockquote>
    == URL of affected sites
    ==
    <blockquote>Do not post links at all to porn -MJB</blockquote>
    == Troubleshooting information
    ==
    Application Basics
    Name
    Firefox
    Version
    3.6.6
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Java Console
    6.0.16
    true
    Java Console
    6.0.17
    true
    Java Console
    6.0.18
    true
    Java Console
    6.0.19
    true
    Java Console
    6.0.20
    true
    Firefox Showcase
    0.9.5.5
    true
    {89506680-e3f4-484c-a2c0-ed711d481eda}
    DVDVideoSoft Menu
    1.0.1
    true
    DownloadHelper
    4.7.3
    true
    Adblock Plus
    1.2
    true
    Download Statusbar
    0.9.6.8
    true
    SweetIM Toolbar for Firefox
    1.0.0.10
    true
    Norton IPS
    2.0
    true
    Norton Toolbar
    4.6
    true
    {2D3F3651-74B9-4795-BDEC-6DA2F431CB62}
    Search Helper Extension
    1.0
    true
    {27182e60-b5f3-411c-b545-b44205977502}
    Adobe DLM (powered by getPlus(R))
    1.6.2.63
    true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.history_expire_days.mirror
    180
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    http://www.igoogle.com
    browser.startup.homepage_override.mstone
    rv:1.9.2.6
    extensions.lastAppVersion
    3.6.6
    keyword.URL
    http://search.sweetim.com/search.asp?src=2&q=
    network.cookie.prefsMigrated
    true
    places.last_vacuum
    1273928725
    privacy.sanitize.migrateFx3Prefs
    true
    security.warn_viewing_mixed
    false
    == User Agent
    ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SIMBAR={9CDB2A64-E417-42DF-83F2-1B302E1DA08A}; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; InfoPath.3; Creative AutoUpdate v1.40.01)

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Did anyone notice that scroll bar is not working properly in Dictionary.app?

    after upgrading to Mountain Lion, I noticed that for dictionary.app 1) space/shift+space cannot be used to scroll the page 2) when I use arrow keys to do so, they are the opposite in direction to whatever works in other apps
    does this happen to other people too?

    Yes, I see this same behaviour.  I had to look for it specifically though, because the way I use Dictionary.app means I've never had the need to scroll with the keyboard before.
    Feel free to report it as a bug: http://bugreport.apple.com/ .

  • Horizontal menu bar (spry) not working in live view

    action taken - simply add a horizontal spry menu to
    a blank page, then go to live view.....
    when select "item 1" - item 2 briefly disappears...any thoughts - this is making me nuts!   pls email me at [email protected]
    here is the code
    <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    #apDiv1 {
    position:absolute;
    width:200px;
    height:115px;
    z-index:1;
    left: 182px;
    top: 281px;
    #apDiv2 {
    position:absolute;
    width:463px;
    height:243px;
    z-index:1;
    left: 350px;
    top: 135px;
    -->
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
            <ul>
                <li><a href="#">Item 1.1</a></li>
                <li><a href="#">Item 1.2</a></li>
                <li><a href="#">Item 1.3</a></li>
            </ul>
        </li>
        <li><a href="#">Item 2</a></li>
        <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
            <ul>
                <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
                    <ul>
                        <li><a href="#">Item 3.1.1</a></li>
                        <li><a href="#">Item 3.1.2</a></li>
                    </ul>
                </li>
                <li><a href="#">Item 3.2</a></li>
                <li><a href="#">Item 3.3</a></li>
            </ul>
        </li>
        <li><a href="#">Item 4</a></li>
    </ul>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

    You will have better luck here in the Forum if you can post a link to your page. Just the HTML doesn't give us enough information; we need to see the CSS stylesheets as well, and in context...working...it's easier to pin down.
    Beth

  • Horizontal Scroll bar problem with CL_GUI_ALV_GRID

    Hi Experts,
    I have created Dynamic ALV by using CL_GUI_ALV_GRID . Everthing is working fine if all the data is displaying in single screen. But if the number of columns increase with the output of data the horizontal scroll bar is not working.
    It is visible but when I click to scroll it to the end of screen it is not working. Can anybody help me that what can be the problem?

    Please reduce the container size in the screen thru SE51 that automatically create the scroll
    or check whether in the attributes of the screen "Hold scroll positio" not to be checked

  • I have a problem with interactive report in  horizontal scroll bar

    hi all,
      in my interactive report the horizontal scroll bar is not visible and i have created a scroll bar with the html code and i have a problem in that scroll bar when ever i will click the select list and if i will move the scroll bar and the select list is also moving but it the select list dont have to move .pls give me a solution for this urgent.
    thanks in advance 

    Kishore suresh wrote:
    hi all,
      in my interactive report the horizontal scroll bar is not visible and i have created a scroll bar with the html code and i have a problem in that scroll bar when ever i will click the select list and if i will move the scroll bar and the select list is also moving but it the select list dont have to move .pls give me a solution for this urgent.
    thanks in advance
    Hi,
    How you think anybody can help if you do not post single line how you have try create that scrolling report ?
    And if your issue is urgent, you are seeking help from wrong place.
    Regards,
    Jari

Maybe you are looking for

  • My Airport doesn't seem to be working right...

    This is a recent problem. Even though I didn't change any settings or anything on my computer, my wireless just suddenly stopped working. It's been this way for about 2 weeks now. I have a macbook, and my dad has a macbook pro, and we use the same ro

  • Payment to Vendor, clearing document and relative invoice

    Hi experts. I have this doubt: if i have a payment in BSAK table that clear different invoices. So which field on BSAK table for a payment permit to derive uniquely each invoice? Thanks a lot. Regards. Andrea

  • How to lock a Particular Scenario

    Hi, I would like to lock a particular scenario. The situation is like this: I have 2 cubes MTHCLS and MTHDEF, All my numbers and scenarios are on MTHCLS. MTHCLS is an ASO cube. I have given the read access to all the groups for this cube. MTHDEF is a

  • ESS-in-MSS options for ECC 5.0 / EP6.0

    Hi, We have ECC5.0 & EP6 SP15 and have implemented ESS & MSS. In the old business package, there were iviews for ESS in MSS but I can't find anything in the new one - for example, we used to have Time Statement (PZ04) as an ESS-in-MSS iview but I can

  • Basic PATH Problem

    Hi, I have been using JCreator to create some hobby java for sometime, but now I come to try and install it on a new laptop (Windows 7) having first installed JRE and JDK, I am consistently getting a cannot compile error, due to inability to find jav