How to DELETE condition tables in IDES

Hi Experts,
while practicing in IDES I have created tables in the range 501-999. I have no tables to create now. Can any one tell me how to delete the existing condition table. when I tried deleting its giving error: TABLE 911 IS REFERENCED FOR ACCESS SEQUENCE.
Thank you
SAHER

Dear Saher,
The best solution is to do as below.
TCODE: SE11
Database Table : T682I  --> choose DISPLAY
CTRLSHIFTF10
Input 911 in KOTABNR
Execute / F8
you will get the access sequences which use the condition table 911.
go to v/07 of the access sequence obtained from the previous operation and
delete the access which use condition table 911.
Then you will be able to DELETE 911 condition table of your own.
Please check and revert back.
Thanks & Regards,
Hegal  Charles

Similar Messages

  • ADF Desktop Integration : How to delete the table in Excel?

    Hi,
    I am using Jdev 11.1.1.3.0 and Excel 2007 for Oracle ADF DI, I had created an ADF table using pageDef file in the excel. Now I wanted to delete that table and use a different pageDef file.
    I could not find a way to delete that table.
    I deleted full row of tables and then I used different pageDef file and created a new adf table. But when I am running this version of excel, I am getting runtime exception and excel is getting corrupted.
    My question how to delete the table not corrupting the Excel.
    Thanks
    Pavan

    Pavan,,
    Welcome to OTN.
    You can delete the table by selecting the top left column (of the table) and then select delete from the ADFdi tab.
    Refer the documentation for more info.
    http://docs.oracle.com/cd/E17904_01/web.1111/e10139/get_start_dev_tools.htm#ADFDI608
    -Arun

  • How to delete parent table data even though it has child records

    hi all,
    How to delete parent table data even though it has child records.
    ex: delete from pa_request cascade constraints;
    But this command is not working .
    Regards,
    P Prakash

    833560 wrote:
    ex: delete from pa_request cascade constraints;cascade constraints is DROP table option. It can't be used with DELETE. You need to delete child rows first or drop foreign keys and recreate them with ON DELETE CASCADE. Then:
    delete from pa_request will automatically delete child rows. However, personally I don't like ON DELETE CASCADE. You can, by mistake, delete half of your database without even realizing it.
    SY.

  • We are creating a photo book and on the cover in the lower right hand corner there is part of the title. We did not create it and cannot find how to delete it. Any ideas.

    We are creating a photo book and on the cover in the lower right hand corner there is part of the title. The cover title is centred below the cover picture. We did not create it and cannot find how to delete it.  Any ideas?

    Preview according to this article and see what it does. http://support.apple.com/kb/PH2486
    The printed book will match the preview
    LN

  • How to delete a table of contents?

    It sounds like a stupid question, but I cannot delete my table of contents again? I only used the TOC in the draft, but don't need it in the final version of my document anymore. But - it sounds stupid - I cannot delete it. I marked it and hit the delete key, the back key. No more idea of how to delete the TOC. I even found no hint in the manual.
    Any tips? Thanks.

    Double-click the TOC so that it is surrounded by a dark border, then hit the 'delete' key.
    Good luck,
    Terry

  • Change / Edit  or Deleting condition table

    I have created some condition tabl;es in MM Purchasing but I need some additional fileds in the condition table , but this table is not getting edited or I can not add the field in the table . How I can do this
    If I want to delete / remove the field in existing table , there is no such option . How I can do this
    How I can delete existing table other than standard condition table

    Go to M/04 and select Condition table and go to Menu Condition - Delete / Shift F2

  • How to delete conditions in PO

    Hi Expert,
    How can i delete conditions like ZCSC,ZCSL and ZCSD in PO? I don't want to have those conditions in my PO. Please guide.
    Thanks.

    Hi,
    you probably won't be able to  delete the condition                
    types you mentioned from the PO conditions, since these are part of the calculation                   
    schema assigned to the PO. When price determination is run, the system                  
    finds the schema assigned, and goes through each step number to see                     
    if a valid condition record exists for the condition type. If
    you have a condition record somewhere for these condition types. After                    
    pricing determines the value, you can then go ahead and change them                   
    manually to whatever you want, including zero and save the PO on the condition screen in ME22N.                                                                               
    If you don't want anything determined for these condition types, you can                  
    set the condition records themself for deletion. From the condition                        
    screen in the PO, you can select the condition type, and click the                      
    button display condition record. That should help you to find it. You                   
    can also use the analysis button. This will show you the schema, and                    
    results for all condition types in the schema. You can display the                      
    condition record  from here as well. Then just go to where                      
    it's maintained and set for deletion.                                                                               
    Deleting them from the schema itself is maybe not a good idea. This could lead                  
    to inconsistencies when you still have open PO items to which this                      
    schema is assigned.       
    Regards,
    Edit

  • How to delete a table at dictionary level

    Hi All,
          i have deleted custom table zaccount from database, usin se14 transaction.
    now i want to create a new table using same name zaccount, but it is showing me error that table already exists in data dictionary. now i am trying to delete from data dictionary also, but it is giving me error that table is refrenced at multiple levels
    guys how can i forcefully delete it from datadictionary.
    thanks and regards
    Al-salfi

    Your table was active and had data right and also it was referred at various places in different contexts.
    okay now please type the table name in SE11; can you see if yes fine you caught the problem display the table do not delete directly; click on where used list to generate a list of different places where the table has been referred.
    at all those points remove the references as per the context and do not forget to activate. so once you have done that and the where used list returns no result means all references moved then again delete the table.
    You won't have any more issues with the table
    this problem happens because of the active name tab of the table that is yet present but inconsistent as the changes to the dictionary definition have been made inconsistent by your earlier efforts.

  • How to delete a table using pages without losing its content!

    I need to delete a table on my pages docuement but i dont want to lose its content. how can i proceed?

    Try this on a duplicate of your file to be sure it produces the desired results and you don’t risk your original file: Select the entire table, then Format > Table > Convert Table to Text.
    Walt

  • Solved: how to delete a table in 3.2

    some how a duplicate table appeared - how to delete it?
    silly me - simple highlight/ delete

    Use the CASCADE CONSTRAINTS clause.
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9003.htm
    C.
    Message was edited by:
    cd

  • JDBC Adapter Sender How to delete 3 tables?

    Hi all, I need to delete records of 3 tables after the Communication Channel send the information.
    The problem is I want to put the 3 sentences in the Update SQL Statement separated with ";" but it does not work.
    This is my statement
    DELETE from table1 WHERE field1='3';DELETE from table2 WHERE field1='3';DELETE from table3 WHERE field1='3';
    This is the error in the Runtime Workbench.
    Database-level error reported by JDBC driver while executing statement 'DELETE from pruebas.SAPRCTGH WHERE DGHSTS='3'.'. The JDBC driver returned the following error message: 'java.sql.SQLException: Token . was not valid. Valid tokens: <END-OF-STATEMENT>.'. For details, contact your database server vendor.
    When I tested from Razor SQL it works fine, I do not know what more to change.
    Regards,
    Sebastián Alvarez

    Hi all.
    Thank you very much for your answers.
    I'll try one thing, I'll create another Service Interface and in the Configuration Scenario create another Receiver Agreement, so the message will be sent to ECC and will "return" like inbound to delete the tables with 3 delete statements.
    Thank you very much to all of you.
    I'll try this and I'll tell you
    Regards

  • How to delete all TABLEs in Schema SYS which are created since 09:15?

    Unfortunately a script created lots of tables in the wrong Tablespace (=SYSTEM) and Schema (=SYS).
    How can I delete (in one DDL command) all TABLES which are created inTablespace=SYSTEM and SCHEMA=SYS
    during the last 3 hours resp. since 09:15 of 25th Sep 2011 ?
    Alternatively: How can I move these TABLEs to another Schema (e.g. ATEST) and Tablespace (USERS)?
    Is this possible with Oracle XE or only with Oracle Enterprise?
    Peter

    user559463 wrote:
    Unfortunately a script created lots of tables in the wrong Tablespace (=SYSTEM) and Schema (=SYS).
    How can I delete (in one DDL command) all TABLES which are created inTablespace=SYSTEM and SCHEMA=SYS
    during the last 3 hours resp. since 09:15 of 25th Sep 2011 ?
    Alternatively: How can I move these TABLEs to another Schema (e.g. ATEST) and Tablespace (USERS)?
    Is this possible with Oracle XE or only with Oracle Enterprise?
    PeterYou can query dba_objects and join it with dba_tables where tablespace_name='SYSTEM' , then drop the tables result of the query; the idea is to use the following query;
    SQL> select OWNER, OBJECT_NAME from dba_objects where OBJECT_TYPE='TABLE' and OWNER = 'SYS' and CREATED >= sysdate - 3 / 24;Please consider marking your questions as answered, when it is the case;
    Handle:      user559463 
    Status Level:      Newbie
    Registered:      Feb 18, 2007
    Total Posts:      583
    Total Questions:      266 (186 unresolved)Edited by: orawiss on Sep 26, 2011 4:03 PM

  • How to delete a table in spite of a Reference...

    Hi,
    i have a little Problem...
    I made two tables:
    CREATE TABLE one(
    NR INTEGER,
    xyz INTEGER REFERENCES two(abc),
    PRIMARY KEY (NR)
    CREATE TABLE two(
    abc INTEGER,
    jhg CHAR(3),
    PRIMARY KEY (abc)
    Now i want to delete table two:
    DROP TABLE two;
    But then there comes the following error message(in German):
    DROP TABLE two
    FEHLER in Zeile 1:
    ORA-02449: Eindeutige und Primärschlüssel in Tabelle von Fremdschlüsseln referenziert
    It is because a Primary Key in table references to a Foreign Key...
    How can i drop the database?

    Use the CASCADE CONSTRAINTS clause.
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9003.htm
    C.
    Message was edited by:
    cd

  • How to delete the Table Contents before inserting records into SQL table ?

    Hello Experts,
            I have a scenario where in I have to Pick up some records from SAP RFC & insert into SQL table.
            i know how to do this scenario but the proble with this is before inserting we first have to ZAP the SQL table & insert a new records. One more twist is The Triggering is happening from SAP side with Sender RFC. If this would have been from SQL Side i could have written a Stored Procedure/ Trigger & could have called this before the SENDER JDBC communciation channel picks up the Triggering event from SQL side.
    So how to do this scenarioin XI, First deleting all the Records of SQL table & then inserting the new reocrds. without using the BPM.
    Regards,
    Umesh

    hi umesh,
    you can achieve this by writing SQL query in message mapping level..
    refer this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/b0/676b3c255b1475e10000000a114084/frameset.htm
    regards.

  • How to delete the table entries (created data )

    in which table the created data will be get stored i need to delete it programitically can any one help me out in this, plz tell me the table name where the created data will be get stored.

    Hi
    Rocky
    use the delete statement
    the information regarding delete is
    DELETE dbtab
    Syntax
    DELETE { {FROM target [WHERE sql_cond]}
           | {target FROM source} }.
    Effect
    The statement DELETE deletes one or more rows from the database table specified in target. The rows that are to be deleted are specified either in a WHERE condition sql_cond or with data objects in source.
    System Fields
    The statement DELETE sets the values of the system fields sy-subrc and sy-dbcnt.
    sy-subrc Meaning
    0 A least one row was deleted.
    4 At least one row could not be deleted, since it was not found in the database table.
    The statement MODIFY sets sy-dbcnt to the number of deleted rows.
    Note
    The rows are deleted permanently from the database table in the next database commit. Until then, you can cancel the deletion in a database rollback.
    plzz reward if helpfull dont forget to reward if helpfull..
    for any further quiries my mail id is
    [email protected]

Maybe you are looking for

  • Portal Password Reset - Active Directory - Urgent

    Friends We are using SAP Portal 6.0 SP 18.  The Portal UME data source has been configured with Microsoft ADS. Now we have an requirement to change the user Password in the Active Directory from the Portal. How can we achieve this...?  I am OK even t

  • 5800 music express - Gallery Issue

    Hi, I have updated my nokia 5800 software version but after that i started facing a problem. Whenever i click a new picture from my camera it gets deleted after sometime there are no virus i have already done a virus check of of my phone. Please assi

  • Best solution for EXEC SQLu2026. INSERT? Time problem

    Hi: I have a problem with native sql in abap. I have next code and itu2019s working properly (see below) , but the problem occurs when abap internal table is too big, because exec sql u2026 endexec is executed one time for each internal table line, s

  • Brocade DCX Fiberchannel trunk via Cisco ONS not working

    We have a SAN environment over 2 locations. On each location they placed a Brocade DCX 8510 SAN switch. The Inter site link is provided via CISCO ONS. We use at both sites a MXP_MR_10DME card with two interfaces. We created two circuits and configure

  • New Mac Pro (late 2013)

    Having some weird issues with my new Mac Pro which I just received 3 days ago. To get setup I took my hard drives out of my old Mac Pro, installed them into a Promise Raid. One of the drives was my old startup drive which I had done a clean system in