Delete PSA Selection Patterns Not Visible

Hi All,
I am using BI 7 process chains to schedule a delete PSA job. I am using the delete PSA variant. The issue that I am facing is that in one of the documents that I came across on the net - it shows a screen where I can specify selection patterns with the delete PSA variant. My current variant does not display this information. It displays the following -
Object | Object Type | Object Name |
The document that I found has the following information
DataSource | Src System | Older than
The link to the document -
[http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a02ba9e7-bb6f-2c10-09b4-e86b9fcbad41]
So basically I am little confused as to where this functionality resides. Any clues any one?
Rahul

Hi,
you need EhP1 for this functionality.
Best regards,
Ralf

Similar Messages

  • Routine in DTP. Selection conditions not visible

    Hello,
    I am under BW7.0
    I am filtering data with a routine in a DTP. The routine is reading a custom table that user maintain. It contains a date range.
    This works, the correct data is selected.
    My problem is that in the request the 'Selection Conditions' field is empty and consequently, I cannot delete in the cube the same selections.
    This was working under BW3.5..
    Many Thanks,
    Alex-

    Hello,
    Here is the code. It is working as I expect. And debugging gives me the correct start and end date. But this is not reflected in the request 'Selection conditions'.
    TYPES:
    BEGIN OF BCSZP_TYPE,
    JJJJPER TYPE ZCBCSZP-ZEITPUNKT,
    RELEV   TYPE ZCBCSZP-RELEVANT,
    END OF BCSZP_TYPE.
    DATA: BCSZP_TAB TYPE STANDARD TABLE OF BCSZP_TYPE,
          BCSZP_WA TYPE BCSZP_TYPE,
          start_date type sy-datum,
          end_date type sy-datum.
      SELECT ZEITPUNKT
             RELEVANT
        FROM ZCBCSZP
        INTO TABLE BCSZP_TAB
       WHERE ZEITPUNKT <> ''.
      READ TABLE BCSZP_TAB INTO BCSZP_WA
      WITH KEY RELEV = 'X'.
      CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET'
        EXPORTING
          I_GJAHR        = BCSZP_WA-JJJJPER(4)
          I_PERIV        = 'K6'
          I_POPER        = BCSZP_WA-JJJJPER+4(3)
        IMPORTING
          E_DATE         = start_date
        EXCEPTIONS
          INPUT_FALSE    = 1
          T009_NOTFOUND  = 2
          T009B_NOTFOUND = 3
          OTHERS         = 4.
      CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET'
        EXPORTING
          I_GJAHR        = BCSZP_WA-JJJJPER(4)
          I_PERIV        = 'K6'
          I_POPER        = BCSZP_WA-JJJJPER+4(3)
        IMPORTING
          E_DATE         = end_date
        EXCEPTIONS
          INPUT_FALSE    = 1
          T009_NOTFOUND  = 2
          T009B_NOTFOUND = 3
          OTHERS         = 4.
      read table l_t_range with key
           fieldname = 'FKDAT'.
      l_idx = sy-tabix.
      l_t_range-sign = 'I'.
      l_t_range-option = 'BT'.
      l_t_range-low = start_date.
      l_t_range-high = end_date.
      if l_idx <> 0.
        modify l_t_range index l_idx.
      else.
        append l_t_range.
      endif.
      p_subrc = 0.

  • "Selection markers" not visible in Quicktime Pro 7 just purchased

    I just bought Quicktime Pro, registered, and it seems everything is fine (all the "PRO" features are now activated. BUT I cannot seem to figure out how to do this one simple thing:
    I'm trying to edit my video, and want to delete a short section of it. I've read the manual, and page 29 actually shows the playhead having "In and Out Selection marker" controls that are not on my playhead. I have tried using the I and O buttons to select parts of the video as indicated, but nothing happens!!! All I see is the one slider button, nothing else in the playhead area. And I cannot see a darkened selection as the manual shows, no matter what I do.
    This is what the manual says:
    "To select a portion of a movie, move the In and Out selection markers. The darkened area between the two markers indicates the selected portion. To fine-tune the selection, select a marker and move it with the arrow keys. You can also move the playhead and press I (for In) or O (for Out) to set the start or end point of the selection, even while the movie is playing."
    and
    "Tip: To move the In or Out marker to a different position, drag the playhead to the desired position (or use the arrow keys), then press I or O."
    Please let me know what, if anything, I'm doing wrong. Thanks, and happy holidays!

    Oh, thanks! That was it!
    I exported as .mov & it's working now. Yea!

  • PSA table name not visible in the list

    Dear All,
    I have been trying to delete the data from the PSA tables using the process type <b>Deletion of Request from PSA</b> and the Object type <b>PSA TABLE</b>.
    When searching for the PSA table name in the <b>Object Name</b> list, I am not able to get one of the PSA table names (/BIC/B0000505). Though I am able to get all the other table names in the list. (Ex. /BIC/B0000504 , /BIC/B0000506) .
    Please let me know the possible reason for this and how to rectify the same so as to include that PSA table name
    Regards
    Shalabh

    Hi Raghavendra,
    The table is present in the system (SE11/SE16) and contains data as well.
    The problem is, I am able to find the other tables from the same datasource in the list, but am not able to find this only PSA Table in the list.
    Has it got anything to do with corrupted PSA table and need to re-tranport the Datasource ??
    Regards
    Shalabh

  • Selection indicators not visible

    Quicktime Pro 7.2.0
    I want to edit a piece out of a Quicktime movie (mpeg2). There appear to be no 'selection indicators' on the player. I can't find any place in preferences to activate the selection indicators, nor does or (o) work to set the in and out.
    Any suggestions?
    Ben

    Dear QuickTimeKirk,
    I use Streamclip regularly. And did a quick perusal when I couldn't get Quicktime to do the job. But I couldn't figure out how to 'edit' with Streamclip. I don't have a manual for the beast. Where might I find out some quick instructions for editing with that app.?
    Thanks most kindly for your help,
    Ben

  • Not deleted PSA

    Hi Experts,
    As per my requirment i need to delete the PSA requests in  Testing box, everything is ok but one of my PSA is not deleted.
    Can you please any one tell me how to delete PSA request?
    Thanks in advance
    David

    Hi David,
    to delete the PSA request -->select the data source >rc>select manage>it will display all the PSA request.> select the request that you want to delete and click on delete it will delete the PSA data.
    Or use the below FM and programs to delete the PSA data.
    T.code se38 , RSAR_PSA_CLEANUP_DIRECTORY excute , it will ask diffrent option for PSA deletion .
    Main Function Module for Deleting data in PSA is : DB_DROP_TABLE.
    Function Module for deleting data in PSA: RSATREE_PSA_DELETE_BATCH
    Program : RSPSADEL1.
    Regards
    KP
    Edited by: prashanthk on Oct 8, 2010 4:16 PM

  • Deleted messages in POP account not visible in Trash

    Having a problem with deleting messages on my wife's iBook G4 (Tiger). For some reason there are 2 Trash sub-folders under the main Trash icon. One is labeled "On My Mac", and the other is labeled "POP Account".
    Messages deleted from the Inbox go to the "POP Account" trash, but are not visible on the screen (clicking on the Trash icon in Mail). The deleted message can be found using finder: home/library/mail/[email protected]/Deleted Messages/Messages/name of deleted message (which is a 5 digit number followed by .emlx)
    If I drag a message from the Inbox to the "On My Mac" trash folder, the message will be visible in that folder as well as when clicking on the main Trash icon.
    I have set the mail account preference to erase deleted mail after one month, also selected Rebuild the mailbox with no effect on getting the deleted messages in the POP account to show.
    Any suggestions on how to show the deleted messages in the Trash folder would be appreciated.
    Thanks,
    Joe

    For some reason there are 2 Trash sub-folders under the
    main Trash icon. One is labeled "On My Mac", and the other
    is labeled "POP Account".
    This is normal. The "On My Mac" named Trash mailbox is used when selecting a message for deletion that is located in any user created "On My Mac" mailbox.
    The POP account's Trash mailbox may have some corruption. After confirming all existing messages marked for deletion that are located in the account's Trash mailbox can be deleted, quit Mail first and using the Finder, go to Home > Library > Mail > this account named folder > Deleted Messages.mbox.
    Delete the Deleted Messages.mbox folder and empty the Trash.
    Launch Mail and a new Deleted Messages.mbox folder will be created automatically by Mail within the account named folder when selecting the next message for deletion that is located in any of the accounts' mailboxes - Inbox, Sent, etc.

  • 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

  • Items are not visible in multi-select listbox in a static form

    Hi,
    I'm using adobe livecycle designer 8.0. I have a multi-select listbox, the items are hardcoded into the form. In runtime, some of the items are selected from the server side when the PDF is generated. If only one item is selected then there is no issue. When multiple items are selected, the list box is behaving as below.
    If the PDF is static,
    If the listbox is readonly, then all the selected items are visible (highlighted in red)
    If the listbix is editable, then it appears blank. If you select it using right click, then you can see all the items and the selected items. But if you click again somewhere outside the listbox, then the listbox goes blank. If you select it using left click, then the previous selections are gone and the items are visible with the item you just selected.
    If the PDF is dynamic, then the multi-select  is working fine.
    Aren't the multi-select listboxes supported in static PDFs?
    For your reference, I created 2 templates (static and dynamic) and populating the values using javascript in the docReady event. I'm using \n character as delimter to select the multiple items. Please find them at the below links.Notice the "List Box 1" in both forms. In static form, the values appear only after you right click the listbox.
    http://share1t.com/sd4huu
    http://share1t.com/hjbfr6
    Thanks
    Ram

    Hi All,
    In such cases, please try to check as below :
    1) Create Leave request work item from Employee and check the same under the UWL Tracking tab of employee.
    2) Log-in to swi5 transaction of the respective back end system and give "US" -> manager's UserID -> Choose Tasks to be completed from the drop down -> Remove any date if mentioned -> Execute.
    3) Here if you can see the Leave request created, but not on the portal, it reflects some portal issue like sync.
    4) If no leave request work item is seen here, then there is a problem in the employee manager mapping or the workflow setup.
    5) In such cases, you can try to check the Swi1 and check the log of that workflow to understand the current status of the Leave request.
    Revert if further help is needed with more info.
    Reward points if found useful.
    Regards,
    Shri vidya S

  • Video download from SD card 2 iPad 2 interrupted, file corrupted.  Cannot find file to delete.  Does not appear in Photos, or is not visible using Windows File Manager.  Consumed 2.5G of space!  Can anyone help

    Video download from SD card to iPad 2 interrupted,  corrupted.  Cannot find file to delete.  Does not appear in Photos, or is not visible using Windows File Manager.  Consumed 2.5G of space!  Can anyone help?

    Video download from SD card to iPad 2 interrupted,  corrupted.  Cannot find file to delete.  Does not appear in Photos, or is not visible using Windows File Manager.  Consumed 2.5G of space!  Can anyone help?

  • On iTunes 11.0, how do I delete and App from iTunes?  I tried selecting the App to be deleted and pressing Delete, but that did not work.

    On iTunes 11.0, how do I delete and App from iTunes?  I tried selecting the App to be deleted and pressing Delete, but that did not work.
    MoragaTom

    I have the same problem on my iPhone - an app I want to delete but can't. The app in question doesn't show up on the list of apps i iTunes and doesn't show an 'X' when it starts to wiggle. All the other apps do, but not this one. It's definitely an app. How do I get rid of it, please?

  • Data not visible in ODS though available in PSA

    Dear All,
    I am working on BW where data extraction is from CRM. The client needs reports after survey is carried out in a set of questionnairres containing questions and answer. Currently four set of questionnairres is created in the dev server and sample data is updated.
    Till last week we were getting all the transaction data for all the questionnairres, now one of the questionnairres is modified and after extraction we find that for the modified questionnairres we are able to extract the corresponding questions and answer option upto the PSA but the data is not visible in the ODS.
    what could be the reson for the same?
    Any help will be suitable awarded with points!
    K Dengupto

    Hi ,
    Are requests reaching the DSO...IF yes Try to check whether your request in DSO is getting activated .
    Check whether  new field is added and same has been mapped through transformation.
    Did you try to see the monitor at the time of loading and try to trace the cause there if the requests are not getting updateded to the DSO
    Regards
    Rahul Bindroo
    Edited by: Rahul Bindroo on Feb 7, 2008 12:05 PM

  • "Delete PSA" variant  not transported

    I have a process chain which involves a 'Delete PSA request' process. When this is transported into our Test environment the variants do not appear so the deletion does not happen. The process still exists but the variant defining which PSA to delete is blank and so no deletion occurs.
    Does anyone know what the problem could be and how we can resolve it?

    Hi, the table names are different in Dev and QA (/BIC/B0000628 in QA and /BIC/B0000302 in Dev). So if we reactivate the datasource in Dev, then re-transport the datasources and then retransport the process chains should this resolve the issue? Would the psa tables be re-created with the correct table names in QA if we do this?
    Nothing in QA has been activated manually after transport so not sure how that would happen.
    We are using NW 2004s, SP 8 at the moment.
    Thanks for you help
    Message was edited by: Katherine Huggins

  • Reminders (GPS based) keep popping up, yet they are not visible to delete.

    Everytime I return to my house, I get the same reminder (which I did set), yet, once I open Reminders, it's not visible -- so I cannot delete it.  When I search for it, it shows up in the list, but I'm still not able to delete.  Any tips?

    ruffninja82 wrote:
    I am having the same issue yet I don't have Siri on my iPhone 4. I can search for it, but there is no way to get in to delete it.
    If you're having a problem with your iPhone and think it is a bug you should definitely let Apple know about it at:
    http://www.apple.com/feedback/iphone.html

  • In the music window of iMovie music selections are shown a number of times. Why? Shouldn't the duplications be deleted? They are not doubled in iToons

    In the music window of iMovie , music selections are shown a number of times. Why? Shouldn't the duplications be deleted? They are not doubled in iToons.
    How does one delete them? How do you avoid duplications in the future?

    Are you referring to the jingles?
    They are available in different lengths; short, medium and long. They also may be available in .CAF and .AIFF formats.
    If you are referring to your songs in iTunes, I have never seen that one before.

Maybe you are looking for

  • How to delete the master data of a Customer created in a SALES AREA?

    Hi All, I've deleted a Customer (master data) by t.code OBR2. But it exists again in its SALES AREA. Could anyone tell me how to delete it in the sales area too? Thanks

  • "Set Reminder" inoperative after DVR recording

    Hello All,  I set the DVR via the website to record a movie. It worked fine, after stopping movie, and saving it for later, I exited the DVR menus. When I try to use the "Set Reminder" function in the TV Listings, a dialog box pops up asking me if I

  • ABAP Convert Internal Table values to Excel and Upload

    Hi Friends, I have a internal table with multiple columns along with values and i need to convert this into String-->Xstring and upload to system but before that i need to make the alignments in the Excel before uploading ex:Making the text bold,set

  • Handle HttpRequest and Responce in WSRP Portlets

    Hi all, I have deployed a fusion ADF application as a WSRP portlet on webcenter portal. In my portlet application code i want to perform some file handling operations(like open a file in browser) using ADF table components. I had used Http sevlet req

  • How to get rid of an aborted download

    I aborted (paused) a download of ML because I remembered I had saved a copy of my original download. Now I can't get rid of the Mountain Lion (paused) icon in the launch pad. I do not intend to complete the download so how do I get launchpad to rever