SQL-Info Button missing from Detail-View in SM50

Dear Experts,
I implemented SAP Note 1926911 SM50: Display of SQL statements fails in two of our systems.
In both systems I can go to transaction SM50 and double-click on a process to see its details.
The problem is that only one system shows the button "SQL-Info" and the last executed SQL statement.
The other system doesn't show this information and I don't know why. An authorization trace is all green. Maybe there is some customizing involved?
Can you help me?
Thanks!
Calin

SM50 calls report rsmon000_alv_new.
This report has in the BI system (newer SP level) an empty selection screen parameter sqldisp.
If this parameter is checked to value 'X', then the SQL statement is shown.
But SM50 calls the report with default empty value for this parameter and so the SQL statement is not shown in newer SAP systems.

Similar Messages

  • Import and Backup button missing from "library" view, I am trying to import hmtl bookmarks

    I have just clean installed latest Ubuntu 11.04 which comes with firefox 4.
    I have old bookmarks from previous install I want to import.
    When I click on Bookmarks - Show all Bookmarks, the Import and Backup button does not show.
    How can I import my saved bookmarks?

    You may need to look a bit higher to the Ubuntu menu bar.
    You can also try to disable the Ubuntu Firefox Modifications extension.

  • Column name missing from a View

    I tried to create a view based on another view but the column header is missing from the view.
    The view was create with the following statement:
    create view TEST.MDQ_VU_TEST2 (FXT_BANKCODE, FXT_FCY, FXT_FXINDICATOR, SUMFXT_FXFCYAMT, SUMFXT_FXLCYAMT, CASESTMT) as
    SELECT MDQ_VU_POS.FXT_BANKCODE,
    MDQ_VU_POS.FXT_FCY,
    MDQ_VU_POS.FXT_FXINDICATOR,
    MDQ_VU_POS.SUMFXT_FXFCYAMT,
    MDQ_VU_POS.SUMFXT_FXLCYAMT,
    ROUND( CASE WHEN (MDQ_VU_POS.CCY_BASE_CURRENCY = '1')
                THEN CASE WHEN (MDQ_VU_POS.SUMFXT_FXFCYAMT = 0)
                          THEN MDQ_VU_POS.SUMFXT_FXFCYAMT
                          ELSE MDQ_VU_POS.SUMFXT_FXLCYAMT / MDQ_VU_POS.SUMFXT_FXFCYAMT
                     END
                WHEN (MDQ_VU_POS.CCY_BASE_CURRENCY <> '1')
                THEN CASE WHEN (MDQ_VU_POS.SUMFXT_FXLCYAMT = 0)
                          THEN MDQ_VU_POS.SUMFXT_FXLCYAMT
                          ELSE MDQ_VU_POS.SUMFXT_FXFCYAMT / MDQ_VU_POS.SUMFXT_FXLCYAMT
                     END
                ELSE 0
           END, MDQ_VU_POS.CCY_FXDECIMAL_PLACES) CASESTMT
    FROM TEST.MDQ_VU_POS;The view is created successfully, but the last column name does not appear as show below
    View TEST.MDQ_VU_TEST2:
      Columns:
        FXT_BANKCODE                    VARCHAR2 (12) INLINE NOT NULL
        FXT_FCY                         VARCHAR2 (3) INLINE NOT NULL
        FXT_FXINDICATOR                 VARCHAR2 (1) INLINE NOT NULL
        SUMFXT_FXFCYAMT                 NUMBER NOT NULL
        SUMFXT_FXLCYAMT                 NUMBER NOT NULL
                                        NUMBER NOT NULLAnyone knows why TimesTen unable to get the alias name for that particular column ?
    Thanks is advance.
    Regards,
    Gary

    Thanks Gary - I tried it on 11.2.2.2.0 64bit on Linux x86/64 but it again succeeded for me. That's probably due to my mocked up base table versus your real world definition.
    Would you be able to open an SR so we can investigate this properly? We'd need:
    ttCapture off the instance (so we get the correct DSN definition)
    base table and indexes SQL definition - a ttSchema taken off the datastore would suffice.
    Thanks.

  • MVC - Generate PDF From Details View

    Hello, I have a simple application with a list of items in a grid, so when you click on item's name, a popup div shows you item's details.
    It works fine, however, I would like to have a button inside this details view to generate PDF on the fly.
    I have got ExpertPdf.HtmlToPdf library to do that.
    Here is my method's code:
    public HomeController()
    public ActionResult Index()
    var article = from a in db.Article.Include(a => a.Kind) orderby a.CreatedDate descending select a;
    return View(article.ToList());
    public ActionResult Details(int id = 0)
    Article article = db.Article.Find(id);
    if (article == null)
    return HttpNotFound();
    return View(article);
    public FileStreamResult ContentToPDF()
    byte[] pdfBytes = new PdfConverter().GetPdfFromUrlBytes(Request.Url.AbsoluteUri);
    Stream stream = new MemoryStream(pdfBytes);
    return new FileStreamResult(stream, "application/pdf");
    @Html.ActionLink("To PDF", "ContentToPDF")
    Actually, PDF is generated from the given URL. But my problem is, when you click on ToPDF button, it calls the controller and my details view's URL changes to become: home/contenttopdf/1
    instead of home/details/1, as the newly generated URL returns page not found, PDF converter returns TimeOut exception.
    Can someone please tell me how to properly handle this ToPDF action method, how to call it properly?
    Thanks at advance.

    Please use the ASP.NET MVC forum for MVC specific issues:
    http://forums.asp.net/1146.aspx/1?MVC

  • Upload / download BDS document buttons missing from MS Excel View dialogue

    Upload / download BDS document buttons are missing from MS Excel View dialogue window.
    This means that users cannot upload pre-built MS Excel templates into their own layout variants.
    Test systems have this function, but production box does not.  Is there an ABAP or Basis setting that is missing?

    hi,
    In this link it is mentioned on how to integrate the BDS in the SAP Application,
    http://help.sap.com/saphelp_47x200/helpdata/en/19/b6ba374da7bd4fe10000009b38f842/content.htm
    and also go through the example,
    http://help.sap.com/saphelp_47x200/helpdata/en/71/94a937a7777c38e10000009b38f842/content.htm
    Regards,
    Azaz Ali.

  • Info button missing when connecting iPhone

    I'm trying to sync my contacts from my iPhone5 to my macbook. I'm running iTunes 11.1.2. When I plug in my iPhone the device connects properly in iTunes and I can sync music, videos, apps etc. After researching how to sync contacts everything that I found said it would be under the "Info" button/tab when the device is selected. Unfortunately, this button is missing when I plug in my device.
    Shouldn't the Info button be between Summary and Apps? I even tried viewing the selecting the device from the Sidebar but there's still no Info button available. I feel like I'm going crazy here but I can't find anything online similar to this issue. Is there a setting on my phone that needs to be changed? Any help is greatly appreciated. Thanks!

    So,
    Note:   These instructions apply only if you use OS X v.10.8.5 or earlier. If you use OS X Mavericks v.10.9 or later, your contacts, calendars, and other info are updated on your computers and iOS devices via iCloud. For more information, see iCloud Help at icloud.com.
    That's not good for me. At all.
    By the way it looks like, in legal terms, solicitaion. Solicitaion of iCloud services.

  • Text missing from vertical view- Ibooks Author product

    I made a book in ibooks author.  In the horizontal view, it looks perfect.  In the vertical view, large chunks of text are missing from the book semi at-random.   If I attempt to insert the missing chunks of text into the vertical view, then when I switch back over to the horizontal view, I just get repetition where the text shows up twice.   That means it is impossible to make the book look good both horizontally & vertically.  Any idea how to solve?

    Remember, layout in landscape and edit content in portrait.
    Check in both.
    If you like, you can disable Portrait in the Inspector.
    For details on working w/iBA, see the built in Help and
    Publishing With iBooks Author
    http://shop.oreilly.com/product/0636920025597.do 

  • Format menu button missing from MS Word for Mac

    Hi all,
    This is driving me crazy! My Word for Mac 2004 works perfectly, usually love it, but for some reason, the format menu -which I use to customize my default bullet and numbering lists, paragraph spacing etc. -is missing from the top of the screen. I've got File, Insert, View, Edit, Font, Tools, Table, Window, Work, and Help, but no Format. Lately I've been getting by just using my formatting palette and formatting toolbar, but it's really not enough. Also, the toolbar button from the Insert button is also missing.
    I feel like I'm going nuts! You know how you'll look everywhere for a pair of socks and then find it right in front of your nose? Please, someone embarrass me with an easy answer!

    Since Office is not an Apple product, you'll probably want to use a forum dedicated to Microsoft's Mac products such as <http://www.microsoft.com/mac/community/community.aspx?pid=newsgroups> rather than an Apple forum.
    Be sure to search the forum first in case someone has already had a similar question answered

  • "Personas" button missing from SMEN

    Hello guys,
    Currently i am implementing SAP Screen Personas 2.0 on a Demo Development environment, i was able to solve some issues, but now i am stuck since the "Personas" button is missing from SMEN whether i logon from using Silverlight or HTML links, also tried with the latest versions of Internet Explorer, Google Chrome, Mozilla Firefox and Opera from a Windows 7 x64 Enterprise Edition client machine, result is the same.
    Tests are being made with a custom admin user with SAP_ALL, SAP_NEW and S_A.SYSTEM profiles which also has the /PERSOS/ADMIN_ROLE role and a customer made role with objects /PERS/AOBJ, /PERS/AUTH and /PERSOS/AD, all fields have "*" as only value.
    SAP_CUS client copy was made from client 000 to working client.
    In the UI Admin transaction i've made the checks and everything is green.
    Details of the system:
    EHP7 for SAP ERP 6.0 SPS08
    Kernel 742 PL 100
    SPAM 7.40 0056
    PERSOS 200 SP02.
    Has anyone else experienced this?
    Best regards,
    Martim.

    Hi Tamas Hoznek !
    Precisely, so i realize i was referring to the HTML version button on this thread   question on html version of SAP Screen Personas
    Thanks for the clarification!
    Kind regards
    Martim.

  • Why is the panorama tab button missing from my tab bar

    Just downloaded Beta 4 and find the panorama button is missing from the tab bar. Your video showing how to manipulate tabs show the button on the right hand side of the tab bar, on my download it is missing why, also some of the other bars shown in your video are missing to, why??

    You can add it if you want, right-click on a toolbar and select Customize. You can then drag and drop the "Tab Groups" icon from the customize toolbar dialog onto the toolbars. You can use this method to add other icons to the toolbars.

  • Print Button missing from list

    When I create a new project the Print option is frequently missing from the Toolbar Buttons field in Webhelp Settings. Sometimes I close the dialog, reopen it, and "Print" is miraculously there, so I can select it. Other times I can't make it display. Is there a switch somewhere, where I can indicate that I ALWAYS want the Print button? If not, how do I make it display when it doesn't?  Thanks!

    Hi there
    Whether or not you see a Print button is dependent on whether one was included in the skin you are using. Your example depicts that your skin selection is "Default". In order to see an option to include a Print button, you need to choose a skin that has one defined.
    Cheers... Rick

  • Equalizer button missing from iTunes7

    The equalizer button is gone from the bottom right side of the window in iTunes7. While accessible from the View menu, there is no keyboard shortcut to Show Equalizer. Apple should have left the button where it was.

    screw the EQ view - if u get it it wont work anyway.....the on/off button is there but it makes no difference whether u activate it or not....
    Not in every case. Mine works fine...Having trouble with finding the right keyboard shortcut though.

  • "Firewall" and "Internet" buttons missing from "Sharing" preferences page

    Hi,
    I recently upgraded two servers to 10.4.3 (one was running 10.2 and one was running 10.3). On both servers now the Firewall and Internet tabs are missing from the Sharing preferences. Also, under the list of services on the Sharing prefs, there are only three services listed:
    REmote Login, ARD, and Remote Apple Events. No other services are listed.
    I found this problem because something in the firewalls changed and was blocking access to the servers via ARD. If I stop the firewall, then ARD works. So I wanted to go into the firewall settings and open up the ports required by ARD. Lo and behold, no Firewall tab on the Sharing page!
    I've searched everywhere for info on what could make most of the services disappear, along with the Firewall and Internet tabs. But I can't find anything. Any ideas out there?

    A call to Apple confirmed that the majority of services on 10.4 Server are now handled through Server Admin rather than through the Sharing preferences window.

  • Close window button missing from my active+inactive tabs

    Hi. Does anyone else have the problem of the close tab button disappearing from the tabs, irrespective of whether they are the active or inactive tab?
    I can only get the buttons back by pressing the big "+" and opening a new tab and presto, all the close tab buttons appear again.
    Using firefox 8 on a windows 7 laptop. Not sure if it happens every load or just sometimes, but is frequent enough to be annoying.

    Hello, and thank you for your reply.
    I have narrowed down the problem further now- it seems that when I have an open mozilla window, and then open a link from another programme (have only tried thunderbird so far), the new tab may or may not have a close tab button on it (not right 3 out of 4 times)
    Didn't seem to happen when I tried safe mode, but I only tried it 3 or 4 times.
    It's not a big issue for me, but I guess bugs should be figured out.

  • ESS Customization : Values From Detail View to Review

    HI Experts,
      I am working on ESS portal customization. We have scenario where I need to pass the value from Detail component to review component..
    Did the same US/Bank application is working fine.
    On repeating the same steps in US/Addr or in Ca/addr values go null to review component.
    Please help me solving the Issue.
    Regards,
    Vanita K

    Hi
    Follow the following thread .
    [External Mapping and Normal Mapping |http://wiki.sdn.sap.com/wiki/display/WDJava/ExternalMappingandNormalMapping]
    [What is External Context Mapping|What is External Context Mapping;
    Best Regards
    Satish Kumar

Maybe you are looking for

  • Adobe Edge Animate Cloud installation not recognized by Adobe Application Manager

    I installed Adobe Edge Animate with a direct download from the website.  In order to have it be recognized by Adobe Application Manager, I trashed the App and downloaded it again through the Adobe Application Manager and installed it.  After restarti

  • Can I convert a Camera Raw preset to a Lightroom preset?

    I have number of presets in Camera Raw that I use in PS compositing. However, I'd like to use some of them in Lightroom now for my photography. Is there a way to convert them? The Camera Raw presets are saved in an .xmp file, while the Lightroom pres

  • Is there any way out in business explorer to calculate key figures

    Hi friends, I need your help to calculate key figure in run time, actually I have a infoset of billing item and stock transfer order (STO) with purchase requsition (PR) . one STO line no. is having multiple PR for example one STO line of 100 nos qty

  • German Admin Install ACROPRO.MSI

    Hi, i have a multilanguage Installation Disc of Acrobat Pro 9.0 Unfortunately only the SETUP.EXE allows me to install in german. I have to create an admin install of the MSI to integrate the hotfixes to 9.3.2. If I  do so i get an english version. Ho

  • Zathura can't render pdf with mupdf backend

    After the update to zathura 0.2.4-1 I can't longer view pdf with zathura and mupdf backend, I get the following error error: could not load plugin /usr/lib/zathura/pdf.so (/usr/lib/zathura/pdf.so: undefined symbol: opj_stream_destroy) error: unknown