Can we delete the selective deletion in PSA

can we delete the selective deletion in PSA

Hi,
In the <b><i>Maintenance of PSA data request</i></b> you can selectively delete the records which you don’t want to update in the data targets.
i.e.
In the <i><b>Maintenance of PSA data request</b></i> except the <i><b>Data Packet Number</b></i> and <b><i>Data record Number</i></b> (which can’t empty) you can empty the every filed of the record, so that the record will not be posted in the data target.
Cheers
Pagudala

Similar Messages

  • How to delete the duplicate data  from PSA Table

    Dear All,
    How to delete the duplicate data  from PSA Table, I have the purchase cube and I am getting the data from Item data source.
    In PSA table, I found the some cancellation records for that particular records quantity  would be negative for the same record value would be positive.
    Due to this reason the quantity is updated to target but the values would summarized and got  the summarized value  of all normal and cancellation .
    Please let me know the solution how to delete the data while updating to the target.
    Thanks
    Regards,
    Sai

    Hi,
    in deleting the records in PSA table difficult and how many you will the delete.
    you can achieve the different ways.
    1. creating the DSO maintain the some key fields it will overwrite the based on key fields.
    2. you can write the ABAP logic deleting the duplicate records at info package level check with the your ABAPer.
    3.you can restrict the cancellation records at query level.
    Thanks,
    Phani.

  • Hi, when can i get the recently deleted rows

    Hi,
    Where can I get the recently deleted rows after commiting the transactions.
    Thanks in advance.

    To query your table e.g. one hour ago:
    select * from your_table as of timestamp sysdate - 1/24change 1/24 to a number where you think your data were still in the table.

  • Automate the selection delete in infoprovider

    Hi All,
    Can we automate the process of selective deletion in infoprovider. I mean I need to do the selective delete every week from info provider and data may or may not overlap in different request.  So can we do this through process chain or some other way.
    Thanks
    Vishal

    Hi
    data can be deleted Selectively and keep that as part of process chain, creata process variant as ABAP progam and when this process is triggered it will call the program T-code SE38 mentioned and in that program use
    program RSDRD_DELETE_FACTS . You just need to provide the selections and generate the ABAP program.
    Regards
    Daya Sagar

  • How to delete the selected rows in a JTable on pressing a button?

    How to delete the selected rows in a JTable on pressing a button?

    You are right. I did the same.
    Following is the code where some of them might find it useful in future.
    jTable1.selectAll();
    int[] array = jTable1.getSelectedRows();
    for(int i=array.length-1;i>=0;i--)
    DefaultTableModel model = (DefaultTableModel)jTable1.getModel();
    model.removeRow(i);
    }

  • ROCANCEL field in R3 extraction program can't catch the LOEKZ (deletion ind

    Why the ROCANCEL field in R3 extraction program can't catch the LOEKZ (deletion indicator) value in EKPO for some item (not all item) deletions in a purchasing doc?
    We deleted some purchasing document items on R3, e.g.,
    doc 1
    item 1 deleted
    item 2
    item 3
    item 4 deleted
    item 5
    doc 2
    item 1 deleted
    item 2 deleted
    Run RSA3 on the datasource 2LIS_02_ITM, find the extraction program field ROCANCEL(Indicator: Cancel Data Record) for doc1 are all null for each doc1 item that this field ROCANCEL fails to catch EKPO deletion indicator field LOEKZ value for these two deleted item 1 and item 4 showed in table EKPO with value of 'L' for item 1 and item 4. 
    However this extraction program field ROCANCEL does catches the correct values for doc2 though. Sounds like if all the doc items get deleted then ROCANCEL shows correct value 'R', if only deleting some items of a doc, then ROCANCEL doesn't indicate the deletion!
    Any idea? We have searched OSS Notes, but find something which are only for BW other than for R3. The problem starts at R3 extraction program!
    Thanks
    Message was edited by: Kevin Smith

    hi AHP,
    There is sth wrong with the website that I can't see the Reply button next to your post.
    I check the System Status on our R3, it lists quite a few below:
    Software Comp. Release     Level
    SAP_BASIS      620         0051
    SAP_ABA        620         0051
    SAP_APPL       470         0024
    SAP_HR         470         0046
    EA-IPPE        110         0019
    PI             2003_1_470  0009
    PI_BASIS       2003_1_620  0007
    EA-APPL        110         0020
    BTW, I checked the OSS Note 886716, find the 4th tab called "Correction Instructions" contains the following lines below. Which line should we use in our system?
    Correction Instruction Valid from Valid to Installation Soft. Component ID
    Ref. Correction Modification Status Last Changed on    
    0000419802 600 600 0120031469 SAP_APPL 1
    P7DK006929   Released 07.10.2005   07:43:39     
    0000420067 500 500 0120031469 SAP_APPL 1
    P6DK060509   Released 09.10.2005   22:50:11     
    0000420068 470 470 0120031469 SAP_APPL 1
    P6BK206659   Released 09.10.2005   23:02:38     
    0000420253 46C 46C 0120031469 SAP_APPL 1
    P9CK458509   Released 10.10.2005   00:33:01     
    Download 
    Thanks
    Message was edited by: Kevin Smith
    hi AHP,
    I run se38 to check the form XMCEKPO_ERGAENZEN_LIS_NEW, but find it doesn't exist at all in our R3 system!
    Thanks

  • Is there anyway i can get all the stuff deleted off my phone

    is there anyway i can get all the stuff deleted off my phone as its been stolen and will there be anyway ill be able to get all my stuff back if i get a new phone

    If you activated "Find my iPhone", you could log into your iCloud account and wipe the phone remotely. If you have a backup of your device on your computer or iCloud, you can restore from that backup if you have your new device.
    Apple - iCloud - Find your missing Apple device.

  • My Lr is asking me to "delete the selected master photo from disk,or just remove it from Lr" I haven't selected any photos ,I just turned on Lr

    MY Lr is not responding to any process due to the following: Lr is asking " Delete the selected master photo from disk,or just remove it from Lr" the options are delete from disk,remove,cancel. Cancel doesn't work the other two options are deleting my photos which is not what it's required.

    Yes it is but a good idea to backup your computer once in awhile

  • How can I get the selected rows from two ALV grids at the same time?

    I have a program that uses two ALV grids in one dialog screen. I'm using the OO ALV model (SALV* classes).
    The user can select any number of rows from each grid. Then, when a toolbar pushbutton is pressed, I'd have to retrieve the selected rows from both grids and start some processing with these rows.
    It is no problem to assign event handlers to both grids, and use the CL_SALV_TABLE->GET_SELECTIONS and CL_SALV_SELECTIONS->GET_SELECTED_ROWS methods to find out which rows were marked by the user. Trouble is, this only works when I raise an event in each grid separately, for instance via an own function that I added to the grid's toolbar. So, I can only see the selected rows of the same grid where such an event was raised.
    If I try to do this in the PBO of the dialog screen (that contains the two grids), the result of CL_SALV_SELECTIONS->GET_SELECTED_ROWS will be empty, as the program does not recognize the marked entries in the grids. Also, an event for grid1 does not see the selected rows from grid2 either.
    As it is right now, I can have an own button in both grid's toolbar, select the rows, click on the extra button in each grid (this will tell me what entries were selected per grid). Then, I'd have to click on a third button (the one in the dialog screen's toolbar), and process the selected rows from both grids.
    How can I select the rows, then click on just one button, and process the marked entries from both grids?
    Is it somehow possible to raise an event belonging to each grid programmatically, so that then the corresponding CL_SALV_SELECTIONS->GET_SELECTED_ROWS will work?
    Thanks.

    Hello Tamas ,
    If I try to do this in the PBO of the dialog screen (that contains the two grids), the result of CL_SALV_SELECTIONS->GET_SELECTED_ROWS will be empty, as the program does not recognize the marked entries in the grids. Also, an event for grid1 does not see the selected rows from grid2 either.--->
    is it possible to  have a check box in each grid  & get the selected lines in PAI of the screen ?
    regards
    prabhu

  • How can we pass the select-option value to modulepool program?

    hi,
      how can we pass the select-option value to modulepool program ?
      Because if i declared select-options in executable program and i used SSCRFIELDS to define push buttons in selection screen.
               My requirement if enter the values to select-options and press UPDATE pussbotton then i want call screen which contains tablecontrol.
               How i get select-option values to PAI of call screen for getting the data from database table to my internal table?

    Oh I thought that you have selection-screen and again you are working on dialog programming.
    if you want to use select-option directly in module pool then it is not possible.
    but you can do other way.
    create two varaiables
    data : v_kun_low like kna1-kunnr,
             v_kun_high like kna1-kunnr.
    use these two variables in layout ,let user knows that he can not give options like gt,lt,eq ,it will be always BT.
    and also when you see normal report program,you can use multiple values in either low or high,but here it is not possibel.
    use can enter only low value and high value.
    when you come to program point of view
    declare one range
    ranges r_kunnr for kna1-kunnr.
    do the coding like
    r_kunnr-low = v_kun_low.
    r_kunnr-high = v_kun_high.
    r_kunnr-options = 'BT'.
    r_kunnr-sign = 'I'.
    append r_kunnr.
    now you can use r_kunnr in select query ,it will work like select-option.
    other than this there is no option.
    Thanks
    Seshu

  • How can I access the selected element of a DropDownByIndex-box?

    Hi,
    I want to create a WebDynpro with two web services. I created the first request with the first web service and the results are displayed in a DropDownByIndex-Box. Now the user should choose one of the results and I would like to use this for the request with my second web service. How can I access the selected Element of a DropDownByIndexBox in the Code?
    Thank you!!
    Julia

    Hi Julia,
    when user select one element in drop down it automatically set lead selection of node binded to dropdown.
    For example if you bind a dropdown to node myNode with value attribute myAttribute the lead selection of node myNode is set in the position of element choose from user.
    So to take this chooised element use this code:
    wdContext.currentMyNodeElement.getmyAttribute()
    bye
    Andrea

  • How can I see the selected tags in the tag bar clearly

    How can I see the selected tags in the tag bar clearly (they used to be in black, now they do not change color; a highlight or Bold would help)

    The History menu lets you revisit the page where you can drag any page element from it.
    How would you sort through thousands (tens of thousands) of files found in a cache?

  • Can we write the select statement on maintence view for data retreval

    Can we use the select statement on maintence view
    Regrads
    Diva

    No. U cannot write a select on maintenance view.

  • How can we make the selected Debug User Agent Netscape 7.0 stick?

    To get into http://gap.com I have to go to the Debug menu, choose User Agent and choose Netscape 7.0.
    It works Ok.
    Then I quit Safari. Get back into Safari. User Agent is back to Automatically Chosen, and gap.com to not working.
    How can we make the selected User Agent stick?
    Thanks,
    Roberto

    Unfortunately, I don't think there is an automated way of going about this. To begin with, the 'Debug' menu was never meant to be user accessible in the most common context.
    However, that said, you could lessen the pain by assigning a keyboard shortcut to the 'Netscape 7.0' menu-item in the 'Keyboard & Mouse' preference pane (under the 'Keyboard Shortcuts' tab). Hope that helps, somewhat.
    Yang

  • How can we get the selected line number from JTextArea ?

    how can we get the selected line number from JTextArea ? and want to insert line/string given line number into JTextArea??? is it possible ?

    Praitheesh wrote:
    how can we get the selected line number from JTextArea ?
    textArea.getLineOfOffset(textArea.getCaretPosition());
    and want to insert line/string given line number into JTextArea??? is it possible ?
    int lineToInsertAt = 5; // Whatever you want.
    int offs = textArea.getLineStartOffset(lineToInsertAt);
    textArea.insert("Text to insert", offs);

Maybe you are looking for