Data extraction from S546 (R3) into BW 7.3 failed

Hi Friends,
I am extracting the data from S546 table from R3 into BW 7.3.
I have created data source on S546 by using T.Code: LBW0 and activated data source in RSA5 and checked in RSA6.
i checkd the data in RSA3, It is working fine.Replicated datasource in BW side and created infopkg with update mode as initialise delta process(with data transer).
i run the infopkg and  in the monitor screen i got the error.
Error Messages:
*1. LIS updating is still activated (client 200) M+ 25*
*2. Errors in source system MSG NO:RSM340*
Pls help me.
Thanks and Regards
srinivas

refer to the thread with the same error..hope this helps
http://forums.sdn.sap.com/thread.jspa?threadID=60395
http://forums.sdn.sap.com/thread.jspa?threadID=1622927

Similar Messages

  • Generic data extraction from R/3 into BI

    Hi Friends,
    We need to extract some data available in the R/3 side to BI. I have written code in a function module which brings the output into the table e_t_data. now by attaching this function module, we created a Data source also. and then from BI side we replicated this Datasource. when tried to extract the data at BI from R/3, the process keeps on running with out bringing any data into BI.
    Regarding this, i referred some docs in the forums. They say that we have to go with the approach followed in the FM 'RSAX_BIW_GET_DATA_SIMPLE'. I have done all the coding and settings similar to this function module. there is no syntax error and code produces the required output in e_t_data.In that FM they used some Select statement under the Open Cursor statement. But in our requirement, we are not selecting anything from Table. but we generate some data by some calculations and these data will be our output. If it is the case, can't we use that open cursor approach...? we need to get the output data not by any select statement but the output will be some internal table entries which are created by some calculations.
    Please suggest how to handle this.
    Thanks in advance...
    Regards
    Ram

    Hi,
    just fill the output table in your FM by yourself - it will work.
    I guess at the beginninig you are selecting data from one (or more tables) and than calculate the final output later. You may use the cursor for packing the data into suitable packages. However, an exact package size is - in most cases - not possible with that scenario.
    Kind regards,
    HP.

  • Steps for Data extraction from SAP r/3

    Dear all,
    I am New to SAP Bw.
    I have done data extraction from Excel into SAP BW system.
    that is like
    Create info objects > info area> Catalog
                                                --> Character catalog
                                                --> Key catalog
    Create info source
    Upload data.
    create info cube
    I need similar steps for data extraction for SAP R/3
    1. when data is in Ztables ( using Views/Infosets/Function etc)
    2. When data is with Standard SAP using Business Content.
    Thanks and Regards,
    Gaurav Sood

    hi,
    chk the links
    Generic Extraction
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    CO-PA
    http://help.sap.com/saphelp_46c/helpdata/en/7a/4c37ef4a0111d1894c0000e829fbbd/content.htm
    CO-PC
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fb07ab90-0201-0010-c489-d527d39cc0c6
    iNVENTORY
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    Extractions in BI
    https://www.sdn.sap.com/irj/sdn/wiki
    LO Extraction:
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    Remya

  • Data Mart and Data Extraction from an Infocube

    Can a data mart which is built on one Infocube in BW support delta extraction? We have two separate BW systems and are trying to extract data from one Infocube in one BW (Source) and load it to one Infocube in another BW(Target)?
    We have built a data mart on the source BW infocube and have successfully been able to extract and load the initial data load into the target BW infocube. I noticed that the field 0RECORDMODE was not on the datasource that was created to support this data mart so my gut feeling is that we will not be able to do delta data extractions from this data mart.  Any feedback or confirmation of this?

    Hi,
    The InfoCube that is used as an export-DataSource is first initialized , meaning that the current status is transferred into the target BW. When the next upload comes around only those requests will then be transferred that have come in since the time of initialization. Different target systems can also be supplied like this
    Since it is request based ..data mart on info cube supports delta.
    Hope its helpful,
    Anu.

  • Data Extraction from AR Aging Tables to Acess

    Hi
    I used to work on developing the reports.But I am a new to the Data Extraction from AR Aging Tables into Acess and the data is upload from Acess to SAP.
    Can anybody help me to relove this issue.I really appreciate to you.After mapping then the data is loaded to SAP.

    Hi
    I used to work on developing the reports.But I am a new to the Data Extraction from AR Aging Tables into Acess and the data is upload from Acess to SAP.
    Can anybody help me to relove this issue.I really appreciate to you.After mapping then the data is loaded to SAP.

  • DATA EXTRACTION FROM ORACLE & SYBASE

    Hello members...
    Good day. This is my first posting in this site. I am new to Oracle and have a question regarding Data extraction from Oracle and Sybase.
    My project has two applications one having Oracle as the database and the other has Sybase as the database. On the proposed production schedule, there would be a interface data update from the Oracle database to the Sybase database.
    My aim is to check if the data update is in sync after the update. We plan to extract the data from the two databases (Oracle and Sybase) and compare in a Third Party tool. We have the tool to compare. Can any of you suggest a nice data extraction tool. I have to set this data extraction as a batch in the nightly batch schedule.
    Thanks in advance,
    Regards,
    Krishna Kumar...

    Sybase provides the best data extraction utility called BCP. You can load and extract data. It is very user friendly. From your unix prompt if you type in BCP ? you will all the switches and
    help messages you need to use. It is so simple.
    Oracle dosn't have such a utility to extract data from table.
    You need to write a Stored procedure and use UTF_FILE package to
    extract data from table and write into a file.

  • Data extraction from APO

    Hi All,
    We have a requirement to get the data extracted from APO DP,SNP and load it to S&OP. I tried to look into the following and was not successful.
    1) 9ABPC _Extract
    How to extract the data with extractor lie listed above. Any information on this is appreciated.
    Kind Regards,
    Sanjeev

    Hi USERPV ,
                          Change the aggregation level(by removing some characteristics) so that number of records will change.
    Thanks,
    viajy.

  • Cost Center data Extraction from R/3

    Hello,
    I am using extractor 0CO_OM_CCA_1 to get CO data into BW-BPS. After examining the resulting data into BW, I have a a problem: The customer uses movement types JVIV, RKIV, RRIV in R/3 for some of their cost centers, and they want those movements to be excluded from the extraction. However, I can see no valid filtering possibilities at the extractor....
    Do you know how I could make this filtering?
    Many thanks in advance for your help,
    Eduardo.

    Hi Gianfranco, thanks for your reply
    I am stuck at this point because when data is extracted from R/3 into BW, there is a "conversion" for such "movement types", in which the system maps those values I mentioned from table COSP_VTYPE in R/3 into something like the following in BW:
    Table RSTVTDETAIL:
    VALUETYPE MEASTYPE VTDETAIL TXTSH                TXTMD                                  
    010       001000   01       Primary Costs        Primary Costs                          
    010       001000   02       CO-Transfer          CO-Transfer                            
    010       001000   03       CO-Allocations       CO-Allocations                         
    010       001000   04       CO-Activ. alloc.     CO-Activity allocations                
    010       001000   05       CO-Settlement w act. CO-Settlement with activity flow       
    010       001000   06       CO-Settl. wo act.    CO-Settlement without activity flow    
    The problem is, I cannot find a correspondent value for those JVIV.. from R/3, and thus, all data is displayed as a total. What I intend is to separate entries related to those COSP_VTYPE values and exlude them from budgetting...
    The final objective for this one is (I will try to explain it without a specific technical knowledge of financial vocabulary), that It is a requirement that imputations to a cost center that come from other cost centers, are not displayed for the former.
    Any help will be appreciated. Thank you very much in advance
    Regards,
    Eduardo.

  • How to store the data coming from network analyser into a text or excel file

    Hii everyone
    I'm using Agilent 8719ET network analyser and wish to store the data coming from netowrk analyser into a text file/ excel file.
    Presently I'm able to get the data on Labview graph using GPIB . Can anyone suggest how to go ahead after collect data sub vi. How can the data be stored into a file apart from showing on the graph?
    Attached is the vi for kind consideration...
    Looking for help
    Regards
    Rohit
    Attachments:
    Agilent 87XX Series Exceed Max Meas.vi ‏43 KB

    First let me say that your code really looks pretty good. The data handling could be made more efficient by calculating the number of datapoints that are going to be in the completed dataset and preallocating the entire array -- but depending upon your answer to my questions, the logic in the lower shift register may be going away - so we won't worry about that right now.
    The thing I need to know before addressing the data storage question is: Each time you call "Collect and Display Data.vi", how many element are in the array? Are you reading single data points, or a group of data? (BTW: if the answer to that question is obvious based on the way the other VIs are setup, I don't have the drivers so I can't tell what the setup values are.) Second, how fast does the loop iterate? Are we talking msec per loop?, seconds? fortnights?
    The issues here are two-fold: how much data? and how fast is it coming? The answer to these will tell you how to save the data.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Master data extraction from SAP ECC

         Hi All,
    I am a newbie here and teaching myself SAP BI. I have looked through the forums regarding master data extraction from SAP ECC in all forums but could not answers for my question. Please help me out.
    I want to extract customer attributes from SAP ECC. i have identified the standard data source 0customer_attr and replicated in SAP BI. I have created infopackage for full update. I validated the extractor checker(RSA3) and found 2 records for 0customer_attr.
    When I run the info package, the info package remains in yellow state until it times out. Please let me know in case i am missing anything, Please let me know if there is any other process for master data extraction similar to transaction data extraction.

    Hi All,
    i did the below and afte clicking execute in the Simple job, it takes me back to the Monitor Infopackage screen.
    From your info pack monitor --> menu environment-->job overview--> job in the source system--> prompts for source system(ECC) user id and password, enter them, you will get your job at SM37(ECC), select job and click on log details icon. there you can see details about your error. please share that error screen shot.
    Please find the screenshots.
    I did an Environment -->Check connection and found the below,

  • Parallel Data Extraction from R3 to BI

    Dear Experts,
       I am trying to execute Parallel data extraction from R3 Development to BI development.It was previously done smoothly .Without any changes its stop in parallel .Your suggestions are welcome.
    Regards
    SurendraJain

    Hi Surendra,
    thanks for your reply, I am not a basis expert but a BI person. You did not detail the solution when you resolved yourself, so i was wondering if you can share some bits over here.
    I would have appreciated if you would have give some details - there are quite a few parameters in RZ11.  What is the technical name of the parameter you are talking about ?
    You mentioned about checking the parameter - I mean what needs to be checked, any specific values need to be there.
    Regards
    Deepak

  • Performance Tunning- data extraction from FMGLFLEXA table

    Hi,
      Need to fetch data from FMGLFLEXA table based on below condtion.
           WHERE rfund IN s_rfund
               AND rgrant_nbr IN s_rgnbr
               AND rbusa IN s_rbusa
               AND budat LE v_hbudat.
    Please tell me how can i optimize this extaraction b'coz in production system there are lacks of records.
    Regards,
    Shweta.

    create a index on these fields due to which data extraction from table will be fast.

  • Data Extraction from Informatica

    Hi BI Gurus,
    I want to extract the data from SQL server through informatica. I went through SDN, but  I am not able to found relevant information. Please share the steps (methods) or links or documents about data extraction from informatica.
    Regards,
    PRK

    Hi,
    Use UD connect procedure to extract the data from Informatica or SQL server. you just need to create a new source system with the parrameters that can connect and read the SQL sever.
    There is another way of extracting it through DB connect as well, but I recommend you to go through the UD connect procedure to extract the data.
    Check with your basis team to setup a source system for SQL server if you are not aware of how to as it is purely based on TCP/IP.
    you need to create a source system as trird pary and supply the parrameters to it. Create a TCP/IP connection in SM59 to that source system where it need por numbers, schemas, alias etc to connect to the SQL server.
    Browse for UD connect in WIKI, will guide you good docs.

  • Data Extraction from CRM to BW

    Hi,
    I just need some information/help on BW Data Extraction from CRM, it would be great if some one could help out or mail some related help documents.
    Currently we are implementing the complaints module in CRM simultaneously on the BW side we have identified an info cube for complaints 0CSAL_C09, but this cube and its ODS source does not have all the required fields like (newly created text types, serial number etc), so how these tables and fields can be identified in the source system and added to extract structure in CRM. Also what is the table in which the CRM transaction data would be stored.
    Especially i require the newly added text types in CRM to appear in BW, there are around 5 new text types are added and user can enter free text, i need these information to be captured in reports. kindly mail me the steps to [email protected]
    Thanks
    Akila.R

    hi,
    try these links
    http://help.sap.com/bp_biv335/BI_EN/html/BW/SalesAnalysis.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f2910623-0c01-0010-de8f-d1926988a986
    http://help.sap.com/bp_biv135/html/bw.htm
    http://help.sap.com/bp_biv135/html/BW/SalesAnalysis.htm
    http://help.sap.com/bp_biv235/BI_EN/index.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/af/ed833b2ab3ae0ee10000000a11402f/frameset.htm
    this:
    http://help.sap.com/bp_biv235/BI_EN/index.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/af/ed833b2ab3ae0ee10000000a11402f/frameset.htm
    regards,
    pankaj singh
    reward if helpful

  • Data extraction from Non-Unicode ECC6 to Unicode SAP BI system

    Hi,
    We have an existing non-unicode ECC6 system. Currently we are installing SAP BI unicode system. Can anyone tell me are there any issues in data extraction for SAP BI from a non-unicode ECC6 system to an Unicode SAP BI system ?
    Please also note that our data consists of Asian (korean, Japanese & Chinese) fonts.
    Regards,
    Anirban

    Hi Des Gallagher,
    Thank you for your reply.
    I have gone through the notes suggested by you, but they suggest issues related to BW 3.x versions. We are currently on SAP_BW 700 - SP16. Also, among other notes i found note 510882 which might be helpful for custom developments.
    But i am still wondering whether we are going to face major issues related to data extraction from non-unicode ECC6 system to unicode SAP_BW 700 system.
    Incase you have any further details, please let me know.
    Thanks in advance.
    Regards,
    Anirban Kundu

Maybe you are looking for

  • TF400893: Team Foundation Server services are not available.

    Hi Gang Am getting TF400893: Team Foundation Server services are not available. This is most likely caused by a network error. Please check your connection and try again. consistently when trying to access TFS2012 Web Access.  I'm on the same domain

  • How to recover data from a hard drive with bad blocks?

    An external hard drive, 4TB Iomega...connected via eSATA cable...had a power outage and the drive won't be read by OSX now.  (Yes, it was on a surge protector and no I did not have a backup.  I was actually preparing for the process of creating a bac

  • Logical Tables with Same Priority

    Hi , Can someone please clarify on this. I have 2 logical table sources in my BMM Layer say Logical_Table_A and Logical_Table_B ,which satisfies the requested columns in my presentation layer and both have the priority as 0. So during the course of t

  • "No Signal Input" on external VGA monitor

    About a year ago my 4 yr emac that I gave my dad starting having the video on the built in display go out periodically. When it started happening more and more, rather than get a whole new computer, we purchased a 22 widescreen VGA monitor and hooked

  • Disk I/O errors with Mail only

    For the past few days, I have noticed Mail was running slowly - especially when starting.  Would take forever to start pulling in messages.  I looked for solutions and disabled non-essential accounts.  Then I took all 5 email accounts offline.  Still