SAP XI , POS DM and BW

Hi experts
We are implementing BW & POS DM along with SAP IS Retail. A legacy application is used at the POS. Can you clarify on the following
1) What are the common models/extractors for loading POS data into POS DM or BW
2) Is SAP XI mandatory in this scenario - to extract POS data into either BW or POS DM
3) Similarly, if we were to extract data into BW from SAP ECC, would XI be manadatory
4) Should BW and POS DM be necessarily on the same server?

Hi Amitabha,
If I understand this correctly, you are completing the Goods Receipts at the Store Manager Application, correct?
Then again, when EOD is performed and the TLOG is sent back to Head Office you are unable to see the Goods Receipt transactions performed at Store Manager application.
Now, something to point out is that every transaction performed in the Store Manager application gets its own txn file, denominated "p5".
Go to the following path at the SERVER:
C:\XPS\sdata
Now, find all the "*.txn" files. You will note the following file:
####p500.txn (where #### is the store number).
All these "p5's" txn files contain the information you need. You just need to make sure that the EODPROC. BAT has the CVTLOG command line instructing to also convert these P5's txn files.
Hope this helped,
Alfredo Carigga

Similar Messages

  • SAP BW 3.52 and POS DM: Architecture Best Practise

    We are retail/wholesale company that are two different business units. Currently we are running SAP BW 3.0 that is integrated with SAP R/3 and APO for reporting purposes. We are now in the early stages of implementing SAP Retail along with SAP POS DM to support the Retail business. We have a question re the architecture and the best practices. We were told that POS DM is integral part of SAP BW 3.52 i.e. a function within BW application. We would like to run the retail instance of SAP BW on a separate box and separate the POS DM onto another box. The reason being, POS DM processes all the store POS transactions through either to IS-Retail or SAP BW. We believe the transaction processing that occurs in POS DM should be separated from SAP BW, in order maintain efficiencies. Can anyone share their perspective and experience on what the best practice would be? Also, is it possible to do what we would like to do i.e. POS DM and BW running on different boxes?
    Please advise.
    Thanks
    Satish Seshayya

    Information about POS DM should come within the next time as a Update of the Solution Manager.
    Some Remarks :
    The best way to get some information is to contact SAP-Sales The most of my customers run POS DM on the same Box as BW.
    A typical process will look like this :
    POS System is mapped via Converter (e.g. XI) to the BAPI of the PIPE (/posdw/bapi_postr_create). Also you could feed the PIPE via IDOCS or via direct input (Proxy).
    You've got some internal tasks running for validation of the data (sequencing, duplicate...) and you can schedule other tasks to supply the R/3 with IDOCs and to write Data to the DeltaQueues where BW can take the Data.
    You can plan everything time-based. Thats meaning as long you don't have a huge amount of data (e.g. >12.000.000 LineItems/day) you should get no big problems with the right hardware.
    Also you're able to do "trickle feed", that's more or less an immediatley processing of the data (e.g. directly or every 2 hours)
    wish u much luck

  • Using the Open Catalog Interface (OCI) between SAP-ECC 6.0 and SAP-MDM

    Hello ASUG Community.
    I'm working on an SAP-MDM project where we will configure the OCI interface between SAP-ECC 6.0 and SAP-MDM.  The business requirement will be to punch out to SAP-MDM's catalog from SAP-ECC for expensed items (e.g., no material master record exists in SAP-ECC).
    The data that will be returned to SAP-ECC will be purchase price info, material group, short text, & our global SAP-MDM item number.
    The question I've been trying to design around is "where to store the SAP-MDM item number"?
    I've looked into creating a custom filed on EKPO but now feel that a configured text field will be the best solution from an SAP-ECC point of view (less effort on the SAP-ECC side from a development perspective, no need to regenerate the EKPO table, etc.).
    The question I'd like to pose to ASUG is.... Does anyone have experience or an opinion to offer using this functionality?  It seems that I will have to code in a user exit or BAdi to insure that the SAP-MDM item numbers are returned to the appropriate text field on my POu2019s.  Or can this be done using the standard OCI functionality?
    I found OSS note 1347656 which references BADI "ME_CATALOG_INTERFACE" but I'm not sure if this right path to go down or if this would be the correct place to code non-conforming OCI mapping requiremetns.
    Any insight would be most appreciated.
    Thanks.  Sincerely,
    Rich Wortmann

    I would suggest you create a new field for this as you may require thois going forward for reporting as well. Text fields are difficult to report.
    Sorry not sure about the BADI to use.

  • HELP ME IN step by step installation for sap 4.7 IDEAS AND sap 4.7 EE

    HI
    EXPERTS CAN ANYBODY GIVE STEP BY STEP INSTALLATION  PROCESS FOR BOTH
    SAP 4.7 IDEAS AND EE VERSIONS I AM NOT THAT MUCH PROFICIENT IN INSTALLING  I HOPE U R GUIDLINES CAN MAKE ME CLEAR IN INSTALLING I HAVE SOME QUESTIONS RATHER THAN THIS TO ANSWER
    1.IS THE ISTALLATION PROCESS OF ALL SAP VERSIONS ARE SAME?
    2.WHAT IS AN OBJECT IN SAP?
    3.WHAT IS THE DIFFERENCE BETWEEN COMPOSITE ROLE AND A DERIVED ROLE?
    YOU CAN SEND ANSWERS TO MY MAIL ID:<b>[email protected]</b>
                                                         THANK YOU TO ALL  IN ADVANCE

    Hey Rajesh,
    answers:
    1) Yes, the installations procedures is almost the same for all SAP versions, however its advisible to use follow the installation guides which comes with the DVD or is also available in SAP marketplace..
    2) Object is SAP is almost everything in Sap.
    object could be anything like
    TABLES
    PROGRAMS
    VIEW
    FUNTTION MODULES
    DOMAIN
    DATA ELEMENT
    STRUCTURE
    and so on
    3)Composite role is the combination of two or more roles(be it 2 or more  single roles or combination of two or more composite roles or permutation of single and composite role).. whereas derived roles can inherit all authorization objects from the parent role and can have its own authorization objects as well..
    Hope this clears your doubts.
    Revert for any clarifications..
    Please reward for usefull post.
    Regards,
    Anand.

  • SSO between SAP Portal 7.3 and Ruby on Rails

    Hello Everyone,
    We are planning to integrate SAP Portal 7.3 and a RoR application and I am wondering If someone can share some experience (If you have any of course) on how to establish SSO between SAP Portal and RoR.
    The SAP Portal will act as service provided and RoR as a consumer, we don't have LDAP, so the Portal UME is in ABAP and RoR uses an own UME database. We have SSO between our Portal and SAP Backend systems.
    In RoR customers will have access to their own information (Invoices, etc..) that will be provided by the backend system.
    URL transaction and iFrames is not an option for us.
    The second option is to call Web Services, directly or through the SAP Portal (we are using a central sr).
    I am a NetWeaver consultant who heard about RoR but have no experience in this field.
    All help and tips are greatly appreciated!.
    Regards,
    Ridouan

    We used Client certificates. Still working on the PoC.

  • SAP PI 7.1 and LU6.2 protocol

    We have a new requirement to integrate SAP PI 7.1 with IBM mainframe using LU6.2 connection protocol. I searched this forum and found that it can be achieved using iWay adapter.  We have interfaces that need to send data from SAP to IBM mainframe and vice-versa.
    What we are not sure is, if we are going use iway adapter... does it requires any software installation on mainframe?
    Our situation is, we are not allowed to do any changes or install on mainframe side. There are already several interfaces connecting IBM mainframe with other IBM systems using LU6.2 protocol. IBM mainframe would do same LU6.2 protocol connection to external system irrespective of SAP or other IBM system.
    -  How does LU6.2 iway adapter works?
    - Does iWay LU6.2 adapter requires any software to be installed on mainframe?
    - Does iWay LU6.2 adapter accommodated incoming LU6.2 connections calls coming from IBM mainframe to SAP PI 7.1?
    Could you please, post your experience with LU6.2 with iway adapter and also help us to understand on above questions.
    Thanks a lot in advance!

    whenever you buy a 3rd party adapter i dont think you will have to do any installation on the application systems.
    You will have the adapter installed on the PI server and which will enable connectivity to the appl. system

  • What is the difference between SAP NW PI7.1 and PI7.1 EHP1

    We have a customer using SAP PI7.1 EHP1. The application to be deployed
    isdeveloped on SAP Netweaver PI 7.1 SP06.
    We need to know if application developed and transported from PI7.1 is
    compatible with EHP1?
    Below are the Components used by the application .
    1) SSL communication using SOAP adapter
    2) Java mapping , Graphical mapping , XSLT mapping
    3) Customised EJB modules
    4) Adapter framework
    5) ALE layer for IDoc communication from ERP to PI
    6) RFC lookups to PI system and ERP system.
    Questions
    1)Will PI EHP1 be able to communicate with PI7.1 using SOAP adapter ?
    2) What is the difference between SAP NW PI7.1 and PI7.1 EHP1 ?
    Regards,
    Sneha

    Hi,
    EHP Pi7.1 new
    IPv6 Support in SAP Systems (new)
    Async/Sync and Sync/Async Bridge in the JMS Adapter (New)
    High Availability (New)   Locate the document in its SAP Library structure
    Use
    A new concept is available for setting up a high availability environment for SAP NetWeaver Process Integration (PI). To do this, you need SAP Web Dispatcher for load balancing, and you must reconfigure your HTTP, RFC, and RMI connections so that they can be used for load balancing. You must also make various configuration steps in other components of your PI environment.
    [Level 4: Document: XML to Text Conversion Module (New)] XML to Text Conversion Module (New)
    Message Packaging (New)
    Monitoring Milestones (New)   Locate the document in its SAP Library structure
    Use
    You can use the new scenario variant Monitoring Milestones of the Business Process Management scenario to define a monitoring process that can monitor events from different applications. A monitoring process can subscribe to events from SAP or non-SAP systems.
    check  given Link
    http://help.sap.com/saphelp_nwpi711/helpdata/en/61/8c3842bb58f83ae10000000a1550b0/frameset.htm
    Regards,
    Amit

  • SAP BI 7.0 and BO XI 3.1 Integration Problems

    Hi everyone,
    After following through every step of:
    Re: Checklist for SAP BI 7.0 and BO XI 3.1 integration - Challenges
    I still get the following problems:
    1. Unable to find SAP in CMC Authentication
    2. At the login page of InfoView, I can select SAP as authentication method. However, after inputting the login information, I get the "The plugin secSAPR3 does not exist in the CMS (FWM 02017)"
    3. I was able to create a new connection in Designer to connect to SAP BW, and select one of the existing cubes. After uploading the Universe, I created a new Web Intelligence document and dragged couple of objects into Result Objects. After clicking Run Query, I get the following:
    A database error occured. The database error text is: The MDX query SELECT { [Measures].[0BBP_BILITM] } ON COLUMNS FROM [$0BBP_C01] failed to execute with the error See RFC trace file or SAP system log for more details. (WIS 10901)
    Even tried:
    Webi Stucks while trying to create report with BW7.0 (WIS 10901)
    and still no luck.
    Here's the environment information:
    Installed (In Order):
    1. BOE XI 3.1
    2. Xcelsius 2008
    3. LIVEOFFICE
    4. SAP GUI 7.0
    5. Crystal Report 2008 with SP1
    6. BO JCo
    7. BO Integration Kit for SAP
    Any help will be appreciated, thanks in advance!!
    David

    Hi Ingo,
    I've noticed that in your step by step manual, you are using BO XI 3.0. So I created a Virtual PC with Windows Server 2003, and installed BO XI 3.0, SAP GUI 7.0, Java Connector, BO Integration Kit for SAP.
    Without any errors nor issues, now I see "SAP' in CMC's Authendication (not the login). So now I can assume it's because BO Integration Kit only supports BO XI 3.0 and consider it solved?
    However, I still get the same error as my 1st post:
    3. I was able to create a new connection in Designer to connect to SAP BW, and select one of the existing cubes. After uploading the Universe, I created a new Web Intelligence document and dragged couple of objects into Result Objects. After clicking Run Query, I get the following:
    A database error occured. The database error text is: The MDX query SELECT { Measures.0BBP_BILITM } ON COLUMNS FROM $0BBP_C01 failed to execute with the error See RFC trace file or SAP system log for more details. (WIS 10901)
    or
    A database error occured. The database error text is: The supplied XML is not valid. [0COMP_CODE].[LEVEL00]. (WIS 10901)
    Any ideas?
    David

  • Performance problems with SAP GUI 7.10 and BEx 3.5 Patch 400?

    Hi everybody,
    we installed SAP GUI 7.10 and BEx 3.5 Patch 400 and detected hugh performance problems with this version in comparison to the SAP GUI 6.40 and BEx 3.5 or BEx 7.0 Patch 800.
    Does anybody detect the same problems?
    Best regards,
    Ulli

    Most important question when you are talking about performance-issues:
    which OC are you working on and which excel version?
    ciao
    Joke

  • SAP CRM 7.0 and Enterprise Portal

    Dear SAP Gurus ,
    I have question about the New CRM WEB UI and integration to SAP Enterprise Portal .
    We have been using the SAP Enterprise portal for accesing the SAP CRM functionalities before (eg create Opporutnites and Sales Order ). But with the New SAP version(7.0 and 2007 ) its possible to  have its own portal.
    Now the question is it possible to integrate the NEW SAP WEB UI into the existing portal ? Eg: If we want to have link in Enterprise portal with the Sales Order create functionalyt direlty without going into the stand alone  CRM WEB UI  . Would it be possible to directly call the Sales order service WEB UI in enterprise portal . Right now what we see is that the NEW CRM WEB UI is stand alone and for these type of fuctionalites the user need to login to the NEW web ui and then go to the create sales order screen .
    Is it possible to directly embed the new UI components in the existing SAP enterprise portal ?
    Many Thank for your kind advise !
    Best Regards,
    Ankur

    Ankur,
    Once you have correctly integrated to Portal following the SAP Note, you will no longer see the CRM Navigation. They will be Portal Navigation. If you have read and understood the note, it will be clear. On an overview, let me explain the steps involved.
    1. You create a CRM role (based on some job role) say "Sales Rep" and have configured the CRM Web UI for all the navigation and applications. Like Account maintenance, Opportunities, Sales order create etc. etc.
    2. Following the note and running a CRM transaction, you will now "Export" this CRM role to an external file. This file is very similar to a "business package". All the portal roles, pages, iVeiws etc. get created.
    3. You will now "Import" this into your portal. Again follow the notes to know the loaction.
    4. In the portal, you will assign this "portal role" to your users.
    When these users log on to portal, they will see Portal Navigation (not the CRM navigation). So, the main point lies in defining the CRM role and get it working.
    Hope you get the point....
    Easwar Ram
    http://www.parxlns.com

  • Installation of SAP Business One client and required administration rights

    Dear community,
    I would like to kindly ask you for your feedback on the installation of SAP Business One client and its patches on end-user computers.
    The pain points I have heard so far are the following:
    - The installation of SAP Business One client and its patches has to be started by a user with administrator rights.  As far as I know (and please correct me if I am wrong), this is also required in case of installation of any other software.
    - End users usually do not have administrator rights and therefore the SAP Business One clients have to be manually upgraded by administrator.  This is time consuming (and therefore costly) activity.
    We are considering to design a new solution which would overcome the above limitations.
    I would like to confirm with you if my understanding is correct:
    Question 1:
    Is it a common situation that the end-users of SAP Business One client do not have administrator rights and therefore cannot install the patches of SAP Business One client by themselves?
    If yes, how do you resolve this currently?
    Question 2:
    Do you use Microsoft System Center Configuration Manager or Active Directory (or any other 3rd party solution) to automatically distribute software packages and updates to client PCs at your customers?
    Question 3:
    If the SAP Business One client installation (and its patches) is delivered as MSI package with silent installation capability, would you be able to automate the deployment of B1 client updates to client PC using the abovementioned technologies? Or can you still see some obstacles?
    Thank you
    Best regards
    Jan Ruzarovsky
    SAP Business One Product Management

    Dear all,
    Thank you very much for your comments, very helpful!
    @Marco - SAP Business One 8.8 client currently does not support the silent installation / upgrade. However we are currently considering this requirement and we would like to deliver it as soon as possible.
    We are currently considering several possible designs. One of them is as follows:
    1. A new SAP Business One Updater Service will be installed on each client workstation.
    It will be a windows service installed and running under a local system account.
    2. The updater service will check regularly if there are any new patches of SAP Business One client or add-ons uploaded to a configured shared directory.
    3. If a new patch is found in the shared directory, the updater service will SILENTLY install the new patch (add-ons, SAP Business One) on the client workstation.
    The service would be able to install patches even if nobody is logged in.
    Questions:
    If we consider the above design, there are a few open topics:
    1. During the upgrade of the SAP Business One server, the client patches (and SAP add-on patches, partner add-ons) would be placed to a SHARED directory instead of into SBO-Common (as it is implemented currently).
    - Does this have any impact on your tools, processes or add-ons?
    2. SAP Business One upgrade wizard will put the latest patch of SAP Business One client into a configured shared directory. The shared directory will have to be read-only for everybody in the network to avoid that the valid installation files are replaced by malware or virus infected files
    - Can you configure such a shared directory? 
    From customer perspective, if a new patch is put into the shared directory, the updater service can behave as follows:
    1. Manually initiated upgrade of the client
    Example: Customer starts the old (not upgraded) SAP Business One client. The client will inform him/her that a new patch has been found and it has to be installed in order to continue working with the client. After customer clicks "Yes", the upgrader service starts the silent installation of the client and informs customer about the progress. Once the upgrade is finished, the upgraded SAP Business One client will be started automatically.
    2. Automatic update:
       - Update the client automatically (e.g. overnight) if customer is not working with SAP Business One
       - If SAP Business One client is running, ask customer if he/she wishes to upgrade the client now or to delay the upgrade by X minutes.
    Question: Which of the above two scenarios would you and your customers prefer?
    If the upgrade is fully silent, automated and handled by the upgrader service, Is it acceptable for customers to trigger the installation manually and wait till the client is upgraded? Or would they prefer to have the client updated for them e.g. overnight so they can immediately start to work?
    Best regards
    Jan
    Edited by: Jan Ruzarovsky on Sep 29, 2010 9:37 AM

  • SAP GUI 7.0 and RRMX

    I am using BI NW04s and using RRMX via the SAP GUI 7.0.
    My problem is that BEx will not start.
    SP13 is meant to fix the problem and there is a note (1018928) that details how to fix it for other SPs....however this does not seem to work.
    Any ideas?
    Thanks
    Patrick

    To solve this problem go to Analyzer 7.0 --> choose option --> global settings --> and mark the option: Launch SAP BW 3.x verion of Bex Analyzer from SAP Gui (RRMX).
    And start the Analyzer 7.0 again.
    Cheers,
    Hassan

  • Difference in SAP R/3 Financials and MY SAP ERP Financials

    Hi ALL,
    Can any one tell me the difference in SAP R/3 Financial and MY SAP ERP Financial
    Thank and Regards
    Kedar

    My SAP ERP provides additional analytics such as financial analytics, workforce analytics and operations analytics. We get employee life cycle management and employee relationship management and there's a financial supply chain component.
    The NetWeaver piece gives you portal capabilities and better integration capabilities for integrating applications with applications from other vendors.
    Check out the solution overview in this link.
    http://download.sap.com/download.epd?context=34A481C8164156DEF6E507D82889F9F5D8D8F5BC953285A76585EA32C01E3F8A402BF4874B54DC389CD1EB0DCC5C469451499E974252ABDD
    Reg,
    Arun

  • What is the difference b/w the sap r/3 platform and netweaver?

    what is the difference b/w the sap r/3 platform and NetWeaver.
    do both go hand in hand .......
    i am relatively new to ESA....
    if one want to manage databases will he use sap/3 or NetWeaver...
    is NetWeaver is additional functionality incorporated in r/3 to mange it strategies......

    Hi,
    Check out this forum posting. I think it covers the question - it has been asked a couple of times.
    netweaver vs mysap
    Cheers,
    Mike.

  • SAP BI 7.0 to SAP PI to FTP and with Open Hub Destination ...Help!!!!

    Dear SCN Experts,
    I am currently working on scenario where I have a requirement to push data from SAP BI 7.0 to SAP PI 7.
    And I am using Client proxy for SAP BI to send the data from BI tables to SAP PI and then to write to FTP address.
    Now the challenge I am facing is the ABAP Proxy how to use it with Process Chain and also I am having Open hub destination created for the same.(Specifically with the new version i.e. 7.0)
    Can you atleast make me understand what are the steps involved in this for Client Proxy, Process Chaing, How will proxy trigger and other regarding the same.
    I have searched SDN but got the document having older versions in it. Which doesn't serve the purpose.
    Regards,
    [Gaurav Patwari|http://gauravpatwari.wordpress.com]

    Hi Michal,
    Thanks for the reply buddy.
    I know that we can run the scheduled report for the proxy to fetch the report. But the client requirement is to use process chain, Open hub destination which fetches data from the ODS to Ztable created.
    We need to fetch that data from the table via our proxy. I am familiar with that report related method.
    I have one document using the same method but is using Infospoke(which is now obsolete) so have to OHD and also some of the proxy of XI's older version. So is not helping me out.
    Please do the needful. Or can you send me some sample scenario like this with screen shots. It will be a great help.
    Regards,
    [Gaurav Patwari|http://gauravpatwari.wordpress.com]

Maybe you are looking for