Statistics Check

Hi All,
I wanted to know about the statistic checks on Cubes or ODS, that should be carried out in the system (BW 3.5)
Which are the statistics checks which I should carry out daily or others and with what frequency?
ALso, I wanted to know about the significance of these statistics checks.
Thank and Best Regards,
Sharmishtha

Hi,
for an overview about your tables statistics goto table DBSTATT*; for instance DBSTATTORA if your DB is Oracle. It will give you how the table was analyzed and when it eas last analyzed.
DB20 is the central transaction for statistics for checking.
You should refresh your statistics via the performance tab of an infoprovider and/or via process chains.
Statistics must be updated regularly in order to have your RDBMS optimizer calculating the right execution plan for a particular query.
The frequency to pdate statistics will depend on the number of records changed / inserted / deleted in comparison with the total (well shown in DB20)
hope this helps,
Olivier.

Similar Messages

  • "Check Statistics" in the Performance tab. How to see SELECT statement?

    Hi,
    In a previous mail on SDN, it was explained (see below) that the "Check Statistics" in the Performance tab, under Manage in the context of a cube, executes the SELECT stament below.
    Would you happen to know how to see the SELECT statements that the "Check Statistics" command executes as mentioned in the posting below?
    Thanks
    ====================================
    When you hit the Check Statistics tab, it isn't just the fact tables that are checked, but also all master data tables for all the InfoObjects (characteristics) that are in the cubes dimensions.
    Checking nbr of rows inserted, last analyzed dates, etc.
    SELECT
    T.TABLE_NAME, M.PARTITION_NAME, TO_CHAR (T.LAST_ANALYZED, 'YYYYMMDDHH24MISS'), T.NUM_ROWS,
    M.INSERTS, M.UPDATES, M.DELETES, M.TRUNCATED
    FROM
    USER_TABLES T LEFT OUTER JOIN USER_TAB_MODIFICATIONS M ON T.TABLE_NAME = M.TABLE_NAME
    WHERE
    T.TABLE_NAME = '/BI0/PWBS_ELEMT' AND M.PARTITION_NAME IS NULL
    When you Refresh the stats, all the tables that need stats refreshed, are refreshed again. SInce InfoCube queries access the various master data tables in quereis, it makes sense that SAP would check their status.
    In looking at some of the results in 7.0, I'm not sure that the 30 day check is being doen as it was in 3.5. This is one area SAP retooled quite a bit.
    Yellow only indicates that there could be a problem. You could have stale DB stats on a table, but if they don't cause the DB optimizer to choose a poor execution plan, then it has no impact.
    Good DB stats are vital to query performance and old stats could be responsible for poor performance. I'm just syaing that the Statistics check yellow light status is not a definitive indicator.
    If your DBA has BRCONNECT running daily, you really should not have to worry about stats collection on the BW side except in cases immediately after large loads /deletes, and the nightly BRCONNECT hasn't run.
    BRCONNECT should produce a lof every time it runs showing you all the tables that it determeined should have stats refreshed. That might be worth a review. It should be running daily. If it is not being run, then you need to look at running stats collection from the BW side, either in Process Chains or via InfoCube automatisms.
    Best bet is to use ST04 to get Explain Plans of a poor running InfoCube query and then it can be reviewed to see where the time is being spent and whether stats ate a culprit.

    Hi,
    Thanks, this is what I came up with:
    st05,
    check SQL Trace, Activate Trace
    Now, in Rsa1
    on Cube, Cube1,
    Manage, Performance tab, Check Statistics
    Again, back to st05
    Deactivate Trace
    then click on Displace Trace
    Now, in the trace display, after scanning through  the output,
    “ … how do I see the SELECT statements that the "Check Statistics" command executes …”
    I will appreciate your help.

  • How to remove the ALV Statistics option from Accounts user's userids

    Dear Sir/Madam,
    In our Accounts department each time one extra page is comming out. When the ALV Statistics option is make Unchecked, then it funtioninng normally that is, single page is comming out.
    Is there any way to make this option permanently Unchecked ? If possible please advice and also whether there will be any unwanted implications of it ?
    Please advice.
    Thanks and Regards,
    Pranab

    Option 1 - Use SAP Report RSPRIPARADMIN you can set this for all users
    Option 2  - user parameter SP01_FROM   0000000002 - This means print job will start from page 2
    Option 3 - List -> Print -> click to properties button in print window -> expend cover sheets -> double click on ALV statistics , now uncheck the ALV statistics check box . now click on setting button and click on copy setting button
    Edited by: Savo on Jul 1, 2011 4:06 PM

  • Resolution to error - Unable to update Database Statistics

    OK, If there's one thing i hate most about SAP, its the dreaded installation, I am always so paranoid, as to something will definitely go wrong,
    Lately i realized that it aint my mind , but the damn installation itself is pretty damn stupid. Why cant SAP leave the installation packaging to professionals like installshield...
    Unfortunately SAP doesnt think of it as a better idea, so until then lets try to resolve as many errors as possible thru these forums..
    Here's one error resolution ,i am pretty sure, many are checking for..
    Use the following procedure to resolve error
    <b>Warning - "loading of sql client library oci.dll failed"
    Error - Unable to update Database Statistics, Check BRCONNECT.log</b>
    The problem seems to be with the SAP Patch Collection InstallMaster disc Material No.(<b>51032143_13</b>).
    To resolve the problem, here's what needs to be done,
    1)Install DB Instance as usual.Then after the installation errors out due to loading of sql
    client library oci.dll ..
    2)I unsar the downloaded DBATOOLS.sar (Thanks for the Link Andreaz!!!)
    log into sapnet (eg. service.sap.com) with your user-id/pwd:
    -> downloads -> support packages and patches -> entry by application group -> additional
    components -> sap kernel -> now chose either 32 or 64 bit; either unicode or non-unicode ->
    sap kernel 6.40 -> windows server -> oracle -> download the package DBATOOLS Package for
    Oracle 9.2.x ... brconnect is part of that package...
    3)Copy the files in the Unsar'd package, as follows
         overwrite br*.exe to S:\usr\sap\R31\SYS\exe\run
         overwrite initSID.sap to S:\usr\sap\R31\SYS\exe\run & 
    S:\usr\sap\R31\SYS\exe\nuc\NTI386
         overwrite libsbt.dll to S:\usr\sap\R31\SYS\exe\run &
    S:\usr\sap\R31\SYS\exe\nuc\NTI386
         overwrite sapdba_role.sql to S:\usr\sap\R31\SYS\exe\run &
    S:\usr\sap\R31\SYS\exe\nuc\NTI386
    4) Retry the installation again & Guess what!! it works....
    Warning-: I initially tried a shortcut by replacing DBATOOLS.sar on the installmaster disc, rather than following above steps, but that doesnt seem to work, the installation fails as as soon as Tablespace creation starts. So the shortcut aint a good one..

    Well, it looks like you resolved your problem yourself.
    you can send feedback to SAP directly instead of posting this here in a forum.

  • Warning while doing a DB Check on my PRD server

    Dear Experts,
    I have been going through a series of warnings on my DB13 since a week now whenever i perform a Check DB activity.
    I have been scheduling my tasks as follows
    Start Time -
    Period -
    Action
    01:00:00               1                 Check and update optimizer statistics
    02:00:00               1                  Check database
    03:00:00               0                 Whole database online + redo log backup
    ==============================================
         But for the Check database the job log is as follows
    =============================================
    BR0972I Checking database operations...
    BR0973W Database operation alert - level: WARNING, operation: adybgofl.cds, time: 2008-06-03 00.23.09, condition: Last archive l
    BR0280I BRCONNECT time stamp: 2008-06-03 02.00.56
    BR0974I Checking database messages in /oracle/RT2/saptrace/background/alert_RT2.log ...
    BR0976W Database message alert - level: WARNING, line: 213333, time: 2008-05-31 10.48.51, message:
    Checkpoint not complete
    BR0976W Database message alert - level: WARNING, line: 213345, time: 2008-05-31 10.51.15, message:
    Checkpoint not complete
    BR0976W Database message alert - level: WARNING, line: 213392, time: 2008-05-31 11.02.39, message:
    Checkpoint not complete
    BR0976W Database message alert - level: WARNING, line: 213411, time: 2008-05-31 11.05.05, message:
    Checkpoint not complete
    BR0976W Database message alert - level: WARNING, line: 213430, time: 2008-05-31 11.07.42, message:
    Checkpoint not complete
    BR0976W Database message alert - level: WARNING, line: 213449, time: 2008-05-31 11.09.46, message:
    Checkpoint not complete
    BR0976W Database message alert - level: WARNING, line: 213468, time: 2008-05-31 11.13.16, message:
    Checkpoint not complete
    BR0280I BRCONNECT time stamp: 2008-06-03 02.00.57
    BR0977I Checking database profile...
    BR0978W Database profile alert - level: WARNING, parameter: LOG_BUFFER, value: 14254080 (>< 4096,512 KB)
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_FEATURES_ENABLE, value: 10.2.0.1 (set in parameter file)
    BR0978W Database profile alert - level: WARNING, parameter: PARALLEL_EXECUTION_MESSAGE_SIZE, value:2152 (>< 16384,4096)
    BR0978W Database profile alert - level: ERROR, parameter: QUERY_REWRITE_ENABLED, value: TRUE (<> FALSE)
    BR0978W Database profile alert - level: ERROR, parameter: REPLICATION_DEPENDENCY_TRACKING, value: TRUE (<> FALSE)
    BR0978W Database profile alert - level: WARNING, parameter: STAR_TRANSFORMATION_ENABLED, value: FALSE (<> TRUE)
    BR0978W Database profile alert - level: WARNING, parameter: STATISTICS_LEVEL, value: TYPICAL (set in parameter file)
    BR0280I BRCONNECT time stamp: 2008-06-03 02.00.57
    BR0980I Number of changed database profile parameters: 0
    BR0280I BRCONNECT time stamp: 2008-06-03 02.00.57
    BR0955I Number of signaled error/warning/exception alerts for database administration: 0/0/0
    BR0956I Number of signaled error/warning/exception alerts for database operations: 0/1/0
    BR0957I Number of signaled error/warning/exception alerts for database messages: 0/7/0
    BR0958I Number of signaled error/warning/exception alerts for database profile: 2/5/0
    BR0806I End of BRCONNECT processing: cdybgwvi.chk2008-06-03 02.00.58
    BR0280I BRCONNECT time stamp: 2008-06-03 02.00.58
    BR0803I BRCONNECT completed successfully with warnings
    External program terminated with exit code 1
    BRCONNECT returned error status E
    Job finished
    Check and update optimizer statistics
    Check database
    +Whole database online + redo log backup+
    I request you to kindly help on this as i am unsure WHY this is happening.
    The back up and the optimizer stats end without any errors or warnings...
    Kindly suggest as this is very urgent and happening daily
    Regards
    Hunter

    Hi Harry,
    You need to apply SAP recommendations on your database profile. Please check "Note 830576 - Parameter recommendations for Oracle 10g (<= 10.2.0.2)" on sap.service.com. This is because, "Check DB" checks whether db parameters are correctly setup.
    Best regards,
    Orkun Gedik

  • Help,why brconnect do not collect statistics for mseg table?

    I found "MSEG" table`s statistics is too old.
    so i check logs in db13,and the schedule job do not collect statistics for "MSEG".
    Then i execute manually: brconnect -c -u system/system -f stats -t mseg  -p 4
    this command still do not collect for mseg.
    KS1DSDB1:oraprd 2> brconnect -c -u system/system -f stats -t mseg u2013f collect -p 4
    BR0801I BRCONNECT 7.00 (46)
    BR0154E Unexpected option value 'u2013f' found at position 8
    BR0154E Unexpected option value 'collect' found at position 9
    BR0806I End of BRCONNECT processing: ceenwjre.log 2010-11-12 08.41.38
    BR0280I BRCONNECT time stamp: 2010-11-12 08.41.38
    BR0804I BRCONNECT terminated with errors
    KS1DSDB1:oraprd 3> brconnect -c -u system/system -f stats -t mseg -p 4
    BR0801I BRCONNECT 7.00 (46)
    BR0805I Start of BRCONNECT processing: ceenwjse.sta 2010-11-12 08.42.04
    BR0484I BRCONNECT log file: /oracle/PRD/sapcheck/ceenwjse.sta
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.11
    BR0813I Schema owners found in database PRD: SAPPRD*, SAPPRDSHD+
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.12
    BR0807I Name of database instance: PRD
    BR0808I BRCONNECT action ID: ceenwjse
    BR0809I BRCONNECT function ID: sta
    BR0810I BRCONNECT function: stats
    BR0812I Database objects for processing: MSEG
    BR0851I Number of tables with missing statistics: 0
    BR0852I Number of tables to delete statistics: 0
    BR0854I Number of tables to collect statistics without checking: 0
    BR0855I Number of indexes with missing statistics: 0
    BR0856I Number of indexes to delete statistics: 0
    BR0857I Number of indexes to collect statistics: 0
    BR0853I Number of tables to check (and collect if needed) statistics: 1
    Owner SAPPRD: 1
    MSEG     
    BR0846I Number of threads that will be started in parallel to the main thread: 4
    BR0126I Unattended mode active - no operator confirmation required
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.16
    BR0817I Number of monitored/modified tables in schema of owner SAPPRD: 1/1
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.16
    BR0877I Checking and collecting table and index statistics...
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.16
    BR0879I Statistics checked for 1 table
    BR0878I Number of tables selected to collect statistics after check: 0
    BR0880I Statistics collected for 0/0 tables/indexes
    BR0806I End of BRCONNECT processing: ceenwjse.sta 2010-11-12 08.42.16
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.17
    BR0802I BRCONNECT completed successfully
    the log says:
    Number of tables selected to collect statistics after check: 0
    Could you give some advices?  thanks a lot.

    Hello,
    If you would like to force the creation of that stats for table MSEG you need to use the -f (force) switch.
    If you leave out the -f switch the parameter from stats_change_threshold is taken like you said correctly:
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/02/0ae0c6395911d5992200508b6b8b11/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/02/0ae0c6395911d5992200508b6b8b11/content.htm]
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/cb/f1e33a5bd8e934e10000000a114084/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/cb/f1e33a5bd8e934e10000000a114084/content.htm]
    You have tried to do this in your second example :
    ==> brconnect -c -u system/system -f stats -t mseg u2013f collect -p 4
    Therefore you received:
    BR0154E Unexpected option value 'u2013f' found at position 8
    BR0154E Unexpected option value 'collect' found at position 9
    This is the correct statement, however the hyphen in front of the f switch is not correct.
    Try again with the following statement (-f in stead of u2013f) you will see that it will work:
    ==> brconnect -c -u system/system -f stats -t mseg -f collect -p 4
    I hope this can help you.
    Regards.
    Wim

  • Db13 both the jobs failed update stats and DB check

    Dear Friends,
    Request you to look at following logs and suggest .
    Thanks in advance.
    BR0883I Table selected to collect statistics after check: SAPSR3.ALSLDCTRL (1/0:34:0)
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.50
    BR0881I Collecting statistics for table SAPSR3.ALSLDCTRL with method/sample C ...
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.50
    BR0884I Statistics collected for table: SAPSR3.ALSLDCTRL, rows old/new: 1/1
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.50
    BR0883I Table selected to collect statistics after check: SAPSR3.ALTSTLOD (118/0:6940:0)
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.50
    BR0881I Collecting statistics for table SAPSR3.ALTSTLOD with method/sample C ...
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.50
    BR0884I Statistics collected for table: SAPSR3.ALTSTLOD, rows old/new: 118/118
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.50
    BR0850I 9 of 102 objects processed - 0.105 of 9.323 units done
    BR0204I Percentage done: 1.12%, estimated end time: 23:11
    BR0001I *_________________________________________________
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.50
    BR0883I Table selected to collect statistics after check: SAPSR3.ARFCRSTATE (43/29218:7005:29195)
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.50
    BR0881I Collecting statistics for table SAPSR3.ARFCRSTATE with method/sample C ...
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.53
    BR0884I Statistics collected for table: SAPSR3.ARFCRSTATE, rows old/new: 43/66
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.53
    BR0883I Table selected to collect statistics after check: SAPSR3.ARFCSDATA (153830/419010:0:296422)
    BR0280I BRCONNECT time stamp: 2009-07-20 23.00.53
    BR0881I Collecting statistics for table SAPSR3.ARFCSDATA with method/sample E/P10 ...
    BR0280I BRCONNECT time stamp: 2009-07-20 23.01.12
    BR0884I Statistics collected for table: SAPSR3.ARFCSDATA, rows old/new: 153830/274700
    BR0280I BRCONNECT time stamp: 2009-07-20 23.01.12
    BR0850I 11 of 102 objects processed - 0.550 of 9.323 units done
    BR0204I Percentage done: 5.90%, estimated end time: 23:08
    BR0001I ***_______________________________________________
    BR0280I BRCONNECT time stamp: 2009-07-20 23.01.12
    BR0301W SQL error -1 at location brc_dblog_write-2, SQL statement:
    'INSERT INTO SAP_SDBAD (BEG, FUNCT, SYSID, POS, LINE) VALUES ('20090720230019', 'sta', 'WIP', '0000', 'A 00000000 00000000 00000
    ORA-00001: unique constraint (SAPSR3DB.SDBAD__0) violated
    BR0325W Writing to database log failed
    BR0280I BRCONNECT time stamp: 2009-07-20 23.01.12
    BR0883I Table selected to collect statistics after check: SAPSR3.ARFCSSTATE (4029/146985:38657:32482)
    BR0280I BRCONNECT time stamp: 2009-07-20 23.01.12
    BR0881I Collecting statistics for table SAPSR3.ARFCSSTATE with method/sample E/P10 ...
    BR0280I BRCONNECT time stamp: 2009-07-20 23.01.27
    BR0884I Statistics collected for table: SAPSR3.ARFCSSTATE, rows old/new: 4029/119330
    BR0280I BRCONNECT time stamp: 2009-07-20 23.01.27
    BR0883I Table selected to collect statistics after check: SAPSR3.BAL_AMODAL (0/70:0:70)
    BR0280I BRCONNECT time stamp: 2009-07-20 23.01.27
    BR0881I Collecting statistics for table SAPSR3.BAL_AMODAL with method/sample C ...
    BR2.16
    20.07.2009     23:12:50     BR0884I Statistics collected for table: SAPSR3.TSP02, rows old/new: 23263/24250
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.16
    20.07.2009     23:12:50     BR0883I Table selected to collect statistics after check: SAPSR3.TSP02FX (1511/9606:0:9600)
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.16
    20.07.2009     23:12:50     BR0881I Collecting statistics for table SAPSR3.TSP02FX with method/sample C ...
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.16
    20.07.2009     23:12:50     BR0884I Statistics collected for table: SAPSR3.TSP02FX, rows old/new: 1511/1517
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.16
    20.07.2009     23:12:50     BR0883I Table selected to collect statistics after check: SAPSR3.TSP02W (1511/9606:0:9600)
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.16
    20.07.2009     23:12:50     BR0881I Collecting statistics for table SAPSR3.TSP02W with method/sample C ...
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.16
    20.07.2009     23:12:50     BR0884I Statistics collected for table: SAPSR3.TSP02W, rows old/new: 1511/1517
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.16
    20.07.2009     23:12:50     BR0883I Table selected to collect statistics after check: SAPSR3.TSPOPTIONS (12/0:10970:0)
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.16
    20.07.2009     23:12:50     BR0881I Collecting statistics for table SAPSR3.TSPOPTIONS with method/sample C ...
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.17
    20.07.2009     23:12:50     BR0884I Statistics collected for table: SAPSR3.TSPOPTIONS, rows old/new: 12/12
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.17
    20.07.2009     23:12:50     BR0883I Table selected to collect statistics after check: SAPSR3.TSPSVI (5/0:19210:0)
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.17
    20.07.2009     23:12:50     BR0881I Collecting statistics for table SAPSR3.TSPSVI with method/sample C ...
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.17
    20.07.2009     23:12:50     BR0884I Statistics collected for table: SAPSR3.TSPSVI, rows old/new: 5/5
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.17
    20.07.2009     23:12:50     BR0883I Table selected to collect statistics after check: SAPSR3.TST01 (31843/15941:56883:15606)
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.17
    20.07.2009     23:12:50     BR0881I Collecting statistics for table SAPSR3.TST01 with method/sample E/P30 ...
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.19
    20.07.2009     23:12:50     BR0884I Statistics collected for table: SAPSR3.TST01, rows old/new: 31843/31640
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.19
    20.07.2009     23:12:50     BR0883I Table selected to collect statistics after check: SAPSR3.TUCNTRAW (63/83:16833:91)
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.19
    20.07.2009     23:12:50     BR0881I Collecting statistics for table SAPSR3.TUCNTRAW with method/sample C ...
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.19
    20.07.2009     23:12:50     BR0884I Statistics collected for table: SAPSR3.TUCNTRAW, rows old/new: 63/55
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.19
    20.07.200 for table: SAPSR3.ZWS_POSTING_DATE, rows old/new: 582110/578840
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0883I Table selected to collect statistics after check: SAPSR3DB.BC_UDDI_PARAM (82/320:4:320)
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0881I Collecting statistics for table SAPSR3DB.BC_UDDI_PARAM with method/sample C ...
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0884I Statistics collected for table: SAPSR3DB.BC_UDDI_PARAM, rows old/new: 82/82
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0883I Table selected to collect statistics after check: SAPSR3DB.J2EE_KEYSEQUENCE (1/0:8:0)
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0881I Collecting statistics for table SAPSR3DB.J2EE_KEYSEQUENCE with method/sample C ...
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0884I Statistics collected for table: SAPSR3DB.J2EE_KEYSEQUENCE, rows old/new: 1/1
    20.07.2009     23:12:50     
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0850I 102 of 102 objects processed - 9.323 of 9.323 units done
    20.07.2009     23:12:50     BR0204I Percentage done: 100.00%, estimated end time: 23:12
    20.07.2009     23:12:50     BR0001I **************************************************
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0301W SQL error -1 at location brc_dblog_write-2, SQL statement:
    20.07.2009     23:12:50     'INSERT INTO SAP_SDBAD (BEG, FUNCT, SYSID, POS, LINE) VALUES ('20090720230019', 'sta', 'WIP', '0000', 'A 00000000 00000000 00000
    20.07.2009     23:12:50     ORA-00001: unique constraint (SAPSR3DB.SDBAD__0) violated
    20.07.2009     23:12:50     BR0325W Writing to database log failed
    20.07.2009     23:12:50     
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0879I Statistics checked for 68351 tables
    20.07.2009     23:12:50     BR0878I Number of tables selected to collect statistics after check: 102
    20.07.2009     23:12:50     BR0880I Statistics collected for 102/0 tables/indexes
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0301W SQL error -1 at location brc_dblog_write-2, SQL statement:
    20.07.2009     23:12:50     'INSERT INTO SAP_SDBAD (BEG, FUNCT, SYSID, POS, LINE) VALUES ('20090720230019', 'sta', 'WIP', '0000', 'A 00000000 00000000 00000
    20.07.2009     23:12:50     ORA-00001: unique constraint (SAPSR3DB.SDBAD__0) violated
    20.07.2009     23:12:50     BR0325W Writing to database log failed
    20.07.2009     23:12:50     
    20.07.2009     23:12:50     BR0806I End of BRCONNECT processing: cebbggbz.sta2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0280I BRCONNECT time stamp: 2009-07-20 23.12.49
    20.07.2009     23:12:50     BR0803I BRCONNECT completed successfully with warnings
    20.07.2009     23:12:50     External program terminated with exit code 1
    20.07.2009     23:12:50     BRCONNECT returned error status E
    20.07.2009     23:12:50     Job finished

    Hi Jiggi
    Are you running 2 jobs at the same time from DB13?  What do you mean by >Db13 both the jobs failed
    >ORA-00001: unique constraint
    can happen due to lot of reasons in SAP. Basically it means you are insertion of  already existing records.
    This also may happen due to bug in brtools patch level. What is your brtools patch level?
    You can also have a look at
    https://service.sap.com/sap/support/notes/421697
    https://service.sap.com/sap/support/notes/458872
    Anindya

  • DB statistics failed in Process Chains

    Hi BI Experts,
    We are maintaining 6 process chains in our system.
    Today every job was running successfully.
    But in every process chains, the DB STATISTICS are failed.When I check in the performance tab , it shows green.
    So i could not solve this problem.
    The log message is:
        The exception 'CX_SDB_ORA_PROGRAM_ERROR' was raised, but it was not caught
         anywhere along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_SDB_ORA_UPDATE_STATS=======CP' has to be
        terminated.
    Please can anyone tell me the process.
    Thanks in advance.
    Regards
    Anjali

    Hi Anjali,
    Check the OSS Note 998904 - Statistics check shows red or yellow traffic lights.
    I am pasting the contents of the Note here:
    Symptom
    After an update statistics run, the check (in transaction RSRV or transaction RSA1--> Manage) continues to show yellow or red traffic lights.
    Other terms
    RSDU_ANALYZE, analyze, statistics, yellow traffic light, red traffic light, performance, RSRV, incorrect statistics, manage
    Reason and Prerequisites
    This problem is caused by a program error.
    Solution
    The check for current statistics on InfoCubes contains a static time query and as a result of this, statistics are incorrectly displayed as 'not current'. This is just a display problem.  After an update statistics run, the statistics are actually up to date.
    SAP NetWeaver 2004s BI
               Import Support Package 10 for SAP NetWeaver 2004s BI (BI Patch 10 or SAPKW70010) into your BI system. The Support Package is available once Note 914304 "SAPBINews BI 7.0 Support Package 10", which describes this Support Package in more detail, has been released for customers.
    In urgent cases, you can implement the correction instructions.
    You must first implement Notes 932065, 935140, 948389, 964580 and 969846, which provide information about transaction SNOTE. Otherwise, problems and syntax errors may occur when you deimplement some notes.
    To provide information in advance, the notes mentioned above may already be available before the Support Package is released. In this case, the short text of the note still contains the words "Preliminary version".
    Before you implement an advance correction (if one exists and you want to implement it), see Note 875986. It contains notes regarding the SAP Note Assistant. These notes prevent problems during the implementation.
    Bye
    Dinesh

  • Update Database Statistics during System Export

    hi All,
    I am getting following error on step (Update Database Statistics ) during system export.
    WARNING 2011-06-17 15:13:35
    Execution of the command "E:\usr\sap\PRD\SYS\exe\uc\NTAMD64\
    brconnect.exe -u / -c -o summary -f stats -o SAPSR3 -t all -m +I -s
    P10 -f allsel,collect,method,precision,space,keep -p 4"
    finished with return code 5.
    Output: BR0801I BRCONNECT 7.00 (31)BR0805I Start of BRCONNECT processing:
    cegczbfe.sta 2011-06-17 15.12.02BR0484I BRCONNECT log file:
    G:\oracle\PRD\sapcheck\cegczbfe.sta
    ERROR 2011-06-17 15:13:35
    CJS-30023  Process call 'E:\usr\sap\PRD\SYS\exe\uc\NTAMD64\
    brconnect.exe -u / -c -o summary -f stats -o SAPSR3 -t all -m +I -s P10
    -f allsel,collect,method,precision,space,keep -p 4'
    exits with error code 5. For details see log file(s) brconnect.log.
    there is small part of brconnect.log is:
    BR0204I Percentage done: 27.88%, estimated end time: 15:16
    BR0001I **************____________________________________
    BR0280I BRCONNECT thread 2: time stamp: 2011-06-17 15.13.31
    BR0301E SQL error -20003 in thread 2 at location stats_tab_collect-20, SQL statement:
    'BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPSR3"', TABNAME => '"/BEV3/CHCL_STAT"', ESTIMATE_PERCENT => NULL, METHOD_OPT => 'FOR ALL COLUMNS SIZE 1', DEGREE => NULL, CASCADE => TRUE, NO_INVALIDATE => FALSE); END;'
    ORA-20003: Specified bug number (5099019) does not exist
    ORA-06512: at "SYS.DBMS_STATS", line 14830
    ORA-06512: at "SYS.DBMS_STATS", line 14851
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for table SAPSR3./BEV3/CHCL_STAT
    BR0280I BRCONNECT thread 2: time stamp: 2011-06-17 15.13.31
    BR0301E SQL error -20003 in thread 2 at location stats_tab_collect-20, SQL statement:
    'BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPSR3"', TABNAME => '"/BEV3/CHCL_STATT"', ESTIMATE_PERCENT => NULL, METHOD_OPT => 'FOR ALL COLUMNS SIZE 1', DEGREE => NULL, CASCADE => TRUE, NO_INVALIDATE => FALSE); END;'
    ORA-20003: Specified bug number (5099019) does not exist
    ORA-06512: at "SYS.DBMS_STATS", line 14830
    ORA-06512: at "SYS.DBMS_STATS", line 14851
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for table SAPSR3./BEV3/CHCL_STATT
    BR0280I BRCONNECT thread 2: time stamp: 2011-06-17 15.13.31
    BR0301E SQL error -20003 in thread 2 at location stats_tab_collect-20, SQL statement:
    'BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPSR3"', TABNAME => '"/BEV3/CHCMVWOBJ"', ESTIMATE_PERCENT => NULL, METHOD_OPT => 'FOR ALL COLUMNS SIZE 1', DEGREE => NULL, CASCADE => TRUE, NO_INVALIDATE => FALSE); END;'
    ORA-20003: Specified bug number (5099019) does not exist
    ORA-06512: at "SYS.DBMS_STATS", line 14830
    ORA-06512: at "SYS.DBMS_STATS", line 14851
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for table SAPSR3./BEV3/CHCMVWOBJ
    BR0280I BRCONNECT thread 2: time stamp: 2011-06-17 15.13.31
    BR0301E SQL error -20003 in thread 2 at location stats_tab_collect-20, SQL statement:
    'BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPSR3"', TABNAME => '"/BEV3/CHCMVWOBPR"', ESTIMATE_PERCENT => NULL, METHOD_OPT => 'FOR ALL COLUMNS SIZE 1', DEGREE => NULL, CASCADE => TRUE, NO_INVALIDATE => FALSE); END;'
    ORA-20003: Specified bug number (5099019) does not exist
    ORA-06512: at "SYS.DBMS_STATS", line 14830
    BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPSR3"', TABNAME => '"/BEV3/CHCTLVAR"', ESTIMATE_PERCENT => NULL, METHOD_OPT => 'FOR ALL COLUMNS SIZE 1', DEGREE => NULL, CASCADE => TRUE, NO_INVALIDATE => FALSE); END;'
    ORA-20003: Specified bug number (5099019) does not exist
    ORA-06512: at "SYS.DBMS_STATS", line 14830
    ORA-06512: at "SYS.DBMS_STATS", line 14851
    ORA-06512: at line 1
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for table SAPSR3./BEV3/CHCTMSTFUB
    BR0280I BRCONNECT thread 2: time stamp: 2011-06-17 15.13.34
    BR0844E 100 errors occurred in thread 2 - terminating processing of the thread...
    BR0280I BRCONNECT time stamp: 2011-06-17 15.13.34
    BR0848I Thread 2 finished with return code -1
    BR0280I BRCONNECT time stamp: 2011-06-17 15.13.34
    BR0879I Statistics checked for 0 tables
    BR0878I Number of tables selected to collect statistics after check: 0
    BR0880I Statistics collected for 639/0 tables/indexes
    BR0889I Structure validated for 0/749/0 tables/indexes/clusters
    BR1308E Collection of statistics failed for 68292/0 tables/indexes
    BR0806I End of BRCONNECT processing: cegczbfe.sta 2011-06-17 15.13.34
    BR0280I BRCONNECT time stamp: 2011-06-17 15.13.35
    BR0804I BRCONNECT terminated with errors
    how can I resolve this issue?
    Regards,
    majamil

    hi SM,
    I have applied these patches with Opatch which successfully applied.
    is it ok or i had to use the MOpatch for these?
    one more thing for your information , when i execute Delete Harmful Statistics  under Database Statistics in brtools then i got following
    BR0280I BRCONNECT time stamp: 2011-06-30 08.10.53
    BR0818I Number of tables found in DBSTATC for owner SAPSR3: 390
    BR0280I BRCONNECT time stamp: 2011-06-30 08.10.53
    BR0807I Name of database instance: PRD
    BR0808I BRCONNECT action ID: cegfjniv
    BR0809I BRCONNECT function ID: dst
    BR0810I BRCONNECT function: stats
    BR0812I Database objects for processing: HARMFUL
    BR0852I Number of tables to delete statistics: 0
    BR0856I Number of indexes to delete statistics: 0
    BR0863W No tables/indexes found to update/delete statistics or validate structur
    e
    BR0806I End of BRCONNECT processing: cegfjniv.dst 2011-06-30 08.10.53
    BR0280I BRCONNECT time stamp: 2011-06-30 08.10.53
    BR0803I BRCONNECT completed successfully with warnings
    BR0292I Execution of BRCONNECT finished with return code 1
    BR0668I Warnings or errors occurred - you can continue to ignore them or go back
    to repeat the last action
    BR0280I BRTOOLS time stamp: 2011-06-30 08.10.53
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    c
    why i am getting this return code 1?
    Regards,
    Edited by: majamil on Jun 30, 2011 8:20 AM

  • List of things / options tat can be checked through db13

    Hello Experts,
    when i see transaction db13 ,there is long list of things and options that can be checked through it, What does CheckDB , Next Extent and Update statistics options do and check there?
    Also plz tell abt the various options that can be checked there including details in it.
    Requested to revert at earliest. Points guaranteed.
    regards,
    Somya

    Hi Somya,
    DB13 is DB planning Calender to perform different types of DB activities.
    Some jobs are to perform Database Backup and some jobs are database housekeeping jobs.
    1. Check and update optimizer statistics
    Checks and, if necessary, updates either all tables or tables of the specified tablespaces
    2. Adapt next extents
    Adapts the values for the NEXTEXTENT of all tables or tables of the specified tablespace
    3. Check database
    Checks the database system
    4. Verify database
    Verifies the database
    5. Cleanup logs
    Cleans up the database logs
    ****Reward points if Helpful*****
    Regards,
    Ganesh

  • Run optimizer statistics for one table

    dear all,
    i noticed an error in DB16 , that is  <b>Missing Statistics for a table </b> SAPGRP.MC03BF0SETUP.
    How to run/ generate the stats. for this table

    Dear Somckit
    here is the error msg.  from DB16.
                                                                                    Description         Table: SAPGRP.MC03BF0SETUP # Table or index has no optimizer
    Correction Type     D                                                           
    Corrective Action   Collect optimizer statistics                                
    Check Log           /oracle/GRP/sapcheck/cdwqhqnz.chk                           
    Single Messages                                                                      
    No.   Description                                                                    
    1     Table: SAPGRP.MC03BF0SETUP # Table or index has no optimizer statistics        
    2     Table: SAPGRP.MC03BX0SETUP # Table or index has no optimizer statistics        
    3     Table: SAPGRP.MC03UM0SETUP # Table or index has no optimizer statistics        
    4     Index: SAPGRP.MC03BF0SETUP~0 # Table or index has no optimizer statistics      
    5     Index: SAPGRP.MC03BX0SETUP~0 # Table or index has no optimizer statistics      
    6     Index: SAPGRP.MC03UM0SETUP~0 # Table or index has no optimizer statistics                                                                               
    Thank u.

  • Problem in Cash Sales

    Hello All,
    I have configured Cash Sales and made one order also where in the document flow it is showing that all the Delivery , PGI & Invoice transactions are completed whereas against the Cash Sales Order status it is showing " Being Processed" despite that I have done PGI of the entire quantitiy of the material for which the order is raised.Why is this happening?
    Moreover after creation of the delivery in the background as & when the sales order is saved , still I have to do PGI separately in VL02N otherwise the system is not allowing me to raise invoice though in case of Cash Sales the process followed is of Order relevant Billing & not Delivery relevant Billing.
    Please suggest if I have missed any step in the configuration portion.
    Thanks & Regards
    Priyanka Mitra

    The standard sales doc type for Cash Sales is BV.
    Check Config
    At Sales I cat:
    Billing Relevance: B
    Pricing: X
    Busi Item
    Schline allowed
    Wgt/vol relevant
    Determine Cost
    Check you I cat & schline determination and accordingly your Material master.
    At Delv doc type
    Order required: X Sales Order Required
    Default ord.ty. DL
    Sched ItemRequirement 202
    Stor.loc.rule   MALA
    TextDetermProc. 02
    At Del I Cat
    Bill doc type:
    SD document categ.   M
    Transaction group    7
    Statistics
    check your config for VTFA (Sales to Invoice for Cash Sales) - check Billing quantity indicator
    Process Flow
    In the standard system, sales document type BV is saved for cash sales with immediate delivery type BV.
    When the sales employee creates a cash sale, the system automatically proposes the current date as the date for delivery and billing. Once the order has been posted, a delivery with type BV is created immediately in the background and the system prints a document that is used as an invoice for the customer.
    The invoice papers are controlled with output type RD03, contained in the output determination procedure for order type BV.
    If the customer has already received the goods, this delivery should not be relevant for picking. If the customer is to pick the goods up from a warehouse, the delivery should be relevant for picking. If the goods are to be sent, this can be processed by maintaining the delivery in the usual way.
    The system automatically creates a resource-related billing index which updates the billing due list. Billing document BV is created as the system processes the billing due list, but an invoice is not printed.
    Once the customer has received the goods and is satisfied with them, the transaction is considered to be complete. We recommend that you post goods issue in the background using a program designed specifically for this purpose. You can then bill the transaction.
    The cash sale can only be billed if the order quantity is the same as the goods issue quantity. If this is not the case, you need to adjust the cash sale document so that the delivered quantity and the quantity to be billed match.
    You use an order-related collective billing process to bill the cash sale, but an invoice is not printed. The sales order number is used as the reference for the accounting document, created in Financial Accounting.
    Dealing with Problems and Complaints
    If the transaction does not run smoothly, manual intervention is necessary. For example, if the required quantity of goods is not found in the warehouse, you need to adjust the delivery quantity. Equally, if the customer is not prepared to pay the agreed price, because, for example, the goods are scratched, you can change the price in the cash sale document.
    In extreme cases, you can delete the entire transaction, starting with the delivery. If the delivery is damaged before it is picked up but after it is paid for and there is no replacement stock, you can initiate a subsequent delivery. If you make changes to the cash sale, you can issue a new cash sale invoice using the repeat printout function.
    Thanks & Regards
    JP

  • Error in abap databse content export

    Hi,
        Iam taking the abap database content export through sapinst.In update database statistics phase iam getting the error.
    This is the brconnect.log  view:
    BR0801I BRCONNECT 6.40 (12)
    BR0805I Start of BRCONNECT processing: cdxeqdxt.sta 2008-02-04 18.42.21
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.25
    BR0813I Schema owner found in database STI: SAPSTI*
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.29
    BR0814I Number of tables in schema of owner SAPSTI: 44003
    BR0836I Number of info cube tables found for owner SAPSTI: 49
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.33
    BR0815I Number of indexes in schema of owner SAPSTI: 52579
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.33
    BR0818I Number of tables found in DBSTATC for owner SAPSTI: 403
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.42
    BR0819I Number of pool and cluster tables found in DDNTT for owner SAPSTI: 169
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.AABLG
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.AANK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.AANL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.ATAB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.BPHIER
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CDCLS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CFIS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CLU4
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CLUSTERVER
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CLUTAB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CRVP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVEP1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVEP2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVER1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVER2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVER3
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVER4
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.CVER5
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DBMAPS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DEBI
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DOKCL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DOKCLU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DSYCLV
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DSYO1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DSYO2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DSYO3
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DVPOOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.DVPOOLTEXT
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.EDI30C
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.EDI40
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.EDIDOC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.EPIDXB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.EPIDXC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.FINPL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.GLS2CLUS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.GLSP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.GLTP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.IMPREDOC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KALK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KAPOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KBPOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KCPOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KDPOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KEPOOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KGPOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KOCLU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.KRED
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.LDAN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.LDKO
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.LISA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MAT1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MBAN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MBMP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MBRK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MCLIB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MEIN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MEKK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MEOR
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MSAK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.MSPOOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_AANL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_ADMC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_ADRC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_ADRP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_AEN1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_BUPA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_CF01
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_CLAS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_CLFN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_ESM2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_FDUP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_FPVT
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_IBEW
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_IFLM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_IIMA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_IRLM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1BA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1IA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1IB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1ID
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1IH
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_J1IK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_KLSW
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_KMNR
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_LOBJ
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCA1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCA2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCBM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCEA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCEM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCES
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCGB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCGU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCHA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MCOB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MERK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJB2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJB3
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJB4
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJB5
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJBU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJBV
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJBW
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJBX
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MJBZ
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MREA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MSAK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MTLN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MTVM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MTVN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MTVO
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MVER
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_MWAK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_OBJE
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_PTER
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_PTRM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_SFIP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_SPBB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_SWZA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_VMCF
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_VMVK
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_VTBS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_VTMA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_VTOF
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_WASV
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_WDEP
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_WORD
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.M_WPAN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.ORDE
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.PCDCLS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.PLOM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.PTEST1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.PVER1
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.QDPT
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.REBL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.REGUC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.RFBLG
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.RFMHN
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.RKEPI
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SAKO
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SFCPL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SFHOA
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SFHYT
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SFWPL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.SMPOOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.T512CLU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.TERCL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.TERCL2
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.TERCL3
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.TESCL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.TESPO
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.UMG_TEST_C
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.UMG_TEST_F
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.UMG_TEST_P
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.UTAB
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VBCLU
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VBFCL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VBLOG
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VBMC
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VERCLUSTER
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VER_CLUSTR
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VIND
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VLIM
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VMCV
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VPOOL
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VTEST10
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.VTEST11
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.YCMUS
    BR0871W Pool or cluster table selected to check/collect statistics: SAPSTI.YMUS
    BR0280I BRCONNECT time stamp: 2008-02-04 18.42.42
    BR0807I Name of database instance: STI
    BR0808I BRCONNECT action ID: cdxeqdxt
    BR0809I BRCONNECT function ID: sta
    BR0810I BRCONNECT function: stats
    BR0811I Owner of database schema for processing: SAPSTI
    BR0812I Database objects for processing: ALL
    BR0851I Number of tables with missing statistics: 193
    Owner SAPSTI: 193
    AABLG      AANK       AANL       APQD       APQI       ARFCRSTATE ARFCSDATA  ARFCSSTATE ATAB       BPHIER   
    CDCLS      CFIS       CLU4       CLUSTERVER CLUTAB     CRVP       CVEP1      CVEP2      CVER1      CVER2    
    CVER3      CVER4      CVER5      DBMAPS     DBTABLOG   DDLOG      DDNTF      DDNTT      DDXTF      DDXTT    
    DEBI       DOKCL      DOKCLU     DSYCLV     DSYO1      DSYO2      DSYO3      DVPOOL     DVPOOLTEXT EDI30C   
    EDI40      EDIDOC     EPIDXB     EPIDXC     FINPL      GLS2CLUS   GLSP       GLTP       IMPREDOC   KALK     
    KBPOL      KCPOL      KDPOL      KEPOOL     KGPOL      KRED       LDAN       LDKO       LISA       MAT1     
    MBAN       MBMP       MBRK       MCLIB      MEIN       MEKK       MEOR       MSAK       MSPOOL     M_AANL   
    M_ADMC     M_ADRC     M_ADRP     M_AEN1     M_BUPA     M_CF01     M_CLAS     M_CLFN     M_ESM2     M_FDUP   
    M_FPVT     M_IBEW     M_IFLM     M_IIMA     M_IRLM     M_J1BA     M_J1IA     M_J1IB     M_J1ID     M_J1IH   
    M_J1IK     M_KLSW     M_KMNR     M_LOBJ     M_MCA1     M_MCA2     M_MCBM     M_MCEA     M_MCEM     M_MCES   
    M_MCGB     M_MCGU     M_MCHA     M_MCOB     M_MERK     M_MJB2     M_MJB3     M_MJB4     M_MJB5     M_MJBU   
    M_MJBV     M_MJBW     M_MJBX     M_MJBZ     M_MREA     M_MSAK     M_MTLN     M_MTVM     M_MTVN     M_MTVO   
    M_MVER     M_MWAK     M_OBJE     M_PTER     M_PTRM     M_SFIP     M_SPBB     M_SWZA     M_VMCF     M_VMVK   
    M_VTBS     M_VTMA     M_VTOF     M_WASV     M_WDEP     M_WORD     M_WPAN     ORDE       PCDCLS     PLOM     
    PTEST1     PVER1      QDPT       REBL       REGUC      RFBLG      RFMHN      RKEPI      SAKO       SFCPL    
    SFHOA      SFHYT      SFWPL      SMPOOL     SNAP       SNAPT      T512CLU    TATAF      TERCL      TERCL2   
    TERCL3     TESCL      TESPO      TRBAT      TRBAT2     TRBATC     TRFCQDATA  TRFCQIN    TRFCQINS   TRFCQOUT 
    TRFCQSTATE UMG_TEST_C UMG_TEST_F UMG_TEST_P UTAB       VBCLU      VBDATA     VBFCL      VBHDR      VBLOG    
    VBMC       VBMOD      VEPO       VERCLUSTER VER_CLUSTR VIND       VLIM       VMCV       VPOOL      VTEST10  
    VTEST11    YCMUS      YMUS     
    BR0852I Number of tables to delete statistics: 0
    BR0854I Number of tables to collect statistics without checking: 44003
    Owner SAPSTI: 44003
    /BDL/BADHOST          /BDL/CUST  /BDL/CUSTSES          /BDL/INTSESS          /BDL/MSGLOG           /BDL/NOHOSTS          /BDL/OWNSESS          /BDL/SESDEST          /BDL/SESS  /BDL/STATUS         
    /BDL/TESTSES          /BDL/TRHOSTS          /BEV1/BO_BOART        /BEV1/BO_CONT         /BEV1/BO_DATA         /BEV1/BO_ENQUEUE      /BEV1/BO_FIELDS       /BEV1/BO_LEDGER       /BEV1/BO_VAT          /BEV1/BO_VIS        
    /BEV1/BWTMCEXCFS      /BEV1/CAMF /BEV1/CAMFT           /BEV1/CAPOPT          /BEV1/CAVARI          /BEV1/CAVARIT         /BEV1/CAZAA           /BEV1/CAZAP           /BEV1/CLCONT1         /BEV1/CLDEB         
    /BEV1/CLHAF           /BEV1/CLSCH           /BEV1/CLT900          /BEV1/CLT901          /BEV1/CLT902          /BEV1/CLT998          /BEV1/CLT999          /BEV1/CPVB /BEV1/CPZB /BEV1/ECCODE        
    /BEV1/ECMITD          /BEV1/EM0LGMTX        /BEV1/EMASV           /BEV1/EMASVT          /BEV1/EMDAL1          /BEV1/EMDAL2          /BEV1/EMDRKKZ         /BEV1/EMFAKTA         /BEV1/EMFAS           /BEV1/EMFAS1        
    /BEV1/EMFAS2          /BEV1/EMFAS3          /BEV1/EMFAS4          /BEV1/EMGRP           /BEV1/EMGRPT          /BEV1/EMLEER          /BEV1/EMLGBSD         /BEV1/EMLGBWDK        /BEV1/EMLGBWDP        /BEV1/EMLGFAD       
    /BEV1/EMLGFLD         /BEV1/EMLGFLDT        /BEV1/EMLGFSPR        /BEV1/EMLGKTO         /BEV1/EMLGMAT         /BEV1/EMLGOFS         /BEV1/EMMATRIX        /BEV1/EMMATRIXT       /BEV1/EMMTART         /BEV1/EMPART        
    /BEV1/EMPPBWART       /BEV1/EMPTYP          /BEV1/EMVISF          /BEV1/LAAUART         /BEV1/LAAUSFALL       /BEV1/LALPLTZT        /BEV1/LASICHT         /BEV1/LATERMINE       /BEV1/LATLPLTZ        /BEV1/LAZEITF       
    /BEV1/LAZFSICHT       /BEV1/LUT903          /BEV1/LUT904          /BEV1/LUT906          /BEV1/LUT906T         /BEV1/LUT907          /BEV1/LUTA /BEV1/LUTL /BEV1/LUTT /BEV1/RBBC
    /BEV1/RBBE /BEV1/RBBO /BEV1/RBCUST          /BEV1/RBDEL           /BEV1/RBDNUM          /BEV1/RBFORM          /BEV1/RBKP /BEV1/RBLA /BEV1/RBMITD          /BEV1/RBMITK        
    /BEV1/RBMS /BEV1/RBMSZ           /BEV1/RBPA /BEV1/RBSTAFO         /BEV1/RBTMC2F         /BEV1/RBUM /BEV1/RBUMZ           /BEV1/RBVAT           /BEV1/RBVBAK          /BEV1/RBVBAP        
    /BEV1/RBVBPA          /BEV1/RBVISD          /BEV1/RBVISR          /BEV1/RBVS /BEV1/RBWE /BEV1/RBZBEATZ        /BEV1/REABGRU         /BEV1/REALLG          /BEV1/REAUART         /BEV1/REAUTO        
    /BEV1/REBWART         /BEV1/REFAKT          /BEV1/REKOND          /BEV1/RELUMF          /BEV1/REMARA          /BEV1/REMIETE         /BEV1/REPOSTYP        /BEV1/RERAB           /BEV1/REVISI          /BEV1/REVSTEL       
    /BEV1/REWART          /BEV1/RPDBLART        /BEV1/RPDTPGL         /BEV1/RPFA /BEV1/RPFT /BEV1/RPFTT           /BEV1/RPFZ /BEV1/RPGA /BEV1/RPGAT           /BEV1/RPLMT         
    /BEV1/RPSEQFL         /BEV1/RPT685          /BEV1/RPTA /BEV1/RPTAT           /BEV1/RPTO /BEV1/RPTZKD          /BEV1/RPTZZEIT        /BEV1/RSABSTA         /BEV1/RSABSTAT        /BEV1/RSAUA         
    /BEV1/RSCOBART        /BEV1/RSCOERF         /BEV1/RSCPYRLS        /BEV1/RSDIF           /BEV1/RSFFRBI         /BEV1/RSFFRCH         /BEV1/RSFFRHD         /BEV1/RSFFRIN         /BEV1/RSFFROR         /BEV1/RSFKS         
    /BEV1/RSFSA           /BEV1/RSIMA           /BEV1/RSLFWA          /BEV1/RSPTY           /BEV1/RSQCUST         /BEV1/RSQUSE          /BEV1/RSRERF          /BEV1/RSSPA           /BEV1/RSVBFT          /BEV1/RSZA
    /BEV1/RSZABSTA        /BEV1/RSZATT          /BEV1/SRABF           /BEV1/SRABFT          /BEV1/SRBEF           /BEV1/SRBEFT          /BEV1/SRBF /BEV1/SRBFT           /BEV1/SRBLG           /BEV1/SRBSTY        
    /BEV1/SRINH           /BEV1/SRINHT          /BEV1/SRKV /BEV1/SRKVT           /BEV1/SRRUE02         /BEV1/SRVS /BEV1/SRVST           /BEV1/SR_MAIL         /BEV1/SR_MP_MT_M      /BEV1/TRVTC         
    /BEV1/TRVTK           /BEV1/TRVTP           /BEV1/TRVTS           /BEV1/TSABER          /BEV1/TSABERT         /BEV1/TSAGRP          /BEV1/TSAGRPT         /BEV1/TSAUART         /BEV1/TSKUN           /BEV1/TSSAIDEF      
    /BEV1/TSSAIDEFT       /BEV1/TSSAIFLG        /BEV1/TSSDBSDT        /BEV1/TSSDBSPR        /BEV1/TSSDBTDT        /BEV1/TSSDBTPR        /BEV1/TSSEQ           /BEV1/TSSEQFL         /BEV1/TSSGLSET        /BEV1/TSSSPBFE      
    /BEV1/TSSSPBFT        /BEV1/TSSSPBG         /BEV1/TSSTMATS        /BEV1/TSSVARI         /BEV1/TSSVARIT        /BEV1/TSSVBEL         /BEV1/TSSVBEL2        /BEV1/TSSVBFL         /BEV1/TSSVBZB         /BEV1/TSSZTYP       
    /BEV1/TSSZTYPT        /BEV1/TSVB /BEV1/TSVM /BEV1/TSVMT           /BEV1/TSZKK           /BEV1/TSZKKS          /BEV1/TSZTYMAVT       /BEV1/TSZYK           /BEV1/TZLZONE         /BEV1/VDT685        
    /BEV2/ED901           /BEV2/ED901T          /BEV2/ED902           /BEV2/ED902ADR        /BEV2/ED902T          /BEV2/ED903           /BEV2/ED905           /BEV2/ED906           /BEV2/ED907           /BEV2/ED907K        
    /BEV2/ED907KT         /BEV2/ED907T          /BEV2/ED908           /BEV2/ED908T          /BEV2/ED909           /BEV2/ED910           /BEV2/ED911           /BEV2/ED912           /BEV2/ED913           /BEV2/ED914         
    /BEV2/ED914T          /BEV2/ED915           /BEV2/ED916           /BEV2/ED917           /BEV2/ED917ARC        /BEV2/ED918           /BEV2/ED919           /BEV2/ED920           /BEV2/ED921           /BEV2/ED922         
    /BEV2/ED922T          /BEV2/ED923           /BEV2/ED923T          /BEV2/ED924           /BEV2/ED925           /BEV2/ED926           /BEV2/ED927           /BEV2/ED928           /BEV2/ED929           /BEV2/ED930         
    /BEV2/ED937B          /BEV2/ED937BT         /BEV2/ED937K          /BEV2/ED937KT         /BEV2/ED938           /BEV2/ED938T          /BEV2/ED940           /BEV2/ED947           /BEV2/ED951           /BEV2/ED951T        
    /BEV2/ED952           /BEV2/ED952T          /BEV2/ED953           /BEV2/ED953T          /BEV2/ED954           /BEV2/ED955           /BEV2/ED955T          /BEV2/ED956           /BEV2/ED956T          /BEV2/ED960         
    /BEV2/ED960T          /BEV2/ED961           /BEV2/ED962           /BEV2/ED963           /BEV2/ED966           /BEV2/ED970           /BEV2/ED970T          /BEV2/ED994           /BEV2/ED994O          /BEV2/ED994T        
    /BEV2/ED995           /BEV2/ED995SF         /BEV2/ED995SFT        /BEV2/ED995T          /BEV2/ED996           /BEV2/ED996TLINE      /BEV2/ED997           /BEV2/ED997T          /BEV2/ED998           /BEV2/ED998T        
    /BEV2/ED999           /BEV2/ED999T          /BEV2/EDARCDOCID      /BEV2/EDARCMDID       /BEV2/EDARCMDNAM      /BEV2/EDFIXSTADM      /BEV2/EDFIXSTOCK      /BEV2/EDLIEFT         /BEV2/EDLIEFT_EU      /BEV2/EDMAA         
    /BEV2/EDMAB           /BEV2/EDMAC           /BEV2/EDMSE           /BEV2/EDMSS           /BEV2/EDMST           /BEV2/EDPROTOK        /BEV2/EDWEMPF         /BEV2/EDWEMPF_EU      /BEV2/EDZUS1          /BEV2/EDZUS1T       
    /BEV2/ED_LDS_HDR      /BEV2/ED_LDS_MNT      /BEV2/ED_LDS_POS      /BEV3/CH1030BKPF      /BEV3/CH1030BSG1      /BEV3/CH1030BSG2      /BEV3/CH1030PROT      /BEV3/CH180           /BEV3/CH181           /BEV3/CH182         
    /BEV3/CH183           /BEV3/CH184           /BEV3/CH186           /BEV3/CHABAT          /BEV3/CHABELFLUS      /BEV3/CHABELKPF       /BEV3/CHABEWEALT      /BEV3/CHABRKZL_T      /BEV3/CHABRSTK_S      /BEV3/CHABRSTZ_K    
    /BEV3/CHABRSTZ_P      /BEV3/CHACCOUNT0      /BEV3/CHACCOUNT1      /BEV3/CHADRKMAIN      /BEV3/CHAEFFZINS      /BEV3/CHAFBBELGT      /BEV3/CHAFBBLEG       /BEV3/CHAFBFUSS       /BEV3/CHAFBFUST       /BEV3/CHAFBKOPF     
    /BEV3/CHAFBKPFT       /BEV3/CHAFBMAIN       /BEV3/CHAFBMAIT       /BEV3/CHAFRMAGT       /BEV3/CHAFRMAUSG      /BEV3/CHAFRMGRT       /BEV3/CHAGTREE        /BEV3/CHAGTREET       /BEV3/CHAKMSTFB       /BEV3/CHAKMSTGRP    
    /BEV3/CHAKMSTTXT      /BEV3/CHAKONDALT      /BEV3/CHAKONDGRP      /BEV3/CHAKOND_T       /BEV3/CHAKSTRTL       /BEV3/CHANACHVER      /BEV3/CHANCHRTTL      /BEV3/CHANCHTART      /BEV3/CHAPRGAUSG      /BEV3/CHAPRGAUST    
    /BEV3/CHASPL001       /BEV3/CHASPL002       /BEV3/CHASTATTB       /BEV3/CHASTEU         /BEV3/CHASTEUER       /BEV3/CHASTTBT        /BEV3/CHAUTHGRP       /BEV3/CHAUTHGRPT      /BEV3/CHA_DRG         /BEV3/CHA_DRGZUO    
    /BEV3/CHA_DRG_T       /BEV3/CHA_DRKFUS      /BEV3/CHA_DRKKPF      /BEV3/CHA_FORMGR      /BEV3/CHA_KOMSTR      /BEV3/CHA_KOND        /BEV3/CHA_KOPF        /BEV3/CHA_STAT        /BEV3/CHBABNHM        /BEV3/CHBABSATZ     
    /BEV3/CHBABSS         /BEV3/CHBABSTVG       /BEV3/CHBABSVG        /BEV3/CHBALLG         /BEV3/CHBALLV         /BEV3/CHBANNU         /BEV3/CHBBDGSTF       /BEV3/CHBBDGSTT       /BEV3/CHBBKBDG        /BEV3/CHBBKBFI      
    /BEV3/CHBBKBSD        /BEV3/CHBBKBVV        /BEV3/CHBBKFLG        /BEV3/CHBBKKNTR       /BEV3/CHBBKST         /BEV3/CHBBKTM         /BEV3/CHBBKVRKT       /BEV3/CHBCALCC        /BEV3/CHBCALCF        /BEV3/CHBCALCT      
    /BEV3/CHBCALCTT       /BEV3/CHBCALCV        /BEV3/CHBDATUM        /BEV3/CHBDMDHST       /BEV3/CHBEINBIN       /BEV3/CHBEXTB         /BEV3/CHBEZINS        /BEV3/CHBFBTRG        /BEV3/CHBFLDSTAT      /BEV3/CHBFPROZ      
    /BEV3/CHBGABS         /BEV3/CHBGROUP        /BEV3/CHBGUMS         /BEV3/CHBINST         /BEV3/CHBINSTT        /BEV3/CHBIZINS        /BEV3/CHBKABRNR       /BEV3/CHBKBELEG       /BEV3/CHBKERGACC      /BEV3/CHBKERGBLG    
    /BEV3/CHBKERGPOS      /BEV3/CHBKERGRSL      /BEV3/CHBKERGSLK      /BEV3/CHBKHISTOR      /BEV3/CHBKOMTR        /BEV3/CHBKONT         /BEV3/CHBKPKPZL       /BEV3/CHBKRESHIS      /BEV3/CHBKRESULT      /BEV3/CHBKSLKHIS    
    /BEV3/CHBKSLKT        /BEV3/CHBKSTATUS      /BEV3/CHBKSTK_C       /BEV3/CHBKSTK_T       /BEV3/CHBKTMP         /BEV3/CHBKTMP_C       /BEV3/CHBKTMP_T       /BEV3/CHBLEIST        /BEV3/CHBMINUM        /BEV3/CHBPART       
    /BEV3/CHBPOST         /BEV3/CHBPROT         /BEV3/CHBPRZABW       /BEV3/CHBPRZGRZ       /BEV3/CHBR /BEV3/CHBREGINF       /BEV3/CHBRKRAZ        /BEV3/CHBRST          /BEV3/CHBRUECK        /BEV3/CHBSALEI      
    /BEV3/CHBSECURE       /BEV3/CHBSICH         /BEV3/CHBSORT         /BEV3/CHBTERMIN       /BEV3/CHBTMANFO       /BEV3/CHBTMANWE       /BEV3/CHBTMBDG        /BEV3/CHBTMBEWFI      /BEV3/CHBTMBEWSD      /BEV3/CHBTMBEWVV    
    /BEV3/CHBTMFOLGE      /BEV3/CHBTMSTATU      /BEV3/CHBTMVKTG       /BEV3/CHBUMSATZ       /BEV3/CHBUMSP         /BEV3/CHBVERRE        /BEV3/CHBVORG         /BEV3/CHBVWDNR        /BEV3/CHBWAER         /BEV3/CHBWAT        
    /BEV3/CHBWKT          /BEV3/CHBXREF         /BEV3/CHBZUSCH        /BEV3/CHCAABTXT       /BEV3/CHCAAMODT       /BEV3/CHCAAOBJ        /BEV3/CHCAAOBJT       /BEV3/CHCAATAB        /BEV3/CHCAATABT       /BEV3/CHCAAUSTX     
    /BEV3/CHCABRERFT      /BEV3/CHCABRINFT      /BEV3/CHCABZTPT       /BEV3/CHCAGCLSF       /BEV3/CHCAREBDG       /BEV3/CHCAVKEVV       /BEV3/CHCA_AB         /BEV3/CHCA_ABB        /BEV3/CHCA_AUS        /BEV3/CHCA_BH       
    /BEV3/CHCA_BHTX       /BEV3/CHCA_FBS        /BEV3/CHCA_MDTX       /BEV3/CHCA_MOD        /BEV3/CHCA_PRO        /BEV3/CHCA_RE         /BEV3/CHCA_REL        /BEV3/CHCA_RV         /BEV3/CHCA_RV_T       /BEV3/CHCA_VW       
    /BEV3/CHCBASDRNG      /BEV3/CHCBDG          /BEV3/CHCBDGIOD       /BEV3/CHCBDGIODT      /BEV3/CHCBDGKL        /BEV3/CHCBDGKLT       /BEV3/CHCBDGMOD       /BEV3/CHCBDGMODT      /BEV3/CHCBDGPRIM      /BEV3/CHCBDGPRIN    
    /BEV3/CHCBDGPROM      /BEV3/CHCBDGPTIN      /BEV3/CHCBDGSTRG      /BEV3/CHCBDGSTRT      /BEV3/CHCBDGT         /BEV3/CHCBDLSTK       /BEV3/CHCBDPRBJ       /BEV3/CHCBDPRBT       /BEV3/CHCBDPRIT       /BEV3/CHCBDPRNT     
    /BEV3/CHCBDPROT       /BEV3/CHCBDPRTT       /BEV3/CHCBDPRUT       /BEV3/CHCBDPTNT       /BEV3/CHCBDPTT        /BEV3/CHCBDPTUT       /BEV3/CHCBDSTRT       /BEV3/CHCBEWAT        /BEV3/CHCBG           /BEV3/CHCBGK        
    /BEV3/CHCBGRUT        /BEV3/CHCBGT          /BEV3/CHCBKRIVBW      /BEV3/CHCBPO0350      /BEV3/CHCBPO0500      /BEV3/CHCBPO300K      /BEV3/CHCBPO300P      /BEV3/CHCBPO700A      /BEV3/CHCBPO700K      /BEV3/CHCBPO700P    
    /BEV3/CHCBPO700V      /BEV3/CHCBPOGLDT      /BEV3/CHCBT300T       /BEV3/CHCBTRG300      /BEV3/CHCCHECKVS      /BEV3/CHCCLSF         /BEV3/CHCCLSFFLT      /BEV3/CHCCLSFT        /BEV3/CHCDPALLOC      /BEV3/CHCDPAP       
    /BEV3/CHCDPAPT        /BEV3/CHCDPAS         /BEV3/CHCDPAST        /BEV3/CHCDPBEWSD      /BEV3/CHCDPBK         /BEV3/CHCDPCNT        /BEV3/CHCDPCTR1       /BEV3/CHCDPCTR2       /BEV3/CHCDPCUST       /BEV3/CHCDPFB       
    /BEV3/CHCDPFBP        /BEV3/CHCDPLINK       /BEV3/CHCDPOBJ1       /BEV3/CHCDPOBJ2       /BEV3/CHCDPOBJMD      /BEV3/CHCDPOBLIG      /BEV3/CHCDPPARM       /BEV3/CHCDPPROC       /BEV3/CHCDPSALDO      /BEV3/CHCDPSALES    
    /BEV3/CHCDPSELFB      /BEV3/CHCDPSELV       /BEV3/CHCDPSORTM      /BEV3/CHCDPSTATE      /BEV3/CHCDPTAB        /BEV3/CHCDPTERMI      /BEV3/CHCDPTEXT       /BEV3/CHCEITR         /BEV3/CHCEITRT        /BEV3/CHCERGPER     
    /BEV3/CHCEV1030X      /BEV3/CHCEV103X       /BEV3/CHCEVACC        /BEV3/CHCEVACDT       /BEV3/CHCEVACPR       /BEV3/CHCEVAD         /BEV3/CHCEVADPR       /BEV3/CHCEVADPRT      /BEV3/CHCEVCL         /BEV3/CHCEVCLT      
    /BEV3/CHCEVDEL        /BEV3/CHCEVDELP       /BEV3/CHCEVDIST       /BEV3/CHCEVENTT       /BEV3/CHCEVEVLC       /BEV3/CHCEVLASFI      /BEV3/CHCEVLCAC       /BEV3/CHCEVLCAFI      /BEV3/CHCEVLICLT      /BEV3/CHCEVLIDM     
    /BEV3/CHCEVLIDMT      /BEV3/CHCEVPRFA       /BEV3/CHCEVPRFAT      /BEV3/CHCEVRES        /BEV3/CHCEVVEO        /BEV3/CHCEVVEOT       /BEV3/CHCEVVWDEX      /BEV3/CHCFBKAT        /BEV3/CHCFBKATX       /BEV3/CHCFDFIELD    
    /BEV3/CHCFLT          /BEV3/CHCFLTT         /BEV3/CHCFMCON        /BEV3/CHCFMCONT       /BEV3/CHCFMVARS       /BEV3/CHCFMVARST      /BEV3/CHCFORMELF      /BEV3/CHCFORMELT      /BEV3/CHCFSOBJ        /BEV3/CHCFSOBJS     
    /BEV3/CHCFSOBJT       /BEV3/CHCFSOB_T       /BEV3/CHCFSOS_T       /BEV3/CHCHASB         /BEV3/CHCHASBT        /BEV3/CHCHDP          /BEV3/CHCHECKPNT      /BEV3/CHCHKPNTT       /BEV3/CHCIMATART      /BEV3/CHCIMATNR     
    /BEV3/CHCIPR          /BEV3/CHCIPRO         /BEV3/CHCIVBFS        /BEV3/CHCIVBSK        /BEV3/CHCIVBSS        /BEV3/CHCIVRG01       /BEV3/CHCI_AUART      /BEV3/CHCI_FKART      /BEV3/CHCI_STGRK      /BEV3/CHCI_VORG     
    /BEV3/CHCKAFBDTL      /BEV3/CHCKAFIELD      /BEV3/CHCKAWDEF       /BEV3/CHCKMPLMNT      /BEV3/CHCKMPLPRF      /BEV3/CHCKONTT        /BEV3/CHCKPBGRP       /BEV3/CHCKPBGRPT      /BEV3/CHCKREIST       /BEV3/CHCKRSKZT     
    /BEV3/CHCKTGWE        /BEV3/CHCLISTFLD      /BEV3/CHCLLFORMT      /BEV3/CHCLNKORT       /BEV3/CHCLNKORTT      /BEV3/CHCLSPGCHK      /BEV3/CHCLSTBEW       /BEV3/CHCLSTBEWT      /BEV3/CHCLSTDEF       /BEV3/CHCLTFNAME    
    /BEV3/CHCLTLOABR      /BEV3/CHCLTYPE        /BEV3/CHCLTYPET       /BEV3/CHCL_ERF        /BEV3/CHCL_ERFT       /BEV3/CHCL_FELD       /BEV3/CHCL_LART       /BEV3/CHCL_LARTT      /BEV3/CHCL_LFORM      /BEV3/CHCL_LSTK     
    /BEV3/CHCL_LSTP       /BEV3/CHCL_LSTT       /BEV3/CHCL_PRUEF      /BEV3/CHCL_STAT       /BEV3/CHCL_STATT      /BEV3/CHCMVWOBJ       /BEV3/CHCMVWOBPR      /BEV3/CHCMVWPRO       /BEV3/CHCMVWVORG      /BEV3/CHCNDDSCR     
    /BEV3/CHCNDDSCRT      /BEV3/CHCNDNAME       /BEV3/CHCNDNAMET      /BEV3/CHCOBJTAB       /BEV3/CHCPBKTYP       /BEV3/CHCPBKTYPT      /BEV3/CHCPERI         /BEV3/CHCPERIT        /BEV3/CHCPG           /BEV3/CHCPGI        
    /BEV3/CHCPGT          /BEV3/CHCPOSTX        /BEV3/CHCPRT          /BEV3/CHCPRTSTRT      /BEV3/CHCPRTST_T      /BEV3/CHCPTDOK        /BEV3/CHCPTDOKTX      /BEV3/CHCPTKON        /BEV3/CHCPTKONTX      /BEV3/CHCPTXSP      
    /BEV3/CHCPT_F         /BEV3/CHCPVIEWT       /BEV3/CHCREGDISP      /BEV3/CHCREGT         /BEV3/CHCRESVWVG      /BEV3/CHCRGIT         /BEV3/CHCRSTRT        /BEV3/CHCRUNDG        /BEV3/CHCRUNDGTX      /BEV3/CHCSALA       
    /BEV3/CHCSALAT        /BEV3/CHCSALDT        /BEV3/CHCSALG         /BEV3/CHCSALGT        /BEV3/CHCSECORTT      /BEV3/CHCSECTYP       /BEV3/CHCSECTYPT      /BEV3/CHCSIMKONT      /BEV3/CHCSIMSALD      /BEV3/CHCSOCBMAR    
    /BEV3/CHCSOCBMVK      /BEV3/CHCSOCBSTY      /BEV3/CHCSORTCB       /BEV3/CHCSORTCBT      /BEV3/CHCSORTTYP      /BEV3/CHCSOTYPT       /BEV3/CHCSTAFT        /BEV3/CHCSTMZS        /BEV3/CHCSTRGIOD      /BEV3/CHCSTVCHCK    
    /BEV3/CHCTAAKZL       /BEV3/CHCTAAKZLK      /BEV3/CHCTAAMOD       /BEV3/CHCTABRERF      /BEV3/CHCTABRINF      /BEV3/CHCTABSAST      /BEV3/CHCTABZPKT      /BEV3/CHCTBDGBPO      /BEV3/CHCTBDGIOI      /BEV3/CHCTBDGIOO    
    /BEV3/CHCTBDGLST      /BEV3/CHCTBDGSTF      /BEV3/CHCTBDGSTR      /BEV3/CHCTBDGSZ       /BEV3/CHCTBDPRIO      /BEV3/CHCTBDVKRA      /BEV3/CHCTBEWA        /BEV3/CHCTBGRU        /BEV3/CHCTBKVRKT      /BEV3/CHCTBPO600    
    /BEV3/CHCTBPOFSS      /BEV3/CHCTBSCHL       /BEV3/CHCTBTBEWA      /BEV3/CHCTBTBSCL      /BEV3/CHCTBTDAT       /BEV3/CHCTBTFLT       /BEV3/CHCTBTVRT       /BEV3/CHCTBTVWD       /BEV3/CHCTBUSCHL      /BEV3/CHCTBWA       
    /BEV3/CHCTEVCLDT      /BEV3/CHCTEVENT       /BEV3/CHCTEVEX        /BEV3/CHCTEVLICL      /BEV3/CHCTEVPERM      /BEV3/CHCTEVVVEO      /BEV3/CHCTFB          /BEV3/CHCTFORMEL      /BEV3/CHCTFSOB        /BEV3/CHCTFSOS      
    /BEV3/CHCTKLAS1       /BEV3/CHCTKLAS1T      /BEV3/CHCTKLAS2       /BEV3/CHCTKLAS2T      /BEV3/CHCTKLAS3       /BEV3/CHCTKLAS3T      /BEV3/CHCTKLAS4       /BEV3/CHCTKLAS4T      /BEV3/CHCTKLAS5       /BEV3/CHCTKLAS5T    
    /BEV3/CHCTKMPBCH      /BEV3/CHCTKOFO        /BEV3/CHCTKONT        /BEV3/CHCTKREIS       /BEV3/CHCTKREISK      /BEV3/CHCTLIN         /BEV3/CHCTLINK        /BEV3/CHCTLTBER       /BEV3/CHCTLTSPZ       /BEV3/CHCTLVAR      
    /BEV3/CHCTM2OTHE      /BEV3/CHCTMABRFT      /BEV3/CHCTMSTFUB      /BEV3/CHCTMVWSTS      /BEV3/CHCTPGF         /BEV3/CHCTPR          /BEV3/CHCTPVIEW       /BEV3/CHCTREG         /BEV3/CHCTRGI         /BEV3/CHCTRGKLTB    
    /BEV3/CHCTRLNG        /BEV3/CHCTS01         /BEV3/CHCTS02         /BEV3/CHCTS03         /BEV3/CHCTS04         /BEV3/CHCTS05         /BEV3/CHCTS07         /BEV3/CHCTSALD        /BEV3/CHCTSECORT      /BEV3/CHCTSTAF      
    /BEV3/CHCTSTBSHL      /BEV3/CHCTSTKL        /BEV3/CHCTSTRGBM      /BEV3/CHCTSTRKZ       /BEV3/CHCTSTYPCB      /BEV3/CHCTTMABRF      /BEV3/CHCTTMPRIO      /BEV3/CHCTTMPRIV      /BEV3/CHCTTMSTZP      /BEV3/CHCTUMPRST    
    /BEV3/CHCTVB          /BEV3/CHCTVBKLTB      /BEV3/CHCTVBLOAB      /BEV3/CHCTVBRILO      /BEV3/CHCTVKRAKK      /BEV3/CHCTVKTMST      /BEV3/CHCTVKVKLO      /BEV3/CHCTVRABG       /BEV3/CHCTVRABRF      /BEV3/CHCTVRILOT    
    /BEV3/CHCTVWDKL       /BEV3/CHCTVWDVTB      /BEV3/CHCTWSATTR      /BEV3/CHCTWSBDAT      /BEV3/CHCTWSBSTR      /BEV3/CHCTWSDDAT      /BEV3/CHCTWSDST       /BEV3/CHCTWSFIND      /BEV3/CHCTWSFORM      /BEV3/CHCTWSKAT     
    /BEV3/CHCTWSPRO       /BEV3/CHCTWSSTR       /BEV3/CHCTWSTAG       /BEV3/CHCTZEIT        /BEV3/CHCTZNSCHL      /BEV3/CHCTZTP         /BEV3/CHCVALI1        /BEV3/CHCVARREP       /BEV3/CHCVBACT        /BEV3/CHCVBACTRI    
    /BEV3/CHCVBACTSP      /BEV3/CHCVBFIMA1      /BEV3/CHCVBT          /BEV3/CHCVBWBKRI      /BEV3/CHCVDACT        /BEV3/CHCVDSTFIT      /BEV3/CHCVDSTRFI      /BEV3/CHCVDSTSD       /BEV3/CHCVDSTSDT      /BEV3/CHCVDSTVV     
    /BEV3/CHCVDSTVVT      /BEV3/CHCVERW         /BEV3/CHCVERWT        /BEV3/CHCVKEVASF      /BEV3/CHCVKEVCVB      /BEV3/CHCVKEVCVT      /BEV3/CHCVKTORP       /BEV3/CHCVORGE        /BEV3/CHCVORGE_T      /BEV3/CHCVRSTRT     
    /BEV3/CHCVRSTRTT      /BEV3/CHCVWDKLT       /BEV3/CHCVWDNRAP      /BEV3/CHCVWDVTBT      /BEV3/CHCVWOBJ        /BEV3/CHCVWOBJT       /BEV3/CHCVWOBPR       /BEV3/CHCVWOBPRT      /BEV3/CHCVWPRO        /BEV3/CHCVWPROT     
    /BEV3/CHCVWSTAT       /BEV3/CHCVWSTATS      /BEV3/CHCVWSTATT      /BEV3/CHCVWVORG       /BEV3/CHCVWVORGT      /BEV3/CHCWS           /BEV3/CHCWSATTRT      /BEV3/CHCWSBDTX       /BEV3/CHCWSBSTX       /BEV3/CHCWSDSTX     
    /BEV3/CHCWSFNDTX      /BEV3/CHCWSFRMTX      /BEV3/CHCWSKATTX      /BEV3/CHCWSPROTX      /BEV3/CHCWSSTRTX      /BEV3/CHCZEITT        /BEV3/CHCZNSCHLT      /BEV3/CHCZTPT         /BEV3/CHC_KAWDEF      /BEV3/CHC_KAWFB     
    /BEV3/CHC_KAWTAB      /BEV3/CHC_PROT        /BEV3/CHDVWD0001      /BEV3/CHEAT           /BEV3/CHEOA           /BEV3/CHERGSTZ_K      /BEV3/CHERGSTZ_P      /BEV3/CHERGSTZ_S      /BEV3/CHEVADPRI       /BEV3/CHEVENTDEC    
    /BEV3/CHEVENTDEL      /BEV3/CHEVENTRCP      /BEV3/CHEVENTREC      /BEV3/CHEVENTREL      /BEV3/CHEVENTRES      /BEV3/CHEVLASFPR      /BEV3/CHEVLIACBP      /BEV3/CHEVLIACEL      /BEV3/CHEVLIACFL      /BEV3/CHEVLIACNT    
    /BEV3/CHEVLIACPR      /BEV3/CHEVLIASFB      /BEV3/CHEVLIASFI      /BEV3/CHEVLI_VV       /BEV3/CHEVTMNOTE      /BEV3/CHEVVWDNRN      /BEV3/CHEXCSTZ_K      /BEV3/CHEXCSTZ_P      /BEV3/CHFIA           /BEV3/CHFIP         
    /BEV3/CHFIT           /BEV3/CHFKFKDRK       /BEV3/CHFSOBJ         /BEV3/CHGAO           /BEV3/CHGK /BEV3/CHGO /BEV3/CHGR /BEV3/CHGRAT          /BEV3/CHGRST          /BEV3/CHGZ
    /BEV3/CHGZAT          /BEV3/CHGZIT          /BEV3/CHKAALLOCA      /BEV3/CHKABEWSD       /BEV3/CHKACNTRCT      /BEV3/CHKACUSTO       /BEV3/CHKAOBLIGA      /BEV3/CHKASRTMNT      /BEV3/CHKASTATUS      /BEV3/CHKATERMIN    
    /BEV3/CHKATMABUM      /BEV3/CHKAW_TEXT      /BEV3/CHKA_SALDO      /BEV3/CHLAT           /BEV3/CHLDGRFLD       /BEV3/CHLEDGER        /BEV3/CHLERF          /BEV3/CHLR /BEV3/CHNODES         /BEV3/CHNODEST      
    /BEV3/CHOAAT          /BEV3/CHOAE           /BEV3/CHOAG           /BEV3/CHOAZ           /BEV3/CHOB /BEV3/CHOBKZ          /BEV3/CHOBS           /BEV3/CHOG /BEV3/CHOKAT          /BEV3/CHOKL         
    /BEV3/CHOL /BEV3/CHOLB           /BEV3/CHOLS           /BEV3/CHOO /BEV3/CHOP /BEV3/CHOPA           /BEV3/CHOPRT          /BEV3/CHOR /BEV3/CHORA           /BEV3/CHORB         
    /BEV3/CHORG           /BEV3/CHORGET         /BEV3/CHORST          /BEV3/CHOSAT          /BEV3/CHOST           /BEV3/CHOZD           /BEV3/CHOZT           /BEV3/CHPARAMS        /BEV3/CHPIABRECH      /BEV3/CHPROCESS     
    /BEV3/CHPRSTCI        /BEV3/CHPRUEF_Z4      /BEV3/CHRALG          /BEV3/CHRATT          /BEV3/CHRDSTAT        /BEV3/CHREPFLD        /BEV3/CHREPFLDT       /BEV3/CHREPPARM       /BEV3/CHREPSRT        /BEV3/CHREPSRTT     
    /BEV3/CHRESADMIN      /BEV3/CHRESSTZ_K      /BEV3/CHRESSTZ_P      /BEV3/CHRGABRERF      /BEV3/CHRGABRINF      /BEV3/CHRGABZPKT      /BEV3/CHRGANFFRM      /BEV3/CHRGANWFRM      /BEV3/CHRGAUSG        /BEV3/CHRGBDG       
    /BEV3/CHRGBLST        /BEV3/CHRGBTRG        /BEV3/CHRGBUKRS       /BEV3/CHRGBUKZ        /BEV3/CHRGDATUM       /BEV3/CHRGDNAM        /BEV3/CHRGEGZFRM      /BEV3/CHRGEINH        /BEV3/CHRGEITR        /BEV3/CHRGEZSCHL    
    /BEV3/CHRGFRM         /BEV3/CHRGGEN3        /BEV3/CHRGGRUM        /BEV3/CHRGHASB        /BEV3/CHRGKPBGRP      /BEV3/CHRGKREIS       /BEV3/CHRGKTSI        /BEV3/CHRGKUNNR       /BEV3/CHRGLSTBW       /BEV3/CHRGMAHN      
    /BEV3/CHRGMHNBER      /BEV3/CHRGMHNSP       /BEV3/CHRGMNGE        /BEV3/CHRGPBKTYP      /BEV3/CHRGPERGRP      /BEV3/CHRGPERI        /BEV3/CHRGPERVW       /BEV3/CHRGPGDAT       /BEV3/CHRGPRTST       /BEV3/CHRGPRZNT     
    /BEV3/CHRGRUNDUN      /BEV3/CHRGSALA        /BEV3/CHRGSALD        /BEV3/CHRGSALG        /BEV3/CHRGSECORT      /BEV3/CHRGSECTYP      /BEV3/CHRGSOLI        /BEV3/CHRGSORT        /BEV3/CHRGSPART       /BEV3/CHRGSTAF      
    /BEV3/CHRGSTRAT       /BEV3/CHRGSTYP        /BEV3/CHRGVBLIN       /BEV3/CHRGVBLNK       /BEV3/CHRGVBVB        /BEV3/CHRGVDSTFI      /BEV3/CHRGVDSTSD      /BEV3/CHRGVDSTVV      /BEV3/CHRGVERW        /BEV3/CHRGVKORG     
    /BEV3/CHRGVTWEG       /BEV3/CHRGVWDVB       /BEV3/CHRGVWVORG      /BEV3/CHRGWAERK       /BEV3/CHRGXXXX        /BEV3/CHRGZEIT        /BEV3/CHRGZHLBDG      /BEV3/CHRGZHLSP       /BEV3/CHRGZHLWG       /BEV3/CHRGZNSCHL    
    /BEV3/CHRSBKADMN      /BEV3/CHSA /BEV3/CHSHTSTZSD      /BEV3/CHSHTSTZ_K      /BEV3/CHSHTSTZ_P      /BEV3/CHSIMADMIN      /BEV3/CHSIMBDMDH      /BEV3/CHSIMSTKFH      /BEV3/CHSIMSTK_C      /BEV3/CHSIMSTK_F    
    /BEV3/CHSIMSTK_T      /BEV3/CHSIMSTK_V      /BEV3/CHSIMSTZ_K      /BEV3/CHSIMSTZ_P      /BEV3/CHSIMSTZ_S      /BEV3/CHSORTK         /BEV3/CHSORTKT        /BEV3/CHSORTP         /BEV3/CHSTADMIN       /BEV3/CHTABA        
    /BEV3/CHTABLE         /BEV3/CHTADIR         /BEV3/CHTBBWK         /BEV3/CHTBPERS        /BEV3/CHTBRI          /BEV3/CHTBRIT         /BEV3/CHTBRS          /BEV3/CHTBTEXT        /BEV3/CHTBVORGE       /BEV3/CHTCKLAS3     
    /BEV3/CHTEA           /BEV3/CHTGRA          /BEV3/CHTGRS          /BEV3/CHTGZA          /BEV3/CHTGZI          /BEV3/CHTLA           /BEV3/CHTM1030        /BEV3/CHTMABRNR       /BEV3/CHTMBELEG       /BEV3/CHTMBKRES     
    /BEV3/CHTMERGBLG      /BEV3/CHTMERGPOS      /BEV3/CHTMHISTOR      /BEV3/CHTMP0200       /BEV3/CHTMPFSOBJ      /BEV3/CHTMPMDHST      /BEV3/CHTMPSLKT       /BEV3/CHTMPSTK_C      /BEV3/CHTMPSTK_F      /BEV3/CHTMPSTK_T    
    /BEV3/CHTMPSTK_V      /BEV3/CHTMPVWSTA      /BEV3/CHTMSTATUS      /BEV3/CHTNKRS         /BEV3/CHTOAA          /BEV3/CHTOBJ          /BEV3/CHTOKA          /BEV3/CHTOPR          /BEV3/CHTORS          /BEV3/CHTOS         
    /BEV3/CHTOSA          /BEV3/CHTOZ           /BEV3/CHTRAT          /BEV3/CHTRKVKZ        /BEV3/CHTRMSTK_C      /BEV3/CHTRMSTK_T      /BEV3/CHTRMSTK_V      /BEV3/CHTRMSTZ_K      /BEV3/CHTRMSTZ_P      /BEV3/CHTRMSTZ_S    
    /BEV3/CHTRSINA        /BEV3/CHTRSINN        /BEV3/CHTVBWA         /BEV3/CHTVWDART       /BEV3/CHTWDRKZ        /BEV3/CHTWRA          /BEV3/CHTWRETA        /BEV3/CHUR /BEV3/CHUSETTING      /BEV3/CHVABRSTZS    
    /BEV3/CHVGRA          /BEV3/CHVGRP          /BEV3/CHVGRT          /BEV3/CHVPR           /BEV3/CHVWDKL         /BEV3/CHVWSTAT        /BEV3/CHWD /BEV3/CHWDARTT        /BEV3/CHWDAUFST       /BEV3/CHWDCMMNT     
    /BEV3/CHWDFLDST       /BEV3/CHWDKLSS        /BEV3/CHWDKORR        /BEV3/CHWDLFZEIT      /BEV3/CHWDOBJ         /BEV3/CHWDPRTNR       /BEV3/CHWDSIGNVG      /BEV3/CHWDSIGNVN      /BEV3/CHWDVTRRBZ      /BEV3/CHWO
    /BEV3/CHWR /BEV3/CHWRAT          /BEV3/CHWRETAT        /BEV3/CH_ABRFKT       /BEV3/CH_CHGVIS       /BEV3/CH_DRFUSS       /BEV3/CH_DRGR         /BEV3/CH_DRKPF        /BEV3/CH_DRMAIN       /BEV3/CH_DRPOSGR    
    /BEV3/CH_NACHART      /BEV3/CH_VISUPDT      /BEV4/PLCPG           /BEV4/PLCPGI          /BEV4/PLCPGT          /BEV4/PLCPRT          /BEV4/PLCPVIEWT       /BEV4/PLCTPGF         /BEV4/PLCTPR          /BEV4/PLCTPVIEW     
    /BEV4/PLDALCST_T      /BEV4/PLDALCUST       /BEV4/PLDANFABH       /BEV4/PLDANFABS       /BEV4/PLDANFART       /BEV4/PLDANFBEL       /BEV4/PLDANFCST       /BEV4/PLDANFCSTT      /BEV4/PLDANFKON       /BEV4/PLDANFMEL     
    /BEV4/PLDANFNUM       /BEV4/PLDANFORT       /BEV4/PLDANFVKO       /BEV4/PLDANFZEIT      /BEV4/PLDAUSGABE      /BEV4/PLDAUSGABT      /BEV4/PLDFAUFTR       /BEV4/PLDIFST         /BEV4/PLDKART         /BEV4/PLDKART_T     
    /BEV4/PLDPERIOD       /BEV4/PLDPERIODT      /BEV4/PLDPFAD         /BEV4/PLDPFAD_T       /BEV4/PLDROLZU        /BEV4/PLDSTAT         /BEV4/PLDSTAT_T       /BEV4/PLDUMART        /BEV4/PLDUMKDN        /BEV4/PLDVKORGZ     
    /BEV4/PLPROT          /BEV4/PLPROT_2        /BEV4/PLPROT_ALL      /BI0/HBUCKET          /BI0/HCALMONTH        /BI0/HCALMONTH2       /BI0/HDATE /BI0/HFISCPER         /BI0/HHALFYEAR1       /BI0/HINFOPROV      
    /BI0/HIOBJNM          /BI0/IBUCKET          /BI0/ICALMONTH        /BI0/ICALMONTH2       /BI0/IDATE /BI0/IFISCPER         /BI0/IHALFYEAR1       /BI0/IINFOPROV        /BI0/IIOBJNM          /BI0/KBUCKET        
    /BI0/KCALMONTH        /BI0/KCALMONTH2       /BI0/KDATE /BI0/KFISCPER         /BI0/KHALFYEAR1       /BI0/KINFOPROV        /BI0/KIOBJNM          /BI0/PHIER_VERS       /BI0/SALEAFNODCH      /BI0/SALEAFNODSP    
    /BI0/SBCTCOMP         /BI0/SBUCKET          /BI0/SCALMONTH        /BI0/SCALMONTH2       /BI0/SCALQUART1       /BI0/SCALQUARTER      /BI0/SCALWEEK         /BI0/SCALYEAR         /BI0/SCHNGID          /BI0/SCURRENCY      
    /BI0/SDATE /BI0/SFISCPER         /BI0/SFISCPER3        /BI0/SFISCVARNT       /BI0/SFISCYEAR        /BI0/SHALFYEAR1       /BI0/SHIENM           /BI0/SHIER_HIEID      /BI0/SHIER_NODE       /BI0/SHIER_VERS     
    /BI0/SINFOPROV        /BI0/SIOBJNM          /BI0/SLANGU           /BI0/SLOGSYS          /BI0/SNODEPOSIT       /BI0/SNORESTNODE      /BI0/SRATE_TYPE       /BI0/SRECORDMODE      /BI0/SRECORDTP        /BI0/SREQUID        
    /BI0/SSIGNCH          /BI0/SSOURSYSTEM      /BI0/STIME /BI0/STXTLG           /BI0/STXTMD           /BI0/STXTSH           /BI0/SUNIT /BI0/SWEEKDAY1        /BI0/THIER_VERS       /BI0/TWEEKDAY1      
    /CRMMW/TST /CRMMW/TST_CDB        /CVS/TA_AFRU          /CVS/TA_APP_ARTI      /CVS/TA_APP_COLO      /CVS/TA_APP_MATR      /CVS/TA_APP_SEAS      /CVS/TA_APP_SIZE      /CVS/TA_APP_STYL      /CVS/TA_BUNWT       
    /CVS/TA_CHARS         /CVS/TA_KLAH          /CVS/TA_NUM           /CVS/TA_PMS_01        /CVS/TA_PMS_02        /CVS/TA_PMS_03        /CVS/TA_PMS_04        /CVS/TA_PMS_MAGR      /CVS/TA_PMS_MAIN      /CVS/TA_PMS_WEB     
    /CVS/TA_PMS_WRP       /CVS/TA_PROC          /CVS/TA_USRID         /DSD/DE_FUPREC        /DSD/HH_DL_RECOV      /DSD/HH_DRVTXT        /DSD/HH_RAARTT        /DSD/HH_RACAD         /DSD/HH_RACKDRS       /DSD/HH_RACKDRST    
    /DSD/HH_RACL          /DSD/HH_RACOCICI      /DSD/HH_RACOCIHD      /DSD/HH_RACOCIMI      /DSD/HH_RACOLPAY      /DSD/HH_RACTR         /DSD/HH_RACVHD        /DSD/HH_RADELCD       /DSD/HH_RADELHD       /DSD/HH_RADELIT     
    /DSD/HH_RADISTYP      /DSD/HH_RADISTYT      /DSD/HH_RADS          /DSD/HH_RAEC          /DSD/HH_RAECA         /DSD/HH_RAERRIDX      /DSD/HH_RAHD          /DSD/HH_RAIVCD        /DSD/HH_RAIVHD        /DSD/HH_RAIVIT      
    /DSD/HH_RAIVPRT       /DSD/HH_RALOCKHD      /DSD/HH_RAPAYBC       /DSD/HH_RAPAYMNT      /DSD/HH_RAPAYMTT      /DSD/HH_RAPAYTYP      /DSD/HH_RAREASON      /DSD/HH_RAREASOT      /DSD/HH_RATIMTYP      /DSD/HH_RATIMTYT    
    /DSD/HH_RATS          /DSD/HH_RAVISCOD      /DSD/HH_RAVISCOT      /DSD/HH_RTATYP        /DSD/HH_RTATYPT       /DSD/HH_TBALCTRL      /DSD/HH_TBALHD        /DSD/HH_TRADAT        /DSD/HH_TRANSBEL      /DSD/LD_CR_STAT     
    /DSD/LD_DFTVAL        /DSD/ME_ACT2RFC       /DSD/ME_ASSIGN        /DSD/ME_CHANNELS      /DSD/ME_CHG_RSN       /DSD/ME_CHG_RSNT      /DSD/ME_CLR_HD        /DSD/ME_COCI_HD       /DSD/ME_COCI_ITM      /DSD/ME_COCI_PAY    
    /DSD/ME_COCI_RST      /DSD/ME_CONTACT       /DSD/ME_CPT_CAST      /DSD/ME_CPT_CHAN      /DSD/ME_CPT_C_DE      /DSD/ME_CPT_C_GL      /DSD/ME_CPT_C_SU      /DSD/ME_CPT_GROU      /DSD/ME_CPT_GRP       /DSD/ME_CPT_GRPT    
    /DSD/ME_CPT_MEST      /DSD/ME_CPT_MESV      /DSD/ME_CPT_NUMB      /DSD/ME_CPT_PANU      /DSD/ME_CPT_PNST      /DSD/ME_CPT_ROLE      /DSD/ME_CPT_SNST      /DSD/ME_CPT_STNU      /DSD/ME_CPT_USER      /DSD/ME_CPT_VEHI    
    /DSD/ME_CREDIT        /DSD/ME_CUSTKEY       /DSD/ME_CUSTKEYT      /DSD/ME_CUST_CPD      /DSD/ME_CUST_HD       /DSD/ME_DDR_BAK       /DSD/ME_DDR_RSET      /DSD/ME_DDR_STAT      /DSD/ME_DEBUG_UP      /DSD/ME_DELV_LFT    
    /DSD/ME_DEL_HD        /DSD/ME_DEL_ITM       /DSD/ME_DOCMASK       /DSD/ME_EXPS_HD       /DSD/ME_EXPTYPE       /DSD/ME_GEN_CUST      /DSD/ME_INVT_HD       /DSD/ME_INV_HD        /DSD/ME_INV_ITM       /DSD/ME_LOG_CTRL    
    /DSD/ME_MAP_FM        /DSD/ME_MAP_RULE      /DSD/ME_MAT_HD        /DSD/ME_MAT_LNK       /DSD/ME_MAT_SOR       /DSD/ME_MAT_TYPE      /DSD/ME_MAT_UOM       /DSD/ME_MESS2OBJ      /DSD/ME_MSGT2OBJ      /DSD/ME_MSG_CUST    
    /DSD/ME_MSG_HD        /DSD/ME_NUM_MAPP      /DSD/ME_NUM_PREF      /DSD/ME_NUM_TRAN      /DSD/ME_OBJECT        /DSD/ME_OBJECTT       /DSD/ME_OBJ_FM        /DSD/ME_OI_DOC        /DSD/ME_OI_INV        /DSD/ME_OPIM_HD     
    /DSD/ME_ORD_AUT       /DSD/ME_ORD_HD        /DSD/ME_ORD_ITM       /DSD/ME_PAYMENT       /DSD/ME_PAYMENTT      /DSD/ME_PAYM_HD       /DSD/ME_PAY_TYPT      /DSD/ME_PE_MEKEY      /DSD/ME_PROCSTAT      /DSD/ME_PROD_HRY    
    /DSD/ME_REVN_HD       /DSD/ME_ROLE          /DSD/ME_ROLET         /DSD/ME_ROLE_GRP      /DSD/ME_RPL_STAT      /DSD/ME_TAB2OBJ       /DSD/ME_TOUR_HD       /DSD/ME_TOUR_SHP      /DSD/ME_TOUR_STI      /DSD/ME_TRANS       
    /DSD/ME_TRANS_FS      /DSD/ME_TRANS_HD      /DSD/ME_VISIT_RT      /DSD/ME_VIST_ACT      /DSD/ME_VIST_HD       /DSD/PE_CNDRDH        /DSD/PE_CNDRDI        /DSD/PE_CNDRDQ        /DSD/PE_CNDRDV        /DSD/PE_CONFIG      
    /DSD/PE_CONVFACT      /DSD/PE_EXCHRATE      /DSD/PE_EXTPHYSI      /DSD/PE_KALSM         /DSD/PE_MEKEY         /DSD/PE_PHYSICAL      /DSD/RP_DEBGEO        /DSD/RP_DRVKTOKD      /DSD/RP_DRVLIC        /DSD/RP_DRVLOCK     
    /DSD/RP_DRVTPLST      /DSD/RP_FLTLIC        /DSD/RP_FLTLOCK       /DSD/RP_FLTTPLST      /DSD/RP_LICCAT        /DSD/RP_LICCAT_T      /DSD/RP_LMT           /DSD/RP_MOTRCAT       /DSD/RP_SETUP         /DSD/RP_SUM         
    /DSD/RP_TOH           /DSD/RP_TOP           /DSD/SL_ACTIVETA      /DSD/SL_APPLINFO      /DSD/SL_CLEARSET      /DSD/SL_CLUSTAT       /DSD/SL_CLUSTATT      /DSD/SL_CON_RN        /DSD/SL_LAYOUT        /DSD/SL_NRZUORD     
    /DSD/SL_POSTSET       /DSD/SL_SLD_FLOW      /DSD/SL_SLD_HEAD      /DSD/SL_SLD_ITEM      /DSD/SL_SLD_MBAL      /DSD/SL_SLD_PROC      /DSD/SL_SLD_QBAL      /DSD/SL_TBSO          /DSD/SL_TBSOASSM      /DSD/SL_TBSOSLTY    
    /DSD/SL_TBSOT         /DSD/SL_TCSTAMAP      /DSD/SL_TCSTATYP      /DSD/SL_TCSTATYT      /DSD/SL_TIDSAREA      /DSD/SL_TIDSARET      /DSD/SL_TIDTAARE      /DSD/SL_TIDTAART      /DSD/SL_TSLTYASM      /DSD/SL_TSLTYP      
    /DSD/SL_TSLTYPT       /DSD/VC_AUTH          /DSD/VC_AUTHT         /DSD/VC_CALTYP        /DSD/VC_CALTYPT       /DSD/VC_DELIVER       /DSD/VC_GRP           /DSD/VC_GRPT          /DSD/VC_MSGTYP        /DSD/VC_ORDER       
    /DSD/VC_TSTR          /DSD/VC_V7_PRN        /DSD/VC_VLH           /DSD/VC_VLH_R         /DSD/VC_VLP           /DSD/VC_VLP_R         /DSD/VC_VLTRADAT      /DSD/VC_VL_PRN        /DSD/VC_VPH           /DSD/VC_VPP         
    /DSD/VC_VPTYPE        /DSD/VC_VPTYPET       /DSD/VC_VSTATCON      /IBS/CRB_BA_NRKR      /IBS/CRB_BA_SRT       /IBS/CRB_BA_SRTP      /IBS/CRB_BA_SRTT      /IBS/CRB_BENORD       /IBS/CRB_BEWME_P      /IBS/CRB_BEWME_T    
    /IBS/CRB_BTCML_P      /IBS/CRB_BTCML_T      /IBS/CRB_CSG          /IBS/CRB_KLS_P        /IBS/CRB_KLS_T        /IBS/CRB_KTART_P      /IBS/CRB_KTART_T      /IBS/CRB_KTOFI        /IBS/CRB_MODID_P      /IBS/CRB_MODID_T    
    /IBS/CRB_ORGEIN       /IBS/CRB_PARSY_P      /IBS/CRB_PARSY_T      /IBS/CRB_PERIO        /IBS/CRB_PRCB         /IBS/CRB_PRODA_P      /IBS/CRB_PRODA_T      /IBS/CRB_PWVKK        /IBS/CRB_RBAA         /IBS/CRB_RBDBW_P   

    Hi eric,
             Here iam sending the log of last 20 lines.
    BR0893E Validating structure failed for index SAPSTI./BEV3/CHA_DRKKPF~0
    BR0280I BRCONNECT thread 4: time stamp: 2008-02-04 19.13.01
    BR0884I Statistics collected for table: SAPSTI./BEV3/CHA_DRKKPF, rows old/new: 18/18
    BR0280I BRCONNECT thread 4: time stamp: 2008-02-04 19.13.01
    BR0844E 100 errors occured in thread 4 - terminating processing of the thread...
    BR0280I BRCONNECT time stamp: 2008-02-04 19.13.01
    BR0848I Thread 4 finished with return code -1
    BR0280I BRCONNECT time stamp: 2008-02-04 19.13.01
    BR0879I Statistics checked for 0 tables
    BR0878I Number of tables selected to collect statistics after check: 0
    BR0880I Statistics collected for 400/0 tables/indexes
    BR0889I Structure validated for 0/445/0 tables/indexes/clusters
    BR0806I End of BRCONNECT processing: cdxeqdxt.sta 2008-02-04 19.13.01
    BR0280I BRCONNECT time stamp: 2008-02-04 19.13.02
    BR0804I BRCONNECT terminated with errors
    Thanku

  • Wrong path access table ESKN on transaction COHV

    Hallo.
    When I execute transaction COHV the performance are bad.
    I investigated and I found the statement:
    for example
    select * from eskn where mandt = '100' and aufnr = '1171132' and   loekz = ' ';
    very long beacause it doesn't use the index
    ESKN~G
    with column
    MANDT, AUFNR
    If I execute the statement:
    select * from eskn where aufnr = '1171132' and   loekz = ' ';
    index is used and statement are fast
    So it seems that the MANDT brings the problem.
    I have Oracle 11.2.0.2 and upgraded two months ago from Oracle 10.2.0.4
    When I was in Oracle 10.2.0.4 there wasn't the problem.
    Could you help me?
    Thanks.
    Mario

    I obtain:
    SQL> select distinct(AUFNR) from sapsr3.ESKN;
    AUFNR
    SQL>
    so no value it seems.
    I collect statistics using brtools:
    Detail log:                    cegxzqwd.sta
    BR0801I BRCONNECT 7.20 (16)
    BR0805I Start of BRCONNECT processing: cegxzqwd.sta 2011-10-06 16.49.59
    BR0484I BRCONNECT log file: F:\oracle\TES\sapcheck\cegxzqwd.sta
    BR0101I Parameters
    Name                           Value
    oracle_sid                     TES
    oracle_home                    F:\oracle\TES\11202
    oracle_profile                 F:\oracle\TES\11202\database\initTES.ora
    sapdata_home                   G:\oracle\TES
    sap_profile                    F:\oracle\TES\11202\database\initTES.sap
    system_info                    SAPServiceTES STESVV01 Windows 5.2 Build 3790 Service Pack 2 AMD64
    oracle_info                    TES 11.2.0.2.0 8192 552 3816993493 STESVV01 UTF8 UTF8 773218351
    sap_info                       700 SAPSR3 0002LK0003TES0011Z01163691220013NetWeaver_ORA
    make_info                      NTAMD64 OCI_10201_SHARE Aug  2 2011
    command_line                   brconnect -u / -c -f stats -o SAPSR3 -t ESKN -e null -m E -s P3 -f allsel,collect,method,sample,keep
    stats_owner                    SAPSR3
    stats_table                    ESKN
    stats_dbms_stats               ALL:R:0
    stats_method                   E
    stats_sample_size              P3
    stats_change_threshold         50
    stats_parallel_degree          1
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.02
    BR0813I Schema owner found in database TES: SAPSR3*
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.02
    BR0807I Name of database instance: TES
    BR0808I BRCONNECT action ID: cegxzqwd
    BR0809I BRCONNECT function ID: sta
    BR0810I BRCONNECT function: stats
    BR0811I Owner of database schema for processing: SAPSR3
    BR0812I Database objects for processing: ESKN
    BR0851I Number of tables with missing statistics: 1
    Owner SAPSR3: 1
    ESKN
    BR0852I Number of tables to delete statistics: 0
    BR0854I Number of tables to collect statistics without checking: 1
    Owner SAPSR3: 1
    ESKN
    BR0855I Number of indexes with missing statistics: 2
    Owner SAPSR3: 2
    ESKN0       ESKNG
    BR0856I Number of indexes to delete statistics: 0
    BR0857I Number of indexes to collect statistics: 0
    BR0853I Number of tables to check (and collect if needed) statistics: 0
    BR0862I Force option with value 'allsel,collect,keep,method,sample' set
    BR0126I Unattended mode active - no operator confirmation required
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.02
    BR0877I Checking and collecting table and index statistics...
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.02
    BR0881I Collecting statistics for table SAPSR3.ESKN with method/sample E/P3 ...
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.19
    BR0884I Statistics collected for table: SAPSR3.ESKN, rows old/new: -1/4881767
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.19
    BR0850I 1 of 1 object processed - 0.002 of 0.002 units done
    BR0204I Percentage done: 100.00%, estimated end time: 16:50
    BR0001I **************************************************
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.19
    BR0879I Statistics checked for 0 tables
    BR0878I Number of tables selected to collect statistics after check: 0
    BR0880I Statistics collected for 1/0 tables/indexes
    BR0894I Tables with the longest duration of collecting statistics for owner SAPSR3
      Pos. Owner    Table                Duration   Rows/old    Rows/new  Meth./Samp.   Space[KB]  Used[KB:%]    Data[KB:%]    Lobs   Space[KB]   Used[KB:%]    Data[KB:%]
                                           [m:s]
        1  SAPSR3   ESKN                    0:17          -1     4881767      E/P3            -1   1113112:100    901029:81       0          0          0:0           0:0
    BR0900I Usage of space allocated in tablespaces for analyzed tables and indexes
    Pos. Tablespace     Tables  Analy.  Space[KB]   Used[KB:%]     Data[KB:%]  Indexes  Valid.  Space[KB]   Used[KB:%]     Data[KB:%]    Lobs   Proc.  Space[KB]   Used[KB:%]     Data[KB:%]
      1  PSAPSR3            -1      1         -1    1113112:100     901029:81       -1      0          0          0:0            0:0       -1      0          0          0:0            0:0
    BR0806I End of BRCONNECT processing: cegxzqwd.sta 2011-10-06 16.50.19
    BR0280I BRCONNECT time stamp: 2011-10-06 16.50.19
    BR0802I BRCONNECT completed successfully

  • Current Time of Load on Infocube available in query report

    Hi Gurus,
    I just want to ask if there are available method to include in the query report the most recent time and date of loading of infocube. The requirement is when extracting the bw report, it would show the last time of loading from the infoprovider, from the infocube.
    Initial plan is to add a field but where exactly will be the source of the time and date of the infocube loading.
    Your inputs are very much helpful.

    Hi
    if the endgoal is to have in the webi, it is even easier.
    Just create your statitistics query in the query designer and insert it as a new query in the webi (in webi you can have more than 1 query)  they run sequentially but in my cases just one 1 sec tops.  So even no workbook needed.
    for the statistics check :  (I think i used MP 0TCT_MC01)http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0e5ca3b-95ce-2b10-4d94-864ab29a8b63?overridelayout=t…
    grtz
    Koen

Maybe you are looking for

  • Cannot join time capsule airport network from iPad 2 or iPhone 4

    I have recently setup a new time capsule airport base station network with my new iMac (27-inch, late 2012) running OSX 10.8.2. Wi-Fe network works fine for internet access and printing from the iMac but I cannot join the wi-fi network from our iPad

  • Cost of good sold (COGS) in planning

    Hi, Can someone please guide me how to estimate COGS for a product? Thank you

  • Set date and time in UNIX

    what is the command for RunTime.exec() to set date and time in UNIX. please help me example thanks in advance

  • My Compass is out of order on iOS 8

    i have restore my iPhone but my problem is again here. (excuse my English, i'm French) Thank you for our response

  • Small pictures not displaying

    This is going to be hard to explain being that I have no knowledge about java and cannot attach a screen shot. I have a website that I am going to and there are small pictures that are not showing when I access the page. I spoke to someone that fixed