How to delete requests in PSA using Process chains

Hi All,
Can anyone explain me how to delete all the requests in PSA using Process chains.
This is what I did...
1. use Process type 'Deletion of Requests from PSA'
2. Settings:
Object Type - PSA table
Object Name - <Datasource name>          
Older than - 0 (Zero) days
These settings doesn't work. Can you please let me know exact settings to use for deleting all the requests in PSA of a datasource.

Hello Praveen,
That's what I thought too. But if I use '1' one day, what if I need to run it twice same day? So this doen't work for my requirement.
Any other suggestions?
Thanks.

Similar Messages

  • Selectively deleting load from ODS using Process Chain

    Hi All,
    I have a requirement in which I have to delete the last load of the current month if any and leave the load of the last month untouched which has to be done using process chain.
    I will try to elaborate the condition required like say we have a data for June in the ODS already (date 10) and when the load for July will come it will not touch the June data but on 2 July the load of first July will be deleted without touching the load from June 10. (The PC will run for the first 10 days of the month).
    How can this be implemented, There seems to be some FM for this but are there any other method by which the same can be implemented without much use of ABAP.
    Any relevant suggestion would be awarded points
    Regards,
    Samved

    Hi Bhanu,
    Thanks for the reply.
    I tried to generate the program but that can be used for selective deletion from the ODS i think soo.
    But my requirement is basically to delete the complete request from the ODS and not any selective deletion and at the same time I cannot use the complete deletion option as that will delete the request from the last month also.
    Are there any optioin at the level of Info package which can be used for these type of deletion.
    Regards,
    Samved

  • Deletion of changelog data using process chain

    Hi All,
             I have a requirement where i have to delete the changelog data for particular set of data using process chain.we have an option of deleting the entire data from changelog but how to delete only a particular set of data?????

    If you are on BI 7 than,
    Choose "Deletion of Requests from the Change Log" from process category Further BI Processes by double-clicking.
    Create a new process variant and in the variant maintenance screen select Type of Object as Change Log Table
    Under Name of object select DSO name
    Specify the requests that need to be deleted by determining the days or dates. You also have the option to specify whether you only want to delete successfully updated requests, and/or only incorrect requests that are no longer updated in an InfoProvider.

  • Delete PSA Using Process Chain

    I need to schedule some PSA deletes using a process chain and wanted to make sure I'm doing the right thing.
    I have MD 0WBS_ELEMT_ATTR and in RSA1 if I click on "manage" I can see my PSA's that were loaded. Yeah, there were 2 different loads.
    If I go to RSPC and create a variant to delete this PSA after its 45 days old I look up the PSA and I see the following:
    /BIC/B0000782                             Work Breakdown Structure Element (WBS Element)
    0WBS_ELEMT_ATTR_DA             Work Breakdown Structure Element (WBS Element)
    Using se16 looking up this table: /BIC/B0000782000 it looks like it doesn't have any records so my question would be:
    Is /BIC/B0000782 the PSA?
    What is 0WBS_ELEMT_ATTR_DA?
    Thanks,
    Mike

    OK here are my answers:
    1) You seem to be disagreeing. One says use the /BIC/B0000782 the other says use 0WBS_ELEMT_ATTR_DA in the Process Chain.
    I used /BIC/B0000782 in the process chain.
    2) When I look up 0WBS_ELEMT in table RSTSODS using the ODSNAME I see:
    ODSNAME VERSION DATETO DATEFROM OBJSTAT ODSNAME_TECH
    0WBS_ELEMT_ATTR_DA 000 9999/01/01 1998/01/01 ACT /BIC/B0000900000
    0WBS_ELEMT_TEXT_DB 000 9999/01/01 1998/01/01 ACT /BIC/B0000541000
    these are the internal tables for the transfer rules I guess
    3) /BIC/B0000900000 is the internal table for 0WBS_ELEMT_ATTR_DA correct?
    yes
    4) /BIC/B0000782 which I saw when I was looking up the PSA entry for 0WBS_ELEMT_ATTR is the internal table for the PSA?
    yes
    5) Still confusing is that neither /BIC/B0000782000 or /BIC/B0000900000 has any records.
    /BIC/B0000782000 must be the default table for the PSA, and /BIC/B0000782001 did have the same number of records I saw on RSA1 (Manage), and /BIC/B0000900000 is the internal table for the rules
    so we are all good!
    Mike

  • How to delete InfoCube data in a Process Chain with restictions?

    Hi Friends!
    My process chain is a full update in the cube 
    I need delete the data everyday except  the last day in the month.
    How can I do this in 7.0 release?
    Thanks!

    Hi,
    Please use the option Delete of overlapp requests process type
    Take the following conditions as :
    1) Only delete request from same DTP
    3) Only Full DTP
    3) Only Delete DTP requests from same souce
    Selections are
    Overlapping
    Request date
    Is in the current month
    based on the month
    Hope this helps out
    Thanks
    PT
    Edited by: PT on Feb 23, 2010 7:18 PM

  • How to delete the error stack in process chain?

    Hi all,
    we just want to do the following:
    - we are loading in FULL daily to our datatarget (data is versionized by 0calday)
    - we want to use the error-stack in order to analyze wrong data
    --> but we now encounter the problem that, if data has once been added to the error stack and has not been handled yet, all data from the next daily load will be sorted out as records with this key do already exist in the error-stack. But that's exactly what we want to avoid.
    with other words: how can we delete the records in the error stack by a report by e.g. using this in a process chain?
    Thanks in advance,
    Best regards,
    bivision
    Edited by: bivision2009 on Jul 6, 2010 12:25 PM

    Dbl click that DTP.... From menu... Extras -> Setting for Error Stack
    Here U can see error stack table name /BIC/B0001234000.
    Using SE38, create simple program "Delete from /BIC/B0001234000"
    In the process chain, add process type "ABAP Program" to add above deletion statement.

  • How to delete Init flag in a  process chain, before processing the init

    Hi,
    At the end of the week i need to re-execute the init request from ODS1 to ODS2.
    Therefore, i have to delete the init flag first and the requests in the CUBE1, everything automatically in the process chain.
    The schedule must be as follow :
    1. Delete init flag on ODS1
    2. Delete all request from ODS1 in the CUBE1
    3. Load an regular INIT request from ODS1 to CUBE1.
    Notes :
    I cannont clear all the CUBE1 content, as i have other datasource than ODS1.
    CUBE1 is the only one data-target of ODS1.
    Any suggestion, as there is no process in the process chain to "Delete Init Flag".
    Best regards,
    Ludovic

    Hi
    Ad.1
    start code----
    DATA: v_count TYPE i,
    p_dsourc LIKE roosprmsc-oltpsource,
    p_rlogsy LIKE roosprmsc-rlogsys.
    p_dsourc = 'your source'. *"8E2_ODS1"
    p_rlogsy = 'your system'. *"BP100"
    SELECT COUNT(*) FROM rssdlinit INTO v_count
    WHERE oltpsource = p_dsourc
    AND logsys = p_rlogsy.
    IF sy-subrc NE 0. "MesgTyp E end the program abnormally
    MESSAGE e508(db6) WITH 'x' 'x' 'in DSource and/or LogSys'.
    EXIT.
    ENDIF.
    Call delete function
    CALL FUNCTION 'RSS1_QUEUE_DELETED_IN_OLTP'
    EXPORTING
    i_oltpsource = p_dsourc "OLTP-Source
    i_logsys = p_rlogsy "LogSys (Myself or Remote)
    EXCEPTIONS
    failed = 1
    OTHERS = 2.
    IF sy-subrc <> 0.
    MESSAGE e508(db6) WITH 'x' 'x' '===> No sucess <==='.
    ENDIF.
    ---end code
    Ad.2
    See RSA1-> Infosources -> select your Infopackage -> Change ->
    Data targets -> Automatic Loading of Similar.. -> Delete existing Request
    Ad. 3
    Create Infopackage with init
    Regards
    PWnuk

  • How to delete  old schedule time of process chain after changing

    I am try to change the schedule time of process chain on production but after changed the old schedule is still working (i.e. every day on 7 am I want change it to 6 am only) ,one process scheduled two time.
    I want only last changed. How to remove the older one?
    Thanks

    hmm wierd...one more thing check if this process chain get trigger by anyother process chain by some abap program or any.
    Check the table rspcchain to know if it has any meta chain or not. IF not follow the below steps :
    make your process chain trigger based upon the event. Follow the below step.
    1.SM64 ---> Create event -
    > come to your process chain -> maintain the start variant -> event base---> give that event name here.Now we will be require to create the job which will trigger this event for  this.
    2.Let us take the below PC as example;
    ZL_TD_HCM_004 -- This PC is running after event u2018START_ZL_TD_HCM_004u2019
    3.Go to T Code: SM36 Here we define the Background job which will be available in SM37 after saving it.
    4.It will ask for ABAP Program to be entered. Give it as Z_START_BI_EVENT and Select Variant from the list. (Based on Process chain, you can select it)
    5.Then select Start Conditions and give the start time of process chain. and select periodicity.
    6.Save the newly created job in SM36.It will be now available in SM37.
    This should solve your problem now .. have  fingure crossed
    Thanks,
    Deepak
    Edited by: Deepak Machal on Dec 14, 2011 8:20 AM

  • How to delete Master data using Process Chain

    I need to delete data in respective data targets such as Infocubes, DSO’s & Master data Infoobjects. It was fine with Infocubes & DSOs  using respective process type. But the issue is with Master data Infoobjects.
    Is there any process type by using which I can delete data in Master data Infoobjects using process chain?

    Murali,
    Master data object process type is not there because in BW, master data is conformed or is shared by other infoproviders. Due to this dependency, master data loading is a bit more complex. You need to drop all the data from all the infproviders which are using the master data you want to delete.
    -Saket

  • HOW TO LOAD R/3 DATA INTO SAP BI USING PROCESS CHAINS?

    Hi,
    Can we load R/3 data into BI using process chains?... I loaded data from R/3 into Infocube using generic extraction using view... took 2 tables EBKN and EBAN and ceated view.
    In PSA I can find all the 2388 records but when I load into datatarget in transferred tab there are 2388 records but in added colum i could find only 2096.....
    I deleted the request and want to load through process chains....... but  how to do ?????? without flat file ...can we laod using process chains?
    I appreciate any inputs.......
    Regards,
    Prasanthi.

    did you even bother looking at the links in my previous posts???
    read the docs...try yourself...if you encounter specific issues, you can post them on the forum...
    if you're really expecting somebody to post a step by step for process chain, i think you can wait a long, long time...

  • Delete PSA Through Process Chain

    Hi,
    I am working in NW04s. I have few questions related to the subject line. Few are for knowledge enhancement and other are task oriented.
    Background:  InfoPackages are created to load data (master and transaction, both full & delta) for InfoObjects and DOS/Cubes. All the 4 options (PSA and then InfoObject, PSA and infoobject in parallel, only InfoObject and only PSA) are used in production.
    Questions:
    Q1 (general): Why should we have a process in Process Chain after data load to delete PSA, if we are using PSA and then InfoObject?
    Q2 (specific questions): How to include the PSA name in "Delete PSA Request" of a Process Chain when infoPacakge processing is only PSA.
    Q3 (specific question): When Data target is not defined in InfoPacakge (but only Data Source and Source System is defiled, and process is "PSA and then InfoObject', then in such case which infoprovider is to be put into "Delete PSA Request" in process chain.
    Thank you for reading my questions, and helping me.
    Sincerely,
    S

    Q1 (general): Why should we have a process in Process Chain after data load to delete PSA, if we are using PSA and then InfoObject?
    Requests in PSA are deleted periodically so as to prevent getting the PSA table bigger and bigger occupying more DB space.
    Q2 (specific questions): How to include the PSA name in "Delete PSA Request" of a Process Chain when infoPacakge processing is only PSA.
    You can specify the PSA table name, it need not load further targets as it is deleting requests from PSA itself . Loading PSA is good enough for the Delete Request in PSA process type to work.
    Q3 (specific question): When Data target is not defined in InfoPacakge (but only Data Source and Source System is defiled, and process is "PSA and then InfoObject', then in such case which infoprovider is to be put into "Delete PSA Request" in process chain.
    You can specify the PSA table name, why do you want to Infoprovider name I guess you cannot even do that for this process type.

  • Delete Initialization using Process Chain

    Hi Experts,
    How to delete initialization using process chain? Additional question, why does our DTP couldn't get any data from PSA? We just transfer our DTP to other process chain and left its associated infopackage from the original process chain but when we check our extraction, our DTP always gets zero (0) records. What do we need to put in our DTP settings? and infopackage and DTP should always be in the same process chain??
    Thanks,
    nips

    Hi UserPV,
    Thanks for your inputs!
    Anyway, our InfoPackage in the other Process chain executed succesfully and has an extracted data. Now, our DTP can't get any data from the PSA where the extracted data of InfoPackage resides first. Is there any other way around to separate DTP and its associated infopackage in different process chains? Or those objects should be in the same process chain?
    Another questions, how can we delete an initialization using a process chain? and is there a function module that can we use to remove the initialization request so that we could re-initialize a process?
    Thanks,
    nips

  • Delete Request of PSA

    Hi,
    I would like to delete a request of the PSA. in BW 3.5 I could do this via rsa1 with modelling. Now in BI 7.0 I don't finde something to delete a request completely from PSA. could somebody help me please?
    Thank you in advance, Kind Regards Manuela

    Hi there,
    If you're familiar with BW 3.5 you can always use transaction rsa1old
    Nevertheless you could also righ-click over a datasource in rsa11 transaction and choose manage. This will show all the requests present in the PSA and you select them and delete them.
    Off course there is always the option of delete the PSA from process chain.
    Diogo.

  • How to Update Infoobject Masterdata using Process Chain

    Hello,
    I am trying to update the Master Data in Infoobjects (text and Attr) by using Process chain.
    The steps used are
    1. Delete data from PSA
    2. Execute Infopackage
    3. Execute DTP for Attr
    4. Run Attr Change
    5. Execute DTP for TEXT
    While updating Text, I am receiving error for duplicate entry.
    I am trying understand the correct process to update Infoobject Master Data in BI7 (SCM5/5.1). Please adivse.
    Thanks,
    Sanju

    HI Narendra,
    In process chain functions, you can use  the process type with the name Trigger Event Data Change (for BEx Broadcaster)
    The above process type must be used to determine which InfoProviders should be checked for data changes. You can specify multiple InfoProviders within this process type either directly (by simply entering the names of the InfoProviders) or indirectly by specifying the name of the variant based on one of the following process types:
    • Execute InfoPackage (LOADING)
    • Activate DataStore Object Data
    • Update DataStore Object Data (Further Updating)
    • Read PSA and Update Data Target
    Hope this helps
    Regards,
    Sathya

  • Delete Master Data using Process Chain?

    Hi Friends,
    How do I delete Master Data using Process Chain?
    Thanks,
    Pradeep

    Hi Bhanu,
    I am not sure why we would want to delete MD. But that is the task given to me. I actually know it is not possible. But is there a way to delete MD using chains?
    Thanks,
    Pradeep

Maybe you are looking for

  • Suppressing levels in cross tab.

    Hello All, I have a project requirenment for one of the client and currently using CR 2008 for creating dynamic reports based on a finance database for profitabilty Analysis. I have been using lot of Web-Elements functionality in my crystal applicati

  • HP PhotoSmart 5520 - Airport Extreme - Airprint - "No AirPrint Printers Found"

    Dear HP I used to be unable to print from my iPad Air, iPad Mini, iPhone 5c or iPhone 5 to my PhotoSmart 5520 using AirPrint. Not anymore. I can: 1. See and print from my Mac Pro and iMac 2. See and print from my brother's Android Nexus 4 3. See and

  • File Manager problem

    I am trying to assist my mate uploading documents onto his site. He has been set up with Dreamweaver and is more hopeless than I am. It is a case of the blind leading the blind. I am able to upload and overwrite files using his legacy file manager bu

  • Cannot edit text in Master Page

    I don't work in InDesign often.  I had created a template file for a book back in December of 2011 (originally created in CS3).  I opened this file in CS6 today and did a Save As.  Now it's time to edit a few things to customize it for this new book.

  • Error: MDL1819: User Name OWB_OWNER does not exist in repository.

    Hi All, While doing OWB metadata export I got the following error. Error: MDL1819: User Name < BCP_OWB_OWNER> does not exist in repository. Actually daily I will take back up for metadata in OWB_OWNER project. But last 3 days onwards I am getting thi