/BIC/FFIN_PS_6 table is missing in the database

Hello All,
We were unable to Delete requests from FIN_PS_6 , as we perform the job it is getting terminated with DBIF_RSQL_TABLE_UNKNOWN message.
Found out that table /BIC/FFIN_PS_6 is missing in the database. Any clues to find how this Table got deleted? logs or traces for this activity.
Thanks & Regards,
Madan

Hi Vani,
  /BIC/FFIN_PS_6  seems to be a Fact table. So please activate the corresponding Infocube .
Then try to work on it.
Regards,
James Harold.

Similar Messages

  • Indexes missing in the database

    hello gurus
    Missing indexes. Check of 23.04.2007 20:11:16
           Indexes missing in the database
               Primary indexes                    0
               Secondary indexes                6
                   /BIC/F100067-160
                   /BIC/F100067-150
                   /BIC/F100067-140
                   /BIC/F100067-130
                   /BIC/F100067-120
                   /BIC/F100067-110
    This is my problem, I am facing in my database, can somebody help me to understand what is   Primary indexes,     Secondary indexes in the database
    whether they critical or non critical, what is the process so that we can rectify the
    indexes ?
    Waiting for your reply
    Thank You

    HI Shishir,
    <b>Here are the definitions for the following :</b>
    <b>Missing indexes</b> may occur if you ignore an error message when creating a table (table created, index not created) or if an index is deleted. The latter case may occur during an incorrect reorganization.
    <b>Difference between Primary and Secondary Index:</b>
    <b>Primary indexes</b> (ending with 0) ensure that the line keys (row keys) are unique. Missing primary indexes are therefore a critical problem.
    <b>Secondary indexes</b> (ending with 0) are used for particular scans and are only important for performance.
    To analyze the above use T-code DB02
    Regards
    <b>Vijay Kothapalli</b>

  • Problem about Indexes missing in the database

    Dear all,
    We found a missing index in DB02 view of our sap system.
    This missing index is a Secondary index,
    and its name is S509-VAB.
    We tried to create it in DB, but got below error log as below:
    Index S509~VAB could not be set up in the database
    Message no. DI 006
    Diagnosis
    It was not possible to create the index in the database.
    This could be caused by the fact that an index with the same name exists in the database, but it is unknown to the ABAP/4 Dictionary. Activating the index in the ABAP/4 Dictionary is possible, but it is not possible to create it in the database.
    Procedure
    For more information about the cause of the error, analyze the SQL error messages in this log.
    Our question is How to Activate the index in the ABAP/4 Dictionary?
    Anyone experienced,
    Please kindly give advice.
    Regards,
    Allen

    Hi Allen,
    S509 is an information structure table. Data is populated into it post we do some necessary cutomizing and is mainly used for reporting purpose. I do not know what reports you are generating out of this. Hence difficult to say whether you can ignore this missing index or not.
    I would suggest you to do the following
    In se14, type the table name S509.
    Go to indexes tab. Look for the list of indexes defined.
    Select the index name VAB ( Which is missing in your case ).
    1) check the status of this index ? Does it says "exists in database"
    2) If point 1 is not valid then , select the option create in database button and create the index in the database.
    Regards,
    Deepak Kori

  • User defined tables:  amending Index on the database level. Opinions???

    Hi everybody who has some spare time to read my stuff
    I had a problem that some of you might have had. I have a user defined table, let’s call it ProductTypes. Now system by default creates two columns in this table, one is Code (primary key) and another is Name (Index). I have added third column called Department. Now, if I wanted to add the following data (see bellow) to the table I would have had a constraint violation message pointing me out that I have problems with indexing.
    Code, Name, Department
    1, Cream, Fragrances
    2, Cream, Beauty Products
          ^^
    I could thing of couple workarounds of this problem
    1. Is to duplicate Code into Name and storing rest of the data using user columns
    Code, Name, Product Name, Department
    1, 1,Cream, Fragrances
    2, 2, Cream, Beauty Products
    This approach isn’t very convenient as it requires UI development should we decide to attach this table to the Item master data form in a form of combo box.
    2. Is to amend Index on the database level. Initially, the index KProductTypes_Name consisted of only one column Name, what I have done is added another column which is Code to indexing. I don’t see how this can harm database consistency or damage the core system.  Please correct me if I am wrong.
    Another way of amending index in order to solve my problem could be choosing ignoring duplicate values option for column Name.
    Please let me know what are your thoughts.
    Best wishes

    > Why don't you try adding a trigger 'instead of
    > insert' where code = max(code)1 and name=max(name)1
    > and use only user columns for your data. This
    > provided you know SQL basics.
    in this scenario we would have to do UI SDK development for the output and going to have an extra column with meaningless data in it.

  • How to find all table and views in the database

    Hi,
    I want to find all table and view name form the database can u tell me syntax.
    i.e. I am able to find out table name and view name in sql server ...like
    FOR VIEW :
    select table_name from information_schema.views where table_name not like 'sys%'
    FOR TABLE :
    select table_name from information_schema.tables where table_name not like 'sys%' and table_type='Base table'
    Thanks & Regards,
    Shirish

    Hello,
    Take a look at "dba_tables" and "dba_views" both of which are documented here:
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14237/toc.htm
    - Mark

  • How To display a table that resides in the database via JFrame.

    Hi,
    I need to display the contents that present in the table that resides in my database.
    Scenario:
    Im having Main frame window, in that im having a button, while clicking that button a new JFrame should be opened & it should display all the rows & cols of dat table that resides in my DB.
    I have no prob in opening a new JFrame during a button click, but i dont knw how to display table in the table format.
    I tried JTable but i dont know how to pass the data into the JTable.
    Kindly help me out!!!

    JTable relies on a TableModel to deliver data. You have several ways of providing this data:
    - Read it into either a Vector of Vectors (list of rows containing list of columns) or an Object[][] and create the JTable while passing the data.
    - Create a javax.swing.table.DefaultTableModel, pass it to the JTable as a model, configure it and call addRow() in order to add rows.
    - Create a custom table model class; see javax.swing.table.AbstractTableModel for a convenient base class

  • Entered DATA missing from the Database ( SEM CUBE )

    Hi,
    We are in the process of compiling the Annual Budget for 2011- 12. We
    are using BW-BPS for capturing the data.
    The Problem, is that we are not able see the Data entered in last two
    days. The users have entered the data in SEM-BPS layouts and saved it.
    Also they have executed the Queries through the Bex Analyzer which had
    the data till yesterday evening, but today if the user tries to refresh
    the query then the data is missing.
    The name of BW SEM-CUBE is "ZUCOPA_TC".
    Please suggest some solution.
    Thanks
    Nilesh

    Nilesh,
    someone might have run a delete function or another incorrectly configured planning function that deleted the data (or set records to zero).
    First, STOP any compression jobs on your planning InfoCubes. (If any compression job with zero eliminiation ran the past two days, the data is probably lost for good).
    Second, check in LISTCUBE if the data is still in the InfoCube. Make sure to select ALL fields for the output (including request id). If you are lucky, you will find all the deltas of changes that happened in the past days. If there was a delete (or similar) you should find these deltas, too. Now you can recreate the original data again (it's tedious but can be done).
    Whatever the outcome, you should implement some operational improvements to your planning applications:
    1) Create backup InfoCubes of your planning InfoCubes (fill with nightly DTP for example)
    2) Implement audit log of planning activities (see how-to guides)
    Both will give you a much better chance of recovering data in such cases.
    Good luck,
    Marc
    SAP Techology RIG

  • Quey is running very slow on system table in one of the database

    oracle database 11.2.0.2
    select owner||'.'||segment_name Segment_name,
          bytes/(1024*1024) Size_MB,
          extents,
          round(initial_extent/(1024*1024),2) initial_MB,
          round(next_extent/(1024*1024),2) next_MB,
          PCT_INCREASE pct,
          min_extents||' - '||decode(max_extents,2147483645,'UNLIM',max_extents) min_max,
          segment_type type,
          tablespace_name
    from dba_segments S
    WHERE  SEGMENT_NAME IN ( SELECT SEGMENT_NAME FROM DBA_LOBS L
                            WHERE TABLE_NAME = 'PS_PV_ATT_DB_SRV'
                          UNION ALL
                           SELECT INDEX_NAME FROM DBA_LOBS
                            WHERE TABLE_NAME = 'PS_PV_ATT_DB_SRV'
                          UNION ALL
                          SELECT TABLE_NAME FROM DBA_LOBS
                           WHERE TABLE_NAME ='PS_PV_ATT_DB_SRV'
                           );

    Yup! Looks like a bug. Search MOS to see if it has been filed before and, if not, file an SR with Oracle.
    If you really need the data (as opposed to just demonstrating a problem) then use a table expression like this
    WITH q as (SELECT SEGMENT_NAME FROM DBA_LOBS L
                            WHERE TABLE_NAME = 'PS_PV_ATT_DB_SRV'
                          UNION ALL
                           SELECT INDEX_NAME FROM DBA_LOBS
                            WHERE TABLE_NAME = 'PS_PV_ATT_DB_SRV'
                          UNION ALL
                          SELECT TABLE_NAME FROM DBA_LOBS
                           WHERE TABLE_NAME ='PS_PV_ATT_DB_SRV'
    select owner||'.'||segment_name Segment_name,
          bytes/(1024*1024) Size_MB,
          extents,
          round(initial_extent/(1024*1024),2) initial_MB,
          round(next_extent/(1024*1024),2) next_MB,
          PCT_INCREASE pct,
          min_extents||' - '||decode(max_extents,2147483645,'UNLIM',max_extents) min_max,
          segment_type type,
          tablespace_name
    from dba_segments S where segment_name in (select segment_name from q)

  • Using Pages, I have created a document and inserted a Table for use in logging an inventaory. When I came to print this off however the lines for the table were missing but the text was in the Table format, weird! How do I print the Table?

    Using Pages, I have created a document and inserted a Table for use logging an inventory. When I came to print this document the lines and boarders of the Table feature did not print however the text did print in the table format. How do I get the lines and boarders to print also?

    Using Pages, I have created a document and inserted a Table for use logging an inventory. When I came to print this document the lines and boarders of the Table feature did not print however the text did print in the table format. How do I get the lines and boarders to print also?

  • Why doesn't a spreadsheet or table frame work in the database?

    I certainly can't get them to work. I put them in just fine, but when I'm in Browse, I can't access them. If you try to click into the cells the whole record just selects itself, the whole page goes the color of your selection color. What gives? What am I doing wrong?

    Set it up as a WP or draw document using mail merge. You can enter the name, address, instrument, lesson time, etc. in a database and merge those, as well as the raw data for payments and attendance. Then create a spreadsheet frame to do the calculations. You can merge the necessary dbase info into that.
    For instance, I publish music and my invoice form merges the customer info, the number of copies in their current order and figures up the extended cost, totals the order and adds shipping. Since I only sell wholesale (ie I have the same customers over and over), all I have to do when someone orders is to dupe their last order record and change the number of copies for the different titles to reflect the current order.
    If I need data like how many copies of a given title I sold (when figuring out royalties to arrangers, say), I just merge that dbase data into a spreadsheet.
    What you want to do is doable. You're just doing it kind of wrong way round.

  • PDE-PLI011 A tools common schema table is missing from the object

    Hi all,
    i have a problem this error was came when i am trying to open a form .
    Form version -10g Database version -10GR2
    pls help me out on this regards

    when running degrnt.sql and debild.sql file it given eroor
    SQL> @e:\DevSuiteHome_2\tools\dbtab\degrnt.sql
    Grant access to user: web_users
    grant select, insert, update, delete on de_attached
    ERROR at line 1:
    ORA-00980: synonym translation is no longer valid
    Grant succeeded.
    SQL> @e:\DevSuiteHome_2\tools\dbtab\degrnt.sql
    Grant access to user: web_master
    grant select, insert, update, delete on de_attached
    ERROR at line 1:
    ORA-00980: synonym translation is no longer valid

  • Copying data from a table in the Database to an internal table.

    Hello,
    How do I copy data that is a table that is in the database and and then load the data to an internal table in the ABAP/4 Aditor.
    Please help.

    hi,,
    do this way ...
    tables : mara.
    parameters : p_matnr like mara-matnr,
    start-of-selection.
    select <fields>  from mara into table it_mara
         where matnr = p_matnr.
      if sy-subrc = 0.
    endif.

  • Regardig error while updating the database table

    hi experts,
       i m trying to update the database table from the values containig in my internal table  ,,,but the system is giving this error plz help me::::
    The type of the database table and work area (or internal table)
    "ITAB_UPDATE" are not Unicode convertible. Unicode convertible.          
    my internal table name itab_update and the database table name yitab.i m using this statement::
        modify yitab from itab_update.

    Hi
    1. You  have to Declare the Itab with the same structure as DB table.
    2. Use the statement
        Modify <DBtable> from TABLE <itab>.
    or
       Update <DBtable> from TABLE <itab>.
    Hope this will solve.
    Reward .....if so.
    Regards.

  • Some SAP R/3 Tables are Missing

    Hi Friends,
    I made a connection between SAP R/3 and Crystal Reports.  When I am trying to see the tables of SAP R/3 I am not able to see all the tables only few tables are visible.  For example in Standard table I am able to see only LIKP table, but VBAK, VBAP etc ... tables are missing in the list.
    Can any one guide me to get the total list of SAP R/3 tables.
    Regards
    Sankar

    See this posting for how to: Crystal Reports 10
    You'll have to change the registry key to match your version but should work for you.
    Thank you
    Don

  • Process exist in apps server but not in the database

    Hi all,
    10.2.0.3 2 node RAC AIX
    In our application server,topas command shows some PIDs consuming high CPU. But the PID when resolved to sid in the database,no rows are returned.
    Which means the process does not exist in the database.
    How can I know what the process is doing in application server as it has gone zombie now?
    Thanks

    Hi,
    There are some cases when a transparent table exists in the Data Dictionary but not in the database.
    1. You have just created the table and saved it. But you have not activated it.
    2. There's a large amount of data in your table and you have attempted to change the key fields of the table (e.g., you are trying to delete existing key fields). This action requires you to use the database utility. During this process, the table is first physically deleted from the database and a new table is created. In the meanwhile the data from the old table is stored in a temporary table. So while the database utility is performing this operation, the table does not exist in the database for some time.
    Hope this helps.
    Regards,
    Anand Mandalika.

Maybe you are looking for