Extractor checker problem

Hello experts,
I have done some enhancements to the billing data source (2LIS_13_VDITM) but i cant view that record in the extractor checker. But when I check the Delta queue i can view those new records.
Please need ur inputs on this as to how we can view the records in RSA3. Its very important.
Thanks in advance
Rohit

Hi,
Sometimes its not possible to view the records for the changes using RSA3. Try to view them in both F and D modes using the extract checker.
In this case, would suggest you to pull over the deltas upto the PSA and then check the changes there.
Cheers,
Kedar

Similar Messages

  • Extractor Checker shows 0 Records

    Hi,
    I am working on Transport Management system of supply chain management. In RSA3 of the TMS system I checked for datasource 0TMS_SOR and 0TMS_SRQ. It showed 0 records inspite data being there. Since SCM is based on Business Objects Process Framework I am not able to check for data at table level and I don't know how to go about checking for the existence of data. The TMS developers say there is data in the TMS system but before integration with the BI system I just wanted to check in the Extractor checker with respect to the datasources. It shows 0 records. What could be problem ? How to go about this ?
    Kindly help me on this !
    Thanks in Advance,
    Regards,
    Hudson

    Fanie, we are working on the same issue.
    For SRQ, there are special 'scheduling' conditions that are used in the PPF framework, stating that only SRQ's with a lifecycle status of 'Complete' should be extracted. This logic is embedded in the PPF scheduling conditions with FM "/SCMTMS/CL_IM_SCHD_EXTR_SRQ"
    Bottom line - Talk to the developers and ask if there are any SRQs that are 'Complete'. If not, that is why you are not getting any data from your extractor.
    Justin

  • Blanks and Zeros in Extractor Checker S-API

    Hi All,
    I am currently having a problem with the Extractor Checker S-API.
    I have deleted and filled up the extractor 2LIS_13_VDITM (Billing) in our source system. After doing that, it seems that when I use Extractor Checker S-API to view the data, it returns me number of records but when I tried to open to the details to view the records, it returns me rows with zero value and blanks.
    I tried to look up the transaction code for billing, VF03 (Displaying Billing Document), it seems there are data.
    This issue does not occur a few weeks ago. The changes that occur in our source system is only on the security. It seems that there are some changes on the security of our user logon. Will this actually affect what data that we can extract?
    PS: Even so, when I tried to load it into BW, it shows number of records but it is not updated to the Data Store as there are blanks and zeros in the extractor.
    Hope to hear some reply on this with constructive answer. Thanks.

    Hi Robert,
    I have solved this issue. It was due to the EXIT_SAPLRSAP_001 that was placed by the consultant that does not display the data. The following is the code:
    I have actually remarked and it works.
    <b>CODE</b>
    *----Telesales Billing Requirement
    Begin of SSINGH code
    Sales Order Created on Date (VBAK-ERDAT) where VBAK-VBELN = VBRP-AUBEL
    Sales Order Created By (VBAK- ERNAM) where VBAK-VBELN = VBRP-AUBEL. This field is the same as ‘login’ in the functional spec. Its description is the same as ‘name’ in the func spec.
    Sales Document Type (VBAK-AUART) where VBAK-VBELN = VBRP-AUBEL. This field is the same as ‘order type’ in the functional spec.
    Actual PGI Date (LIKP- WADAT_IST) where LIKP-VBELN = VBRP-VGBEL. This field is the same as ‘delivery date’ in the functional spec
      when '2LIS_13_VDITM'.
       TYPES: BEGIN OF TY_KNA1,
               KUNNR LIKE KNA1-KUNNR,
               LAND1 LIKE KNA1-LAND1,
               NAME1 LIKE KNA1-name1,
               ORT01 LIKE KNA1-ort01,
               PSTLZ LIKE KNA1-pstlz,
               REGIO LIKE KNA1-regio,
               SORTL LIKE KNA1-sortl,
               STRAS LIKE KNA1-stras,
               TELF1 LIKE KNA1-telf1,
               TELFX LIKE KNA1-telfx,
               ADRNR LIKE KNA1-adrnr,
         END OF TY_KNA1.
       DATA: T_KNA1 TYPE STANDARD TABLE OF TY_KNA1.
       DATA: WA_KNA1 TYPE TY_KNA1.
        DATA: WA_MC13VD0ITM LIKE MC13VD0ITM.
        data: C_MC13VD0ITM  like MC13VD0ITM occurs 0 with header line.
       SELECT KUNNR LAND1 NAME1 ORT01 PSTLZ REGIO SORTL STRAS
                     FROM  KNA1 INTO TABLE T_KNA1
                     FOR ALL ENTRIES IN C_MC13VD0ITM
                     WHERE  KUNNR  = C_MC13VD0ITM-PKUNWE.
        C_MC13VD0ITM[] = C_T_DATA[].
        IF NOT  C_MC13VD0ITM[] IS INITIAL.
          loop at c_t_data into c_mc13vd0itm.
            l_tabix = sy-tabix.
            select single erdat auart ernam into
                (WA_MC13VD0ITM-erdat,WA_MC13VD0ITM-AUART,WA_MC13VD0ITM-ernam)
                from vbak where vbeln = WA_MC13VD0ITM-aubel.
            select single WADAT_IST INTO WA_MC13VD0ITM-WADAT_IST
               from likp where vbeln = WA_MC13VD0ITM-vgbel.
    get Shipping address for AU/AI requirement
    get name from KNA1 and then get address from ADRD table.
    PKUNWE
            modify c_t_data from WA_MC13VD0ITM index l_tabix.
            clear c_mc13vd0itm.
          endloop.
        ENDIF.
    END OF SSINGH code

  • Data mis match in extractor checker

    Hi Gurus,
    Please help me to solve this issue.
    there is a mismatch of records when checking datasource through extractor checker. the extractor is showing 1476 records in r/3 table but i check the table in t-code se11 it is having only 506 records. so can any one help me what are the possible reasons and how to analysis and solve this issue.

    If generic datasource based on function module : check how the function module is designed to extract data.
    If generic datasource based on table : Check the table in se12 data with  same restrictions which you may use in RSA3.
    If generic datasource based on view :
    Check the view in se12 data with  same restrictions which you may use in RSA3.
    Hope this helps.

  • R/3 Extractor Checker doubt

    I created a Custom Master and text datasource and when i do the RSA3 Extractor checker  :
    if i change the "Data Records / Calls" and try the extractor, the number of records extracted changes :
    Like if i entered :
    Data records / calls  = 1000 - i get "570 records"
    Data Records / Calls = 10000-i get 57 records.
    My question is that :  why is the number of records extracted not Consistent ??????
    Similarly if i change the "Display Extr. Calls"
    to 1 or 10 , the number of records changes.
    Any suggestion please.
    Thanks,
    Shalini

    Hi Shalini,
    The idea in of these 2 fields in RSA3 is like this:
    Data Records / Calls = 1000
    Display Extr. Calls  = 1
    This means display one call and each call can include maximum of 1000 records. If you change the second parameter to 10, it means, display 10 calls (packages) with max of 1000 records per package.
    Unfortunately, this figure is not always correct. I do not know the scenarios but like you mentioned, it is not always correct.
    Thanks and Regards
    Subray Hegde

  • Capacity check problem in Project system

    hi,
    i have some questions for the Capacity check problems in Project System.
    1. if one Person is assigned to diffierent Work Centers, for example,  person A is assigned to Work Center 01 under Plant 01, and Work Center 02 under Plant 02, how can i do the Capacity check?
       if i want to use A of Work Center 01 in the Project, the System will only check the Capacity of  01, or both of 01 and 02?
    2.  What is the Pooled Capacity?
    Rgds,
    Liang

    hi,
    1.Capacity check takes place at plant level itself..
    2.Pooled capacity:- This is created separately in [u wil find in PP] and this capacity can be used by different work centers.
    regards
    pushpa

  • Extractor checker

    can anybody tells me the steps to use extractor checker.I knw tht we use RSA3 and the screen give the datasource name.After this step wht shld i do.Also do i need connection to the R/3 system when i use RSA3.

    Hi Denzil,
    To check if the same data is loaded into BW, you cannot use the RSA3 tool. You would need to check by scheduling an InfoPackage. You have the option to just load to the PSA and you can check the data here.
    RSA3 can be used for other source systems, like CRM, but not for flat file systems as for flat file loads the datasource is just on the BW side, not in the source. But here too you can set up the load to just load till the PSA and once you are happy with the data, you can load further.
    Hope this helps...

  • Delta in Extractor Checker

    Hi,
    i have created a generic datasource with Delta upload, which is based o a table.
    When i extracted it in the Extractor checke RSA3 with UPdate mode 'F', it works.
    When update mode is 'D', come an popup . It says that error occurs. I cant see the details of error.
    My question: How to check the delta datasource in Extractor checker?
    Thanks

    Hi ,
    Please check the below thread.
    How to check whether the Datasource is delta enabled or not
    Hope it helps.
    Thanks & Regards,
    Ramnaresh.P.

  • RSA3 Extractor Testing problem importing request selection values

    Hi, I am trying to use RSA3 to test an extract and I am trying to pull in the values from an existing request on the BW side.  When I specify the request ID it only pulls in 7 values.
    The request I am pulling from has 9 values for "Document Type - BLART" and 18 values from "Account - RACCT".  When I specify the request ID I am only getting 7 values for BLART and none of the others.
    Any ideas why RSA3 wouldn't pull in all of the values?

    Hi,
    If the Datasource is LO then it will fetch the data Setup tables, so see it properly. See teh below articles about RSA3
    Checking the Data using Extractor Checker (RSA3) in ECC Delta Repeat Delta etc...
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80f4c455-1dc2-2c10-f187-d264838f21b5&overridelayout=true 
    Data Flow from LBWQ/SMQ1 to RSA7 in ECC and Delta Extraction in BI
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/d-f/data%20flow%20from%20lbwq_smq1%20to%20rsa7%20in%20ecc%20and%20delta%20extraction%20in%20bi.pdf
    https://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Thanks
    Reddy

  • Extractor Checker: How to see fields in APPEND structure?

    Hi Experts
    I have added a new field to a datasource (0CUSTOMER_ATTR). My logic is in place in include ZXRSAU02.
    I run the Extractor Checker and then check the result list to see that my logic is working. However.. i can't find a way to view all of the fields in the datasource. The Display List button shows a select range of fields (not even all of the standard structure), and unlike SE16, there doesn't seem to be a way to customise the list view to see the fields that I'm interested in (especially my appended field). I've tried all the menu options..
    Does anyone know a way to do this? Without seeing the field in the result, i can't verify my changes in the checker.
    thanks
    tony

    There is one button called current looks like variant click on it in RSA3 display.
    You will be able to hide or display fields.
    Hope this helps.
    Edited by: Praveen G on Oct 10, 2008 3:14 AM

  • Bw datasource activate- extractor check

    I have activate datasource: 2LIS_11_VAHDR      t-code: SBIW
    2LIS_11_VAHDR       Sales Document Header Data
    and activate LO-cockpit    t-code: LBWE
    Then , I use RSA3 extractor check , prompt: 0 data records selected .
    image: http://www.itpub.net/thread-1162136-1-1.html
    This is why? please advise.
    No data in sap erp, and use replicate metadata is no effect in BW, my flow is right?
    Many thanks.
    Regards,
    Steve

    You need to fill setup tables first.
    have a look these link...
    [Setting up Delta Process for LO Extractors for First Time Using Queued Delta|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d019f683-eac1-2b10-40a6-cfe48796a4ca]
    [Logistic Cockpit Configuration|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50326ace-bac2-2b10-76bb-bd1a20ed2b57]
    Regards,
    Ashish
    Edited by: Ashish Tewari on May 9, 2009 1:12 PM

  • Syntax Check Problem?

    Hi there!
    I have an ActionScript Project and have many AS Classes on my
    source directory, but have only one Application (Main.as).
    The question is that I can write anything on the AS Classes
    and the Flex doesn't point any errors. Flex only parse the classes
    that are used by my Main Application. This is not a good thing,
    because not all the classes are laoded by the Main Application
    directly, but I still need a instant syntax checking...
    So, could some one say me if this is a Syntax Check Problem?
    Thank you,
    CaioToOn!

    Hi,
    Indeed, it can be frustrating that your class gets compiled
    only when it gets used. I'm guessing the compiler behaves that way
    for performance reasons.
    But I don't understand the bit about classes not being loaded
    by the main application directly? You mean those classes are
    compiled into modules / rsls?
    As long as the classes are referenced in some class which is
    being used by the application, it *should* get compiled. It would
    be interesting to know the dependency of your actionscript
    classes.

  • What is extractor checker and use of it...?

    Hello,
    Could you please help to know about extractor checker and use of it.
    Thanks in advance,
    G Raghu.

    Hi..........
    The extractor checker comes packaged in Service API (SAPI), which enables you to create generic DataSources via transaction RSO2. The extractor checker has been available since very early SAP releases (both SAP_APPL including the 3.X track and BW including the 2.X track). It can be considered release-independent. It does not require the source system to be connected to the target BW system. For more information about SAPI, go to SAP Service Marketplace. You search SAP notes using the keyword u201CSAPI.u201D
    By running the extractor checker in the debug mode, you can learn a lot about the underlying application. I have been in situations where I had to work with application-specific standard extractors in areas that Iu2019m only vaguely familiar with. Running the extractor checker in the debug mode has helped me identify the base tables without a lot of effort.
    I have seen generic extractors delivering no data because of faulty logic/coding. The reaction on the BW side is usually one of bewilderment and disbelief. You can avoid this by running the extractor check before executing your InfoPackages from BW. Iu2019ll show you how to use this tool in a more effective way and explain why you might want to use it more frequently.
    For extraction of data we create datasource in the source system.............after that we replicate it in the BW side...............
    Now our datasource can extract data from any:
    Table or view
    Query
    Function mudule.................................
    Now to check whether thae datasource is working fine or not.........We have to go to RSA3 in the source system...........There we will give the Datasource name.................then we will execute.........then it will displsy the data it contains...............we can also check for a specific value......
    Hope this helps you..........
    Regards,
    Debjani........

  • Extractor checker (RSA3)

    Hi,
    All, can any body please tell me what is a extractor checker is and the purpose of this in BI-7.03,
    Point's will be awarded
    Thanks in advance
    regards
    kittu

    Hi,
    RSA3 will simulate the dataload from a particular datasource, like you can how many records are there for full upload, delta upload.
    Here if you run RSA3 with debugging checkbox on, you can also debug the Extractor function module.
    Hope this helps.
    Best Regards,
    Rajani

  • Capacity check problems

    hi,
    i have some questions for the Capacity check problems in Project System.
    1. if one Person is assigned to diffierent Work Centers, for example, person A is assigned to Work Center 01 under Plant 01, and Work Center 02 under Plant 02, how can i do the Capacity check for this person?
    if i want to use A of Work Center 01 in the Project, the System will only check the Capacity of 01, or both 01 and 02?
    2. How to config Capacity check in PS?
    Rgds,
    Liang

    hi,
    1.Capacity check takes place at plant level itself..
    2.Pooled capacity:- This is created separately in [u wil find in PP] and this capacity can be used by different work centers.
    regards
    pushpa

Maybe you are looking for

  • My navigation toolbar doesn't work properly.

    Normally, after i write the site i want to navigate (e.g : www.yahoo.com), and press enter, the site start navigate automatically. But now, after i press enter, nothing happens. It's not even loading. My enter button is working properly. (i've tried

  • Why ipad serial number in settings is not the same as the serial number in the back?

    I took an ipad mini for screen replacement, everything was succesful. The customer calls me back claiming that the ipad wasn't his ipad. He went to store and claims that the serial number  that shows on info of the ipad does not match the serial in t

  • Purchase Info Record Texts Upload

    Hello all, I am using the standard upload program RM06IBI0 for data migration of PIRs. I have a seperate file that has PO texts. When I upload the texts I use the structure BRM06I --> BLINES to transport the text. However, there seems to be no way of

  • My Library folder is missing-where did it go?

    My mail app has stopped working. It was suggested in another thread that I go to the mail folder in the Library folder and delete some items from the V2 file or folder. Problem is, I have no Library folder. Not there. Missing. Utterly confused. Searc

  • Picking one condition type

    i wrote the following code in program lines of smartform. DATA:T_KONP TYPE TABLE OF KONP WITH HEADER LINE. SELECT  KNUMH FROM A363 INTO CORRESPONDING FIELDS OF TABLE T_A363      WHERE MATNR  =  L_XEKPO-MATNR(mat.no in me23n)      AND   LIFNR  =  ZXEK