Integration between SAP POS Triversity and SAP POS DM using XI

Hi Experts,
  my company is plannig to integrate SAP POS with POS DM using XI. I need to speak to some 1 who has already gone through the process, as for this there are bottlenecks in 2 areas initially .
1. GM Store Connectivity is an object supposed to be available in market place in .TPZ  file needs to be imported into the XI development system. This object is not available in the market place of  SAP as per  url   "
http://sap.com/xi/GMStoreConnectivity. " Without this , I cannot go any further!
2. The PDF file containing entire processing steps " SAP Business Package for Store Connectivity POS Integration
Configuration Guide" Release 2.0 April 4, 2007, is incomplete. Is there any one who can offer me with the latest version of this document in PDF. Or is there any one who has worked with this PDF, so that I can discuss the same .
Thanks in advance to all of you,
Regards,
Arnab

hi
check the below:
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ck/te%2b-%2bpost-voided%2btransaction
regards
kummari

Similar Messages

  • Integration between third party software and SAP

    Hi all,
    I have requirement in which i have to integrate SAP with third party software. My third party software will be generating material no as we generate in SAP then after the generation of the Material No by the third party software again i have to pull the material no generated and corresponding information into SAP .Please tell me how to do this as i am new to these concepts and if possible please send links from where i can download study materials.
    Thanks and Regards
    Manu.

    Hello Manvendra,
    There are many approches for solving this integration issue:
    But before solving this issue there are few questions which need to be known:
    1. In what form the material no list is generated? i.e. some flat file, in database table, or shared memory
    2. What is the language for 3rd party software? C, Java, .Net etc
    3. What is the frequency of material number generation? i.e. is it on demand, batch processing etc
    Considering 3rd party software is generating flat file or csv files for material number we can have this integration in
    following way:
    1. Save file at particular location.
    2. You can configure logical path in FILE transaction
    3. Write ABAP report to read that file using logical path and file name.
         Refer following link for Link: [logical path creation|http://help.sap.com/saphelp_nw04/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/content.htm]
    4. Read file into internal table using Link: [GUI_UPLOAD|http://saplab.blogspot.com/2007/10/sample-abap-program-to-upload-table.html].
    5. Create BDC recording for MM01 transaction for material creation using Link: [SHDB|http://abaplovers.blogspot.com/2008/02/recording-bdc-using-transaction-shdb.html] transaction code.
    6. Using data from internal table and BDC recording create all the materials in SAP systems.
        In this step you need to loop at internal table and fill data variables in BDC recording with the internal table data
        and call the transaction MM01 for creating material.
    Above steps are very high level guidelines and it is one way of integration but concept wise more or less integration will be in same way!
    You can definetly fine tune it by exploring SAP help!
    Enjoy SAP!
    Thanks,
    Augustin.

  • Integration between an external system and SAP OM

    Hi everybody,
    I need to integrate an external system with SAP OM, and I would like to know how to do it (idoc? BAPI? other?)
    What we need is the following:
    1. External system -
    > extraction of data changes (Cost center, positions, jobs changes) to an excel file
    2. Excel validated by HR administrator
    3. Validation of this file -
    > creates an Idoc (how do you create it?)
    4. This Idoc feeds SAP OM
    Regards, and thanks in advance for your answer.
    Angie

    Hi Pradeep,
    Thanks for your answer!
    I am fresh in this area of SAP, and I still have questions...
    What are the BAPI and Objects  to use in this case? (I can't find any for OM)
    Thanks again for your enlightenment.
    Angie

  • Differences between Product Version SAP ERP 2005 and SAP ECC 6.0

    Hello Guys,
    I have to setup an new XI interface between two R/3 system. During Integration Scenario setup you have to select under Application Component Type the Product version for the R/3 systems.
    Now, i am able to select SAP ERP 2005 or SAP ECC 6.0 from menu
    Could someone tell me the differences between SAP ERP 2005 and SAP ECC 6.0. Both are listed as Product Versions.
    Thanks in advance!
    Jochen

    SAP ECC 6.0 is latest version 2005 is last year version . as you are intergatin between 2 . you need select accordingly our source and target.
    let me know you still require any doubt
    Thanks
    Sreeram
    Message was edited by:
            Sreeram Reddy

  • Connection between SAP R/3 and SAP XI with RFC

    Hi Experts,
    I am beginner in SAP XI.
    We are using SAP XI 3.0 SP 9 and SAP R/3 4.6 C
    I am trying to validate a connection between SAP R/3 and SAP XI with RFC.
    I followed all the weblogs ,and i did exactly the same way, but I am unsucessful...
    Schema not available Exception
    com.sap.aii.af.service.cpa.CPAException: Schema not available for RFC|3b787a8035c111d6bbe0efe50a1145a5|http://sap.com/xi/XI/System.
    at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryDataSAXHandler.endElement(DirectoryDataSAXHandler.java:262)
    at com.sap.engine.lib.xml.parser.handlers.SAXDocHandler.endElement(SAXDocHandler.java:154)
    at com.sap.engine.lib.xml.parser.XMLParser.scanEndTag(XMLParser.java:1826)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1722)
    at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2298)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1719)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2701)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:162)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:126)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:136)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:209)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:270)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:331)
    at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java:125)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)
    at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryDataParser.updateCentralCache(DirectoryDataParser.java:54)
    at com.sap.aii.af.service.cpa.impl.cache.CacheManager.updateCacheWithDirectoryData(CacheManager.java:713)
    at com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(CacheManager.java:595)
    at com.sap.aii.af.service.cpa.impl.cache.CacheManager$CacheUpdateRunnable.run(CacheManager.java:440)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    Please help me out on this
    Thanks in advance
    Raju

    hi,
    try refreshing you CAP cache:
    741214 (check this note)
    and check if the refresh was successful
    (CPA history)
    Regards,
    michal

  • Difference between SAP 4.7EE and SAP ECC 6.0 in terms of ABAP

    Hi all,
      I would like to know the differences between the SAP-4.7EE and SAP ECC 6.0 in terms of ABAP?
    can any body Please Help me?

    Hi Vijay,
    In terms of ABAP some function modules are obsolete in 4.7.
    e.g WS_UPLOAD, WS_DOWNLOAD etc.
    You can find the list of obsolete FMs in the table RODIR.
    These need to be replaced in the ECC System.
    Also ECC is very strict in case of EPC Errors. You need to check the EPC and remove the call function interface errors where it says SLIN observes catching of a runtime error. These might work with no issues in 4.7 but will shortdump in ECC.
    If you are doing to a unicode conversion also. you need to check the transaction UCCHECK for unicode errors.
    You also need to replace obsolete statements like >< and => , =< etc.
    Please let me know if you need any further info on this.
    Thanks,
    Sai

  • Connectivity between SAP ECC system and SAP BI

    Connectivity between SAP ECC system and SAP BI
    Hi BI-experts!
    I would like to load e.g. transaction data from SAP ECC system into SAP BI system.
    The Loading process is hanging in processing step u201CSERVICE APIu201D.
    The process  in hanging in status "yellow" and then changed after a while to status u201Credu201D.
    [0FI_AR_4 |http://www.file-upload.net/view-1447743/0FI_AR_4.jpg.html ]
    The following steps within Load process are yellow and then red:
    Extraction (messages): Missing messages
    Missing message: Request received
    Missing message: Number of sent records
    Missing message: Selection completed
    Transfer (IDocs and TRFC): Missing messages or warnings
    Request IDoc : Application document posted (is green)
    Data Package 1 : arrived in BW ; Processing : 2nd processing step not yet finished
    Info IDoc 1 : sent, not arrived ; Data passed to port OK
    Info IDoc 2 : sent, not arrived ; Data passed to port OK
    Info IDoc 3 : sent, not arrived ; Data passed to port OK
    Info IDoc 4 : sent, not arrived ; Data passed to port OK
    Subseq. processing (messages) : Missing messages
    Missing message: Subseq. processing completed
    DataStore Activation (Change Log) : not yet activated
    Question:
    Can some one tell me whether my distribution model or other settings are wrong?
    I created 2 distribution model (BD64), one from SAP BW system and other from SAP BI system with message types RSRQST, RSINFO, RSSEND
    Thank you very much!

    Hi Holger.
    this issue is related to the RFC but not the one which is communicating from BI to R/3 rather the one which is communicating from R/3 to BI follow these steps.
    1. check your BI system logical name from the myself source system.
    2. go the ECC and run the transaction sm59
    3. go the ABAP Connection folder and search for your RFC which name would be by default as per your BI logical system name.
    4. double click it and edit it now check whether the Target hostname or ip is OK.
    5. In the logon tab check the client number User and password settings.
    Save it and test it with both Connection Test and Remote Logon.
    if every thing work fine i hope your problem will be solved.
    kind regards,
    Zeeshan

  • How to Reconcile Data Between SAP Source Systems and SAP NetWeaver BI

    Hi,
    I just read "How to Reconcile Data Between SAP Source Systems and SAP NetWeaver BI".  While I'm waiting for  more authorisation to r/3 to carry it out and test this functionality.
    I'd like to ask a question to anyone who has implemented this type solution.  On page 10 it talks about creating a view then setting up the datasource. The solution talks about runnig a query.  I suspect when we run a query I would run it for only a period(using variable) to reconcile.
    My question is this.  Will the datasource extractor on /r3 only select the period in our variable or will it do a full selection of the data which would then be passed to BW for filtering?
    Regards

    DEar Mark,
    There are several avenues where you can see and reconcile your data with source system, u can see data in by tcode RSA3 for a datasource, and compare the values with actual document posted into the R/3 system. Respective fuctional consultant canhelp you a lot to confirm the data.
    On BW side u can see the data in PSA and then check tranformations which subsequent change/update/reject data records based on the selective conditions.
    hope this helps.
    Kindly assign the points if it works.
    Revert back if u need futher help/information.

  • Verify the data between SAP R/3 and SAP BW

    Hi Experts,
    How to verify the data between SAP R/3 and SAP BW at the time of data mismatches in reports.
    give me the proper solution.
    Thanks,
    Syam

    Hello,
    You must know what is the infoprovider source of the data shown in the report.
    Once you know it, check the content filtering by same restrictions as in the mismatch report. Now you have the data in BW.
    Then you have to know the proper transation or table in R/3, from where the extractor retrieves the data to populate the infoprovider; make same restrictions and compare it with data in BW.
    Regards

  • *what is the difference between web flow engine and sap business workflow?*

    Hi,
    Can any please guide me by telling what is the difference between web flow engine and sap business workflow?

    >
    Arghadip Kar wrote:
    > Check this link
    >
    > http://www.workflowing.com/id35.htm#1__what_is_the_difference_between
    ... which is exactly where the FAQ item came from!

  • Diffrences Between SAP HR workflow and SAP Logistics workflow

    Hello All,
                     Do we need to do any specific configuration settings to be done in the system to work on SAP HR workflow in ECC 6.0?
    I am using SWU3 for automatic workflow customizing?  But I am getting error indicator for u201CCheck Entries from HR Control Tablesu201D in the Maintain Definition Environment Node. 
    Are there any major differences between SAP HR workflow and SAP Logistics Workflow?
    Regards
    Venkat

    Hi Mike,
          what can be the impact if Check Entries from HR Control Tables setting are not maintain in the System. caz my workflow is going in waiting status and when i have chacked the container for that element then there in _Workitem.ExecuteByUser-ID is coming as <NOT SET>.
    So can you please put some light on this.. that what can be the resion behind this ...?
    Is this a Check Entries from HR Control Tables Problem or any other reason..
    Thanks & regards
    Dev

  • Difference Between SAP R/3 and SAP CRM

    hi firends,
    Iam new to the SAP world.What is the difference between
    SAP R/3 and SAP CRM.
    What are the additional services provided by the SAP CRM?
    How it does differs from R/3?
    Can any one guide me.
    Thanks in Advance
    Ganga Prasad

    Hello,
    I think the best start is to look at the:
    - <a href="http://www.sap.com/solutions/business-suite/crm/featuresfunctions/index.epx">mySAP Customer Relationship Management: Features & Functions</a>
    - <a href="http://www.sap.com/solutions/business-suite/erp/featuresfunctions/index.epx">mySAP ERP: Features & Functions</a>
    also the help at http://help.sap.com/ could be very valuable:
    - <a href="http://help.sap.com/saphelp_crm40sr1/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm">mySAP Customer Relationship Management</a>
    - <a href="http://help.sap.com/saphelp_erp2004/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm">SAP ERP Central Component, Release 5.0, SR1</a>
    Regards
    Gregor

  • Difference Between SAP Netweaver 2004 and SAP Netweaver 2004s (7.0)

    Dear All,
    Could you please list out the differences between SAP Netweaver 2004 and SAP Netweaver 2004s (7.0)?
    Thanks,
    Rahul Bhat

    Hi Rahul,
    These threads can give you some insight:
    What's it gonna be: NW2004S?
    NW2004 vs. NW2004s
    Need help on Netweaver 2004 and Netweaver 2004s
    /thread/196931 [original link is broken]
    difference between 2004 and 2004s?
    NetWeaver version question
    Bye
    Ankur

  • Difference between SAP Add on and SAP Plug-in

    Dears:
    If there any difference between SAP Add on and SAP Plug-in? If the t-code is the same?SAINT?
    Edited by: Neeraj Chang on Jan 28, 2009 3:25 PM

    Read,
    http://help.sap.com/saphelp_em51/helpdata/en/4e/6152653359c6478edd0b5b27b64d9c/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/EN/26/5a8c38e3494231e10000009b38f8cf/frameset.htm
    Yes, you use SAINT to install both and SPAM to patch them
    Regards
    Juan

  • Difference between SAP 4.6C and SAP ECC6.0

    hi ,
               Can any one give me the difference between SAP 4.6C and SAP ECC6.0 .
    in respect to following points..
    Assertions and Breakpoints
    New Debugger
    New Editor
    Run Time Type Services (RTTS)
    Unicode

    HI Neha ,
    ECC->enterprise central component.ECC 6.0 is the advanced version.if we consider in technical point of view then i can give u one example.
    In the new version we have enhancement points and enhancement sections along with enhancemnts and BADI'S.SAP has provided these ,so that without going for access keys we can write our code in the enhancement points along with Standard SAP code.So now SAP has provided more user friendly environment.Also a new DEBUGGER also arrived with the new version.Now we can see more things in the new er version of DEBUGGER.
    Thanks ,
    Ashish Gupta

Maybe you are looking for