How to delete the obsolete webdynpro interface IWCI* file

hi:
I created a local webdyrnpro component  ZZ_TEST, but during saving, there is some error occurs, so I deleted this webdynpro and try to create it again. but I found that its corresponding interface file ZIWCI_ZTEST still existed in system.
And when I tried to delete it manually, the following message is displayed:
'Object cannot be edited with Class Builder'.
and this interface could not be edited or renamed too. So it is leaved in system foreever and I have no way to delete it, which block me to recreate webdynrpo component ZZ_TEST with the same name.
So, do you have any good way to force to delete this interface clearly?
thanks.
Edited by: Tony Zheng on Jul 5, 2010 4:31 PM
Edited by: Tony Zheng on Jul 5, 2010 4:41 PM

Even I have the same error..
         I was creating a web dynpro component , interface got created but not the web dynpro component. I tried to recreate the web dynpro component, it is not allowing me to create it. It gives a error message
" The ABAP Interface does not exist"
When i try to delete the interface in SE24. It gives a error message " Object cannot be edited with Class Builder".
Is there any way to forcefully delete the interface.
Ranganathan.

Similar Messages

  • How to delete the data in archived log files

    hi
    how can i delete the enteries in archived log files. and what is the disadvantage of deleting archived log enteries.

    There is no documented way to delete data stored in archived log files: you can only remove the archived log files if needed.

  • Manner to delete the 'obsolete'(???) files in \udump , \bdump dir...

    Hi ,
    Is there any manner that OracleDB10g can delete automatically the 'obsolete' - maybe the files which were created 2 , 3 or greater number of days ago ...-files created in \udump , \bdump directories...????
    In a way , for example , as the obsolete backups (of course if the Backup policy has been defined appropriately)....
    Thank you.....
    Sim

    There is not an 'ideal' retention time, it all depends on your local politics. If you daily look for errors on the alert.log file, most of them refer to a trace file for further details, then you should investigate on that specific day and most probably you would end up raising a service request at metalink, depending on severity, you will then be requested to send the trace and log related files. If you wait 60 days to perform such task and if this issue was critical for the system, most probably you would not have any database to administer.
    Those files are not historic archives, those files are meant to be reviewed ASAP. So a decision on whether to keep them for further analysis or purge them because they are informative only, should be done on a short time frame.
    ~ Madrid

  • How to delete the heapdump, Javacore and Ariview files

    Hi all,
    i got the problem with the heapdump and javacore files
    the problem is /usr directory we assigned space of 17 GB, after some days it got filled up, so we deleted the heapdump, javacore and arciviews in /usr/sap/SID/<instance>/j2ee/cluster/server0 directory. now it was showing the 35% of space is full, after one hour again it was showing 100% no space. but in the directory there is no heap dump and javacore files.
    my question is other than this any where else it was creating the heapdump, javcore and arciviews
    can you please help me out
    Thanks and Regards
    Dileep
    Edited by: Dileep P on May 6, 2008 1:05 PM

    There is no documented way to delete data stored in archived log files: you can only remove the archived log files if needed.

  • How to delete the check_in or check_out original file of a document.

    hello,
    using function 'BAPI_DOCUMENT_CHANGE2' delete a original checked in or checked out.following code:
    data: lv_objkt like aeoi-OBJKT,
          lv_doknr like draw-doknr,
          lv_dokar like draw-dokar,
          lv_doktl like draw-doktl,
          lv_dokvr like draw-dokvr,
          lv_slen type i.
    lv_dokar = 'DRW'.
    lv_doknr = '00000000000155'.
    lv_doktl = '000'.
    lv_dokvr = '-'.
      data:
    **..... Document data DATA:
      ls_doc LIKE bapi_doc_draw2,
    **..... Indicator for change relevance
      ls_docx LIKE bapi_doc_drawx2,
    **..... Bapi return structure
      ls_return LIKE bapiret2,
    **.... Originals that are checked in simultaneously
      lt_files LIKE bapi_doc_files2 OCCURS 0 WITH HEADER LINE.
      ls_doc-documenttype = lv_dokar.
      ls_doc-documentnumber = lv_doknr.
      ls_doc-documentversion = lv_dokvr.
      ls_doc-documentpart = lv_doktl.
      lt_files-deletevalue = 'X'.
      lt_files-documenttype = lv_dokar.
      lt_files-documentnumber = lv_doknr.
      lt_files-documentversion = lv_dokvr.
      lt_files-documentpart = lv_doktl.
      CALL FUNCTION 'BAPI_DOCUMENT_CHANGE2'
      EXPORTING:
      documenttype = ls_doc-documenttype
      documentnumber = ls_doc-documentnumber
      documentpart = ls_doc-documentpart
      documentversion = ls_doc-documentversion
      documentdata = ls_doc
      documentdatax = ls_docx
      IMPORTING:
      return = ls_return
      TABLES:
       documentfiles = lt_files.
    Did an error occur ??
      IF ls_return-type CA 'EA'.
        ROLLBACK WORK. MESSAGE ID '26' TYPE 'I' NUMBER '000'
      WITH ls_return-message.
      ELSE.
        COMMIT WORK.
      ENDIF.
    execute this code,but original file was not deleted.
    what reason?
    pls help me.

    this problem has been resolved.it isn't a problem.who want to know how to be solved,pls contact me by email.

  • How to delete the messages from SXMB_MONI which are already cancelled .

    Hi All,
    The messages were earlier in System error(Red flag) state so i cancelled it manually.
    I want to know how to delete the messages from sxmb_moni which are already cancelled manually using ctrl+f8.
    if not possible , then i want to see them in earlier state i.e.., in System error(Red flag).
    can any tell me the procedure of doing it.
    thanks
    Sai.

    Hi AmitSri,
    Thanks for u r reply,
    What is retention period, where can i find this option.
    And i don't have authorizations to sxmb_adm --> configure delete procedure
                                                                             --> Define interfaces for archiving and retention period.
    and to RSXMB_DELETE_MESSAGES in se38 , i don't have authorizations to run
    Is there any way to delete the messages or make them to System error( Red flag) which are manually cancelled.
    Thanks
    Sai.
    Edited by: sai_SHA on Aug 17, 2011 12:29 AM

  • How to delete the BPEL instance in Java code

    Hi all,
    How to delete the BPEL instance which I initiate in Java code?
    Thanks
    Jayson

    Hi,
    take a look here
    http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28986/toc.htm
    Interface IInstanceHandle
    void      delete()
    Delete the instance from the process domain.

  • How to Delete the dimension from the cube ?

    Hi ,
    how to Delete the dimension from the cube ?
    i have added the new dimension by assiging one characteristic to that dimension .
    now i  want to delete it ,
    but system saying that   Dimension ZXXX  contains InfoObjects; deletion not possible .
    how to delete it ? any help .
    Thanks

    Make sure you donot have any data in cube. If you have some data in cube, then you will not be able to see Delete option.
    Right click on the cube-->Delete data.
    Then double click on the cube>Goto Edit mode> select the IO under that Dimension> right click> now you will be able to see the Delete option (provided you have deleted all the date from Cube)
    Then right click on Dimension-->Delete
    Regards,
    Pavan

  • How to delete the one of cost centers in Splitting Structure(OKEW)?

    Dear All,
    I have a question about Splitting Structure as below? Could I get favor from you? Thanks a lot.
    How to delete the one of cost centers in Splitting Structure(OKEW)?
    Jocha

    Hi Chang
    Welcome to SDN! Its our pleasure to help you here
    Step 1: Select your Cost Center in OKEW which is assigned to the Splitting Str
    Eg: Cost Ctr 1001 is assigned to Splitting Str Z1... Tick the Check box against 1001 under Z1 Splitting Str
    Step 2: Do a Single Click on the text "Non Assigned Cost Centers"
    Step 3: Press Shift +F6 (Or Click on the Assign Button, next to the Pencil icon)
    Br, Ajay M

  • 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

  • Reg:How to delete the column in table control also from database table.

    Hi Experts,
    Once again thank u all for giving the responses.
    one more doubt is how to delete the columns of table control and also the record shold delete from ztable.
    With Regards,
    Saroja.P.

    Hi,
    If you want to delete the rows in the table control and simultaneously delete it from the database table, then you can implement a 'DELETE' functionality specific to your table control. Have a MARK field (you will find that in the screen attributes of the table control -> give a name for the MARK field, you will find an additional MARK column at the beginning of your table control). You can check whatever rows you want to delete from the table control, call the delete module.
    "This portion of code inside the LOOP...ENDLOOP.
    IF sy-ucomm eq 'F_DELETE'.
       gt_itab2-check = mark.  " Store the MARK field status into your internal table's correspoding field 'check'
      MODIFY gt_itab INDEX tabcontrol-current_line.
    ENDIF.
    iF sy-ucomm eq 'DELETE1'.
      DELETE gt_itab WHERE check eq 'X'. "Your internal table does not have rows that you want to delete
    ENDIF.
    Now you can modify your database table using the MODIFY statement.
    MODIFY ZDB FROM TABLE gt_itab.

  • Does any one know , how to delete the others in itunes. it takes lot of space

    does any one know , how to delete the others in itunes. it takes lot of space, i wanna delete that... Actually what it contains

    Those are the data of the installed apps. Don't listen if someone says that it's an iOS, because it is not. On your iPhone, go to general > usage. It will show you all the programs installed on your iPhone. If you click any of them you will see how much of "others" it has (documents and data)
    There's no way to delete it if you want to still have those apps. You can reinstal those which has the most "others" but after some time of usage, it will raise again.

  • How to delete the films in VLC in my ipad?

    I sync some films(.avi) for VLC to my ipad via itune(I bought free VLC in ipad). One problem is too slow to see in ipad, many mosaic occurred. The other problem is how to delete the films in VLC on my ipad.. there is no any button to delete, only add button..

    But what if the videos don't appear in the list under the Apps Tab >File Sharing?
    They definitely are on the iPad. I can watch them with VLC. But the VLC list is empty when I select it. Most of my File Sharing lists are blank even though I can access the files I placed on there with my iPad. (Worse, Comic Reader has a list of files but none of those files are accessible on the iPad but a completely different set is readable on the iPad!)
    Any ideas?

  • How to delete the messages in the purges folder?

    if the mailbox is enabled the single item recovery, then the messages would move from deletion folder to the purges folder After running the following script,
    Search-Mailbox dave -searchdumpsteronly
    -deletecontent
    so my question is how to delete the messages in the purges folder with some script or retention policy?
    Please click the Mark as Answer button if a post solves your problem!

    Thank you all,
    As the mailbox is enabled single item recovery.
    I just want to make the items neither in deletion folder, nor in purges folder.
    So I think there are two ways to achieve this.
    Method 1,disabled the single item recovery. then delete the items in deletion folder ,so it wouldn't enter to the purges folder, it just deleted permanently. then enable the single item recovery
    Method 2,delete the items in deletion folder,then the messages move to the purges folder, then delete the messages in purges folder.
    the Method 1 is not so good ,as it need to disable the single item recovery firstly, then enable  single item recovery .
    So I want to use the Method 2
    Please click the Mark as Answer button if a post solves your problem!

  • How to delete the Sites in SAP IS RETAIL

    hello ALL,
    can any one explain me how to delete the Sites in Sap Retail.
    thanks in advance

    Hello All,
    Delete the plant / Site complete details and put in one transport and do the import & export.
    Thanks.
    Edited by: krishna cherry on Jul 26, 2010 3:28 PM

Maybe you are looking for

  • Video from iPhone to iMovie on Mac and quality issues

    Task:  Wanting to take video from my iPhone 5 into iMovie HD Version 6.0.3 to do some editing, trimming, transitions, etc.  I have done this on many occasions but have NEVER been able to share/export the finished product with any kind of quality resu

  • How can I send multiple subcon PPMs to APO since one PV must be in the PIR?

    We often have two or three production versions for a single subcontracting material. For example, PV 01-1 from now until June, then PV 02-1 from June until November. To create the PPM in APO via CFM1/CFM2 we must have one PV in the subcontracing PIR.

  • Satellite A660 - Will not boot up and HDD boot fail

    Hi, firstly thanks for your time. Model: Satellite A660 (PSAW3A-07U00R) The problem started yesterday, the computer was going slow as an application closed, so I held the off button untill the pc turned off. When I restarded the laptop it went to a s

  • How do I sync Notes from computer to iPhone?

    I can get the notes from my iPhone onto my computer, but not the other way around.

  • Flash player deployment

    Hi, I need to install Flash Player after OS install. Please provide a link with exact procedure that will include silent install and no updates option. Thanks. "When you hit a wrong note it's the next note that makes it good or bad". Miles Davis