Delete selected data in psa

Hi guys,
I want to delete some data records in psa based on a range of record number.
Eg. I want to delete records in psa starting from record number 1 to 333.
I would appreicate if someone can help me with that,
zsl05

In the PSA maintenance screen you can select option of load to data target.
While loading from InfoPackage you can select option PSA then data traget. And set error option as 'Valid Records updare, request avilable for reporting (Green)', this way you can update valid records into data target. Though better is to correct error records in PSA, and then load to Data Target. You can also correct Error records later, if you are only update valid records at first load.

Similar Messages

  • Delete Certain Data in PSA or DSO Objects

    Currently we loaded the data into the DSO Objects, and we wanted to delete certain data in the PSA, when I click that particular records, i can only change it but cannot delete it. So is there anyway that i can delete certain data in the psa? Or in DSO Objects?

    Hi........
    You cannot delete certain data from PSA............If you want to any erroneous request...........you copy the datasource.......go to RSA1 >> Find the datasource >> double click on it >>click on the PSA button on the top >> there in the button you will get one icon which is similar to the icon of the infopackage group in 3.5...........click on it..............there you will get the request...........make the QM status red and delete it....................
    For DSO you can do selective deletion :
    Goto manage on the ODS/Cube and in there goto the Contents tab. Hit the trash can button that says selective deletion. In there you'll get a selection screen based on which you can delete the data. But be cautious when using this option in case you need to reload the data as you'll have to load exactly the same selection criteria while loading that you used for deletion.
    Go through this
    http://help.sap.com/saphelp_nw04/helpdata/en/ca/5c7b3cbd556915e10000000a114084/content.htm
    Regards,
    Debjani............

  • How to delete selective data in a cube

    Hi all,
    Can any one tell me, how to delete selective data in a cube. For example if i want to delete data corresponding particular Matrial Id  or particular Customer ID (say C400) ? And even deleting the data based on particular Request numer.?
    Sandy.

    Hi,
    RSMO > Infocube > Manage > contents tab > selective deletion
    Then define your selections for deletions (Matrial Id or particular Customer ID (say C400)).
    Request based deletions can be done directly from Request tab.
    Thanks,
    JituK

  • Deleting selected data from an Infocube in BW using ABAP program?

    Hi Everybody,
                       I have to create a ABAP program in SE38 which, on execution will delete selected data from a Cube in BW module. How to achieve it. Is there any function module that can do so? Eagerly waiting for your suggestions.
    Regards,
    Pulokesh

    select the records from the cube or  ods and put in to one internal table.
    and then u can delete the records

  • Deletion of Data From PSA in BI 7.0

    Hi All,
    my req is tht we are using Full Load info package from DBconnect ..now i want to delete the data from the PSA of the datasource whenever we schedule the info package so that there is only one request in the PSA.
    i want to achive this using process chain.....
    wt option to select the in the deletion of the PSA process type........and the name of the PSA.

    Hi,
    Please go through following link
    [http://help.sap.com/saphelp_nw70/helpdata/EN/b0/078f3b0e8d4762e10000000a11402f/frameset.htm]

  • Delete the data from PSA

    Hello!
    I had unsuccessful data transfer process.
    How can I delete the contents of the PSA and load the file into the PSA again?
    (tcode, execute steps)
    Thank you very much!
    regards
    Thom

    Hi,
    Goto - Rsa1 - Modeling tab - datasource - Application Component - Datasource - right click - manage - Select the request and delete then request is deleted from PSA.
    Now load data to PSA throught infopackage.
    With Regards,
    PCR

  • How  to delete the data in PSA

    Hi,

    Hi,
    there is one easy way to delete data from PSA .You can create a process chain have one delete data from PSA step where you need to give PSA table name and request older than (no of days before which you want to delete data ).
    Execute it and it will delete all the data before specified no of days .You can add multiple PSA tables here and can delete whole data in one go .
    Regards,
    Jaya

  • How to delete selected records in PSA?

    Hi,
    I want to delete two records from PSA, but in PSA delete option is  disabled, how can i delete two records from PSA,
    is it possible or not,
    Regards,
    Venkat.

    Hi Venkat,
    As already mentioned by Ansel you can use a DTP filter to achieve this.
    In the DTP, on Extraction tab, where it says Filter, click on it in change mode and there it gives you an option to create a routine.
    Write a routine for your logic and execute.
    Regards
    Hemant Khemani

  • How do u delete the data in PSA?

    hi this is ramireddy please send me pointes to my mail
                     my mail: [email protected]

    hi reddy,
    In the modeling go the PSA
    And to the paricular info source right click on it and then select delete psa data.
    and u can also delete it by using process chain also by creating a process type.
    and there u can mention before how many days after how many requests.
    assign points if helps.
    yunus.

  • How to delete select data in the table control

      this problem makes me headache.
      I am new to labview, when  a table shows some data. many rows and column. how can delete on row which I selected. the other rows are remain no change.
    I really need help.thanks in advance. It is better to attach the program.my labview is 2009
    Solved!
    Go to Solution.

    Hi,
    You can do it with a table control as well. Check out the attached VI. To delete a row, Run the VI, just right click the row and click "Delete Row". To get back the default values, click reinitialize.
    Reards,
    NitZ
    (Give Kudos to Good Answers, Mark it as a Solution if your problem is Solved) 
    Attachments:
    Untitled 3.vi ‏8 KB

  • Selective deletion of data from ODS

    Hai,
             I need to delete selectively data from an ODS. I know that I have the option of selective deltionin cube. But how can I delete them in ODS?
    Thank you.

    Hi Vasu,
    In ODS > right click > Manage on the Contents tab you also have the option of Selective Delete...were you looking for something else?

  • Selective Deletion of Recrods in PSA

    Hello All
    We are using BI-7.0 frontend.
    While loading data to a master data infoobject we are facing a abort due to incorrect time field.
    This records are actually unwanted and are results of a code written in enhancement,thus we we want to delete these records in PSA instead of making it correct and push further.
    I have tried to use the feature to delete the record available in PSA but its not working.
    Can anyone please advise how to make a selective deletion of records in PSA ?
    Thanks & Regards
    Ashish

    you can use these two FM's in your selective deletion
    1 for 3.x objects and another for 7.0
          LOOP AT ITAB_REQ_LIST INTO WA_REQLIST.
            SELECT SINGLE * FROM RSTS INTO ZRSTS WHERE ODSNAME = WA_REQLIST-ODSNAME. "Added Sbhaskar
            IF SY-SUBRC EQ 0.
              CALL FUNCTION 'RSAR_ODS_API_DEL'
                EXPORTING
                  I_REQUEST         = WA_REQLIST-RNR
                  I_DATE            = WA_REQLIST-ZDATE
                EXCEPTIONS
                  PARAMETER_FAILURE = 1
                  NO_ODS_FOUND      = 2
                  DELETE_ERROR      = 3
                  OTHERS            = 4.
              IF SY-SUBRC <> 0.
                MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
              ENDIF.
              CALL FUNCTION 'RSSM_DELETED_FROM_ODS'
                EXPORTING
                  I_REQUEST = WA_REQLIST-RNR.
            ENDIF.
            CLEAR: WA_REQLIST-RNR.
          ENDLOOP.
        ENDIF.

  • Deletion of data from change log table and PSA

    Hi,
    For a DSO  I want to delete data from "Chnage log table"  and " PSA Tabel".
    For the DSO manage screen I have seen " Environment-> " Delete changelog table" from this we can delete chnage log table data as per my understanding.
    at PSA Level Mange screen also I have seen " Environment-> " Delete changelog table" from this option also it deletes the data from change log table or it deletes data from PSA table?.
    if this option also deletes data from changelog table then how we can delete data from PSA table?
    Please clarify me

    Hi,
      I am not sure what are you referring to from your point "PSA Level Mange screen also I have seen " Environment-> " Delete changelog table". When ever you click on manage for your psa you will be routed to a popup where you can see all your requests in the PSA table & there after if you click on any single request you will get Environment menu option but there wotn be any change log deletion option available. Please check again? Right clicking on your data source will take you to the manage requests for PSA. You can selectively delete the requests as required.
    For DSO when you right click on manage you can directly find Delete change log data option in the Environment tab. there you can select the requests you want to delete.
    Also if you want to automate the deletion process then you can simply create a chain and include the steps for PSA deletion & change Log deletion accordingly.
    Also it is recommended to keep on clearing the PSA table & Chage log data at regular intervals as it saves the disk space & thus helping in performance optimization
    Please refer the below doc at SDN, it will be helpful for you in automating the process of change log deletion & PSA deletion.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a02ba9e7-bb6f-2c10-09b4-e86b9fcbad41?QuickLink=index&overridelayout=true
    Hope it clears your doubts
    Thanks

  • Data Error in the Query/Report after selective data deletion for infocube

    Hi Experts,
    Please advise what i was missing and what went wrong...
    I got a Query (Forecast) on a Multicube...which is based on 2 Infocubes with Aggregates...
    As i identified some data discrepency..yesteraday i performed selective data deleation on one of the Infocube
    and executed report yesteraday and the results in the query are correct...
    When today i executed the same report i am getting different results..
    When i compared the results of the report with that of data in cube they are not matching
    The report is not displaying the data in cube..for some rows it is displaying the data in the cube but for some rows it is just displaying same as the above row
    there is no data loaded into info cube after selective deleation
    Do i need to perform request compression and fill the aggregated after selective deleation
    Please advise what went wrong

    Hi Venkat,
    No i haven't done anything on aggregates before or after selective delete
    As there is not data load after the selective delete according to SAP Manual we don't need to perform any thing on aggregates...as selective data deletion on cube will delete data from aggregates as well
    Please update how to identify error

  • Unable to Delete Data from PSA

    Hi Experts,
    I have a process chain which delete data from PSA on weekly basis . it running good . Since one month one of data target PSA data not deleting.
    it gives me error like DDL time(___1): .........2 milliseconds
    Delete request REQU_03RM2LOJ284N3GLM7Q574WLAO from PSA 8Z0MM_O39_OA: Error - subrc: 2
    When i am tring to delete manually it gives me above error only.
    I used programme (RSAR_PSA_CLEANUP_DIRECTORY)
    for deleteting PSA Data this programme gives me errors request already deleted from data base. But still those request available when i am looking into PSA data.
    it's happen only quality system not in the Production.
    Kind Regards,
    ve.

    Hi Srinath,
    when i am looking into system there is no programeme with name(SAP_PSA_ZEROCORREC) But another programme RSAR_PSA_CLEANUP_DIRECTORY is available i tried with these programme for deleting PSA it gives me error like request deleted from database.
    But it gives me an error indicator only.
    i  am tried to delete manually by selectiong those request from PSA it gives me error DDL Time (______1) 2 milliseconds.
    Kind Regards,
    ve.

Maybe you are looking for