Open EP7 with Mobile Browser

Dear all,
we want to open the whole Portal Content (EP 7 SPS11) from a  Mobile device (Microsoft Mobile 5 Internet Explorer). These devices are already in our intranet-network.
We got the several mentioned iview error "iView is not compatible with your browser, operating system or device...". We know that the browser is not in the SAP PAM, but if it is possible, we do not want to implement SAP Mobile Infrastructure. We want to display the whole portal content (that already includes some R/3-Views.)
Does anybody knows a solution? A scenario, perhaps an additional server which routes the request from the mobile browser to the SAP Portal in that way, that the SAP Portal accepts it?
Regards
W. Pauly

Hi Wiebke,
You need to change the property Supported User Agents for all objects you need to access with MS Mobile IE. The procedure is the same as enabling your portal to be indexed by Web Search Engines for external facing portals, which is described here: http://help.sap.com/saphelp_nw04s/helpdata/en/44/ccf6bf687f3b9ae10000000a1553f6/frameset.htm.
This will technically allow all browsers to access the portal. Note that SAP does not support them, and especially in the case of mobile browsers, you may have issues regarding screen size and scripts (maybe fix this by creating a custom framework page+custom navigation iviews?).
Regards,
Johan

Similar Messages

  • Open pdf in mobile browser (share point 2013)

    hello,
    I need to Open pdf  in mobile  browser (share point 2013).i tried browser handling type in  permissive mode.
    but i couldn't view the pdf when i access through mobile browser.
    is there any work around to do this .?
    any help would be appreciated.
    Thanks regards, Vignesh.

    Per the earlier thread, your best bet is to use Office Web Apps in conjunction with SharePoint 2013 to display PDFs. Otherwise a browser needs a control (which most if not all mobile browsers will not have) to handle viewing PDFs in the browser.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • [SOLVED] Xfce terminal open links with wrong browser.

    After installing Opera as second browser, xfce terminal began to open links with it, instead of my default browser - Firefox.
    I right click on an URL, choose 'Open Link' and it opens in Opera.
    Firefox is set as default browser in Settings -> Preferred Applications -> Web Browser
    xdg-open http://archlinux.org
    - opens Firefox
    exo-open http://archlinux.org
    - opens Firefox
    After quick search through xfce terminal sources i found it uses some function - gtk_show_uri.
    I googled it, found that topic: https://bbs.archlinux.org/viewtopic.php?id=140028 and tried the solution:
    cat ~/.local/share/applications/mimeapps.list
    [Added Associations]
    x-scheme-handler/mailto=exo-mail-reader.desktop
    x-scheme-handler/http=firefox-browser.desktop
    strangely it doesn't help.
    After all righ click url in terminal and 'Open Link' still uses Opera.
    Any ideas? What else can i do to find out a reason?
    Last edited by spacetekk (2015-01-04 11:41:53)

    Tried BROWSER envar - doesnt help, and as i understand it must work only for cli apps.
    Editing of  ~/.config/mimeapps.list doesnt help eather:
    cat ~/.config/mimeapps.list
    [Default Applications]
    text/vcard=firefox.desktop
    text/html=firefox.desktop
    [Added Associations]
    text/vcard=firefox.desktop;
    text/html=firefox.desktop
    but maybe it's not correct.
    After that i tried to strace xfce4-terminal:
    poll([{fd=4, events=POLLIN}], 1, 4294967295) = 1 ([{fd=4, revents=POLLIN}])
    recvmsg(4, {msg_name(0)=NULL, msg_iov(1)=[{"\34\0.\331!\t`\2N\1\0\0\330\336\7\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 352
    recvmsg(4, 0x7fff5ad349d0, 0) = -1 EAGAIN (Resource temporarily unavailable)
    stat("/home/user/.local/share//mime/mime.cache", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/home/user/.local/share//mime/globs", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/home/user/.local/share//mime/magic", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/local/share/mime/mime.cache", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/local/share/mime/globs", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/local/share/mime/magic", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/share/mime/mime.cache", {st_mode=S_IFREG|0644, st_size=115108, ...}) = 0
    open("/usr/share/applications/opera.desktop", O_RDONLY) = 13
    fstat(13, {st_mode=S_IFREG|0644, st_size=550, ...}) = 0
    read(13, "[Desktop Entry]\nVersion=1.0\nName"..., 4096) = 550
    read(13, "", 4096) = 0
    close(13) = 0
    access("/usr/local/sbin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/local/bin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/bin/opera", X_OK) = 0
    getuid() = 1000
    stat("/usr/bin/opera", {st_mode=S_IFREG|0755, st_size=416, ...}) = 0
    access("/usr/local/sbin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/local/bin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/bin/opera", X_OK) = 0
    getuid() = 1000
    stat("/usr/bin/opera", {st_mode=S_IFREG|0755, st_size=416, ...}) = 0
    pipe2([13, 19], 0) = 0
    pipe2([20, 21], 0) = 0
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fd725cf1bd0) = 1469
    close(19) = 0
    close(21) = 0
    wait4(1469, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1469
    and it's strange but as i can understand it uses some mime cache file located at /usr/local/share/mime/mime.cache
    and before that some other non existing files, but i dont see there any familiar config files.

  • Making the Webcenter ADF pages compatible with Mobile browser

    Hi,
    I'm trying to make the already developed ADF pages compatible to Mobile Browser (like blackberry etc).
    I have tried with the way what oracle ADF specification says like have to create a Fusion proj then have to add a new project into that and develope the mobile browser pages. In this way, it is working absolutely fine. But the problem is, i have already developed an application which uses lot of web center stuff and we have created so many pages in the application. Making this pages compatible to Mobile browser will take hell of effort.
    Is there anyway that these pages can be made compatible to mobile browser (like blackberry etc).
    Suggestions and Help is highly appreciated.
    Thanks in advance.
    Mahipal
    Thanks,
    Mahipal

    Hi Wiebke,
    You need to change the property Supported User Agents for all objects you need to access with MS Mobile IE. The procedure is the same as enabling your portal to be indexed by Web Search Engines for external facing portals, which is described here: http://help.sap.com/saphelp_nw04s/helpdata/en/44/ccf6bf687f3b9ae10000000a1553f6/frameset.htm.
    This will technically allow all browsers to access the portal. Note that SAP does not support them, and especially in the case of mobile browsers, you may have issues regarding screen size and scripts (maybe fix this by creating a custom framework page+custom navigation iviews?).
    Regards,
    Johan

  • Safari opens google with mobile view after switching User Agent

    Hello, as from the discussione title, i had to switch safari's user agent from the default to Safari iOS 5.1 - iPhone for changes to m.google.com/sync i had to make on my WP8. After the changes were done, i ticked user agent back to default, but now when i open google homepage it opens me the mobile version of google and i have to click on CLASSIC in order to make it work.  What's wrong?
    Safari 6.0.2 (8536.26.17)
    Mounta Lion 10.8.2

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Open tab with different browser rendering engine on Mac?

    Is there anything similar to IE Tab that would open a tab using Safari or Chrome's rendering engine on a Mac? I know about Safari view, but that opens up Safari - I'd like to just be able to render certain tabs with a non-Firefox browser while remaining in Firefox. Thanks.

    As far as I know there is no such add-on. The only ones available are the variants of IE Tab for Windows.

  • I cannot open a website i have tryed different browser and different sites. I cannot open site with either browser, other sites open no problem. Can i fix

    Today I had problems printing a shipping label so the customer service rep told me to clear my cache history. I dont know if my problem is related to this but earlier I accessed a website and after this I could not. I kept getting the error:
    The connection has timed out
    The server at www. .com is taking too long to respond.
    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
    its weird beacause the url goes blank
    I tryed restore it cannot restore I tryed another browser and it could not get site.
    I tryed other sites and they load fine..
    What can I do ?

    * Is the whole site a problem ? or is it just the shipping label ?
    If it affects no other sites but exists as a problem in multiple browsers
    some possibilities are.
    * The site is faulty. Please confirm you did clear the Firefox cache and any site cookies before considering a site fault.<br /> [[Delete cookies to remove the information websites have stored on your computer#w_delete-cookies-for-a-single-site]]_delete-cookies-for-a-single-site
    *Something is blocking it. What security related software including Adblockers, Firewalls and AV are in use ? <br />and have you checked their settings. Also try Windows Safe Mode <br>Use the F8 key whilst booting<br />http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx
    ** Do you have a shield icon showing on the left end of the addressbar (MCB)
    * You do not have correct software. What type of file is this ?
    * What is the site ? (Unfortunately if it is a shipping label it is unlikely to be a public site that we may test.)
    See also
    * [[Firefox and other browsers can't load websites]]
    * [[Websites look wrong or appear differently than they should]]
    *[[Fix problems that cause images to not show]]

  • PDF Initial Browser doesn't open PDF with Bookmarks as initial view - Problem (Help)

    I've saved a PDF with Initial view of Bookmarks panel and
    page opn my client and it opens with the bookmarks. I publish the
    file from my PC via Contribute and open it with my browser and it
    opens in the pages view. NOTE: when i open the PDF in Contribute,
    it opens with no special view.....

    Hey Jacksoup --
    I don't believe this is a "Contribute" issue at all.  I'm having the same problem with a .PDF of my own that I've published to the Web and I'm not using that software. 
    I had one original .pdf file that had no bookmarks.  Bookmarks were then added to the doc and resaved.  On the new version I have the document's file properties set to open bookmarks on initial view.  The document opens fine locally on my computer, but when I publish to the web (not using contribute), and then try to open the .pdf via hyperlink it opens in MSIE and the bookmarks do not appear on initial view.  It's driving me crazy.
    I'm wondering if this is some sort of adobe cache issue?  Where it's opening the document like the original?  Or if it's something to do with MSIE?  I have already cleared my browser cache and I also updated my adobe acrobat preferences to NOT restore last view settings when opening documents. 
    I have tried adding #pagemode=Bookmarks to the end of the URL to the doc...
    Everything I've read and researched on line tells me I have done all I can do.  Are we just $#!+ out of luck here or what's the deal Adobe?
    Thank you for your time! 

  • Adobe fail when open .pdf documents with IE browser

    It happened when I open .pdf with IE browser, IE will freezes. Who know how to solve ? I used IE 7.0 and adobe reader 8.x
    here picture:
    http://freedictionarysoftware.info/images/error.JPG

    Hi obaand,
    Please navigate to the following forum discussion link with the same DIN font problem and see if that could help:
    Din font won't display in pdf file since December update to version 11.0.10
    Let me know.
    Regards,
    Anubha

  • Does anyone have trouble saving or opening files with Mavericks?

    I can not save my files where I want to save them or opening files with the browser. Does anyone has the same trouble?

    are you connected to a wall charger while you are trying that?
    sometimes when i connect to a wall charger, the callibration gets messed up, but when there is skin contact with the back, it goes away for some reason

  • SharePoint 2013 cannot view PDF documents in mobile browser with office web apps

    Hi,
    I'm receiving the following error when viewing SharePoint 2013 PDF documents in a mobile browser after clicking on the filename:
    "Viewing of .pdf files has been disabled in Microsoft Word Mobile Viewer. Please get in touch with your helpdesk."
    My Question
    Is viewing PDF documents in mobile browsers with Office Web Apps SP1 actually supported?  If so, how can I enable it?  I've already have pdf viewing working in non-mobile browsers. Word documents open just fine on mobile browsers too.
    I'm getting conflicting answers for pdf mobile viewing support from various sources:
    You've got Microsoft toting that they've added in PDF viewing on any device for Office Web Apps
    http://blogs.office.com/2013/07/03/pdfs-in-the-word-web-app/
    A MS support person saying saying it is not supported
    http://blogs.technet.com/b/office_web_apps_server_2013_support_blog/archive/2013/12/31/enabling-pdf-previews-in-document-libraries-with-office-web-apps-2013-in-sharepoint-2013-open-link-does-not-work-from-preview.aspx
    Another person implying that it should work because you can disable pdf browsing for mobile browsers only
    http://blogs.technet.com/b/office_resource_kit/archive/2013/07/24/control-whether-pdfs-open-in-word-web-app-or-the-default-pdf-reader.aspx
    What I've tried
    When I started looking into this there was a mobile WOPI entry:
    Application     : WordPdf
    Extension       : PDF
    ProgId          :
    Action          : mobileView
    IsDefaultAction : False
    ServerName      : 20SP8
    WopiZone        : internal-http
    I tried experimenting with tweaking this binding by changing the DefaultAction to true, and even removing it altogether via:
    Get-SPWopiBinding -Action "MobileView" -Application "WordPDF" | Remove-SPWopiBinding -Confirm:$false
    But I still get the same message.
    I removed all the WordPdf bindings and re-added them via:
    New-SPWOPIBinding –ServerName "<myserver>" –Application "WordPDF" -AllowHTTP
    No dice.  In fact the mobileview binding doesn't even come back... but I guess that is a different issue altogether.
    Version
    SharePoint 2013 (SP1)
    Office Web Apps Server (SP1)
    Farm Setup
    Internal facing only
    2 front end servers, 1 app server, 1 office web apps server

    I think the PDF support, if it exists, in only in Office 365. Always remember that the Office 365 and on premises versions will never be in sync. On premise is updated using periodic service packs and Office 365 has continuous updates. (I've heard every
    10 days.)
    In my Office 365 / IE 10 tests, the PDFs open in the browser's default PDF viewer, in my case FoxIt Reader. So I can't prove one way or the other about support in Office Web Apps.
    Mike Smith TechTrainingNotes.blogspot.com

  • [Flex mobile] Open file with a Filebrowser

    Hi everyone,
    i want to be able to open files with a file browser in my app, but the browse dialog which is opened by the File.browse() method only displays / opens music or image files. Furthermore im not even able to change the Dialog header when running my project on android:
    dir.browseForOpen("Please select a file");
    this doesn't work on android, neither does the next code-block:...
    var dir:File=new File(File.userDirectory.url+ "/geoforms");
    var filter:FileFilter=new FileFilter("Documents","*.txt");
    dir.browseForOpen("Please select a file",[filter]);
    So what do i have to do, to be able to show a decent file select dialog ?

    Nobody any idea?
    i tried it like its described in this article:
    Declaring file type associations
    http://livedocs.adobe.com/flex/3/html/help.html?content=File_formats_1.html
    but i can't get it running for my mobile project. The  type associations works fine in my desktop air application but it doesn't work in my mobile app. Is this  type associations stuff supposed to be working on mobile devices / android?

  • I downloaded an update for my Safari web browser to "snow leopard". When I click on the .dmg file, a window opens up with a .pkg file but when I click on the .pkg file I get a prompt saying that it doesn't know what program to open it with. with a

    I downloaded an update for my Safari web browser to "snow leopard". When I click on the .dmg file, a window opens up with a .pkg file but when I click on the .pkg file I get a prompt saying that it doesn't know what program to open it with.

    I suspect if you're trying to open a file in 08 that's been opened in 09 the file has been updated to 09 and will not open in 08.

  • Whenever i have a mozilla browser on and i try to open another mozilla window browser it work pull up a new window. When close the browser that was on, it will still show up on Task Manager. Whats going on with this?

    Whenever i have a mozilla browser on and i try to open another mozilla window browser it work pull up a new window. When close the browser that was on, it will still show up on Task Manager. Whats going on with this?

    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.0 r32
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • I have problem with my Yahoo mail, e-mail take a long time to open (it first opens as a bank page). The provider think is something to do with the browser

    Since a couple of weeks my btyahoo email is behaving strangely. It take a while to load when I enter, and if I click on an e-mail it opens a blank, contentless page. After a while I am eventualluy able to see the content, but it is annoying. BT (the provider) had remote access to check the problem and thinks it is something to do with the browser. They suggested I disinstall and install again. Can you advice? Will I lose all my bookmarks if I do so (I have quite a few...)

    * The first time you start up any application after turning on your computer is called a cold start, which is why Firefox takes a while to load right away. (I've noticed that future versions of Firefox start up faster on a cold start then Firefox 5.0.1.) Also, a lower amount of RAM could be slowing its start-up down since Firefox is kind of memory hungry.
    * As for the second part of your question, press ctrl,Alt, and the delete keys on your keyboard. The Windows Task Manager should start. Go to the processes tab and look for 'firefox.exe'. Right click on the firefox.exe and click 'End Process'. Hit Yes and wait for a minute.
    * Then opening Firefox again.
    Hopefully this helped somewhat!

Maybe you are looking for

  • Can I Create A Hotspot With My iPhone 4 To Use For iPod Touch?

    I'm considering signing up for the tethering plan with AT&T. My main purpose would be to create a hotspot for my iPod Touch. I use my iPod Touch at work using Keynote.  I would like the ability to download my Keynotes via Dropbox on my iPod Touch. Ca

  • IPhone 2 to use as iPod Touch; will not sync to iTunes

    I am a mom to triplets. For their birthday, I got three deactivated iPhones to restore as iPod Touches (for games mostly). One is an iPhone 3 (no problems with turning it into an iPod); however, the two original iPhone 2s will not allow me to sync on

  • IMac Freezes and curser pinwheels

    iMac freezes with pinwheel several times a day. Have to force restart. Control/option/escape has no affect. Usually occurs when I am trying to open something in mail or trying to launch a video link. I am using an airport to connect to the internet.

  • Access Custom Attributes in JavaScript and in Transactions

    Hello, I try to work with custom attributes. I've problems accessing the values in JavaScript and in transactions, but it works fine within .irpt pages. What's the trick? For a custom attribute called PLANT, can I write something like this in JavaScr

  • Can't install Air on XP

    Hi all, I can't install Adobe AIR on XP. This is a work machine but I do have admin rights. Any ideas? Thanks in advance. The error message: An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please c