PI Sheet on a handheld (mobile) device

Hi Guru's !
could somebody share some experience in using PI Sheet on handheld screens? Is it possible, using PPPI_LAYOUT, to create the frame, that will keep all the PI Sheet in such a way, that it will be nicely positioned on the handheld?
Thank you in advance !

Hi again !
I would appreciate any comments on this topic.
Thank you in advance

Similar Messages

  • How mobile device ( rfid/barcode reader) communicates with SAP transaction.

    Dear Friends !
    Good morning, How are you ?
    I want to understand that in ITSmobile How Mobile device ( RFID Reader ot Barcode scanner/reader) to fetch the data and supply the ITS screen.
    I believe every mobile device has some .dll file or something in that we have some methods if we call it say in .net or java application we can read the rfid or barcode and from the returning paramter of the .dll method we can get information what we want ( if i m not wrong).
    now the question is if I have some barcode /rfid number which is assigned to sap material number. if on mobile device I run mm02 transaction code n trigger the gun can I get the material number in material number field . ( assume I have program which can fetch the material number from barcode/rfid number.) ? but to pass rfid number / barcode what should I do. I can write javascript and call that method but dont know weather I can use javascript or not in that.
    to be simple:
    How can I get barcode / rfid number to my sap transaction. if possible
    please give me any suggestion. document link... help.... whatever may help me to understand this. I will greatly appreciate your reply
    Thanking you
    Regards
    Naeem

    Hi Ajay,
    Please refer to note 1057759 for the delivered Drivers for Peripherals in SAP DOE. This lists all the supported barcode scanners for SAP Netweaver Mobile. Those derivers are certified after testing to work only with that device and OS configuration.
    The Javadoc to get an idea about how to use those PIOS API for barcode scanner
    http://help.sap.com/javadocs/nwmobile/SP3/laptops/com/sap/ip/me/api/pios/scanner/ScannerConnection.html
    As input from Barcode scan have to be taken in Wedge Mode, there is no need to do any developments in MI JSP Application. To enable barcode scan one can download barcode scan tools available from Handheld Vendor sites
    Regards,
    Amith

  • How to deploy application created in SAP MI 7.1 on Mobile Device.

    Hi Friends,
    I have developed a m employee application in SAP MI 7.1 through Netweaver Developer Studio running succesfully on mobile simulater.
    I have also successfuly Installed SAP MI Client 7.1 on my mobile device.
    Now I am struggling with how to deploy my application on mobile device.
    Is there any way that I can simply copy the working project files from developer studio and paste them in Mobile Device to make the application work on mobile device as well.
    or is there any other method to do this .
    Please Suggest.
    Regards
    Nitesh.

    <pre>
    Hi Amit
    Firstly I created the
    1. Employee_sc Service in the Service Explorer
    2. Employee_UI in the handheld UI explorer.<
    3. Emplyee_app in the 'Applicaton Explorer' where I included both the service and the UI together.
    Then I deployed all three in the default Mi location and tested in the simulater . It works fine in simulater.
    In the First View of my application I am not displaying any data from the DOE.
    In the first View I just have the butons to create, search and delete employee details.
    In my whole application I am not using any data objects from the backend. The dataobjects are creted in the frontend (NWDS) only.
    Now Instead of AWT I Installed JSP Container. It is now Showing The employee application.
    But as soon as I click the application it gives the execption.
    Error: 500
    Location: /me/startInternal Servlet Error:<br>
    java.lang.NullPointerException at com.sap.tc.mobile.wdlite.framework.Start.isResponsible() at <br>com.sap.tc.mobile.wdlite.framework.Start.isResponsible() at <br>com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.findFramework() at <br>com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startApplication() at <br>com.sap.tc.mobile.cfs.jspui.MainServlet.LaunchApplication() at com.sap.tc.mobile.cfs.jspui.MainServlet.doHandleEvent() at <br>com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGetThreadSafe() at <br>com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGet() at com.sap.tc.mobile.cfs.jspui.MainServlet.doGet() at <br>com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doPost() at com.sap.tc.mobile.cfs.jspui.MainServlet.doPost() at <br>com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.service() at javax.servlet.http.HttpServlet.service() at <br>org.apache.tomcat.core.ServletWrapper.doService() at org.apache.tomcat.core.Handler.service() at <br>org.apache.tomcat.core.ServletWrapper.service() at org.apache.tomcat.core.ContextManager.internalService() at <br>org.apache.tomcat.core.ContextManager.service() at <br>org.apache.tomcat.service.http.HttpConnectionHandler.processConnection() at <br>org.apache.tomcat.service.TcpWorkerThread.runIt() at org.apache.tomcat.util.ThreadPool$ControlRunnable.run() at <br>java.lang.Thread.run()
    <br>The contents of Jscout File are :-
    NSIcom Ltd., CrEme(tm)
    CrE-ME J2ME(tm)
    CrE-ME V4.12h B162.221008 22-Oct-2008
      MemoryLimit=64000Kb
    EBCI(TM) Interpreter V1.00,
    Copyright 1998-2002 by Bytecodes, Inc.
    java.io.IOException: SysCall : bind() failed
         at java.net.PlainSocketImpl.bind()
         at java.net.ServerSocket.<init>()
         at com.sap.tc.mobile.cfs.console.MgmtConsole.initialize()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.startManagementConsole()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init()
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main()
    java.lang.IllegalArgumentException: SysCall : bind() failed
         at com.sap.tc.mobile.cfs.console.MgmtConsole.initialize()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.startManagementConsole()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init()
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main()
    Error starting the framework
    java.lang.reflect.InvocationTargetException: java.lang.IllegalStateException: Cannot initialize framework
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init()
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main()
    CrEme jsPexit() called with status=1
    Please Suggest.
    Regards,
    Nitesh
    </pre>
    Edited by: Nitesh Harit on Nov 24, 2009 1:30 PM

  • Interactive form on mobile devices and other PDF viewers

    Hello! I made an interactive PDF, which i first made in InDesign. It's basically built up like this: There are fields with a picture and text which go to transparency 0% when i go over them with the mouse and then you can see the background. I dind't have problems in Acrobat Pro and the Reader on PC and MAC, but when i open the PDF on a mobile device, even Adobe Reader, i can't use these effects. When i tap just short on the screen it marks the field for like a second and when i leave my finger longer on the touchscreen it shows me some options like making a signature and so on.. Is there any way to get this interactive effect going on mobile devices? And could it be that the interactive form only works with Adobe software? because I tried it with a preinstalled version of a Windows 8 PDF Viewer and the only thing that worked were the links i set to some websites.

    hi Vidyadhar,
    The Adobe Reader was installed in handheld. It can open standalone (offline) pdf document. But it would appear error when display dynamic generated adobe form in browser.
    Thanks.
    Regards,
    Weng

  • Registering the mobile device on mobile server for linux platforms

    Dear all,
    My scenario fits like dis.........
    I m using oracle 9i and oraclelite 10g on redhat linux 9 platform.I m using a handheld EPOS device activated with GPRS.It is basically a swiper machine which is used for bank transactions.The port which I m using are Serial port and USB.my device is not getting detected in WEBTOGO.I heard that I should register my device with the mobile server.but i dont know how to register on linux platforms....I've got a MAC Id for my EPOS device.....cud i do anything with MAC Id?.....and where I have to see whether the device has been detected?
    if any body used oracle lite 10g on linux platforms,plz make me a call.
    I dont know how to use msql in linux platforms?...how to create a database using msql?
    my mobile no. is +91-98433-32738.

    Did you install anything from Oracle Lite on that EPOS device of yours ? If so, how did you install and what did you install ?
    Usually, when you install a Oracle Lite client on the device, the device should get registered during installation.
    Do let us know what you have done.

  • IPad always sensed as a mobile device by websites. Can I turn that off?

    When surfing on the iPad, many sites automatically see it as a mobile device. So I end up at drastically limited versions of those sites even though the iPad could deal with the main site just as well. It would be nice if site developers would allow mobile surfers to go to the main site if they so choose, but that isn't likely to be done consistently. So Apple should PLEASE come out with an update that allows the iPad to be seen as a non-mobile type device via a setting in Safari or something.
    In the meantime, does anyone have any suggestions about how I can surf without getting short sheeted by auto sensing sites?
    Thx,
    Katie

    So Apple should PLEASE
    The place to tell Apple what you want is
    http://www.apple.com/feedback/ipad.html
    In the meantime, does anyone have any suggestions about how I can surf without getting short sheeted by auto sensing sites?
    Try using a different browser like iCab. Many of these, unlike Safari, let you set the kind of browser which a website thinks is being used.

  • Interactive Form for Mobile Devices (Online)

    Dear all,
    Currently, I develop online interactive form using wd java.
    I can access created interactive form portal normally from web browser on windows.
    but when I access it via url: "http://xxxx?sap-wd-client=Pie03Client" at PPC mobile device with Windows Mobile 2003 Service Pack 2. It will only display the following texts..
    isPDFGenerated : true || isGeneratedPDFValid : true || trueDisplayType : ACTIVEX ||
    GeneratedPdfType : pdf || Mode : UPDATEDATAINPDF || OnCheck : null ||
    OnSubmit : null || BindingOfPdfSource : pdfObject || BindingOfDataSource : null ||
    indingOfDisplaySource : null || BindingOfEnabled : null || BindingOfReadOnly : null ||
    BindingOfVisible : null || BindingOfHeight : null || BindingOfWidth : null ||
    BindingOfDisplaySource : null || TemplateSource : New_InteractiveForm.xdp ||
    isChangesNotAllowed : false || isDynamicPDF : false || isEnabledFlag : true ||
    getEnabled : true ||
    Do any specific configuration for adobe form in mobile devices or any resolution for this problem?
    Thank you.
    Regards,
    Weng

    hi Vidyadhar,
    The Adobe Reader was installed in handheld. It can open standalone (offline) pdf document. But it would appear error when display dynamic generated adobe form in browser.
    Thanks.
    Regards,
    Weng

  • Not Connecting To Windows Mobile Device Center

    I want to be able to connect with a Windows Mobile Device through Windows Mobile Device Center, within a Virtual Machine.  When connecting through the Hyper-V Manager and through Remote Desktop, under "Other supported RemoteFX USB devices",
    I can see the Symbol USB Sync Cradle.  In the VM, in Device Manager, I don't see a USB connection.  In the VM, I don't see any meaningful errors in the Event Viewer.
    Host:  Windows 8.1 Enterprise Hyper-V on a Domain.  Upgraded from Windows 8.1 Pro.  When this computer was originally installed with Windows 8 Pro, Hyper-V was enabled.  I removed Hyper-V, and installed VMWare Player, because I wanted
    USB Pass-through.  I then uninstalled VMWare and installed VirtualBox.  Recently, I uninstalled VirtualBox, upgraded to Windows 8.1 Enterprise, and enabled Hyper-V.
    Virtual Machine OS: Windows Server 2012 R2 on a Workgroup.  Started out with being a VMWare VM, using VMWare Player.  Moved to VirtualBox.  USB Pass-through was working in both those virtual environments.  Used Disk2VHD to convert the
    VM to a VHDX file.
    On the Host:
    Windows Mobile Device Center is connected to a Motorola Windows Mobile Device (MC959X) sitting in a Symbol USB Cradle.  The OS on the scanner is Windows Embedded Handheld 6.5 Classic CE OS 5.2.29217 (Build 29217.5.3.12.26).  Advanced Networking
    (USB to PC) is not enabled.
    Enabled RemoteFX. 
    In the RDP file, and in the Registry, added the GUID's for:
    WPD "{eec5ad98-8080-425f-922a-dabf3de3f69a}";
    Windows Mobile "{6AC27878-A6FA-4155-BA85-F98F491D4F33}";
    USB Device "{88BAE032-5A81-49f0-BC3D-A4FF138216D6}";
    Windows CE USB Device "{25dbce51-6c8f-4a72-8a6d-b54c2b4fc835}";
    GUID_DEVINTERFACE_USB_DEVICE "{A5DCBF10-6530-11D2-901F-00C04FB951ED}"
    Ran "sfc /scannow"
    All Microsoft Updates are current.
    What am I missing?

    Thank you for your efforts. I have followed those instructions, but I am still not all the way there yet. 
    Now, on the Guest, in the Device Manager, under Mobile Devices, I see the Symbol USB Sync.  But Windows Mobile Device Center still does not connect.
    In the Application Event Log, these Events  are being generated:
    Log Name:      Application
    Source:        WcesComm
    Date:          12/8/2014 12:45:54 PM
    Event ID:      7
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      DansWinServ12R2
    Description:
    Windows Mobile-based device failed to connect due to Start USB Connection (0x80004005) failure (see data for failure code).
    Event Xml:
    < Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="WcesComm" />
        <EventID Qualifiers="49152">7</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-12-08T20:45:54.000000000Z" />
        <EventRecordID>7468</EventRecordID>
        <Channel>Application</Channel>
        <Computer>DansWinServ12R2</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Start USB Connection (0x80004005)</Data>
      </EventData>
    < /Event>
    Log Name:      Application
    Source:        Microsoft-Windows-ApplicationExperienceInfrastructure
    Date:          12/8/2014 12:45:54 PM
    Event ID:      1
    Task Category: None
    Level:         Warning
    Keywords:     
    User:          DANSWINSERV12R2\dreisman
    Computer:      DansWinServ12R2
    Description:
    The application (Windows Mobile Device Center 6.1, from vendor Microsoft) has the following problem: To function properly, Windows Mobile Device Center 6.1 must be reinstalled after you upgrade Windows.
    Event Xml:
    < Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-ApplicationExperienceInfrastructure" Guid="{5EC13D8E-4B3F-422E-A7E7-3121A1D90C7A}" />
        <EventID>1</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>2</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-12-08T20:45:54.044605800Z" />
        <EventRecordID>7469</EventRecordID>
        <Correlation />
        <Execution ProcessID="4832" ThreadID="4960" />
        <Channel>Application</Channel>
        <Computer>DansWinServ12R2</Computer>
        <Security UserID="S-1-5-21-3621870490-2575533387-1312730109-1001" />
      </System>
      <EventData>
        <Data Name="DBType">15</Data>
        <Data Name="AppNameCount">33</Data>
        <Data Name="AppName">Windows Mobile Device Center 6.1</Data>
        <Data Name="VendorNameCount">10</Data>
        <Data Name="VendorName">Microsoft</Data>
        <Data Name="SummaryCount">102</Data>
        <Data Name="Summary">To function properly, Windows Mobile Device Center 6.1 must be reinstalled after you upgrade Windows.</Data>
        <Data Name="SessionID">1</Data>
      </EventData>
    < /Event>
    I have reinstalled Windows Mobile Device Center several times.
    Any thoughts?

  • How do i print from my mobile device

    how do i print from my mobile device?

    Hi,
    Your question can take many days to answer because this depends on your printer and also your mobile device(s).
    1. Firstly, you need to have a printer which supports this. You can check from the following list:
       http://h10025.www1.hp.com/ewfrf/wc/document?cc=hr&dlc=hr&docname=c02814760&lang=hr&lc=en&product=391...
    2. Secondly, your mobile device(s) must also support this. Please use information from the following link:
      http://www8.hp.com/us/en/products/smart-phones-handhelds-calculators/mobile-apps/app_details.html?ap... 
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Mobile Devices Support

    Hi,
    I am looking for a reference document for the type of devices that are supported under 5Ghz. We are using a 5500 WLC and 3600 WAPs. Lot of users cannot connect to network via mobile devices. Is there a reference doc from cisco which i can use to inform them?

    I was looking for a list of mobile devices which are not supported by 5Ghz WAPs.
    No way you can find that here.
    You need to contact the manufacturer of your mobile devices and ask them yourself or look at the product specification sheet.

  • Windows Mobile Device Center Accessing Device Through Hyper-V

    I want to be able to connect with a Windows Mobile Device through Windows Mobile Device Center, within a Virtual Machine.  When connecting through the Hyper-V Manager and through Remote Desktop, under "Other supported RemoteFX USB devices",
    I can see the Symbol USB Sync Cradle.  In the VM, in Device Manager, I don't see a USB connection.  In the VM, I don't see any meaningful errors in the Event Viewer.
    Host:  Windows 8.1 Enterprise Hyper-V on a Domain.  Upgraded from Windows 8.1 Pro.  When this computer was originally installed with Windows 8 Pro, Hyper-V was enabled.  I removed Hyper-V, and installed VMWare Player, because I wanted
    USB Pass-through.  I then uninstalled VMWare and installed VirtualBox.  Recently, I uninstalled VirtualBox, upgraded to Windows 8.1 Enterprise, and enabled Hyper-V.
    Virtual Machine OS: Windows Server 2012 R2 on a Workgroup.  Started out with being a VMWare VM, using VMWare Player.  Moved to VirtualBox.  USB Pass-through was working in both those virtual environments.  Used Disk2VHD to convert the
    VM to a VHDX file.
    On the Host:
    Windows Mobile Device Center is connected to a Motorola Windows Mobile Device (MC959X) sitting in a Symbol USB Cradle.  The OS on the scanner is Windows Embedded Handheld 6.5 Classic CE OS 5.2.29217 (Build 29217.5.3.12.26).  Advanced Networking
    (USB to PC) is not enabled.
    Enabled RemoteFX. 
    In the RDP file, and in the Registry, added the GUID's for:
    WPD "{eec5ad98-8080-425f-922a-dabf3de3f69a}";
    Windows Mobile "{6AC27878-A6FA-4155-BA85-F98F491D4F33}";
    USB Device "{88BAE032-5A81-49f0-BC3D-A4FF138216D6}";
    Windows CE USB Device "{25dbce51-6c8f-4a72-8a6d-b54c2b4fc835}";
    GUID_DEVINTERFACE_USB_DEVICE "{A5DCBF10-6530-11D2-901F-00C04FB951ED}"
    Ran "sfc /scannow"
    All Microsoft Updates are current.
    What am I missing?

    I think this is what you need. you can find the Microsoft product support lifecycle in here:
    https://support.microsoft.com/lifecycle/search?sort=PN&alpha=windows+mobile+device&Filter=FilterNO
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Converting website to mobile device friendly site

    I was wondering if Dreamweaver had a convert button or
    something that could easily convert a website to a mobile device
    friendly website. If not, could someone give me the best way to
    convert a website to a mobile website? Thank you for your time.
    Sincerely,
    Bob

    > Thanks. I thought there wasn't, but was sure hoping as
    many would be too.
    > Could you go into a little further detail of the two
    options. I am new to
    > web
    > dev and just have a basic understanding or
    familiarization of web dev.
    > Thanks
    > again for all your help.
    Option #1 could involve various techniques:
    - design a fluid-width page
    - use CSS for all the positioning
    - create a separate 'handheld' CSS file
    - use javscript as an enhancement rather than a requirement
    Option #2 requires a central DB for the content, and then as
    many templates
    as you want to display said content. You really need a CMS
    for this (content
    management system). THere are dozens upon dozens of options
    out there for
    CMSes.
    -Darrel

  • Disappearing Apple Mobile Device USB drivers

    Hi
    I am having all sorts of problems backing up my devices.
    It took a while to work out the issue but the problem seems to be that the apple mobile device drivers keep disappearing from the USB section of device management and I need to keep restoring them to using the procedures outlined in the Apple help sheet titled iOS - Device not recognised in ITunes for Windows.
    I need to go into the file explorer and manually identify the folder with the driver to "update" the driver.
    I need to do this every time I restart the laptop and connect one of my devices.
    Any ideas why the drivers will not remain in the USB section of device management?
    Regards

    I've also had issues with Windows and devices appearing wirelessly.
    You might just need to stop the Apple Mobile Device Service and then restart it.  It really is a quick and easy thing to do.
    In the windows search bar type Services
    Click on Local
    Tap Apple Mobile Device Service
    Stop it
    Start it
    I usually do this now before I even open iTunes and then my devices appear every time.

  • Viewing shop papers on Mobile Device

    Hi Experts,
    Can anyone tell me how to view maintenance shop papers on a mobile device for an order that has been imported from the R/3 for a user. Is there a standard functionality to view the maintenance shop papers or we have to implement BADI.
    Its Urgent!
    Thanks a lot in advance!
    Regards

    Kanwar,
    Currently there is no standard functionality to view the shop paper in Mobile Asset Management Application. By looking at the system status of the order /notification in the handheld you could know whether the shop paper was printed or not.
      Depending on the device used, You could however print the contents of the order data in the handheld to the local printer associated to the handheld.
      If you want to capture additional data in the shop paper thats on the Order details, you would have to enhance the Order and collect all the details and pass the same to the Mobile device.
    Thanks
    Narasimhan

  • Design for mobile devices

    Hi all, first time here, please be gentle with me!
    So, I've got a site I designed and maintain for a client and
    he recently had an enquiry asking if the thing could be viewed on
    an O2 PDA (UK mobile phone company branded PDA). He, of course,
    asked me, and I said I'll find out.
    Currently I doubt the site will work - it's designed for the
    web, needs (mostly) a mouse to navigate and is 800px wide so I
    can't see any way it'd work on a phone! So I'm guessing I'd need to
    do a WML version ... right? Or is there an easy way to make an XML
    site work on mobile devices?
    Secondly would mobile devices work with the PHP script that
    handles a members only area and subscription packages? Currently 3
    pages of the site are protected using PHPGuardDog (soon to be
    replaced) which manages user accounts and links them to PayPal
    subscriptions. So to get to those pages a user has to have an
    active, paid up, account and then enter their username and
    password. Would that work on a mobile device?
    Thanks - and if these are dumb questions, sorry, I'll go
    hide!
    Greg

    "GS_thing" <[email protected]> wrote in
    message
    >
    > Currently I doubt the site will work - it's designed for
    the web, needs
    > (mostly) a mouse to navigate and is 800px wide so I
    can't see any way it'd
    > work
    > on a phone! So I'm guessing I'd need to do a WML version
    ... right? Or is
    > there
    > an easy way to make an XML site work on mobile devices?
    This article by Adrian Senior may help:
    "Applying CSS from Screen to Print to Handheld"
    http://www.adobe.com/devnet/dreamweaver/articles/designing_css.html
    > Secondly would mobile devices work with the PHP script
    that handles a
    > members
    > only area and subscription packages?
    This one I can't answer, hopefully someone with more
    experience at this may
    help out :)
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.DreamweaverResources.com
    - CSS Templates|Tutorials
    http://www.csstemplates.com.au
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver

Maybe you are looking for