SD extractors - different number of records in RSA3 and in the table MC*

Hi
After deleting setup tables and creating it again
for extractor 2LIS_11_VAITM
I have
in RSA3 - 64686 records
but
in MC11VA0ITMSETUP structure only 14857.
The same situation is for 2LIS_11_VASTI.
Where this difference is getting from?
Thanks
PWnuk

The reason is that the MC* setup tables "cluster" the data, so there is not a 1 to 1 match in record count.  Therefore, you shouldn't validate using record counts between the setup tables and RSA3.
See these links:
Re: no of records in setup tables
Hope this helps

Similar Messages

  • Different number of records in RSA3 for Full and INIT

    Hi All,
    I am about to load the data from 0FI_GL_4 and checked it in RSA3 for the number of records. It returned different number of records when I run the extract with options 'F' and 'C'. Why is it so? This is the first time I am loading the data into BW for this datasource. I would expect the number of records to be same if I do either a full extract or an init but surprised by seeing different number of records.
    Best Regards,
    James.

    Hi James,
    Probably it's because of the time stamps stored in table BWOM2_TIMEST.
    If you run a delta init and than a delta update then the number of the records should match with the record of the full update.
    You can find some more info about table BWOM2_TIMEST here:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a7f2f294-0501-0010-11bb-80e0d67c3e4a#527,7,Timestamp%20Mechanism:%20New%20documents
    Bye,
         Zsolt

  • Mysql query returns different number of records from coldfusion and navicat

    Hi
    I'm hoping that someone can suggest a basic strategy to debug this.
    I have a fairly large and complicated query that is executed by a function in a cfc.
    It returns (for example) 100 rows.
    If I use cfdump and then copy and paste the SQL of the query (with the variables, of course) into Navicat and execute exactly the same query on the same mySQL database, it returns 130 rows.
    Same SQL string, same database, same data - the only difference is that in one instance Navicat submits the query and in the other, Coldfusion does.
    Has anyone ever had anything like this happen before?

    Ok I found my own bug. Of *course* the sql queries were not identical.. they could not possibly have been. My mistake was thinking that they were.
    The problem was part of the WHERE clause:
    AND orderid in (500,503,505)
    In the coldfusion code this was
    AND orderid in (<cfqueryparam cfsqltype="cf_sql_varchar" value="#lstOrderID#">)
    which of course rendered in mySQL as AND orderid in ('500,503,505')
    This was not immediately apparent as the cfdump returns this as AND orderid in (?) with the variable in the array below.

  • Number of records in Report and Cube don't match

    Hello,
    I have a small query. In the cube, thru the 'Manage' context menu option I find in the ' Request' tabstrip the number of records loaded =  23767.
    In the report on this cube I see the number of records = 23369.
    I have not put any restriction or condition in the report. It is a si,ple report that is created to see all the records loaded.
    May you please help me in understanding the reason for the same.
    Thanks for you help.
    Regards,
    Sumita

    To compare the reocrds in Cube against BW Query
    try to display records for small range (monthly) / by Cost Center / any similar key field and then compare the Cube totals with Report totals.
    Hope this helps
    Praveen

  • Why my calendar display different there is one day difference from different  when I see main screen and open the calendar

    See my Why my calendar display different there is one day difference from different  when I see main screen and open the calendar

    I too am having the same issue only I am in Regina, Canada.  iCloud appears to think Regina, Canada is in the Central time zone which it is, but it does not use Daylight Savings time.  My PC is Windows 7 and I am using Outlook 2010.  I have iCloud on iPhone 5 and iPad 2.   Terribly frustrating!

  • Records have been deleted from the table.

    Hi all ,
    If records have been deleted from the table that any log file maintains the history as following Way.
    User Name who delete the records.
    Machine name where the command is execute.
    The command syntax e.g delete from abc where ……..
    or any other help related to mentioned problem.
    Regards,
    Mobeen.

    Wrong forum .. your question doesnt make much sense.
    But take a look at Oracle Auditing.

  • Number of Records in RSA3 for 0EC_PCA_1

    Dear all,
    I have installed data source 0EC_PCA_1 from content. Data for this data source is extracted from table GLPCT. When see at the table there are only 634 and number of records that are extracted from data source in RSA3 is 28203. I want to understand logic behind this or am I making any mistake.
    On source system side we are ECC 6.0 and 'New GL' Functionality has been activated.
    Request your help as usual.
    Regards
    SN Dubey

    You can try the function module ECPCA_BIW_GET_DATA in order to see what really happens; but it could take some time since it depends a lot on your customizing: if you use special ledgers, the balance carry forward stuff and a lot more...
    An you are correct: I thought straight forward about EC_PCA_3 (GLPCA) instead of EC_PCA_1 (GLPCT); my mistake, sorry for that.
    In any case I cannot tell how it works in ECC.
    regards

  • COPA pulling different number of records each time?

    Dear Friends,
    I ran a COPA full load for (with Infosource 1_CO_PA_COSTING and) for a the same range of 0FISCPER (three periods)and the load brought different no of records each time. It brought 30,000 records the first time, 3 the second time and 1 the third time. All these loads were run with in 10 minutes. What possibly is the reason? Please share your thoughts?
    Thanks
    Raj
    Message was edited by: Raj Singh

    Dear Friends,
    I ran a COPA full load for (with Infosource 1_CO_PA_COSTING and) for a the same range of 0FISCPER (three periods)and the load brought different no of records each time. It brought 30,000 records the first time, 3 the second time and 1 the third time. All these loads were run with in 10 minutes. What possibly is the reason? Please share your thoughts?
    Thanks
    Raj
    Message was edited by: Raj Singh

  • Different Number of Records

    Good Morning All,
    I'm using a SSIS package to load data into the DWH. The source is ORACLE and destination is SQL SERVER. My first question is :
    1) There is a column in the source table "FULLDATETIME" datatype "DATE". But when i load it into the SQLSERVER its stored as date with timestamp.
    For example in the source column if the value is "05-FEB-14" in the destination table its loaded as "2014-02-05 21:15:00.000".I'm not using any transformation it is a straight load.
    2) My second question is i want to schedule this package to just load the delta records, for this i'm using the FULLDATETIME column from the Source table and want to load just the previous date's records. Please see the below queries i'm getting two different
    sets of records. The first SQL is giving me 5 records and the second one is giving me 1619 records. I'm confused as both queries mean the same.
    select t1.*,t2.year,t2.monthofyear,t2.dayofmonth,t2.fulldatetime
    from TABLEA t1
    inner join TABLEB t2
    on t1.intervalkey=t2.datekey
    where t2.fulldatetime=trunc(sysdate)-2
    select t1.*,t2.year,t2.monthofyear,t2.dayofmonth,t2.fulldatetime
    from TABLEA t1
    inner join TABLEB t2
    on t1.intervalkey=t2.datekey
    where t2.year=2014
    and t2.monthofyear=2
    and t2.dayofmonth=5
    Please advice as what i'm overlooking here.
    Thanks

    Thanks Tom Phillips,
    If you look at my above queries i'm joining those to load the first table TABLEA every night with the delta records. When you said that the YEAR, MONTHOFYEAR and DAYOFMONTH are not based on FULLDATETTIME i'm confused as all these columns are part of the
    TIME DIMENSION table in the Source, on the othr hand in my second query i have FULLDATETIME field and when i run the sql for the 1619 records it shows the '05-FEB-2014' Value. Is there a way where i can load just the records from the previous day based on
    these fields (YEAR,MONTHOFYEAR,DAYOFMONTH)?
    e

  • Procedure inserting different number of records in GT table

    I have procedure, in the procedure a dynamic query is get created. Then query is open using OPEN for statement into refcusror. Then I'm fetching the data into record type object within a loop..end loop and inserting the records in a GT table.
    But problem is for the same data procedure is inserting less records, when i recomplie the procedure it began to insert correct number of data.
    I wonder whether is environment issue or something else? Please advise if any one faced such type problem.

    Hi upennit. Not much info to go on there.
    Have a read of Re: 2. How do I ask a question on the forums?
    then post back with some relevant info.

  • Number of records in Cube and in report

    Hi,
    Is it possible to have less number of records visible in InfoCube and in reporting report has to show all the records?i.e., if cube contains 100000 records while using InfoCube--->manage and checking the data it has to show only 90000 records,while reporting it has to show all the records.If it is possible how?

    If you want all the records to be displayed on the report as in the cube create a report having all chars & keyfigures with no filters.
    Sry, I dont get the 90000 part..."checking the data it has to show only 90000 records" -- checking where & how ?
    <b>**Added</b> will be the num of records in the cube.

  • Limiting the number of records to be pooled from the database in DB adapter

    Hi
    I am using Oracle SOA 11g and Jdeveloper 11.1.1.4
    My requirement is i need to poll on a database and process the records. I have a primary key on which i can do the polling.
    My challenge over here is, I need to pick up one and only one record per 1 minute.
    I tried to acheive this using the polling options
    Database Rows per Transaction =1
    Polling Frequency =60 Seconds
    But when i deploy and run this process it is picking up all the records based on the criteria but not a single record.
    Please help on how we can acheive the above requirement.
    Thanks
    Vamsi

    I guess you haven't changed the setting in your schema file.
    You need to set the Database rows per XML document to 1, you can see this setting in screen number 10, while configuring database adapter.
    Have you ?
    http://docs.oracle.com/cd/E23943_01/integration.1111/e10231/adptr_db.htm#CHDEFACG
    *7) Give points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question.*
    Thanks,
    Vijay

  • NEF to DNG 6.5 results in different number of unique colors, pixels and RGB values

    I took pictures from my old Nikon D40. I converted them with the standard settings from NEF to DNG.
    I then used UFRAW under Linux and saw that the pixel size increased from 3039x2040 in NEF to 3040x2040 in the DNG - and that the live view RGB values were about 5% higher for NEF that for DNG.
    "FastStone Image Viewer" shows the same increase in pixel size. Additionally, it shows that the DNG has roughly 93,000 unique colors compare to 90,000 for the NEF file.
    More pixel, different RGB values, different counted unique colors - what's going on here? This doesn't look like a 1:1 conversion?

    Not exactly sure what you're comparing.  For raw data you need to be comparing the original mosaic data values (not some converted result, or even partially converted result like demosaiced result).   Are you sure that's what you're doing?

  • How to select multiple records from a TREE in the table

    HI,
    I have a tree structure which is in the table.When I open the node of the tree,all the subnodes are coming as one-one records in the table.I want to slect multiple record from this table.I applied onLeadSelect for this table,I can select only 1 record from the table.
    Can any one plz suggest me how to select multiple records from the table so that I can get all the data of those selected record.
    Regards
    -Sandip

    Rashmi/Kukku,
    First of all, Thanks for your help!
    Is there any other way in which we can access tables other than using BAPIs or RFCs?
    In my case, there is a table structure which has to be updated with values after validating a key. i don't think there is any RFC available now. do i need to create bapi/rfc for that?
    Krishna Murthy

  • How to delete a Record in  Masterdata  and its Child Tables

    Hi ,
    i want to delete a  record in masterdata and its childtable .
    I am using generalservices.But it  gets error "Attempt to read or write protected memory"
    If there is another solution to delete records in all child tables.
    Edited by: tharunireddy on Aug 13, 2010 3:08 PM

    Hi,
    There must be something wrong with your code.
    Please post it here so we can determine the problem and present a solution.
    Regards,
    Vítor Vieira

Maybe you are looking for

  • Drivers needed for HP Pavilion 500-267c Windows 7 professional 32 bit

    Hello,  I upgraded my HP Pavilion 500-267c windows 7 home premium 64 bit to windows 7 professional 32 bit.  I require all the basic drivers.  I couldn't find it anywhere for HP pavilion 500-267c windows 7 prof 32 bits.  Please help!!!  Drivers for Et

  • Trouble with getting the wireless to work with HP Laserjet P1102w printer

    Hi really struggling  I just bought the HP Laserjet P1102w as it was advised that it would run my apple products (Mac OS 10.6  Snow Leopard laptop and ipad).  I have mangaed to set up printer to work using the USB cable to the laptop. Success. BUT i

  • MAKING A BANNER IN PAGES 08 ??? OR RECOMMEND OTHER SOFTWARE

    does anyone have any idea if I can make a banner (8/12 x 36") using continous feed paper in my printer? I have the trial verison of Pages '08 which came with my new iMac. (I am a mac newbie) For years I easily made printed banners (using up to 5 shee

  • Brconnect with dbverify on database with more than 1TB

    Hi, today I work one a problem with brconnect and dbverify. The time to finish the work one my db is > 48 hours and not acceptable. My question is how can minimize the time of thes action, so that the check give me the right information in a acceptab

  • Linksys E1200 Router not saving Port Forwarding changes

    Hi! I am currently attempting to port forward on my Linksys E1200 Router and am not succeeding in saving my settings. I am attempting to open port 25565 though both Single Port Forwarding and Port Range Forwarding, and whenever I click the "save sett