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

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

  • C # Aplication connection with SAP Windows CE

    Hi,
    I have a problem with an aplication that I've made in Visual Studio C#. The problem is the next:
    I've made an aplication that connects with SAP and passes some data. This aplication works well on any computer but I've got a problem when I tried tu convert the code and use it in a hand help pc. The version of OS of the hand held pc is Windows CE 5.0 and the error that I get when I execute my software is something related with the COM and the Class ID, the error says the next:
    "COM object with CLSID '{B24944D6-1501-11CF-8981-0000E8A49FA0}' cannot be created due to the following error: Class not registered ."
    I think that the problem could be with some dll that I don't have installed on the hand held pc but I don't really know which or what exactly.
    Does anyome know anything about all of these??
    Thanks.

    Hi Julien,
    To do the connection on a normal PC I include in the code the next references: SAPLogonCtrl and SAPFunctionsOCX.
    Once they are included in my code I do the next:
    private SAPLogonCtrl.SAPLogonControlClass saplogon;
    private SAPLogonCtrl.Connection conexion;
    private SAPFunctionsClass func = new SAPFunctionsClass();
    SAPFunctionsOCX.IFunction sapfu = null;
    Then I have a method to connect to SAP and other to pass the data. The one that connects to SAP is:
    private void Connect_SAP()
    saplogon = new SAPLogonCtrl.SAPLogonControlClass();
    saplogon.User = usuSAP;//Usuario SAP.
    saplogon.Password = passSAP;//Contraseña del usuario de SAP.
    saplogon.Language = "ES";//Idioma.
    saplogon.Client = cliSAP;//Mandante a través del cual nos vamos a comunicar con SAP.
    saplogon.ApplicationServer = "10.10.20." + serSAP;//Ip en donde se encuetra el Servidor de SAP.
    saplogon.System = sysSAP;//Entorno al que vamos a acceder.
    saplogon.SystemNumber = System.Convert.ToInt16(num_Sis);
    conexion = (SAPLogonCtrl.Connection)saplogon.NewConnection();
    conexion.Logon(0, true);
    DateTime hora = DateTime.Now;
    if (conexion.Logon(0, true)==true)
    MessageBox.Show("Conectado a SAP");
    *Error1.Text += "SAP:Conexion establecida con exito" + "
    Write_log("SAP", "Conexion establecida con exito",hora);
    else
    MessageBox.Show("No establecida conexión con SAP");
    *Error1.Text += "SAP:No se ha establecido la conexion con exito" + "
    Write_log("SAP", "No se ha establecido la conexion con exito", hora);
    func.Connection = conexion;
    if (sysSAP == "PRO")
    labelSystema.Text = "Productivo";
    else
    labelSystema.Text = "Desarrollo";
    Now the problem is that I want to use these code to make the same connection on a handheld PC but it doesn't work, when I execute the compilation on the handheld PC I get the next error:
    "COM object with CLSID '{B24944D6-1501-11CF-8981-0000E8A49FA0}' cannot be created due to the following error: Class not registered ."
    When this happens the compilation stops and it shos me the line in the code thar points to:
    saplogon = new SAPLogonCtrl.SAPLogonControlClass();
    I don't know why I get this error, I think that it could by that I'm not using the correct dll for a handheld PC that uses a Windows CE 5.0 O.S.. My question is: do I have to get a new dll that works on a handheld PC? or is it not working for any other reasson.
    Thanks for your help.

  • Business Connector Connection with SAP

    Hi!!!
    I have a XML file with 3 fields with 100 records. I have in SAP a Z table with the same fields of the XML file.
    I made the mapping in SAP BC Developer. I want to put the records of the XML in the Z table of SAP. How can I configure this to SAP BC connects with SAP and fill the table?
    Thanks a lot for your help!
    Regards!

    Hi,
    This might help you
    /people/bla.suranyi/blog/2006/07/10/xi--sap-business-connector-integration-using-the-http-adapter
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/96ed2129-0b01-0010-2e91-c45e1fad0d03
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a8424011-0d01-0010-e19d-e5bd8ca52244
    Kumar.S

  • Get connection with SAP

    Hi
    How is it possible to get connection with SAP system when i am working in SAP NetWeaver developer studio?
    do i required any connector for this?
    Regards

    Hi Quali,
    Inorder to get connected to the SAP system via your SAP NWDS(SAP NetWeaver developer studio).
    1) Please check if you are able to get connected to the remote server, incase the server is on a different machine. You can do it by following the steps below:
    Click on Windows Start menu -> click on Run -> Typein "cmd" and click on Ok button -> Typein "Ping 'IP address of the remote server'", I mean your remote server machine's IP address(Ex:10.6.52.189 or whatever it is). If it responds then please carry out the following steps in NWDS.
    2) Please GoTo :
    NWDS menu - > Window -> Preferences -> SAP J2EE Engine(Choose this on the left menu).
    Now, if your server is not installed on the same machine on which you are working then go for the first radio button which says "SAP J2EE engine is installed on remote host" and enter the server's IP(Internet Protocol) address(Ex: 10.6.52.14, etc)in "Message Server Host" and enter 3601 in "Message Server Port".
    Click on apply and Ok.
    3) Now again Click on Windows Start menu -> click on Run -> Typein "drivers" and click on Ok button  -> Open the folder "etc" -> look for file "Hosts", openwith notepad
    -> Now typein the IP address and the corresponding host name(of the remote server)please note that the IP address and the host name should be separated by at least one space, preferably a tab space. -> save the hosts file.
    Now you should be able to connect to your remote server.
    Regards,
    Sudeep

  • How can I connect with SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition

    Hello together,
    I downloaded and installed the SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition on a virtual client.
    I toke a long period to finish the installation.
    Now some questions to use this system in the right way:
    1.) How can I get a "developer license" which do not expire? Because the link http://www.sap.com/minisap seems to be not ok.
    2.) How can I connect via network with the sap system? the application server is running on a vm client with a static ip i.e. 192.168.1.5. And my laptop gets a ip in the same range. I have installed the gui on my laptop and tried to connect with the system. But it does not work! I used as application server the ip of the virtual machine. I use the gui witch is installed on the same host like the application it works (with localhost as application server adress)
    3.) Where can I download the newest version of the SAP Gui? I do not have a service marktplace account? Is it possible?
    4.) I read in the documentation that it should be possible to reach the sap system also with web dynpro: http://localhost:8000/sap/bc/gui/sap/its/webgui?sap-client=000
    But it does not work. I got an error message: Service cannot be reached
    Note
    The termination occurred in system NSP with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    Regards
    Christian

    I fixed in the meantime the second problem. It was a problem with my local firewall. But the other three points are still open.
    Thank in advance for your help

  • BO XI3.1 Client tools connection with SAP BW

    Hello everyone,
    I have the following challenge:
    I have an installation with Businessobjects XI 3.1 which connects to SAP netweaver BW.
    When I use the client tools wich are installed on the server also, I can make a connection to Sap BW in the designer tool, and create a web intelligence rapport on this connection. When I get the rapport in Infoview, I can refresh the data, en this is showed.
    When I Use the Client tool from a workstation, and test the connection, or refresh the data, is get the error message :
    A database error occurred. The Database error text is: A runtime exception has occurred. (License key Check Failed. Check that you are licensed to access SAP data sources). (WIS 10901)
    In Bussinesobjects I configured each server to a dedicated port, and made sure that every server can be reached for the workstation.
    Somebody any suggestions for this issue? When I search on the error n=message, is get a few hintu2019s but they are not the problem, because it is running fine from the server.
    I appreciate every suggestion.
    With Kind regards,
    Ronald van Amelsvoort.

    Hello Dennis,
    You're right, I did not have the SAP intergration kit installed, at the workstation. After installing it works.
    I did not know, or did found this in the installation manuals.
    Thanks for your help.

  • Business Objects XI 3.0/3.1- Connection with SAP ERP not with BW

    Hi all members,
    I have to confirm that can we connect "SAP Business Objects XI 3.0 or XI 3.1" with SAP ERP.
    My client does not have SAP Business Warehouse. Neither they are interested to have SAP BW.
    So, I have to confirm that can we connect "SAP Business Objects XI 3.0 or XI 3.1" with SAP ERP ?
    Any other thing i have to go for?
    Kindly any member guide me in bit detail.
    Thanks and Best Regards,
    Izhar

    Hi,
    currently it is not possible to build web intelligence reports fetching data directly from an SAP ERP system. The reason is that SAP ERP data sources are not supported in universes.
    Regards,
    Stratos
    PS: An option is to deploy a BOBJ rapid mart. Please note that in this case you require the BOBJ Data services (ETL) tools. The idea behind the SAP ERP related rapid marts is that in the first step the data are extracted from your SAP ERP sources and load them into a relational database (using a predifined DWH scheme). Additionally the package provides you with universes (which rely on this predefined DWH scheme) and use the database as data sources, here your SAP ERP data were extracted to.

  • Connection with SAP NetWeaver

    Hi All,
    I am very new for SAP. I just want to know is there java API's to connect NetWeaver.
    Let me explan it more I want to create user in NetWeaver Portal without login just by java API's. For that i need to connect with portal. Is there any way to connect it?
    Thanx
    Shant

    Hi Shanth,
    You can create a WebDynpro Project, add the com.security.api.jar in its build path and write the following code in the iView or controllers init() method:
    String userId= "ABC"
    IUserMaint newUser = null;
    try {
    //Create User
    newUser = UMFactory.getUserFactory().newUser(userId);
    //Create User Account
    IUserAccount uacc =     UMFactory.getUserAccountFactory().newUserAccount(userId, newUser.getUniqueID());
    uacc.setPassword("XXXXX");
    uacc.setPasswordChangeRequired(true);
    uacc.save();
    uacc.commit();
    catch(Exception e)
          e.getmessage();
    save the project, create an application for the project and deploy it on the Enterprise Portal server you want to create the user on.
    If you have any more queries feel free to ask.
    Regards,
    Seema Rane.
    P.S. Please reward points if reply found helpful.

  • Authentication error when creating EPM Add-in connection with SAP BO Enterprise connection type

    Hello, Experts,
    I have a problem with creation of EPM Add-in connection when SAP BusinessObjects Enterprise connection type is selected.
    An error message is "Error while communicating with the server. Framework message: Authorization failed."
    Here are the steps that were implemented and how this issue was reproduced:
    SAP BusinessObjects Planning and Consolidation 10.0 SP12 for Microsoft was installed and configured.
    Integration between SAP BPC and SAP BusinessObjects BI 4.1 SP02 was implemented. SAP BO users can successfully connect to SAP BPC system.
    EPM connector was successfully installed and deployed in SAP BusinessObjects BI server.
    BPC ODBO 2.0 SP04 64BIT was installed in SAP BusinessObjects server.
    EPM connection was successfully created in SAP BusinessObjects CMC.
    EPM Add-in and BPC ODBO 2.0 SP04 32BIT was installed in another computer (let's call it CLIENT) which has MS Office 2007 32BIT installed.
    From CLIENT computer we have launched Excel manually and successfully created BPC connection with Connection Type - Local.
    Then we have logged into BI Launch Pad and launched New / EPM document (Excel). Excel has started.
    In EPM Add-in we have pressed Logon.
    In connection window selected SAP BusinessObjects Enterprise connection type.
    An error "Error while communicating with the server. Framework message: Authorization failed." appears.
    Before this error appears we are not getting any window where we could select EPM connection (created in CMC) nor the possibility to enter username or password.
    Looking forward you valuable comments and suggestions.
    Thank you in advance.
    Donatas Budrys

    Dear, Roberto,
    Our user has Full Access to all BPC tasks and it is administrator in BI system.
    Also we can successfully connect with the same user using Connection type "Local".
    We had done some investigation and in the BPC SQL Server trace log we can catch the following message when an error occurs:
    ==============[System Error Tracing]==============
    [System  Name] : BPCXMLAService [Message Type] : ErrorMessage [Job Name]    : ValidateUser [DateTime]    : 04/23/2014 10:58:06 [UserId]      : [Exception]    DetailMsg  : {System.Exception: Invalid user    at SAP.BPC.Services.Webservice.XMLAService.XMLAService.ValidateUser()} ==============[System Error Tracing  End ]==============
    It is very interesting that after the EPM workbook is launched via BI Launch Pad till an error occurs we are NOT provided with possibility to enter any username and password. So the EPM add-in should use the same user which was logged into BI Launch Pad - in our case the user with administrative rights both in BI Launch Pad and BPC systems. Am I missing anything?
    Looking forward your feedback.
    Thank you in advance.
    Best regards,
    Donatas

  • SAP PCM 7.0 Connectivity with SAP Business Objects

    Hi All
    We are trying to integrate SAP PCM 7.0 FP5 with Business Objects. The prime purpose is to fetch PCM data into Xcelsius dashboard and WebI reports via BO Universe.
    We are sruggling to understand the plugins required to do this.Since other SAP documentation states that SAP BO Connectivity pack is required which is a part of SAP BusinessObjects Profitability and Cost Management 7.5 Support Package 06
    But , we understand that SAP BO PCM75 Support pkg06 cannot be installed on SAP PCM 7.0.
    Also, Please kindly help me in understanding if SAP PCM 7.0 connectivity with BOXIR3 (without using BW NW layer) is possible or it needs to be upgraded to SAP PCM 7.5
    Thanks

    Hello Siva,
    I am thinking that you may need to deploy FTP adapter in PI to get this process work fine but not sure.
    Let's see what other experts suggest.
    Thanks,
    Siva Kumar

  • Is Integration Kit from BO edge with DI (NUL) able to connect with SAP

    Could any help me:
    I have BO edge with DI (10 NUL) and it has integration kits for SAP
    I would like to know that i'd like to know that Is it possible that I implement ETL using DI connect to SAP without purchase other BO contents
    Regards,
    Haruthairat.h

    Hi,
    this is what is called a Rapid MArt.
    You would use Data Services to extract the data and load it into SQL Server
    You would then use a Universe on top of SQL Server and create you reports.
    Rapid Marts has all this pre-build for several SAP modules.
    Ingo

  • -222 Error When Trying to Connect with SAP[PL 40]

    Dear All,
    I am having one problem when i am trying to connect to SAP with PL 40. My ADD-On was working fine for PL05.
    Today I have upgraded my PL version ( PL 05 to PL40). After wards i am unable to connect to SAP.
    Any sugessions, clue or solutions would be highly appreciated..
    Waiting for a quick response.....
    I am really stuck ... can't go ahed without this.....
    Regards
    Sanjay

    Hi
    -222 -> usually this is a period problem.
    you have to create a new period, and set it as default.
    (General Settings form -> don't forget to set it as the current one)
    after this it should work. had a similar problem yesterday.
    lg David

  • DB not connecting with SAP

    Hi ,
    i have a problem on AIX SAP is not able to connect with DB .
    Trans.log :
    4 ETW000  [dev trc     ,00000]   Out  00: DBSL_DATA_CHAR              (len=2, max=2, dec=0)               23  0.159771
    4 ETW000  [dev trc     ,00000]  bind_type_and_length(): 0 input variables given                           23  0.159794
    4 ETW000  [dev trc     ,00000]  bind_type_and_length(): 1 output variables given                          17  0.159811
    4 ETW000  [dev trc     ,00000]  -->oci_define ( 0: SQLT_CHR, l=  2, con_hdl=0, stmth_p=0x1114e9c88, vp=0x1114cd954,ip=0x1114c5a60,rlp=(nil),rcp=(nil))
    4 ETW000                                                                                39  0.159850
    4 ETW000  [dev trc     ,00000]  -->oci_execute_stmt(con_hdl=0, stmth_p=0x1114e9c88, iters=1, rowoff=0, dml_batch_errors=0)
    4 ETW000                                                                                30  0.159880
    4 ETW000  [dev trc     ,00000]     OCIStmtExecute() failed with -1=OCI_ERROR                             387  0.160267
    4 ETW000  [dev trc     ,00000]     SQL error 942:                                                         19  0.160286
    4 ETW000  [dev trc     ,00000]     ORA-00942: table or view does not exist                                                                               
    4 ETW000                                                                                26  0.160312
    4 ETW000  [dev trc     ,00000]  <--oci_execute_stmt(rc=942, rows processed 0, iters-errors = 1-0) [time 0,000s]
    4 ETW000                                                                                44  0.160356
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 942                                      16  0.160372
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=942)                                     17  0.160389
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 942                                     51  0.160440
    4 ETW000  [dev trc     ,00000]     ORA-00942: table or view does not exist                                                                               
    4 ETW000                                                                                38  0.160478
    4 ETW000  [dbntab.c    ,00000]  *** ERROR => NTAB: SELECT DBASE FROM XXXXT WHERE TABNAME = 'SVERS' failed, dbsl_rc = 103
    4 ETW000                                                                                29  0.160507
    4 ETW000  [dbntab      ,01302]  ***LOG BZY=>unexpected return code 103        calling NTAB       [dbntab#8 @ 13026]
    4 ETW000                                                                                29  0.160536
    2EETW000 sap_dext called with msgnr "2":
    2EETW000 -
    db call info -
    2EETW000 function:   db_ntab
    2EETW000 fcode:      NT_RDTDESCR
    2EETW000 tabname:    TADIR
    2EETW000 len (char): 5
    2EETW000 key:        TADIR
    2EETW000 retcode:    2
    4 ETW000  [dev trc     ,00000]  db_con_rollback (con_da={R/3,0,0},th_rollback=1,tx=0)                    270  0.160806

    Hi Ratnajit,
    i have checked and found the below info :
    dbs_ora_schema=SAPSR3
    SQL> select username from dba_users;
    USERNAME
    OPS$ORAE8X
    OPS$SAPSERVICEE8X
    DBAACT
    OPS$E8XADM
    SYS
    SYSTEM
    SAPSR3
    OUTLN
    ORACLE_OCM
    DIP
    APPQOSSYS
    USERNAME
    DBSNMP
    12 rows selected.
    I think its correct but still the error any suggestions ?
    Edited by: Dev S on Jan 6, 2012 1:26 PM

  • Connection with SAP

    Hi all,
    I have a scenario wherein I have connected to SAP from JAVA using XBP interfaces and logged on using BAPI_XMI_LOGON. Within this session I want to call BAPI_JOB_DEFINITION_GET concurrently in using sync threads. The problem what I am facing here is, I am able to handle 15 to 20 connections but for high volumes of threads(50) the JVM is crashing.
    I guess there is some limit set from SAP end may be profile parameter.
    Could anybody provide any suggestions or advice about, the maximum number of connections and how can I set the parameter to modify the limit.
    Thanx in advance
    Milind.

    Thanx for ur response.
    I am using a single JCO connection. This connection exists till all the threads executes.
    Could u please provide some inputs profile parameter for the same.
    I am skeptical about the parameter rdisp/rfc_max_login. Can anybody explain about this.

Maybe you are looking for

  • Which fico plan to order

    I know CreditKarma is Fako score , but why would my score drop 23pts when my opensky secured card just landed on my report july1? my util is only at 12% and opensky doesnt do a hardpull on my credit...im going to breakdown and order the myfico monito

  • Firefox crashes as soon as Flash video tries to load and Safari shows the error "Plug-in Failure"

    I am unable to use Youtube or view Flash video on any sites. Firefox crashes/quits as soon as a video tries to load and Safari shows the error "Plug-in Failure". I have uninstalled Flash, downloaded a fresh version and installed, but no joy. I am usi

  • Inventory View List

    After upgraded to SAP 8.8, I am having problem in viewing list of items in inventory master data. Normally, I put * in the item number and enter. It returns list of inventory items. In the form settings, I selected field names that I want to display.

  • Can't see msgs in UWC / reconstruct fails with cannot retrieve message uid

    I have restored several email accounts into a test email account. I'm trying to move some of the .msg files around so that they are easier to find. I have created some new folders and when I move the messages into the folder, I cannot see them in the

  • Aperture and XServer, Library on a Network, when will Apple support it?

    Hi, How can I put a Aperture Library on a XServer Networkdrive and access it with different useres. (not at the same time) Are there any plans from Apple to make Aperture more capable to use XServer resources? JO