Extract data from Retai & AFS system

Hi , Guys,
If there are SAP Retail & AFS system with different master data and transactional data , how can I extract master data and transactional data from these two system into SAP BW?
For example , if i want to extract the stock management data , how do I create the two Souce system in BW, both as SAP souce system or not?
Thanks !

Hi Yong,
1. Should I create both systems as SAP source system or not?
Yes, both should be created as SAP source systems.
2. If I want to extract the master data of 0MATERIAL , should I do the extraction job from the two source system with "0LOGSYS" ?
You have to understand the business process of how material master data flows across these two systems with the help of the functional team.
In our scenario, we have not used '0LOGSYS', because the same material code coming from both the systems were one and the same.
3. If I want to extract the transactional data of stock movement data from both systems, which infocube in BI content can I use?
I suggest you implement standard business content ( 0IC_C03, I guess ) and utilize that for one source system ( Say AFS). Copy this cube into Z cube called ZIC_C03 and connect the retail data sources to this cube. If you want to combine stock reporting from both the systems, you can create a multiprovider on top of this.
Thanks,
Krishnan

Similar Messages

  • Error while extracting data from a remote system

    Hi,
    I am facing problem while extracting data from a remote system. The connection is alright I can extract the table required from the remote system,but when I deploy it I get this error
    ORA-04052: error occurred when looking up remote object [email protected]@ORACLE_UBN_15_LOCATION1
    ORA-00604: error occurred at recursive SQL level 1
    ORA-28000: the account is locked
    ORA-02063: preceding line from UBNDW@ORACLE_UBN_15_LOCATION1
    here Scott.demo1 is the table and UBNDW is the sid of the remote system and ORACLE_UBN_15_LOCATION1 is the location. Please help me out with this
    Thanks

    Hi,
    IDOC's need to be processed manually either in OLTp or in BW depending on the failure. Error msg in monitor status will take u to either BW or OLTP whernever there is a prob. Process IDOC's , this will start the left over packets and will finish the load.
    we hav to check IDOC in WE05(t-code) and know the status these are WE51,WE52,WE53 AND GOTO WE19 there we hav to execute the exist Idoc will succesfully loaded Idoc
    Goto St22 see the short dump error msg..
    post if there any inf..
    Thanks,
    Shreya

  • Looking for SAP solution to extract data from the production system

    Hello,
    we are looking for the SAP standard tool to extract data from the production system and copy it to the development system. It should be as functional as some kind of partial client copy. The data, which we need to replicate is master and transactional data from FI, CO, AA MM and nice to have FS-RI modules. There is a product offered by the IntelliCorp called "Data Management" but we would like to know if SAP offers its own product.
    Kind regards,
    Krzysztof Murkowski

    Hi,
    SAP offers a solution called 'Test Data migration Server' or TDMS.
    You can access the master guide from the below link:
    https://service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700006332942006E
    Cheers !!
    Satya.
    PS: Pls reward points if the answer was helpful...Thx.

  • How to extract data from a remote system

    Hi,
    I want to extract data from another system and map it with a target table in my local machine. what is the procedure to do that?
    I tried to create another module specifying location of that remote system I could extract the table but when I am mapping with the target table I am getting this error
    ORA-04052: error occurred when looking up remote object [email protected]@ORACLE_LOCATION_UBN_15
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01017: invalid username/password; logon denied
    ORA-02063: preceding line from UBNDW@ORACLE_LOCATION_UBN_15
    here ORACLE_LOCATION_UBN_15 is the location and UBNDW is the SID for that system
    SCOTT is the username I have provided while creating the module
    Please help me out with this..
    Thanks

    Hi Roberto,
    thank you for the fast answer. I have read this before but i don't understand the needed steps on the Oracle-System.
    Hope anyone can help me...
    Thanks
    Muammer
    Message was edited by:
            Muammer Kizilaslan

  • 0CRM_SALES_ACT_1 takes a long time to extract data from CRM5.0 system

    Hi Team,
    We are having CRM 5.0 and BW 701.
    We are extracting data from CRM to BW using extractor 0CRM_SALES_ACT_1 in CRM. But it is taking long time.
    Please suggest what can we do to improve the performance.

    Hi,
    its depend on the data volume its take a time along with CRM server.
    during your load time if crm server was busy then it may delay your load.
    Need to trigger your load where less burden on servers(CRM/BW).
    While triggering before please check available application servers to process your request at SM50.
    if this full load and have huge data then please split your loads with selections and load them into bw.
    you can increase processing records count and info pack wait time at info pack level.
    go to info pack--> menu scheduler--> wait time and datas setting for data transfer.
    during your load time ask basis team to keep on eye at T code - SM58(CRM).
    Thanks

  • Pulling/Extracting Data from Multiple SAP Systems - Scripting, ABAP?

    Hello All,
    I am working as an analyst for a large company that has multiple SAP installations across the world.  What I am trying to do is create some global reporting metrics based on data from all of those systems on an ad-hoc basis without having the other units send the data to a central repository.  I can receive access to all of the systems but I am unsure how to pull the data. The access to one of the systems I have currently does not allow the use of ABAP or RFC but does allow scripting.  If I have a good business case I could ask for ABAP access and RFC as well.
    I have researched and read through many posts and articles within the forums but I am yet to find a solution.  I have experience in VB, VBA, and MS Access.
    Can anyone suggest any ways to move forward? 
    Thanks!

    According to my understanding, you may use vba in your excel or a just vb by programming against rfcsdk(librfc32.dll) or the newly nwrfcsdk, or use jco or nco..., but all these method are based on rfc function call.
    You may write a simple abap side data extraction agent, just a function select some table with the data you interest, and then call this function from outside regularly, then you may save the returned table to a csv then bcp to sqlserver(c + batch), or just write to excel sheets(vba).
    The simple table read function you may check RFC_READ_TABLE, but it has some limits and are not released. The more functional agent is also can be found from other vendors, eg ms sqlserver2005 kit`s sap adapter...
    I do not have idoc or services experience, maybe in that senerio you will find a easier solution.Good luck, you may reach me at <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • Extracting data from R/3 System table

    Hi,
    Currently, I am reading table data using RFC_READ_TABLE function module. but I want to achieve same thing using the Open hub services. There is so much of information about infoSpoke/open hub etc. But couldn't understand how to specify the target table and the query parameters etc. It would be of great help if somebody can point me to the correct document which describes all the steps.
    Thanks,
    Kranthi

    Hi,
    [check this out|http://help.sap.com/saphelp_nw04/helpdata/en/ce/c2463c6796e61ce10000000a114084/frameset.htm].
    Siggi

  • Problem with extract data from R/3 to BW

    I want extract data from R/3 system.the problem is when I run the infopackage,I can see the status is yellow In the Monitor and the data can't extract to BW.but in the source system,the job of extracting data has been finished.
    (use the Tcode: WE02)the Outbound IDocs and Inbound IDocs are OK,but in the BW system ,I canu2019t see the Inbound IDocs.
    In the source system use Tcode: SM50,I can see the process SAPLQOWK is running for a long time and run out system memory.
    use Tcode : SM58, I execute LUW, the data can transfer to BW system,but the report SAPLQOWK is not stop.
    it would be stopped by canceling the process manually in operating system or it run out time.
    why can't i extract data from R/3 system successfully ?
    why the process SAPLQOWK can't finish?
    how can i do?

    Hi,
    I hope the note 527481 would help you to sort out this problem.
    Regards,
    Anil Kumar Sharma .P

  • Extract data from AMPLA to SAP BW

    Hi All,
    My requirement is to extract data from a Non SAP system called AMPLA (SQL Server 2012) to SAP BI system (7.0). I need to consider possible ways for SAP BI to extract data from Non SAP Systems like DB Connect, UD Connect, Web services etc. Does anyone have experience extracting AMPLA data to SAP BI system successfully and what method is ideal to be used? Also in what form is data usually available in AMPLA source system(tables/views etc)?

    Hi Udit
    Before that could you refer this SAP Notes for database connection
    128126: Database Connect for external tools
    1601608: How to access an external SQL Server database
    Regards
    Sriram

  • Error when extracting data from ETL - Missing messages and missing InfoIdoc

    Hi All,
    We are using BW 3.0 and extracting data from other source systems through Informatica Powercenter (ETL). The system is working fine but when we try to extract data on 31st Dec , we get the following error. Only this load gives the error and all the other load to other data targets are going fine. All the data are one-to-one mapped from ETL to BW.
    Error messages from Monitor -Status tab:-
       "InfoIdocs missing; external system
       Diagnosis :- InfoIDocs are missing. The IDocs are created in BW with non-SAP systems as source    
       systems that transfer the data and metadata to BW using BAPIs. Since the IDocs are missing, a   
       short dump in BW probably occurred.
       System response:  No selection information arrived from the source system"
    Error messages from Monitor -Details tab:-
        Missing message: Number of sent records,   Missing message: Selection completed
    Highly appretiate your suggestions.
    Vinod.CH

    Hi Rathy Moorthy,
    Thank you very much for your reply. The source system connections are OK and we are able to load data to other Data targets from ETL, we have issue only with this this particular load. The load extracts data and I have loaded the data from ETL to PSA and have checked the data content and it is correct. But when I update the same data to the target I get this error. I have also tried to update from PSA to target and also directly from ETL to target.
    Appretiate your suggestions.

  • Unable to extract data from an AS/400 system.

    Hello experts.
    We are trying to extract data from an AS/400 system but not having any success until now.
    I´ll write down you the stepts that we have followed until now:
    1.- Create a DB Connect between both systems
    2.- Create a Source System from AS400 in the workbench under DB Connect Directory
    3.- Generate datasources from tebles specified in the schema of the connection
    break point -
    At this point, we had a problem with some tables with at least one fieldname containing character "Ñ".
    After asking some possible solutions to SAP, the told us this is not supported, as the system can´t have any object with character "Ñ", so the transfer structure was unable to activate with this fields in the datasource.
    --- end of brek point --
    4.- After those issues, we´ve decided to implement, in another schema, views from those tables which had the fieldnames with that character "Ñ", changing them to an "N".
    5.- We´ve created another source system with that schema, and user than can see that schema.
    6.- To be able to see those views, in transaction RSDBC, we had to deactivate the two checkboxes in the first window ( Choose tables and Choose views) .
    7.- Right afeter, we could generate correctly the datasources from this logical tables.
    8.- We have designed  the hole dataflow for this datasources and everithing went rigth.
    9.- But wen we tried to execute the infopackage to extract data from those logic tables, we cannot get any registers. Acctualy the charge remains yellow after the job have finished.
    Please, I would appreciate any help you could give us on this problem.
    Thank you very much
    Regards
    Joaquin

    I´d like ti add something to this thread, and maybe clarify a littel bit the question.
    The only way that the BW system recognizes those logical tables, through transaction RSDBC is checking out the two boxes on this transaction, "Select Tables" and "Select Views".
    I don´t know haw these logical tables have been created, bus does this mean that the are not neither tables or views as BW understand them.
    Please, if someone knows anythin about this, answer to this thread.
    Thank you very much.
    Joaquin Sobrido

  • How to extract data from ODS to non-SAP system

    Hi,
    Can anybody tell me, step by step, how to extract data from ODS to a non-SAP system?
    Is it possible to do it without programming effort? And is there volume limits for this kind of extraction?
    The non-SAP system is an unix system.
    Thanks in advance
    Ella

    Ella,
    You can look at it from the concept of a BADI / Infospoke
    Extract the data from the ODS to a Flat file / RDBMS using an infospoke. I am not sure as to how the infospoke loads data into the RDBMS ( did it very long ago ) but then you can push it into an RDBMS and I am sure it will be system neutral.
    Hope this helps...
    Arun
    Assign points if it helps

  • BO DI for extracting data from legacy system to SAP BW 7.0

    Hi,
    Has anyone worked on scenario where BO Data Integrator is being used as ETL tool for extracting data from legacy systems to SAP BW 7.0 ?
    Please share your experience on such a landscpae or related documents any of you had come across.
    Regards,
    Pritesh

    There are couple of them - Lawson ERP, Kalido, AS/400.  ECC 5.0 might be there as well.
    Regards,
    Pritesh.
    Edited by: pritesh prakash on Jun 14, 2010 2:00 PM

  • BW extraction settings for Billing  Data from SAP ISU SYSTEM

    Hi dudes,
    iam currently  extracting data from  sap isu  to  bw systesm,but even after  generation of many  billingmaster dats i  dnt  find nay record to  be extracted in bw system since some settings are missing in  isu suystem for extarction process of Biliiing  data,
    Kindy help me in this regarding the settings to  be made for succesful  extraction from isu  to  bw
    kr
    raj

    Dear Mr Memminger,
    unfortunatly I was not able to find any hint about the same issue. As we have closed the FI-key we are waiting for any entry in RSA7. With RSA3 we get results but there are no entries in Delta Queue.
    What I was surprised about is the fact that in SM58 there are some tRFC-entries for function module MEREP_DELTABO and target MAM_MI. That looks like error in delta handling. Although my colleague told me that is the integration to Mobile Asset Management and hence has nothing to do with the Delta handling problem.
    But could give me a hint where to find the configuration setting for Delta queueing ?
    Best regards,
    Peter von Schubert
    Edited by: Peter von Schubert on Jun 29, 2009 10:17 PM

  • Error during extraction data from APO system

    HI Gurus,
    We are extracting data from APO system at regular intervals. As poart of business requirement, we enhanced the data existing data source in APO dev system and replicated the same in BW dev system and activated the Tx structure and Tx rules.
    When we checked it is working fine in dev environment.
    Now we moved the same in Quality system, and we tried to extract data, it throws error " error in data selection in source system".
    We tried to check in RSA3 in APO and found that the extract program still refers to the old extract structre and gives dump " Extract structure unknown".
    Could anybody throw some light on this issue.
    Tnx in advance.
    Guru

    Hi,
    Have u collected all the objects in R3,like the Table/View , DS,Extract Structure.
    And
    Has replication been done in BI side for the same.
    Rgds
    SVU
    Edited by: svu123 on Sep 24, 2009 7:50 AM

Maybe you are looking for

  • Iscsitarget installation fails on Windows 2008 R2 server

    Dear All We have windows 2008 Server which is also DC server. I am trying to install iscsitarget utility which I downloaded from Microsoft site. I want to configure the server as iscsi target and map the disk space to another server as disk volume. T

  • MacBook Pro 13" Magsafe issues

    Hey guys I have a late 2011 mbp 13" I7 2.8 ghz. Issues faced are related with the magsafe port/battery I feel. What ussually happens is that i use the laptop on battery as well as charger at times, If the battery charge drops below 50% at times it wo

  • Can i change the color of the iTunes 12 window?

    I'm running Win 8.1 and iTunes 12.0.1.26, although this issue has existed in earlier versions of both.  The color (gray) and shade of iTunes 12 is the same color as an inactive Win 8 window.  When iTunes is active and on top, its edges blend right in

  • Can anyone help me fault find this problem? (Win 8.1 to Win 7 Remote Desktop issue )

    Hi,  I am connecting from a Win 8.1 machine at home into a Win 7 machine at work. I connect through Dell Global VPN. This works ok wirelessly, but in order to get better performance I wanted to connect to the internet via wired ethernet instead.  I c

  • Need help controlling external FW drives

    I have three external 800 FW drives: one WD and two G-Drives. They are each 1TB in size, and they are daisy-chained. The WD is directly connected to the MacBook Pro. The two G-Drives are chained to the WD. The G-Drive in the middle spins down with a