Impossible to delete an empty ODS

Hello,
I can't delete an empty ODS : when I try, I get the following message:
InfoSource 8ZCOO_01 (Transaction Data) is not known
Message no. RSAR208
Diagnosis
The InfoSource is not known.
System response
The transfer rule maintenance cannot be called.
Procedure
If this concerns an InfoObject for the InfoSource, check whether an application component is assigned to the InfoObject. If not, assign an application component to the InfoObject.
Can anyone help me ?
Thanks,
Thomas

Hi
Check if data is deleted including the change log tables.
refresh it logout and then login or try after some time there are cases when the system behaves abnormally
Regards
Puneet

Similar Messages

  • Unable to delete request from ODS - BW 3.5

    Hi experts,
    I am not able to delete request from ODS in BW 3.5, patch level 21. I put the request red, but it does not help to delete it. The request is full load and quite hudge (16GB). Deleting actually takes too long (several hours), but does not finish, so I cannot tell you any error description. It seems that this job can run forever... I was trying to activate the request before, but because of a tablespace limitations I received some short dumps. That is why I am trying to load it agin in smaller parts. It is strange thou that in Manage/requests tab the request has flag 'available for reporting' but the data cannot be viewed as active (only as new data). Any ideas, OSS notes?
    Thank you,
    Michal

    Hi,
    If you want to delete  requests manually from the ODS tables.
    1. tcode se16.
    2. delete the request in these tables : RSICCONT (delete activated requests OR
    Make the selective deletion of the contents of that request), RSMONICDP, RSODSACTREQ (give the name of the ODS and the
    request ID and delete all the entries pertaining to this selection in that table.), RSODSACTUPDTYPE.
    You can check OSS Notes 947481
    Regards.

  • How do I delete an empty icon page on my iPhone

    I have somehow inserted an empty icon page ahead of my normal first page of icons on my iPhone 5. iTunes shows the page at the end of the others, but even after syncing, the empty page is at the beginning, ahead of my search page. Does anyone know how to delete an empty icon page from the iPhone 5? It is so illogical to me that it can't be done from within iTunes by just hitting the Delete key, the way you'd expect it to work!
    Thanks!

    Go to Settings -> icloud and then you should see your icloud id, scroll to the bottom and select delete account, you are then able to add your new one.
    Hope it helps
    Lesoot

  • How to delete the empty orders in v.06 tcode

    Hi,
    i am trying to delete the empty orders in V.06 transaction code, but it is not allowing to delete.
    the same order is able to delete from the VA02 Transaction. so could you please advice me to delete from V.06 transaction.

    Hello Ganesh,
    i am trying to delete the empty orders in V.06 transaction code, but it is
    not allowing to delete.the same order is able to delete from the VA02
    Transaction. so could you please advice me to delete from V.06 transaction.
    Please note that the T-code (V.06) which you have been using basically shows up all Incomplete Documents like Sales Order, Contracts, Inquiry. Pertaining to each document you will be able to see all the missing fields which are actually set as part of Incompletion Log.
    There is no dirrect provision to delete Sales Document using this t-code without opening up the document in change mode...If incase you plan is to delete the Sales Document which are not complete, then use this T-code to extract all the Sales Document and then use MASS t-code to delete...
    As per best SAP practice, deleting of Sales Document is not recommended at all, instead you can use REJECTION OPTION...  
    Regards,
    Sarthak

  • How to delete multiple empty lines in item assignment block in WebUI

    Hi Experts,
       When i am reading 'BTAdminI' context node data, I am getting empty lines along with data. I can able to delete only one empty lines when its executing second empty line its failing in loop. Can you suggest me how can i delete multiple empty lines. I am using below code.
    DATA: lr_entity1           TYPE REF TO cl_crm_bol_entity,
            lr_current          TYPE REF TO if_bol_bo_property_access,
            lr_iterator         TYPE REF TO if_bol_bo_col_iterator,
            lv_strukname        TYPE strukname,
            dref                TYPE REF TO data,
            lv_thtmlb_tableview TYPE REF TO cl_thtmlb_table_view,
            lr_cn               TYPE REF TO cl_bsp_wd_context_node_tv,
            cr_mixed_node_tv    TYPE REF TO cl_bsp_wd_mixed_node.
        FIELD-SYMBOLS: <fs_line_structure> TYPE data.
        lr_iterator = me->typed_context->btadmini->collection_wrapper->get_iterator( ).
        TRY.
            lr_current = lr_iterator->get_first( ).
          CATCH cx_root.
        ENDTRY.
        WHILE lr_current IS BOUND.
          lr_entity1 ?= lr_current.
          CHECK lr_entity1 IS BOUND.
          lr_entity1->get_attr_struct_name( RECEIVING rv_result = lv_strukname ).
          IF lv_strukname IS NOT INITIAL.
            CREATE DATA dref TYPE (lv_strukname).
            ASSIGN dref->* TO <fs_line_structure>.
            IF <fs_line_structure> IS ASSIGNED.
              lr_current->get_properties( IMPORTING es_attributes = <fs_line_structure> ).
              IF <fs_line_structure> IS INITIAL.
                me->typed_context->btadmini->collection_wrapper->remove( lr_current ).
                EXIT.
              ENDIF.
            ENDIF.
          ENDIF.
          TRY.
              lr_current = lr_iterator->get_next( ).
            CATCH cx_root.
          ENDTRY.
        ENDWHILE.

    Hi Nitish,
    Try below code instead of your code,
    Data:
    lt_empty_lines  TYPE TABLE OF REF TO cl_crm_bol_entity,
    lr_entity TYPE REF TO cl_crm_bol_entity.
    After getting collection from BTadmini use the below code.
    lr_iterator ?= lr_coll->get_iterator( ).
        lr_entity ?= lr_iterator->get_first( ).
        WHILE lr_entity IS BOUND.
          IF lr_entity->is_send_active( ) EQ abap_false.
            APPEND lr_entity TO lt_empty_lines.
          ENDIF.
          lr_entity ?= lr_iterator->get_next( ).
        ENDWHILE.
        LOOP AT lt_empty_lines INTO lr_entity.
          typed_context->btadmini->collection_wrapper->remove( lr_entity ).
          lr_entity->delete( ).
        ENDLOOP.
    Best Regards,
    Dharmakasi.

  • How to copy/paste anchor text box to its anchor point in text and delete all empty anchors?

    hi all
    i have a document of few pages but one story. The right column is the main text box and on many places anchored text boxes are placed which appeared on the left column as shown below.
    i want text of each anchor-text-box to be cut from its place and paste at its insertion/anchor point and delete all empty anchored boxes.
    I am trying since morning but i unable to reach anchor object reference. Any help on how to start with will be helpful.
    virender

    Ok, let's say you have one main text box (not anchored) and three text boxes that are anchored to text within it. The first one is anchored with text, the second one is unanchored, and the third one is empty (I'm not going to get into inline anchoring vs. custom anchoring since you didn't bring it up in your post).
    We cycle through the items on the page:
    function main(){
      var myDoc = app.activeDocument;
      var myPages = myDoc.pages.everyItem().getElements();
      for (var i = 0; i < myPages.length; i++){
        var myPage = myPages[i];
        //Checks that the page is valid, and that it is not a master page. If either is true, skips to the next page.
        if (myPage.isValid == false) continue;
        if (myPage.parent instanceof MasterSpread) continue;
        var myItems = myPage.allPageItems;
        for (var j = 0; j < myItems.length; j++){
          //Current item.
          var myItem = myItems[j];
          //If myItem doesn't have a Character parent, it is not anchored.
          //The first and third text frames would fail this test.
          if (!(myItem.parent instanceof Character)) continue;
          //We only care about text frames.
          if (!(myItem instanceof TextFrame)) continue;
          //I think the only way this would happen would be if you had an image or
          //something else unexpected within the frame. I check for it so no content
          //is inadvertently lost.
          else if (myItem.texts.length > 1) continue;
          //If we're still in this iteration of the loop, all qualifications are met.
          //Flatten the text frame.
          //I don't use layers that often so, to me, flatten makes sense. You may want
          //to use a different term if there's a chance for confusion.
          flattenItem(myItem);
    function flattenItem(funcItem)
         //Hold onto the anchor character.
        var myParent = funcItem.parent;
         //Duplicate the text from within the frame so that it appears right after the anchor.
         //There may be other methods, but this works for me. I try to avoid copy/paste
         //so as not to deal with any clipboard mishaps. I added a check in case of empties.
         if (funcItem.texts.length > 0){funcItem.texts[0].duplicate(LocationOptions.AFTER, myParent.insertionPoints[0]);}
         //Replace the anchor character itself with a space (or whatever) which also
         //deletes the text frame it was anchoring.
        myParent.contents = " ";
    I guess the takeaway might be that you're not looking at the main text frame and then checking to see if anything is anchored to it. You're looking at each text frame and figuring out if it is anchored. That's my approach, anyway.

  • Button to delete all empty rows

    I am in the process of creating an interactive form that has a button that add rows for the user to input issues and another button to add follow-ups to those instances. There are 3 different sets of these. However, we do not want to add a delete button to all rows, to allow for accidental deletion of already inputted data.  I would like to create a button that will delete all empty rows, including all subforms.  Either that, or upon saving the document, all empty rows would be deleted - whichever would be easier. Please help!  This seems like it will be a complicated task and I am not that well versed in LiveCycle to be able to figure this out on my own.
    Thank you!

    There is no doubt that looping through nested repeating objects is more complex:
    Here is the script for the first table with follow-up rows:
    // Technical
    var nCount3 = VitalsSubform.Technical._Instance1.count;
    for (var k=0; k<nCount3; k++)
         // this is script to remove the follow-up rows in the first table only
         var nCount6 = xfa.resolveNode("VitalsSubform.Technical.Instance1[" + k + "]").Table1._Row1.count;
         // loop through the rows in the follow-up table
         for (var i=0; i<nCount6; i++)
              if (xfa.resolveNode("VitalsSubform.Technical.Instance1[" + k + "].Table1.Row1[" + i + "]").Cell4.rawValue == null)
                   // remove null row
                   xfa.resolveNode("VitalsSubform.Technical.Instance1[" + k + "]").Table1._Row1.removeInstance(i);
                   // recount nCount in case a row has been deleted
                   nCount6 =xfa.resolveNode("VitalsSubform.Technical.Instance1[" + k + "]").Table1._Row1.count;
                   // account for the row that is now deleted
                   i = i-1;
         // now remove null statements
         if (xfa.resolveNode("VitalsSubform.Technical.Instance1[" + k + "]").Table1.Statement.Statement.rawValue == null)
              VitalsSubform.Technical._Instance1.removeInstance(k);
              var nCount3 = VitalsSubform.Technical._Instance1.count;
              k = k-1;
    It is by no means tested and could still be flaky.
    Have you considered a manual 'x'/delete button for the follow-up rows?
    Here is the form: https://acrobat.com/#d=JMGUKXNQ*qMD18S3W5VxSQ
    Niall

  • I have a MBP 15" with iPhoto 9. When right clicking on icon in dock 3 iPhoto libraries come up; one empty, one with 35,000 photos and one with 30,000 photos.  How can I delete the empty one and merge the other two without getting duplicates?

    I have a MBP 15" with Iphoto 9.  When I right click on icon in dock 3 iPhoto libraries come up; one empty, one with 35,000 photos and one with 30,000 photos.  How can I delete the empty library and merge the other two without getting duplicates?

    You can delete the empty one by dragging it to the trash ( test everything before emptying the trash)
    Merging libraries requires iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ -  it is the only current solution to merging libraries
    LN

  • Nice design: A bunch of calendar appointments that are impossible to delete

    Where I used to work, we had an iCal server through which people could schedule meetings. Those appointments got synced to my phone.
    I don't work there anymore, and I've deleted the "work" calendar off my system and synced. But my phone is still full of appointments from the deleted calendar, and it's impossible to delete them. Inexplicably, they lack "Delete" buttons. Look at this garbage:
    http://farm3.static.flickr.com/2737/4417952891bda584cfcfo.png
    What gives?

    If you are now syncing calendar events direct with iCal on your Mac via the iTunes sync process, under the Info tab for your iPhone sync preferences with iTunes below the Advanced section, select Calendars for replace info on this iPhone. Select Apply followed by a sync.

  • Delete non-empty directory: better solution than traversal?

    So far, I'm only able to delete a directory via File.delete() when I delete each single file in this directory and recursively in any subdirectories. I wonder if there is a better/easier way to delete non-empty directories?

    Yes, it takes a fraction of a second. To be exact: about 0.3 seconds in our cases for each temporary directory with about 1.5 MB content and less than 100 files.
    But during big reports with hundreds of pages, each pages producing several such temp directories, this deletion takes about 5-10 seconds for a full report. Now, we have several customers with several users generating reports all over the place and reducing processing time is of good value. 10 seconds less for reports the user is waiting for might not be a big deal for you but for our customers.
    I read in some Linux forums that some file systems just remove the root directory out of some tree structure without recursing the whole tree. That's why deletion is so fast and "real deletion" (to not be able to undelete files) is slow. Unfortunately, we have Windows servers ...

  • [svn:fx-trunk] 12929: Deleting an empty folder for Deepa.

    Revision: 12929
    Revision: 12929
    Author:   [email protected]
    Date:     2009-12-14 15:49:16 -0800 (Mon, 14 Dec 2009)
    Log Message:
    Deleting an empty folder for Deepa.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: None
    Tests run: None
    Is noteworthy for integration: No
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/halo/src/

    Revision: 12929
    Revision: 12929
    Author:   [email protected]
    Date:     2009-12-14 15:49:16 -0800 (Mon, 14 Dec 2009)
    Log Message:
    Deleting an empty folder for Deepa.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: None
    Tests run: None
    Is noteworthy for integration: No
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/halo/src/

  • Mistakenly deleted data on ODS ...Plz help

    Hello friends,
    Mistakenly i deleted data from ODS. After that immediately processed Initialize Delta Process .  Now i didnt get what to do?
    I am new in BI. Pls help.

    I guess every day morning they schedule Job in LBWE to update records in delta Queue.
    SM37
    job name - enter *LIS*
    user - *
    execute it..
    You can double confirm that no job is scheduled for particular application after today morning.
    Then -  In PSA give request newer than date-blank and refresh.. ensure no psa request is deleted recently. Depends on data volume, in some cases frequently PSA records will be deleted after successfully loaded to target.
    If you have entire request - execute DTP. It will bring all records in PSA to target.
    Edited by: Priya.D on Apr 6, 2010 12:28 PM

  • TS1702 I need to delete an empty folder. I tried all of the possible things to delete it, but still whitout any luck. Restarted the phone, updated software, etc... Please help ! Thank you.

    I need to delete an empty folder. I tried all of the possible things to delete it, but still whitout any luck. Restarted the phone, updated software, etc... Please help ! Thank you.

    Try to drag an app into folder and then drag it out.
    Or reset you iPhone. Hold down Power and Home buttons until Apple logo appears. Release and wait to reboot.

  • Changing the No of packages when we delete the Empty HUs  in Delivery

    Hi,
    My requirement is to delete the empty handling units in the delivery. And at the same time, I need to update the no of packages as soon as we delete the empty handling units in delivery. I can delete the Empty handling units but the no. of packages are not updating in the delivery. Kindly suggest me any suitable BADI/BAPI or user exit for this problem.
    Thanks in advance.
    Regards
    Ramesh.

    these assignments can only be deleted logically in the corresponding transactions for processing the routings.For the user, they are no longer displayed, but they still exist in the database.The material master can only be changed after the routing has been reorganized.
    please read OSS Note 60386 - Deleting the material allocation to routings
    it has an alternative  solution  to archiving

  • Delete first empty row in a table

    Hi,
    Can you please provide the script for the below requirement.
    Need to delete First empty row in all the tables. (Tables having more number of empty rows. i need to delete first empty row only)
    Regards,
    Velu

    @Velu – the following blog post by Jongware might get you started:
    Tackling Tables through Scripting
    by: Jongware | April 8, 2013
    http://indesignsecrets.com/tackling-tables-through-scripting.php
    Document Object (DOM) documentation:
    Indesign JavaScript Help
    InDesign ExtendScript API (10.0)
    Table Row specifics:
    Adobe InDesign CS6 (8.0) Object Model JS: Row
    InDesign ExtendScript API (10.0)
    Uwe

Maybe you are looking for