AII with R/3

Hi,
  We are planning to implement AII. We have ECC5 with us and in the IMG settings we see few nodes of configurations for Auto-Id Infrastructure. What are those and how significant they are??
Can we use AII directly with R/3 instead of having XI system interfacing between them or is it must to have XI system??
Also I'm not clear whether AII is a seperate system or is a part of ECC5. Help me understanding it.
Regards,
Babu

This question comes up with every AII implementation project. we too asked this.
as you said, technically, R/3 and AII can be "connected" via RFC.  but the trouble you'll have is the translation between R/3 and AII.  you'll have to define custom messages and develop new idocs (if you have WebAS640, XML is also possible) and data flow in order to use functionality such as ASN, case labeling, and many other feature AII provides.  if you use XI, these are already defined - we have defined few number of those as we were pilot project for AII.  also, if you require new functionality, XI will reduce development time.  for example, when e-pedigree wasn't even in scope, we had total 1.5 month of project and most of time were spent on design.  development took less than 2 weeks.  I believe that is a standard functionality in XI now.

Similar Messages

  • Configuration of Products in AII

    Hello
    I have enhance the products in AII with the settyps "COMM_PR_GTIN, COMM_PR_SHTEXT und COMM_PR_UNIT" in the category AII_MATERIAL.
    So it´s possible to fill this fields, and print them on label (since this fields are in the element set SAP_ALL_FIELDS).
    Now I have the need to enhance the products in AII with four fields (type string).
    a) Is there any way I can do this with this settyps ?
    b) How can I bring this fields in SAP_ALL_FIELDS ?
    kind regards
    Herbert

    Here the anser for b)
    1. Put the fields in SAP_ALL_FIELDS
    2. Put the fields in your Elementgroup for Printing
    3. Modification of /AIN/ACT_ELEMENT_VALUES_GET
    In this Funktion AII looks for the fieldvalues.
    The are some fixes values, some are from the document context. You have to write some code which fields the fielsvalues regarding your needs:
    In
      Create Field List
        CASE <fs_values>-fieldname.
    we have a case-construkt to fill the fieldvalues
    put some code like this:
               WHEN 'Z_PRODUCT_GENERIC1' or 'Z_PRODUCT_GENERIC2' or
               'Z_PRODUCT_GENERIC3' or 'Z_PRODUCT_GENERIC4'.
                                     " Jena: Generic1
            IF lv_prod_not_found <> /ain/cl_c=>true.
              IF lt_prod[] IS INITIAL.
                PERFORM get_product USING is_id_data
                                          iv_devgrp_guid
                                          iv_doc_guid
                                          iv_action_type
                                          it_user_data
                                 CHANGING lt_prod
                                          lt_ret_msg.
                APPEND LINES OF lt_ret_msg TO et_ret_msg.
              ENDIF.
              IF lt_prod[] IS INITIAL.
                lv_prod_not_found = /ain/cl_c=>true.
              ENDIF.
              CLEAR: ls_prod, lv_index.
              LOOP AT lt_prod INTO ls_prod.
                CLEAR ls_uom1.
                PERFORM zget_generic USING is_id_data
                                      iv_doc_guid
                                      it_user_data
                                      ls_prod
                                      <fs_values>-fieldname
                             CHANGING lv_generic.
                lv_index = lv_index + 1.
                IF lv_index > 1.
                  ls_fieldlist-fieldvalue = lv_generic.
                  APPEND ls_fieldlist TO lt_fieldlist.
                ELSE.
                  <fs_values>-fieldvalue = lv_generic.
                  ls_fieldlist-fieldname = <fs_values>-fieldname.
                ENDIF.
              ENDLOOP.
            ENDIF.
    In the form zget_generic you can write your own code to retrive the data

  • SAP AII for production process

    Hello,
    I'm an ABAP programmer but I have to find some information (integration scenario example) about using RFID for managing a production process with SAP.
    I found only for SCM:
    http://help.sap.com/saphelp_autoid40/helpdata/en/43/ec3b1c601f6bf1e10000000a11466f/content.htm
    Is it posible to manage a production process with SAP's  AII <-> XI <-> ERP like it can be done for SCM?
    Thanks.
    Traian

    Hi Mustata,
       Yes it is very much possible to RFID enable the SAP R/3 Production process.
       AII 4.0 supported out of the box execution of Outbound delivery process and Inbound Delivery process.
       The configuration guide for same are available at this link http://service.sap.com/scm
        you can get the config guide in detailed information of RFID under SCM.
       Now answer to your question SAP AII for production process.
       AII 5.1 supports creation on new document in AII. Also the documents from backend system SAP R/3 sent to AII via XI with the help of standard document interface.
      The documents related to production process can be then executed in AII with the help of RFID and after document execution in AII, if required, the document data can be sent to SAP R/3 for completion of the document in backend system.
    Hope this answers your query. Do read the configuration guides.
    If same process needs to be done in AII 4.0 then customisation will be need to implement the production process integration.
    Thanks and regards,
    Amit Deshpande

  • Idoc error - basetype not found

    Hey,
    I try to configure a netweaver system (aii) and a r3 to communicate with each other.
    the aii system did not have the base type matmas01 to receive a material via bd10 from r3 to aii.
    I only send a material with a number and that`s it.
    I created a basetype in the aii with segment E1MARAM and the fields msgfn, matnr, mbrsh, mtart.
    Is this enough?
    Then I assigned the Zaidmatmas to this new created base type zmatmas1. I configured in WE20 the parameters for the partner profile and gave him a zmatmas1.
    Then I sent a material via BD10, but it does not appear under the producs in my aii. why?
    what else should i do to achieve this?
    In my R3 I have a status 3 and a green light, but in the aii there never is an incoming idoc. (not even a failure msg, just no connection, although the rfc works properly)

    In my R3 I have a status 3 and a green light, but in the aii there never is an incoming idoc.
    Check if u have any entry in sm58 of R3
    Regards,
    Prateek

  • Help required in UCM BPEL integration

    Myself Rahul Dutta from itech Technology Sales Consulting team India.
    We are working on a customer scenario where we need to call a BPEL
    process when we are checking in a document in the UCM.
    The document checkin and the BPEL process triggering is totally
    independent (not like UCM BPEL integration where the UCM document will
    be released into the repository after BPEL workflow gets completed and
    callback happened to UCM).
    The scenario here is I will checkin a document in UCM and it will be
    released there but parallaly it will trigger a BPEL process which we
    will use to do some notification and workflow staff, but the workflow
    outcome will not have any impact in te UCM.
    We need your help in implementing tis scenario. How we can sence/trigger
    a BPEL process when a document is cheking in. I have though of multiple
    possibilities like if UCM can do some update in some table which we can
    poll from BPEL or if UCM can call a webservice at the time of document
    checkin or any other way.
    Please help us in this regard.
    Thanks and Regards
    Rahul

    Hello Mukesh,
                        If you want to learn about RFID technology in general
    http://www.rfidjournal.com can be the best start.
    As you are a expert in XI it would be very beneficial and your learning curve for SAP RFID technogy will be very easy.
    SAP RFID Solution Suite includes:
    1) SAP AII
    2) SAP EM
    3) SAP OER (a new component that encompasses - SAP AII, SAP EM and a data repository for storing RFID events happening across the supply chain)
    Scope of XI here is quite important.
    You will integrate SAP AII to backend R/3 using SAP XI
    You will integrate SAP AII with SAP OER using SAP XI
    You will integrate SAP AII and SAP EM within SAP OER with SAP XI.
    To learn more about RFID in general and the domains it is being used and useful for you can also look into:
    http://www.bridge-project.eu/
    Here you can find a free software deliverable which explains very well how RFID works in warehouses and distrbution centers. Once this is done, you can easily transcend to learn SAP AII and SAP EM
    To find basic documentation on SAP AII please refer:
    http://help.sap.com/saphelp_autoid70/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    Thanks
    Edited by: Yogesh Bhatia on Jan 9, 2009 8:50 AM
    Edited by: Yogesh Bhatia on Jan 9, 2009 8:51 AM

  • Material Master Data Integration on AUTO ID

    Hi all,
    We are trying to send material master data from R3 to AII, with the help of XI forum (very good profesionals) we have obtained the communication but now we have another problem...we get this error 'Parameters required to call function module COM_CATEGORY_READ are missing 801(COM_CATEGORY)'
    We have created one hierarchy and one category in our customizing, we have associted them and defined output format and storage form...Anyone knows if we are missing something in our configuration??
    Thanks in advance!

    Hello Daniel,
    I am facing a problem while sendig Material master IDOC from ERP2004 to Auto ID 2.1.
    I understand that you have done this sucessfully. Could you please help me with my problem. The case description is given below.
    I am using Auto ID 2.1 with SP1 on NW04.
    Integration server is XI 3.0 with corresponding XI Content for Auto ID.
    The backend is ERP2004.
    I am using the config guide for Auto ID 2.1.
    After completing the configuration, I tried sending the Material Master IDOC to Auto ID.
    IDOC gets created successfully. XI says the message transfer is successfully.
    In the log of Auto ID. I am getting the following error while importing the Material Master product:
    Product ID AUTOIDAII_MAT has an invalid format
    Internal error in /AIN/DM_PROD_COMMIT
    Message no. COM_PRODUCT897
    The description says that it may be a program error.
    Or the program expects some variable to be filled which has not occured.
    Any idea what could be the error. Or where should I try looking for to get more detail info.
    Do some one knows what should be the patch levels for the different components in all three servers for Auto ID 2.1 SP1.
    Thanks for any kind of input.
    Regards,
    Arundeep Singh

  • Device controller - Is it necessary for a lab test?

    Hi all,
    Newbie here, nice to finally see an RFID with some actual SAP content and real life experiments
    Anyway, we are about to start to test the AII with R/3 and we have purchased all the hardware (fixed and mobile readers).  I was wondering whether it was to bypass the device controller and "plug" our readers directly into AII?  I know that it wouldn't be realistic in a real life environment, but right now we are more interested in just making the thing work without spending too much $$$
    Thanks,
    Steve

    Hello Steve!
    > Our current goal is more to test the R/3 -
    > AII integration than to do technical tests on the
    > RFID side.
    You can't integrate AII with R/3 without using a XI between. Except you are going to do some programming in AII.
    > A couple of extra questions:
    > - Johannes, you mention that SAP offers a JAVA device
    > controller as a reference.  Any idea where I may find
    > that?
    You wrote, that you are using Intermec devices. Ask the Intermec support for the device controller for SAP AII. They have one.
    > - What is the ball park price for a device
    > controller?
    A device controller is hardware specific. So, your hardware vendor should provide you with the necessary software. If not, you have to use some generic solution, which is normally much more expensive.
    If you consider to program something by our own, take a look at the HTTP and XML capabilities of Microsofts .NET compact framework. It runs on Pocket PC 2002 and higher.
    Communicating with AII is the easy part. You just need to be able to send XML messages, formatted using the PML specification publicly available from EPCglobal, and a HTTP library to transport the messages to AII.
    Communicating with the RFID devices is the much more difficult part of it. You need to know how the data is organized on your RFID tag (EPC data tag formatting is standardized by EPCglobal), you need a OS specific driver for your reader interface (Intermec IP3 on WinCE/PocketPC) and you need a LAN/WLAN connection to AII.
    Once you are able to read your tags, you will face a lot of troubles with reading errors, multiple readings and so on. Your DC software have to handle that.
    You will find more on the DC stuff here: http://www.radioactivehq.org/ and here: http://www.i-konect.com/singularity/
    Greetings,
    Johannes

  • RFID Technology

    can any one help me out in integrating RFID technology with XI without using AII component.
    waiting for the earlist reply
    Thanks in advance
    Vijay Kumar Govindu

    Hi Vijay,
    Actually According to me these are the various implementations of interfacing RFID System with SAP,
    1.You can interface the RFID system with SAP AII with XI as the middleware.
    2.You can interface the RFID system with SAP R/3 without using SAP AII but can use XI as the middleware.
    3.You can also interface the RFID system with SAP R/3 without using both SAP AII and XI AND using only R/3.(i am not sure whether this implementaion is feasible as far as time and cost is concerned,but it is possible technically)
    First and foremost you have to choose your choice of implementation.
    And if you dont have to use SAP-AII as in your case then you have to go for the second scenario mentioned above.
    But in this case if you donot have RFID hardware support then you have to assume various things And if you are using RFID hardware then the RFID Implementation depends a lot on the hardware you are using.Here it is important that your RFID IMPLEMENTATION gives you either A XML file or FLAT FILE as a output.Which will be then passed to SAP VIA XI, using XI we can connect it to SAP R/3 using either an IDOC or RFC.
    I am glad to inform you  that the document highlighting the implementation of second scenario in which you are interested in  is already published on SDN.
    My Technical Paper is titled Case Study RFID Enabled Automated Toll Collection Connecting SAP R 3 Using XI
    Direct Link of the document is as under
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c444f8e8-0d01-0010-4d9b-c6ff68e64519.
    The case study which I have mentioned in this approach is a demo application.
    I should say if you got to implement any of the RFID-SAP application with this approach , you have to do the feasibility study in all aspects both cost and time wise.
    I hope this should help you.
    Regards,
    Pawan

  • What exactly is Object Event Repository?

    Hello,
    I´ve just read a marketing article about the new SAP Object Event Repository.      Precisely because it is a marking article the key-facts and functions are missing. It sounds like a reduced AII with extended database functions for Tag-tracking. Can somebody explain the benefit, technology and functions of the OER? What is the different between AII and OER?
    Thank you, Bastian

    Hi,
    SAP OER serves as a system of record for uniquely identified objects (like EPCs). So you are right in saying it like an extended database functions for tag tracking.
    But it will not reduce the AII functionalities. AII will still remain as the data capturing application (tag read) and the repository of these reads for the tags will be maintained in the OER. So these two are two different applications.
    OER allows for tracking any id or document for which information has been sent from AII. OER will also have the capability of generating reports (business intelligence) for these data reads maintained in its repository.
    SAP has recently unveiled is PTA (Product Tracking & Authentication) feature in OER. Read at http://www.sap.com/company/press/press.epx?PressID=7440
    Since this product has not come in the market yet, we need to wait till the time of its release for documents on the product. Then we might know the exact benefits/technology on OER.
    Thanks,
    Ashish

  • AII 4.0 with XI 3.0 ? possible ?

    hi,
    I heard that there's an OSS note that allows
    to connect AII 4.0 with XI 3.0
    did anyone hear about such a note?
    Regards,
    michal

    Michael, I'm surprised as well.  But my understanding is that as long as there are compatible plug in on both side, it can be connected.  however, not all template may not be available on XI where AII 4.0 provides, so not all functionality can be used.  I think this is a possibility.
    For incompatible plug in, usually, XI requires higher version.  if it is available, I don't see any reason it shouldn't.
    For templates, I hope SAP provides those for XI 3.0 to be imported using SDM.
    I did search for such note but didn't succeed.

  • Resource com.sap.aii.af.svc with type service, not active on the server

    Hi Forum,
    in my X1 server, in rwb, it gave error:
    HTTP request failed. Error code: "503". Error message: "Service Unavailable [http://xyz:50000/AdapterFramework/rtc,
    on further analysis we find that:
    <b>  Application cannot be started.
      Details:   com.sap.engine.services.deploy.container.ExceptionInfo: Application sap.com/com.sap.xi.mdt cannot be started. Reason: it has hard reference to resource com.sap.aii.af.svc with type service, which is not active on the server.</b>
    and the service/component com.sap.aii.af.svc is not present as the error says,
    In visual admin, in the services list i couldnt find this particular resource,
    pls instruct me how to deploy/start this service com.sap.aii.af.svc ,

    Hi,
    Please check out the user authorization and role and also check that you are maintaining the passwords in all places where required.
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • How can AII/OER communicate with ERP if both are in same system ?

    I have an ERP 6 EHP7  system with SAP AII/OER.   How can ERP communicate with AII/OER ?  Is PI/XI still required ?

    Hi @Denise Carew,
    One of the deployment options for SAP AII is that it can be installed as an add-on on the SAP ECC system. Not sure if deploying OER on the same box as SAP ECC has been an SAP approved/suggested deployment.
    When you say "I have an ERP 6 EHP7  system with SAP AII/OER" does that mean you have SAP AII component and SAP EM component installed at two different stages or has OER(AII+EM) been purposefully installed on SAP to be used as your enterprise repository?
    When AII is installed as an add-on to SAP ECC it will have access to the master data (like Product/Material master, corresponding GTINs, etc). There is no need to communicate this master data.
    But if you need to use "Secure Track and Trace" scenario in SAP OER then SAP PI is a mandatory software component. (Please refer to SAP AII 7.1 Master Guide section 2.4,Software Component Matrix, and other follow-on sections that explains this).
    Regards,
    Bharat Vaka.

  • XI messages failed with com.sap.aii.af.ra.ms.api.ConfigException

    Hi forum experts,
    A group of POs were sent at the same time, but once a while we get one PO failed with the below error.  Could someone help me understand what the below error message mean.  Your help would be greatly appreciated.
    thanks,
    Velvet
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--
    Call Adapter
    -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
    <SAP:Category>XIAdapterFramework</SAP:Category>
    <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
    <SAP:P1 />
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.ConfigException: Could not check current user (PIISUSER) against technical IS service user. Reason: Failed to read IS ServiceUser Id from EP. Reason: null</SAP:AdditionalText>
    <SAP:ApplicationFaultMessage namespace="" />
    <SAP:Stack />
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>

    Hi,
      we are facing exactly the same problem. Where you able to solve it? And how?
    Thanks.
    S.Socratous

  • Item level parcel Tracking with external carriers through AII

    Hi folks,
    I am new to AII and am trying to explore the possibilities with the tools at hand.
    With flexible delivery processing, we have tight control over the goods statuses across customer and supplier. For example, EM would let the customer know that the goods left the warehouse and are on their way.
    Suppose I would like to integrate this information with the parcel tracking service of external carriers. The web services and web based tools such carriers offer are surprisingly immature. Some "global" companies are not able to provide seamless information, every carrier has their own standard and some do not provide public interfaces which could be used for customer-level tracking in a useful way (eg requiring authentication credentials of the warehouse clerk requesting the delivery).
    I am wondering whether AII could be enabled to orchestrate this information flow. If an appropriate EDI format would exist, the carriers could be requested to update AII on shipment item level with any new statuses through EDI. Now it's up to the supplier to present the information to the customer as need be. This would remove inconsistencies as mentioned above.
    Does this sound like a viable idea, are there EDI messages available for the task at hand and do you know of companies having successfully implemented something like this?
    cheers & thanks,
    Andi

    Hi Amit,
    thanks for trying to tie in!
    You are right in assuming that I mixed up the purpose of AII and EM. This is about making EDI-based information accessible to all partners involved, and therefore a case for EM.
    Probably it helps if I re-state my thoughts. The supplier sends an ASN to the goods recipient. Afterwards, the goods are transported by a logistics provider based on a transport order. Question is, how can the intermediate delivery statuses of the provider be captured and published? Web UIs of the Providers with a tracking URL seem a very unreliable way of doing it.
    I figured that IDoc IFTSTA seems to be the correct form for this kind of information to flow back from the carrier to the supplier and from there to the recipient.
    Does it seem to be a viable option to  incorporate the carrier data into EM for tracking purposes?
    Cheers & Thanks, Andi

  • 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

Maybe you are looking for

  • Previewing shots in Lightroom ....

    I do a lot of studio work in low-light conditions with a Canon dSLR Rebel. I wear glasses and depend almost entirely on the auto focus feature. My eyes are real bad and I'm never sure if I have chosen the right AF point. The tiny LCD screen on the ca

  • ITunes and iPad don't match

    I just purchased my Mini.  I installed iTunes and synced with purchase. I have old music on iTunes. Now those songs are not on iTunes but on my pad instead. I guess my question is this.... How do I put the songs I have on my pad to iTunes.  When I sy

  • Generating barcode with Report Builder 10g

    Hello, I am migrating a number of reports from 6i to 10g which contain barcodes. These get displayed as a series of *** at the client browser. So I guess I may need to install the barcode javabean. So I am using the instructions http://download.oracl

  • [SOLVED] vim status line invisible/wrapped in terminal unless I resize

    Hi all, Whenever I open a file in Vim within a terminal (urxvt, Terminator, xterm) the status line at the very bottom is either invisible or wrapped onto a new line (ie "bot" or "All" will span a line) until I manually resize the window by dragging a

  • Could not trace the issue with IDOC to file

    Hi All,     We are facing issue with missing idoc data in the file, There were 20 idocs got generated (msg type - PAYEXT) from the payment run but only 15 of them written to the file, in the Outbound partner profiles we are using file port to create