How SAP AII(Auto-Id-Infrastructure) communicate with PI

Hi,
How SAP AII communicates with XI,??
And , what is XI content in SAP AII.
-Surya

HI,
Please refer this:
Communication Channel for Auto ID
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/401e51e9-8016-2a10-56be-e354a54a118b

Similar Messages

  • Sap AII auto id infrastructure - BW Extraction with 0AI_1 Datasource

    Hi Gurus,
    We are working with Sap AII "auto id infrastructure" and BI Nw2004s Sp12.
    We have problems with the standard datasource 0AI_1.
    We have find the problem in the source of the function "/AIN/BW_FILL_IT_0AII_TRAN" in the standard program "/AIN/BW_INIT_UPLOAD_30". In this program there are different errors.
    We have find errors also in the the delta extraction, the field ROCANCEL is not valorized!
    We suggest to Sap to repair this program!
    Best regards,
    Domenico.

    Hi Gurus,
    We'd like to know if someone is using the standard datasource 0AI_1.
    We are getting a lot of extraction errors.
    Thanks in advance.
    Domenico.

  • SAP AII (Auto-ID Infrastructure) to  BizTalk RFID  scenario

    Hi Everyone,
    did some one work on this type of project ....
    This project is <b>to develop a connector between SAP AII (Auto-ID Infrastructure) and BizTalk RFID for handling RFID related activities.</b>
    Quick response would be appreaciated.....
    Cheers,
    Raghavesh

    Hi Raghavesh,
    If you want to use a Connector to communicate between Biztalk and SAP AII..you can use .Net connector available.
    The other way is SAP AII uses XI for Communication...so you can use webservices between Biztalk and XI. The below document should be helpful
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7521a237-0701-0010-499b-b3285b789c0d
    Use SOAP adapter for  BIZTALK .
    Use  plainHttp adapter for XI .
    Regards
    Satish

  • SAP AII (Auto ID Infrastructure) - Licence.

    Hello ,
    We are on ECC 6.0. We want to install SAP AII(Auto ID Infrastructure).Does SAP AII is a component content in ECC 6.0 Licence agreement or should we go for separate licence for SAP AII.
    Any Advice.
    Thanks
    Mahendra

    Hi Mahendra, SAP Auto-ID Infrastructure is not part of SAP ECC 6.0 installations. Please contact your (partner) account manager to license it separately. Regards, Petra

  • 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

  • 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

  • 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

  • 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

  • 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 SAP Risk Management may be interfaced with SAP Strategy Management?

    Hello,
    Any document, any customer experience around integration between SAP BusinessObjects Strategy Management and SAP BusinessObjects Risk Management would be very appreciated.
    Best regards
    Jean-Luc

    Hi Renaud,
    where you able to create your webservice and use it from GRC RM?
    If yes, I would be interested in - 'How do i connect SAP RM 3.0 with that web service'
    Regards
    Holger

  • SAP Content server will not communicate with MaxDb 7.8

    Hello all
    For the past few months we have been testing an upgrade from SAP CS 630 to SAP CS 640 and from MaxDb 7.6 to MaxDb 7.8.  We are also moving both applications to a new server.  We have test the process at least 10 times in the past 4 month and this weekend was go live. We shut down CS and put the database in ADMIN mode to do a backup of the most recent data.  The database was transfered to the new server and was restored using Data Manager 7.6.  Once the restore was complete, we ran the MaxDb 7.8 upgrade program as ADMIN and it appeard that eveything was ok.  One other note, because on the old server the database was approaching the 90% mark, we increased the nubmer of data areas on the new server from 15 to 25. Everything appeard to go ok during the upgrade and I was able to connect to the database using Data Studio.  Once we confirmed the database was what we though was stable, we CHANGE THE IP ADDRESS of the new server to that of the old server.  We had done this during our testing and eveything appears to work OK with our test SAP instance.  Well, this time when we connect to CS via the localhost connection, CS returned that we were on line with SAP, but that we were not connected to the database. 
    This is what we normally see:
    contRep="L1";contRepStatus="data(82%) log(3%)";pVersion="0046";storage="ContentStorage
    This is what we saw this morning
    contRep="L1";contRepStatus="Online";pVersion="0046";storage="ContentStorage
    Not sure what happened, but we ended up going back to the old server until we can determine what went wrong.  Does anyboy have any suggestion as to why this could have happened and what we need to do to fix the issue.

    Thanks all for the help, but we found the problem.  6 weeks ago we upgraded to ECC 6 and at that time we have a problem with the certificates, so we could not retreive any documents.  There is a check box in the CSADMIN configuration that disables the check for the certificate, so we disabled the check.  Everything work OK with patch version 9, even when we fixed the certifiactes.  For some reason patch 11 did not like that box checked.  Once we on checked the box, everything worked fine.  Since we want to know why this makes a difference I have opened up a note with SAP to see if they can explain the problem
    Thanks again

  • Did any body  integrated AII(Auto Id Infrastructure)

    Hi experts,
                        did any body worked on AII. can any body tel me which adapter can be used for integrating AII.or do we need to have proxies.
    Reyaz

    Hi
    Refer:
    AII User- and Device - Integration???
    http://www.vldb.org/conf/2004/IND6P1.PDF
    integrating legacy as/400 application with XI
    Integrating an AII
    Integrating an AII
    AII 4.0 - any info?
    Phases in AII Implementation
    Thanks

  • How to disable auto rename text layer with content

    HI Every one,
    I want to disable the auto renaming feature in text layers so that I can change the content without change the name of the text layer.
    also i want to do this to all the text in one step, wthout do it manual one by one.
    for more description, i am working on replace English text with other language but i want to keep English name of all text layers SO i want to disable auto renaming while replacing the content.
    Thanks in advace

    I guess a Script could do this by changing the names (adding a space or a _ for example) but I know no way of turning it off in general.

Maybe you are looking for

  • Can a print macro be created in Adobe Reader?

    I have a PDF document that I want to send to a printer and print the same page 4 times and pull paper from a different tray each time (different colored paper).  Does anyone know if this can be done?

  • How to get the exact day date with the another date field?

    Hi, Please help me how to get the specific day of the week's date with the help of another date field. Actually , one field(week_day) has 1,2,3,4,5,6,7 here 1--MON,2-- TUE like that. another field has the date. based on that date, we have to go to th

  • Help configuring system for media system and work

    Hello All, First thanks for your help Basically I have an outline of what I would like to do and with your help I can get rest figured out. Going to get a Mac Pro 2.66 Ghz 2Gb ram to start with then eventually upgrade to 4g ram, ATI 1900 XT Card,blue

  • Cannot deactivate old computer of Acrobat Pro

    I purchased a new computer and successfully installed Acrobat 9 Pro. I went to use it today, but I get an error message Nancy Pommerening: "You cannot use this product at this time. You must repair the problem by uninstalling and then reinsatalling t

  • Bug report (easy to fix)

    The following exception was printed on screen, but not thrown to program. So, the program does not know what happed: java.lang.IllegalStateException: Monitorable component can not be registered because admin service as not been initialized. at com.ip