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

Similar Messages

  • BarCode Reader Connection with sap

    HI,
    Our client is using a bar code reader machine which is  build on pocket pc technology. Now they want that when  barcode on some item like a table is scaned by that machine its extra information will be read from sap asset master data. like to whom this table is belong.
    Now is there any standard connector through which we can communicate between sap and bar code pocket pc.
    Thanks,

    Hi Szymon,
    Please compare your settings with the "Administrator_Guide.pdf", chapter 7.3 Connecting SAP ERP to SAP Business One integration for SAP NetWeaver (page 44 -59).
    In your B1i SLD entry for your second ECC connection, check segment RFCP:
    The value in field "programID" must be unique for each ECC connection and equally maintained on ECC side (transaction SM59).
    Please start the test connection in ECC (transaction SM59) and make sure, that you have an activated scenario in B1i with your ECC as sender system. Otherwise the RFCP test connection will fail.
    You can also have a look into following discussion: RFCP Connection to B1iSN -
    Registering Server Program
    Best regards
    Bastian

  • How to use Microsoft SSIS to communicate with SAP Extractors? Is XI a way?

    Hello Extraction Experts!
    here is a challange for you:
    Our customer wants to pull GL Data from ECC6 as well as other various R3 Special Ledgers into a database (Not SAP BW at this point in time!), which can then provide the data to a 3rd party tax calculation tool.
    Until we are able to move to SAP BW we would like to use the delta enabled General Ledger extractors to pull the data into SQL Server by using MS SSIS (Event Handler). The reason for this is that the standard extractors are
    a) delta enabled and
    b) provide data enhancements which otherwise we would have to rebuild. (like currency transformations or calculation of the cumulated balance)
    So the big question is now how can Microsoft SQL Server with SSIS  be configured in such a way that it can communicate with the standard extractors? All settings which are in the Infopackage need to be configurable (Data selection, update mode settings for full vs. delta request, schedule and so on).
    The extractors use Services API, iDocs, RFC.
    What exaclty needs to be rebuild and how? Is XI an option here? If we dont extract the data in the wway SAP does it it will be very difficult to move to SAP lateron.
    Thanks for all your comments and help.
    kind regards,
    Marko

    Interesting
    Of course the easiest way to do it is to install a GL DSO on BW extract the data into there and then extract the data out of BW
    However to do this you will need hardware and an additional license to extract from the BW system (it does cost quite a bit for the license - but it should be discountable)
    The idea of using the delta extractors is fine - but to be quite honest the logic in the FI extractors can easily be built into a ABAP to dump the data out to a flat file
    That will be cheapest option without any doubt - not the most fancy but definately cheaper
    So I would approach it as - take the GL4 extractor code, hack it and write the output to a flat file.
    The GL4 extractor does basically this..
    read bwom_timestamp t get the last timestamp selected up to
    read bwom_settings to get the safety mechanisms (ie how the timestamps should be manipulated)
    loop around a datapackage size
       select * from bkpf where cpudat between two datetimestamps (from above)
         select from bseg for those records
         read into an itab and manipulate the data
         send package to BW
    endloop
    loop around a datapackage size
       select from bwfi_aedat where change time between datetimestamps
         select from bkpf/bseg for those records
         read into an itab and manipulate the data
         send package to BW
    endloop
    update the timestamp table with the timestamps used
    Now you will need to have some sort of table in your source application which will resolve the duplicates - as GL transactions can be modified and FI does not provide a before and after image - ie you only get the after image

  • I am new to IPAD and I want o use facetime, how can I use it to communicate with my mac at home, do I need to create another account with a different email account

    I am new to IPAD and I want o use facetime, how can I use it to communicate with my mac at home, do I need to create another account with a different email account

    do I need to create another account with a different email account
    Yes, the email addresses need to be unique to each device. You may use the same Apple ID on each device, but the email address used by each device needs to be different.

  • How does ADS on CE environment communicate with a NW 7.01 EP Portal

    I am at a customer site that is installing Adobe Document Services on their CE environment.  The already have an AS Java with EP portal on it but decided not to use ADS on the portal server and instead, configure ADS on CE 7.2.  Can you explain to me how the ADS on CE will communicate with EP Portal on AS JAVA NW 7.01?
    I understand the connection with ABAP (using ADSUSER) and the RFC connection but I don't see how they can publish PDF's to the portal and have ADS on CE communicate.
    Thanks for the information.
    Peggy

    i think you just have to configure the ws client in VA of nw7.01.
    make it point to ads of ce server

  • What determines how many bytes a 8451 reads during a SPI transaction?

    Hello,
      What determines how many bytes a 8451 reads during a SPI transaction? Depending upon the device that you are interfacing with the quantity of bytes that comes back varies.
    Regards,
      Kaspar
    Regards,
    Kaspar

    Hi Kaspar,
    What you described regarding the reading and writing of data from an SPI device looked correct - I posted a similar response on your other thread here.  Also, you are correct that each bit of SPI data will be transferred per clock cycle.  So, if you were to write a byte of data and then read a byte of data, you would expect to have 8 clock cycles per byte.  Hope this helps!
    Regards,
    Anna M.
    National Instruments

  • Use of webservices in place Jco to communicate with SAP

    I want to use Web servives instead of using Jco or some other approches to communicate with SAP back end...
    And the version we are using is ecc 6.0
    pls give me some web service example
    i want to test with simple BAPI. BAPI_COMPANY_GETLIST.
    regards,
    rahul

    Hi,
    Start process in se37
    Select the package in which you create service for testing you can create web ervice as local object, but in real time you need to create in an actually assigned package.
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/ae1b9a5d2cef4ea4b579f19d902871/content.htm
    Look at link above.
    Choose your function module which is specified by you.
    Utilities ->More Utilities >Create Web Service > From the Function Module do this.
    Refer below again for creating a virtual interface for your function module.
    http://help.sap.com/saphelp_nw04/helpdata/en/76/249f02f5235b44b4dc6abbce35f44a/content.htm
    Then create a web service definition.
    http://help.sap.com/saphelp_nw04/helpdata/en/a0/da0710b6560a4e80fb94f3f712dfc0/content.htm
    Then release web service definition.
    http://help.sap.com/saphelp_nw04/helpdata/en/13/bcd0f61583be4a9cd835918e5673e1/content.htm
    With this you have created web service.
    Now you need to follow link below to puclish and test web service
    Right now you dont need to publish it in uddi.
    you can call the web service as below
    http://help.sap.com/saphelp_nw04/helpdata/en/38/1b893f17493c17e10000000a114084/content.htm
    Regards,
    Harish

  • How can I connect my mobile device on the same network with my printer

    I have pictures on my mobile device but I am unable to print them on my HP Photosmart plus printer. I was wondering how am I able to make sure that my printer and my mobile device is on the same network so I can print my pictures or either be able to save them to my memory card?

    Hi,
    Are you talking about iPad, iPhone ?? If YES then please check your printer on this list,(updated on 15Dec2011) it must be an AirPrint enabled printer to be able to print from iPad, iPhone. If YES (again), you can use AirPrint on your iPad to print.
    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.

  • Apple Mobile Device USB Driver shows up with an ! in Device Manager (Windows 8)

    When trying to sync my iPhone 5C with iTunes for Windows 8, the device is not recognised on the software. I have checked that my devices are up to date and uninstalled and reinstalled iTunes. I've uninstalled and reinstalled 'Apple Mobile Device USB Driver' in Device Manager, yet it continues to come up with an '!' next to it, and when checking the properties it states "This device cannot start. (Code 10) The specified request is not a valid operation for the target device." How do I fix this problem?

    Hi, acxdunicorn.  
    Thank you for visiting Apple Support Communities. 
    If your device is not recognized by iTunes, I would recommend the steps in the article below.  Start with the section labeled Verify that the Apple Mobile Device USB Driver is installed > For Windows Vista, Windows 7, and Windows 8 > If the Apple Mobile Device USB Driver is not listed.
    iPhone, iPad, or iPod touch not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Cheers,
    Jason H.

  • How do I get flash to communicate with a database

    Hi I would greatly appreciate some help here as I am getting overwhelmed by the variety of products out there. I have written a flash program using AS3 which allows the user to build a picture of a product using a variety of options displayed in checkboxes. Very simply these checkboxes either make a layer visible or invisible in my flash movie and certain choices may change the list of options. This information is currently being supplied by XML. Once the user has built his product, I would like to be able to save his choices in a SQL Server database and also be able to download his options again at a later date and view these choices at the manufacturing plant.
    So far I have tried using asp.net to write to the database and have got the information to the asp.net program by using the querystring, however there may be up to 50 options which does make a querystring rather unwieldy. Also I cannot seem to send back information from the asp.net page to my actionscript.Can anyone tell me how to do this or give me an example? I am supposing that I use the response.write function in asp.net but what command in AS3?
    I looked into the possibility of using a webservice but see that AS3 no longer supports this as all the functionality is in Flex. I have read about Flex but still do not understand whether  it could help me and how it can communicate with my flash program and pass the options in and out of it.
    I also briefly looked at Flash remoting which did appear as though it was the answer but is even more expensive to buy than flash itself.
    Can anyone give me suggestions on how to move forward with my problem

    I haven't worked with ASP, so what I'm offering is based on using PHP.  For sending data to a database using AS3, you should be able to use the URLVariables class to pass the data to an ASP file.  The ASP file will maage getting the data into the database.  To get data out of the database, the most common method would be to treat the ASP file as a xml source, having it write xml formatted data to the Flash file.
    You might want to Google "AS3 ASP SQL tutorial" and see if you get any results.  Otherwise, here's a link to a tutorial for a PHP/MySQL version that might at least give you an idea of the processing scenario...
    Flash - PHP - MySQL
    http://www.gotoandlearn.com/play?id=20

  • HT1923 My itunes will not update, and i got a message saying that MSVCR80.II is missing from my computer.  Try reinstalling.  When i try, i get Sevic apple mobile device failed, verify your priveledges with ignore, retry and abort. Still wont download.

    My itunes will not update.  I get a message that is saying that MSVCR80.II Is missing from your computer,   Try reinstalling to fix this problem.  So when i tried to reinstall, it says itunes was not installed correctly.  Please reinstall error 7 (windows err 126)  Then when i tried to reinstall i get this....Service applemovile device failed to start.  Verify that you have sufficient priveledges to start service...the I see  abort, retry and ignore....when I hit retry, it sill fails and i get the same message again.  How do I fix it?  Will I lose all my music if I delete it all and reinstall itunes?  I haven't tried that yet.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Apple Mobile Device Support Problem 7.7 with XP - PLEASE HELP!

    Very frustrating problem...
    I get the following message:
    "A later version of Apple Mobile Device Support is already installed. Installation of this version cannot continue."
    Same thing comes up with Quicktime. This setup prior to this update has worked seamlessly since I bought my 1st gen iPhone. Tried uninstalling both programs and received same error message. I've since deleted every apple reference on the system and cleaned the registry, rebooted several times and still get the error.
    Please help!

    "A later version of Apple Mobile Device Support is already installed. Installation of this version cannot continue."
    Go into your Add/Remove programs control panel, and uninstall "Apple Mobile Device Support".
    If you were able to uninstall Apple Mobile Device Support, restart the PC and try another iTunes install.
    If Add/Remove won't let you uninstall Apple Mobile Device Support, or there no entries the for Apple Mobile Device Support there, or even after apparently successfully uninstalling AMDS, an iTunes install still won't go through (throwing the same message at you), download and install the Windows Installer CleanUp utility:
    Description of the Windows Installer CleanUp Utility
    Now launch Windows Installer CleanUp ("Start > All Programs > Windows Install Clean Up"), find any entries called "Apple Mobile Device Support" in the list of programs in CleanUp, select those entries, and click “remove”.
    Quit out of CleanUp, and restart the PC.
    Does an itunes install go through properly after that?

  • "Apple Mobile Device Support" doesn't install with iTunes

    When I install iTunes 11.3 on my pc "Apple Mobile Device Support" doesn't install.
    The installer installs
    Apple Application Support
    Apple Software Update
    Bonjour
    iTunes
    But it doesn't install "Apple Mobile Device Support"
    My OS is "Windows 8.1 64bit"
    i have ESET Smart Security installed on my PC but when i want to install itunes i disable it .
    i removed and installed itunes completely several times but it didn't help !
    sb help me pls !!!!

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it, which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    The section Install missing components has advice on breaking down the iTunes installer into the individual .msi files which might prove useful if one component, such as Apple Mobile Device Support, won't install normally.
    tt2

  • How do I get LabView to communicate with HP4142B, using GPIB?

    I have a PCI-GPIB card from NI and running Labview 6.1 under Windows 2000.
    I have trouble to communicate with a HP4142B.
    Every time I send a GPIB-command to the 4142B I get an EABO error. The instrument seems to receive the command
    but does not give any answer. There may be some trouble with the EOS character but I don't know how to correct it. Communication with other instuments (i.e. HP34401A) works without this problem together with LabView.
    I have also tried to send commands with the NI-488.2 program but the EABO error remains.
    First I thougth that HP4142B has got a HW error but then I sucessfully used a program called "HP VEE".
    The instument then worked without any trouble so there must be someth
    ing else that is incorrect.
    It is important for me to get the HP4142B to work with LabView and the PCI-GPIB card so I hope you can help me solve my problem!
    Jon Alfredsson
    M.Sc.EE, Ph.D student
    Mid Sweden University

    Hello John,
    This sounds like a classic case of missing termination characters. The termination characters should be specified in the instrument's user manual. HP VEE is probably adding certain termination characters by default. Common termination characters are a carriage return, a linefeed, or both. In LabVIEW you can easily add termination characters to a string by right clicking on it, selecting / codes display, typing in a /r or /n at the end of the string. Alternatively, if you are using the regular 488.2 VIs (not VISA), you can specify different modes on the write commands. Each mode corresponds to the termination methods/characters that will be appended to the command. See the LabVIEW detailed help on the GPIB write VI for more information.
    Regards,
    Ra
    y K
    NI Applications Engineer
    Ray K
    NI Applications Engineer

  • How can I use Voip to communicat with my voice in Labview

    i want to be able to call my computer using Voip. I know this service
    cost money. I dont just want to call the computer, i want to call
    labview and all labview to have access to my voice, so i can do speech
    commands on it.

    Hello,
    Thank you for contacting National Instruments. I would like to apologize for the delay in responding to your support request. I understand that you would like to use Voip capabilities to access your computer remotely and then communicate with LabVIEW using speech recognition.
    I know of a LabVIEW example file that describes the voice recognition capabilities of LabVIEW. Also, there is a link to example programs within this database entry. To access the entry, go to the National Instruments support portal: http://niweb2.natinst.com/ae/portal.htm and search for �voice recognition LabView.� Click the first entry in the list: �Voice Recognition in LabVIEW - Example - Development Library - National Instruments.� You will be able to find helpful information here.
    I hope this helps! Please let me know if I can help you further. Have a great day!
    Kind Regards,
    Joe Des Rosier
    National Instruments

Maybe you are looking for