How to check tables integrity

Hello all,
we have a big problem in CO area. Since last week we can't calculate production order costs and product costs.
We have check all the things we can, including notes, and the only thing we think that could solve the problem is to check the integrity of tables.
Is there any program, transaction, or anything to make it?.
thanks a lot.

Hi,
Please try this once more.
Go to SE11.
Enter the data dictionary table in the 'Database Table' field.
Click 'Display' and press 'Enter'.
The page 'Dictionary: Display Table' will open.
Please click on the 'Entry Help/Check' tab.
Observe the fields 'Foreign Key' and 'Check Table'.
Reward if this is of help.

Similar Messages

  • How to check table is creating or not

    Hi,
    I am creating only one table by running a table creation script(table.sql) which contain 366 partition.but I dont know whether table is creating or not.it is taking long time,sometimes I feel like script is hanging.even before running the script I have even spooled but spool file shows nothing. so how to check table is creating or not from background? can anyone please let me know abt this.this is bit urgent
    sql>spool table.log
    sql>@table_partition.sql

    hi,
    I am running the script table_partition which consist of 366 partition and 31 sub partition but the script is hanging.there is no hint in alert log file or anything wat might be the reason is it because of extent size? as extent size for this tablespace where table has to be create is 1mb,wat i suspect is do i need to set for higher value inorder to avoid this?
    with regards;
    Boo

  • How to check table is NULL or not when a form load?

    How to check table is NULL or not when a form load?
    I want to make the form when it load it check the data in table, if there are no data in table other form will be load.
    Sorry for bad English... 

    Maybe you can do this in form1's Form_Open event:
    if dcount("*", "table1") = 0 then
      Cancel = True
      Docmd.Openform "form2"
    end if
    -Tom. Microsoft Access MVP

  • How  to check  table have  exists any views in oracle

    hi,
    how to check table have exists any views in oracle

    SELECT * FROM user_dependencies
    WHERE type='VIEW'
    AND referenced_type='TABLE'
    AND referenced_name ='Your_Table_Name' You may use dba_dependencies to find views in different schema.

  • How to check up Integrity of basis on the server ?

    How to check up
    1. Integrity of basis on the server
    2. Presence of necessary fields in bases
    Why ask ?
    There is for a long time imported in ZCM station XP.
    In properties of agent ZCM at this station I see that all politicians are applied successfully.
    In the https://zcmserver | ws Xp_KAP| Relationships | Assigned Policies | Inherited
    for Dynamic Local User Policy "01UsersRightsDLU" Deployment Status = Unknown.
    If remove (unreg) from ZCM this WS and import Again - all properies will be OK...
    ( I have some such for a long time imported machines with similar problems. )
    Serg

    Originally Posted by AndersG
    Skoltogyan,
    > Thanks. I will look forward to hearing
    Sorry. I shuould have spotted that myself. The command you entered is wrong. You entered:
    /opt/zdc # ./zdc verify -b /var/opt/novell/zenworks/database/zenworks_AMI_COMPANY_ZONE.db
    Should have been:
    /opt/zdc # ./zdc verify -b /blabla/zcm_10.x.x.zdc
    Ie you enter the full path to the baseline file, not the database for -b
    Anders Gustafsson (NKP)
    The Aaland Islands (N60 E20)
    Novell has a new enhancement request system,
    or what is now known as the requirement portal.
    If customers would like to give input in the upcoming
    releases of Novell products then they should go to
    http://www.novell.com/rms
    cd /opt/zdc
    ./zdc verify -b
    and in the log-file get 3 errors:
    1)
    + Initializing native libraries.
    [ERROR] [ZDCNative]
    [!] Could not load native library, native features will be disabled
    [DEBUG] [ZDCNative] /opt/zdc/lib/native/libzdcnative.so: librpm-4.4.so: cannot open shared object file: No such file or directory
    java.lang.UnsatisfiedLinkError: /opt/zdc/lib/native/libzdcnative.so: librpm-4.4.so: cannot open shared object file: No such file or director
    y
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.jav a:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1676)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at com.novell.zenworks.zdc.system.platform.ZDCNative. initialize(ZDCNative.java:20)
    at com.novell.zenworks.zdc.system.platform.ZDCNative. <clinit>(ZDCNative.java:33)
    at com.novell.zenworks.zdc.DiagnoseZen.startZDC(Diagn oseZen.java:105)
    at com.novell.zenworks.zdc.DiagnoseZen.start(Diagnose Zen.java:64)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at com.novell.zenworks.zdc.boot.Bootstrap.main(Bootst rap.java:110)
    [INFO ] [DiagnoseZen]
    + Attempting to connect to database.
    [TRACE] [DatabaseConnector] Establising JDBC connection.
    [TRACE] [DatabaseConnector] JDBC connection established.
    [INFO ] [DiagnoseZen]
    2)
    [ERROR] [ZDCNative]
    [ERROR] [FileVerifier] File '/opt/novell/zenworks/share/tomcat/webapps/zenworks-reportadmin/WEB-INF/web.xml' is missing!!!
    [ERROR] [FileVerifier] File '/opt/novell/zenworks/share/tomcat/webapps/zenworks-reportadmin/WEB-INF/classes/com/novell/zenworks/webservice/reportadmin/ReportAdminImpl.class' is missing!!!
    [ERROR] [FileVerifier] File '/opt/novell/zenworks/share/tomcat/webapps/zenworks-reportadmin/WEB-INF/classes/com/novell/zenworks/webservice/reportadmin/ReportAdminTieSkeleton.class' is missing!!!
    [ERROR] [FileVerifier]
    3)
    [TRACE] [DBObjectComparer] Constraint 'fk_zDevice_ZUID' is okay.
    [TRACE] [DBObjectComparer] Comparing Triggers
    [ERROR] [DBObjectComparer] Mismatch in Trigger 'tg_IsRetired_Ins_Upd' structure!!!
    Expected: [Name: tg_IsRetired_Ins_Upd, Table: zDevice, Definition hash: 5e61ed8]
    Found : [Name: tg_IsRetired_Ins_Upd, Table: zDevice, Definition hash: d789549a]
    [DEBUG] [DBObjectComparer] Additional Information:
    create trigger -- when zDevice is retired or unretired let NC_Workstation know
    tg_IsRetired_Ins_Upd after update on
    zenadmin.zDevice
    referencing old as oldtable new as newtable
    for each row
    begin
    declare @Retired1 tinyint;
    declare @RetiredDate1 datetime;
    declare @ZUID1 binary(16);
    if(newtable.Retired <> oldtable.Retired) then
    set @Retired1=newtable.Retired;
    set @ZUID1=newtable.ZUID;
    if(@Retired1 = 1) then
    set @RetiredDate1=newtable.RetiredDate;
    update NC_WORKSTATION set
    NC_WORKSTATION.IsDeleted = @RetiredDate1
    where NC_WORKSTATION.ZenWorksAgentID = @ZUID1;
    update NC_COMPONENT set
    NC_COMPONENT.IsDeleted = @RetiredDate1
    where NC_COMPONENT.IsDeleted is null
    and WORKSTATIONOID = any(select WORKSTATIONOID from NC_WORKSTATION where ZENWORKSAGENTID = @ZUID1)
    else
    set @RetiredDate1=oldtable.RetiredDate;
    update NC_WORKSTATION set
    NC_WORKSTATION.IsDeleted = null
    where NC_WORKSTATION.ZenWorksAgentID = @ZUID1;
    update NC_COMPONENT set
    NC_COMPONENT.IsDeleted = null
    where NC_COMPONENT.IsDeleted >= @RetiredDate1
    and WORKSTATIONOID = any(select WORKSTATIONOID from NC_WORKSTATION where ZENWORKSAGENTID = @ZUID1)
    end if
    end if
    end
    [ERROR] [TableHelper]
    [!] 1 errors found while verifying Triggers of Table zDevice
    [DEBUG] [TableHelper] Verifying table 'zDeviceCreationInfo'
    [TRACE] [DBObjectComparer] Comparing Columns

  • How to check Portal integrated in Landscape

    What transacton code can I use to check a portal is running in the landscape that I am working with and whether BI (7.0) is already integratedin that portal?

    BI Portal Integration can be checked by launching a query using Bex tools and executing it or publishing it to portal.
    You can use transaction RSRT (Query Monitor) and use Java Web to test it as well.
    Using transaction SM30 check table RSPOR_T_PORTAL and see what portal URL is used by your BI system. If your BI and Portal Integration is complete then URL prefix will have this information.
    Ranjit Mereddy
    SAP Netweaver Consultant
    Indus Consulting Group

  • How to Check Referential Integrity for a field in Transformations.

    Hi All,
    We have a requirement where we need to check the referential integrity for a field in Transformation.
    How can we Check Referential Integrity in Transformations?
    Regards,
    Rk.

    Hi,
    you can check the referential integrity checkbox iis available in the transforamtaion there is a check box referential integrity from the source rules.
    Thanks,
    Ramesh.

  • How to check table difference QUICKLY?( symetic check, hash check, or ...)

    Hi. Everyone.
    I would like to know whether or not there is a difference
    between tables. The two tables are located
    at the differerent location, and network speed is very bad.
    I am considering this two ways as belows.
    1. symeteric check
    (select * from table_A@location1
    minus
    select * from table_A@location2)
    union all
    (select * from table_A@location2
    minus
    select * from table_A@location1)
    2. hash value check using dbms_utility.get_hash_value
    select sum(dbms_utility.get_hash_value(
    "column lists",1,power(2,16)-1)) xx
    from table_A@location1
    select sum(dbms_utility.get_hash_value(
    "column lists",1,power(2,16)-1)) xx
    from table_A@location2
    Which one do you think is faster?
    Additionally, is there better way to check table difference
    as quickly as possible.
    Thanks in advance.
    Have a nice day.
    Ho.
    Message was edited by:
    user507290
    Message was edited by:
    user507290

    Hello
    Another alternative may be to materialise the two remote tables localy and then do the comparison - perhaps using materialised views. If you can get the data locally, you can reliably try a few different methods and figure out which works best.
    I know MINUS can be exceptionaly quick for comparing whole result sets, but it's not suited to all cases...in the same way that using sub queries/not exists is better in some cases than others.
    HTH
    David

  • How to check tables in the DB??

    Hi all,
    My <b>WAS is installed with Oracle</b> db. I created my own tables using data dictionary and deployed the same on WAS (with J2EE Stack only). I even inserted data and retrieved the same programatically.
    The only issue is that I wanted to know how can i manually check up the Oracle DB? Also any default user id and password.. Kindly help.
    Thanks
    Sanjo

    Hi Sanjo
    login in as ora<SID>. Issue command sqlplus /nolog. Then issue connect / as sysdba.
    This should take you to SQL prompt where you can trigger your queries.
    Hope it helps
    Regards
    Lokesh Gupta

  • How to check tables

    Hi,
    Was wondering how one could check that when a query is ran it selects the matching column. I have 4 tables: tb1,tb2,tb3,tb4. tb2,tb3 and tb4 have historical information and sometimes many-to-one.
    My question is, how can I check using the following:
    select count(tb1.column1)count(tb2.column1),count(tb3.column1),count(tb4.column1)
    from tb1,tb2,tb3,tb3
    where tb1.column1 = tb2column1 AND
    tb1.column1 = tb2.column1 AND
    tb1.column1 = tb3.column1 AND
    tb1.column1.tb4.column1
    group by tb1.column1,tb2.column1,tb3.column1,tb4.column1
    I'd like to know how when my query runs, it selects the right number by matching exactly one-to-one against those other tables.
    Thanks.
    Message was edited by:
    J_123

    This is with a better format.
    SELECT A.TOT, B.TOT, C.TOT, D.TOT
    FROM (SELECT TBL1.COLUMN1 COL,
                 COUNT(TBL1.COLUMN1) TOT
          FROM TBL1
          GROUP BY TBL1.COLUMN1) A,
         (SELECT TBL2.COLUMN1 COL,
                 COUNT(TBL2.COLUMN1) TOT
          FROM TBL2
          GROUP BY TBL2.COLUMN1) B,
         (SELECT TBL3.COLUMN1 COL,
                 COUNT(TBL3.COLUMN1) TOT
          FROM TBL3
          GROUP BY TBL3.COLUMN1) C,
         (SELECT TBL4.COLUMN1 COL,
                 COUNT(TBL4.COLUMN1) TOT
          FROM TBL4
          GROUP BY TBL4.COLUMN1) D
    WHERE A.COL = B.COL
    AND   A.COL = C.COL
    AND   A.COL = D.COLCheers
    Sarma.

  • Report Painter : How to check table for form

    Hello I am creating a report at FSI2 using form 0SAPROLLP-01
    I would like to modify or add a field present here.
    How can I determine which table the form belongs too?
    regards
    ken

    Go to report parameters and go the Form.  Hit F1 and click on technical information.
    Hope it helps.

  • How to check Tables that are used in request submitted

    Hi All
    I need to check the tables from where Apps is extracting data when I am submitting my requests in different modules.
    Response is appreciated.
    Alok

    It is easy one. Just switch sql trace for a particular CR in the CR definition form.
    Run CR then. And find all SQL that have been run in TRC file located on the DB server.
    Yury

  • How to check Table DDNTK ....NEED HELP ?

    The deduction wage  types from the internal table are reduced
    by the amounts in table DDNTK (unpaid deductions)
    how do i chec k this table ?

    NOT HELPFUL.....Since i need to Fix the Issue in Table DDNTK  before i run the  real payroll..
    Edited by: Raul k on Jan 27, 2009 10:56 PM

  • How to check table dependencies ?

    Hi All,
    I am looking for a query , which tell about table's dependencies ?
    I wonder, if there is any table_dependencies dictionary view , but I doubt for that.
    hare krishna
    Alok

    Small example:
    [email protected]> select name, type, referenced_name, referenced_type from user_dependencies
    2 where referenced_type = 'TABLE'
    3 /
    NAME TYPE REFERENCED_NAME REFERENCED_TYP
    E
    MOBVIEW3 VIEW DUAL TABLE
    MOCK_PRO PROCEDURE DUAL TABLE
    PUSER PROCEDURE DUAL TABLE
    SMP_VDD PACKAGE BODY DUAL TABLE
    SMP_VDM_NOTIFICATION_PKG PACKAGE BODY DUAL TABLE
    SMP_VDN PACKAGE BODY DUAL TABLE
    SMP_VDE PACKAGE BODY DUAL TABLE
    SMP_VDJ PACKAGE BODY DUAL TABLE
    SMP_VDS PACKAGE BODY DUAL TABLE
    FILLMAIN PROCEDURE MAIN TABLE
    P_PROC1 PROCEDURE JOBS1_HIST TABLE
    SHUTDOWN_TRIGGER TRIGGER SHUT_TABLE TABLE
    P_PROC1 PROCEDURE JOBS1 TABLE
    START_TRIGGER TRIGGER START_TABLE TABLE
    P PROCEDURE EMP TABLE
    P_PROC2 PROCEDURE EMP TABLE
    Best Regards
    Krytian Zieja / mob

  • How to check  if all values from a dataset  has come to  an internal table

    How to check  if all values from a dataset  has come to  an internal table ?

    Hi,
    After OPEN DATASET statement check if sy-subrc = 0 if its success then proceed with split statement and save the dataset values into a internal table and while debugging the internal table you will find that whether all values get into internal table.
    Checking sy-subrc after OPEN DATASET statement is must to fill up the values in the internal table.
    For e.g.
    OPEN DATASET p_inpfile FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      IF sy-subrc NE 0.
        WRITE :/ 'No such input file' .
        EXIT.
      ELSE.
    READ DATASET p_inpfile INTO loc_string.
          IF sy-subrc NE 0.
            EXIT.
          ELSE.
            CLEAR loc2.
    *Spliting fields in the file-
            REPLACE ALL OCCURRENCES OF '#' IN wa_string WITH ' '.
           SPLIT wa_string AT const INTO loc2-pernr
                                           loc2-werks
                                           loc2-persk 
                                           loc2-vdsk1.
    Hope you get some idea.
    Thanks,
    Sakthi C

Maybe you are looking for

  • How to install windows 8 on mac

    I just bought windows 8 pro and am trying to install in on my windows. I have previously installed windows 7 via bootcamp but just deleted the partition because I want to start over from scratch with windows 8. I understand bootcamp needs to be updat

  • Can't Install Updates in Photoshop CS6

    I'm tyring to update Camera Raw because the RAW files for my new camera are not supported with the version I have, but every time I go to Help > Updates... I get an error message saying, "You are already running the Adobe Application Manager. Please

  • Reinstall a Download from Adobe

    On Feb 7th, I puchased Photoshop 11 as a download from Adobe.  Earlier this week I had to reset my PC and lost all of my installed software.  I am in the process of reinstalling all the software, however, the software that was downloaded is presentin

  • Refreshed laptop with Win 8.1 DVD - Freezing Problems

    I had freezing problems on my Toshiba and decided to refresh it with full windows 8.1 DVD I purchased separately, Toshiba initially had Vista. I bought upgraded to Win 8 pro 64 and then to 8.1 pro 64 Toshiba didn't provide any restoration discs or an

  • How can I download filezilla?  When I try I get a message saying that this is not an "approved" website

    How can I download and use Filezilla using Snow Lion?  When I try to open this application, the system tells me that I can not do this. Help