How to check data records in R/3 (source system)

Hello,
I need to check the data records in R/3 (source system). Is Transaction RSA3 the only option or is there another way. When I use RSA3, all I see is the sandbox and cursor. Nothing seems to happen.
Pls help.
SD

Hi Sebastian,
To some extent this works out i.e Comparision of Tables in R/3 Vs ODS at BIW.
Tables in R/3 like VBAK(Order),VBRK(Billing),MKPF(inventory Management) and LIKP(Delivery)
compare them with the respective Datasource/PSA/ODS
2LIS_11_VAITM
2LIS_12_VCITM
2LIS_13_VDHDR      
2LIS_03_BF
in the BIW.
The Total numbers of Document Numbers ,Quantity or Value should match !!!!!!!!
Hope it helps !!
Rgds
SVU123
Edited by: svu123 on Mar 3, 2009 1:16 PM

Similar Messages

  • How to check the records in Master Data Table?

    Hi,
       I am trying to load the Master Data Table using the Flat File.Now how to check the records in Master Data Table?
    I done the following way:
    Info Provider->Info Object->Right Click->Display Data or Maintain Master Data
    But it's not showing the records.It's asking like CID from......To......
                                                                        CID(SID)from.............To.......
                                                                         here CID means customer id(characteristic).
    and showing some settings.
    Please guide me.
    Thanks & Regards

    Hi Sri,
    Go to T- code RSD1 and type your info object name and open the P- table in the infoobject then select execute symbol to see the updated  data in to master data info object.
    regards
    sap

  • How to check the records that were inserted in a day?Please Help!

    HI All,
    How to check the records that were insterted in a day in a standard SAP table?
    For example : I want retrieve the records that were added in a day in WLK1 table.
    How do i do this?
    Urgent!! Please help!
    Thanks in advance!
    Sandeep Shenoy

    HI
        Changes to data within a table can be automatically logged. Such automatic logging of changes is called automatic table history. To turn on logging, tickmark the Log Data Changes check box on the Technical Settings screen
    IF THIS IS ALREADY DONE FOR A PARTICULAR TABLE, YOU CAN GET THE RECORD OF CHANGES THAT YOU MADE FOR THAT PARTICULAR TABLE AS EXPLAINED UNDER
    <a href="http://64.233.179.104/search?q=cache:pOdVy55jfAIJ:cma.zdnet.com/book/abap/ch06/ch06.htmHISTORYOFUPDATESINADAYINABAP&hl=en&gl=in&ct=clnk&cd=1">Automatic Table History and Change Documents</a>
    IF ITS HELPFUL PLEASE REWARD POINTS
    REGARDS
    ANOOP

  • Checking data record in PSA

    Hi all,
    How can i check data record in PSA. I know how to do it in 3.5 but not in 7.0, that little colorful chart button is now where to be found. Any help would be greatly appreciated
    Thanks

    Hi
    RSA1 -> Datasource -> Right click on the datasource and click on manage. You should be able to see PSA data.
    Alternatively, you can see it though InfoPackage also.
    Regards,
    Praveen

  • How retieve ste data records(I did not export) in Site manager

    corrupted my vista (files exist not lost) how retieve ste data records(I did not export) in Site manager for use in a new installation... was dw cs4 now dw cs6...

    Unless you previously exported all your site definition setting and saved them to a safe place (i.e. an external drive, local or remote site folder), you must manually recreate them in CS6 via  Site > Manage Sites > New...
    Nancy O.

  • How to check data type of the field symbol at run time

    Hi,
    My code is as following:
          LOOP AT <fs> ASSIGNING <wa_covp_ext>.
            ASSIGN COMPONENT 86 OF STRUCTURE <wa_covp_ext> TO <f_zzname>.
            IF sy-subrc = 0.
              ASSIGN COMPONENT 158 OF STRUCTURE <wa_covp_ext> TO <f_pernr>.
              IF sy-subrc = 0.
                  SELECT SINGLE sname INTO <f_zzname> FROM pa0001
                                WHERE pernr = <f_pernr>
                                AND endda GE sy-datum
                                AND begda LE sy-datum.
             ENDIF.
          ENDIF.
        ENDLOOP.
    This query is giving dump when <f_zzname> is type P length 8 and decimals 2, because it tries to put PA0001-sname into it which is type C length 30. So I want to check the type of <f_zzname> before the select statement. If it is character 30, then I will write the select statement else not.
    How to check data type of the field symbol at run time? If it's not possible, then can somebody suggest a workaround? Thanks.

    check this ...
    write describe statement  ...
    field-symbols : <f_zzname> .
    data : sname like pa0001-sname,
           typ(10).
    assign sname to  <f_zzname>.
    describe  field <f_zzname> type typ.
    write : typ. <-- typ contains character type in this case ..
    U can check if typ is of character(C) if so .. write the select statement ...

  • Data load problem - BW and Source System on the same AS

    Hi experts,
    I’m starting with BW (7.0) in a sandbox environment where BW and the source system are installed on the same server (same AS). The source system is the SRM (Supplier Relationship Management) 5.0.
    BW is working on client 001 while SRM is on client 100 and I want to load data from the SRM into BW.
    I’ve configured the RFC connections and the BWREMOTE users with their corresponding profiles in both clients, added a SAP source system (named SRMCLNT100), installed SRM Business Content, replicated the data sources from this source system and everything worked fine.
    Now I want to load data from SRM (client 100) into BW (client 001) using standard data sources and extractors. To do this, I’ve created an  InfoPackage in one standard metadata data source (with data, checked through RSA3 on client 100 – source system). I’ve started the data load process, but the monitor says that “no Idocs arrived from the source system” and keeps the status yellow forever.
    Additional information:
    <u><b>BW Monitor Status:</b></u>
    Request still running
    Diagnosis
    No errors could be found. The current process has probably not finished yet.
    System Response
    The ALE inbox of the SAP BW is identical to the ALE outbox of the source system
    and/or
    the maximum wait time for this request has not yet run out
    and/or
    the batch job in the source system has not yet ended.
    Current status
    No Idocs arrived from the source system.
    <b><u>BW Monitor Details:</u></b>
    0 from 0 records
    – but there are 2 records on RSA3 for this data source
    Overall status: Missing messages or warnings
    -     Requests (messages): Everything OK
    o     Data request arranged
    o     Confirmed with: OK
    -     Extraction (messages): Missing messages
    o     Missing message: Request received
    o     Missing message: Number of sent records
    o     Missing message: Selection completed
    -     Transfer (IDocs and TRFC): Missing messages or warnings
    o     Request IDoc: sent, not arrived ; Data passed to port OK
    -     Processing (data packet): No data
    <b><u>Transactional RFC (sm58):</u></b>
    Function Module: IDOC_INBOUND_ASYNCHRONOUS
    Target System: SRMCLNT100
    Date Time: 08.03.2006 14:55:56
    Status text: No service for system SAPSRM, client 001 in Integration Directory
    Transaction ID: C8C415C718DC440F1AAC064E
    Host: srm
    Program: SAPMSSY1
    Client: 001
    Rpts: 0000
    <b><u>System Log (sm21):</u></b>
    14:55:56 DIA  000 100 BWREMOTE  D0  1 Transaction Canceled IDOC_ADAPTER 601 ( SAPSRM 001 )
    Documentation for system log message D0 1 :
    The transaction has been terminated.  This may be caused by a termination message from the application (MESSAGE Axxx) or by an error detected by the SAP System due to which it makes no sense to proceed with the transaction.  The actual reason for the termination is indicated by the T100 message and the parameters.
    Additional documentation for message IDOC_ADAPTER        601 No service for system &1, client &2 in Integration Directory No documentation exists for message ID601
    <b><u>RFC Destinations (sm59):</u></b>
    Both RFC destinations look fine, with connection and authorization tests successful.
    <b><u>RFC Users (su01):</u></b>
    BW: BWREMOTE with profile S_BI-WHM_RFC (plus SAP_ALL and SAP_NEW temporarily)
    Source System: BWREMOTE with profile S_BI-WX_RFCA (plus SAP_ALL and SAP_NEW temporarily)
    Someone could help ?
    Thanks,
    Guilherme

    Guilherme
    I didn't see any reason why it's not bringing. Are you doing full extraction or Delta. If delta extraction please check the extractor is delta enabled or not. Some times this may cause problems.
    Also check this weblog on data Load errors basic checks. it may help
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    Thanks
    Sat

  • HELP:  0 from 0 records: Initialization Option of source system

    I executed an 'Initialization option for source system' on the scheduler and no data is coming from the source system.
    Steps taken:
    1.  Delete data from target DSO
    2. Picked InfoPackage and selected it returns back 'Initialization option for source system'  on the scheduler
    3.  Deleted the initialization setting
    4. Executed InfoPackage
    Result:  "0 from 0 records" found. How do I fill the queue table in the source system if not records are available?  T
    5. I go to delete the request in the PSA to retry: "No data in the PSA".
    This is to resolve a HIGH status ticket because I stopped delta process of other Infoproviders until this situation is resolved.
    Can you provide detail steps to properly create a trigger delta data from R/3 from a "Initialization Option of source system".  We have cancelled delta undates until this is resolved.

    Hi
    Now that you have run the init once, there is no need to delete the init flag
    The delta pointer is set now, you can run the delta Ip from now onwards.
    But if there were already some previous deltas done for this, and the delta had failed, because of which you have to initialise the delta again, then you need to delete the previous initialisation.
    To delete the init flag.
    Open your delta IP in RSA1(or in the PC)
    Goto the scheduler menu option
    initialization option for source system
    There you will see that a window will pop up which will show a succesful load, and you will see a tick mark in the first column.
    If you see a cross mark that would mean that the initialization has failed.
    this mark whihc you see is called the init flag.
    If you need to reinitialize the delta, then you have to delete this .
    Select the entire row and click the third button at the bottom.
    This will delete the initialization for source system( i.e init flag)
    now, before running the delta, you have to run the init IP again.
    it depends on the scenario whether you hav to run with data transfer or without data transfer.
    Hope this clarifies the query
    Regards
    Shilpa

  • How to delete data-records with BI-planning in BEx?

    Hi folks, masters and gurus,
    we just upgraded some of our functions from BPS to BI-Planning.
    Only one thing I could not resolve up to now:
    In BPS (web based) it was easily possible to delete data-records by choosing a radio-button beside the data-entry-field and click the "delete"-button (a red "-") on the top.
    When I tried to find a delete-function in RSPLAN now I only found one that deletes the data, but not the record itself.
    Does anyone know how to build a function that I can use to delete data-records?
    Thx in advance for your help,
    Thomas

    Oh yes ... it´s not necessary as it is easily possible to supress lines with only 0 in it with
    query-properties / rows/coloumns / supressing Zero / activ ...
    Edited by: Thomas Kejik on Jan 19, 2009 9:46 AM

  • How to check data in the cube

    for integration purpose, how can you go and check data in the cube and validate it against the query data ? i know we can go to corresponded infocube and right click "display data" but what's on the query is not available when i execute "display data"
    Thanks

    You can always use the similar set of Restrictions as used in RKF and get the value very close to what RKF is displaying.
    But getting the same values in CKF is a bit tough..I can suggest may be you can take few/1-2 examples and do the calculations manually and compare the query result and Infocube data.

  • How to check deleted record in a table

    Hi to all,
    any one can do need ful to me for how to check last deleted record in a table.

    Since you are on 8i,
    AUDIT DELETE TABLE AUDIT
    and Using LogMiner
    are your best chance to find out last deleted records.
    If you are on 9i and later, you can also use flashback query to join current table with table image few minutes back to find out the difference.

  • How to check data in physical standby database?

    Hi!
    I'm maintaining physical standby database system. everyday, i must check tranfer and apply progress. I known, it operate very good. No archive gap is found.
    But i want to check data in physical standby database that there is consistant with primary database, there isn't? What method do I use? How to do?
    thankS

    I hope the following will help
    Verifying the Physical Standby Database
    ==========================================
    Once you create the physical standby database and set up log transport services, you may want verify that database modifications are being successfully shipped from the primary database to the standby database.
    To see the new archived redo logs that were received on the standby database, you should first identify the existing archived redo logs on the standby database, archive a few logs on the primary database, and then check the standby database again. The following steps show how to perform these tasks.
    Step 1 Identify the existing archived redo logs.
    On the standby database, query the V$ARCHIVED_LOG view to identify existing archived redo logs. For example:
    SQL> SELECT SEQUENCE#, FIRST_TIME, NEXT_TIME
    2 FROM V$ARCHIVED_LOG ORDER BY SEQUENCE#;
    SEQUENCE# FIRST_TIME NEXT_TIME
    8 11-JUL-02 17:50:45 11-JUL-02 17:50:53
    9 11-JUL-02 17:50:53 11-JUL-02 17:50:58
    10 11-JUL-02 17:50:58 11-JUL-02 17:51:03
    3 rows selected.
    Step 2 Archiving the current log.
    On the primary database, archive the current log using the following SQL statement:
    SQL> ALTER SYSTEM ARCHIVE LOG CURRENT;
    Step 3 Verify that the new archived redo log was received.
    On the standby database, query the V$ARCHIVED_LOG view to verify the redo log was received:
    SQL> SELECT SEQUENCE#, FIRST_TIME, NEXT_TIME
    2> FROM V$ARCHIVED_LOG ORDER BY SEQUENCE#;
    SEQUENCE# FIRST_TIME NEXT_TIME
    8 11-JUL-02 17:50:45 11-JUL-02 17:50:53
    9 11-JUL-02 17:50:53 11-JUL-02 17:50:58
    10 11-JUL-02 17:50:58 11-JUL-02 17:51:03
    11 11-JUL-02 17:51:03 11-JUL-02 18:34:11
    4 rows selected.
    The logs are now available for log apply services to apply redo data to the standby database.
    Step 4 Verify that the new archived redo log was applied.
    On the standby database, query the V$ARCHIVED_LOG view to verify the archived redo log was applied.
    SQL> SELECT SEQUENCE#,APPLIED FROM V$ARCHIVED_LOG
    2 ORDER BY SEQUENCE#;
    SEQUENCE# APP
    8 YES
    9 YES
    10 YES
    11 YES
    4 rows selected.

  • How to see data records of idoc?

    Hi
    Can anybody tell me how can i see the data records of idoc..
    i think its stored in EDID4 table..but i am not able to see the sdata field

    hi Gaurav,
    Just follow the steps:-
    1.Go To Transaction WE05.
    2.Click on execute.
    3.This will open Inbound/Outbound list of IDoc
    4.Just select any Idoc and double click on it.
    5.This will open Idocs three segement namely status,data and Control
    6.Double click on Data Segment and u will see the data in it.
    Regards,
    Ashwin M
    [Reward for the Helpful answers].

  • How to check date globally?

    Hi,
    I wonder how I best check for a date against a fixed date.
    e.g. I want to check that zrcthau-erdat is before 01 jun 2008. 
    I wonder as I do not know how the date preference is set for the user running the program.
    it could be:
    MM/DD/YYYY
    MM-DD-YYYY
    DD.MM.YYYY
    YYYY/MM/DD
    YYYY-MM-DD
    And so on....
    I specially run into this issue in the smartforms logic 'flowlogic alternative'  I can e.g. verify the  condition 
    VKORG = '2275' but how do I do this with the zrcthau-erdat as I do not know what the date format of the user is.
    Or does smartforms handle it all in internal dates?
    Anybody any ideas?
    Thanks,
    Frans

    Hi
    The information of day can be stored in a field with the data type is DATS.
    The DATS is type N of 8 char and it has always the internal format YYYYMMDD, when the date has to be shown, the system translate the date from internal (input) to external (output) format.
    This doesn't depend on how the developer store the date in the system, i.e if developer saves the date in wrong format it's as if he saved a wrong date.
    If I have the date 11/06/2008 and when I store this date I insert 11062008 (instead of 20080611), the system will interpret a date where the year will be 1106, the month 20 and the date 08.
    Anyway u should consider in every screen of SAP the date is always automatically converted from input to output format (when it has to show a date) and output to input format (when it has to store the value).
    The developer should manage the input format only in the interface program, where the date comes from non SAP-system.
    Max

  • How to check date of purchase

    How can i check date of purchasing of iphone in this website

    If you bought it from Apple, you can view your past purchases via your store account.

Maybe you are looking for

  • My iPod nano and iPad are not showing on iTunes

    Hi, I have an iPod nano 6g and an iPad that were working just finr a couple of days ago. Now my iTuns is not recognizing either of them ! I tried every solution possible in the Support section but nothing worked. The thing I noticed while trying to f

  • What cable do I need to hook-up my laptop to my HDTV

    I am purchasing my new MacBook air tommorow and I just want to know what cable I need to buy to hook-up my MacBook air to my HDTV, preferably using the HDMI connection if possible.

  • Business Objects Scheduler Jobs Monitoring

    Hi, Is there a management pack available for integration with System Centre (SCOM) such that we can monitor failed scheduled jobs in Business Objects via SCOM? Is there any other way to monitor failed scheduled Business Objects jobs straight from the

  • How to view messages in Jms queue from OEM 12c Cloud Control

    Hi All, How can I view messages in a Jms queue from OEM 12c Cloud Control without logging into WebLogic Administration Console? Thanks in Advance!!

  • Has been

    Bonjour Je viens de récpérer un vieux G4 et j'ai installé MACOSX depuis le CD d'origine, il s'agit de MACOSX version 10.1. Je voudrais savoir où je peux obtenir la dernière version de MACOSX compatible avec mon Power Macintosh, PowerPC G4, et si ce n