Process Chain: How to Delete ?

Could someone tell me how to delete a process chain??
thanks!

Hi Sonali,
Select your chain in RSPC (by double clicking it ). Then from the menu Process Chain > Delete (or Shift + F2)
Hope this helps...

Similar Messages

  • Deleting PSA data  using process chain doesn't delete records from psatable

    Dear All,
    We have an issue where by the process chain runs and deletes the PSA records and upon checking that's what we thought it had done from the monitor but it didn't actually delete the records from the PSA Tables!
    Does anyone have any clues about this ?
    Thanks
    Craig

    Chetan,
    Yes you read correctly the actual table content for the PSA records are not physically removed.
    By monitor I meant the entry in the requests for PSA.
    It's a strange one for sure.
    Cheers
    Craig

  • Process Chain - Unable to delete overlapping request

    Hi Gurus
    I'm in the mid of creating process chain to load transaction data  in which I need to delete the previous load that loaded in using the same DTP previously
    In the process chain , i have included a process "Delete Overlapping Request from Infocube" . Once i'm in the screen of maintain variant for this process, i selected DTP as the object type but unable to find the DTP that i have created under the object name.
    Can someone point out what is missing
    Thank you

    Hi,
    Looks like you need to give the the techincal name of the DTP. if you are un able to find the technical name of the DTP you can find that in the transport organizer.
    just drag and drop the infoprovider ( with dataflow before) you will ge the DTP as required.
    note the technical name of the DTP .
    include the technical name in the process and activate the process.
    Santosh

  • Process Chain Component for Deleting Openhub Destination

    I have an openhub that places the results of a DSO on AL11.
    I created / scheduled a process chain for updating the file.
    I'd like to modify the process chain and add a step to delete the file on AL11 before I run the DTP.
    Is this possible?
    Mike

    Hi
    Can achieve this with ABAP Process -- by calling FM -- EPS_DELETE_FILE (or) Command delete dataset file.
    Basis Team can also help via writing Unix script which can be executed via SM49 to delete the File.
    To access the file..
    *-c list in time order.
    CONCATENATE 'ls -c' p_fin INTO w_list_commandin
    SEPARATED BY space.
    CONCATENATE w_list_commandin '/.' INTO w_list_commandin.
    CALL unix list command - will populate itab_file_list ITAB
    CALL 'SYSTEM' ID 'COMMAND' FIELD w_list_commandin ID 'TAB'
    FIELD it_file_list-sys.
    To delete..
    Remove the file once it is processed
    CONCATENATE 'rm' it_file_list-file_name
    INTO w_runcmd SEPARATED BY space.
    send command to unix to move item file
    CALL 'SYSTEM' ID 'COMMAND' FIELD w_runcmd.
    Hope it helps

  • Process chain is not deleting overlapping requests

    Hi all,
    I did all the steps like I described on my earlier posts to delete the overlapping request from infopackage through process chain.  I tested it in development and it works fine with any condition, I mean automation through event, date and after seven days.  When it comes to production it is not giving me the same result. So when I checked the infopackage of production I saw a routine added in the data selection of infopackage to load two days old data in the routine.  We do not have that added in the development.  Now if this is causing issue, can I add a step in the routine to delete previous request after loading file in the data selection. 
    Code:
    data: l_idx like sy-tabix.
      read table l_t_range with key
           fieldname = 'calday'.
      l_idx = sy-tabix.
    zdate = sy-datum - 2.
      l_t_range-low = zdate.
      l_t_range-sign = 'I'.
      l_t_range-option = 'EQ'.
    modify l_t_range index l_idx.
      p_subrc = 0.
    Please help,
    Suni.
    Edited by: BW on Feb 18, 2009 8:18 PM

    Hi aanjaneya,
    If you want to select and delete only the previous request of previous day, go to the infopackage and in data target tab there is option for each data target for setting the automatic deletion.
    If you select it, you will get a window which has the option to delete the request. Select all the conditions and same or more comprehensive check box and also check the  request date to yesterday and today option.
    This will delete the request loaded yesterday and also with same selection from same source.
    Hope this is clear.
    Regards
    Akhan

  • Process Chain - mark and delete objects

    Hello Experts,
    i have the Process Chain with many e.g. DTPs. I would like to modify its, it means delete some DTPs.
    I would like to mark several DTPs and delete them by using one "click". ( delete them ALL at once).
    not to mark one and delete, mark second and delete ...and so on
    Is it possible ?
    Thanks for help in advance
    Martin

    Hello,
    As per my knowledge , there is no such option. But you can go to particular DTP's Context menu and select the option remove from process.By this it will be removed from the process chain.
    Hope i understand your requirement.
    thanks
    PT

  • Process chain--how to schedule the variant even if there is no repeat opt.

    Hello Gurus,
    Can anybody help me out like the issue was...
    when monitoring the process-chain,the variant-load infopackage was successfully completed the status was green,and next to that there was a update from the PSA variant and then to that there is a ATTR.chane run variant,process chain strucked at these two variants.when i look into that there was no repeat option on both the variants.        so how could i schedule that from at that point.
    Thanks in advance for the solution!
    Regards,
    Dilip

    Hi Dilip,
    You have to do the remaining process steps manually.
    If the the failed process step is loading proces step, then make the QM status of that upload to Red and then refresh the process chain.. Some times you will get the repeate option with that.
    Or else end the process as described below:
    When ever the load fails in a process chain we need to check whether its a load error or a non-load error. For load we need to rectifie the error manually nd need to run the program which is given SAP SE38.
    RSPC_PROCESS_FINISH for this we need to pass some parameters.
    like process chain name. variant, instance and the status. Here status we will give as 'G'. so that chain can identify that the previous process has been successful nd run the remaining processes automatically.
    Refer the below Blog
    Blog for this : /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    Assign points if it help you.
    Regards,
    Sreedhar

  • Process chain: how to automatically remove from schedule?

    Hi All,
    Is there a way to automatically remove a process chain from schedule when it has failed?
    Thanks,
    Natalie

    I guess the easiest way is to access RSPC transaction and then remove it from schedule.
    --> execution tab --> remove from schedule.
    you can leave the process chain not active also, if it's triggered by an event, this event will not start it (if you dont want to delete or change trigger job)

  • Process Chains - How to remove prcesses using a report or FM

    Hi Friends,
    Is there a way to remove porcesses from a Process Chain without using TC RSPC?
    I've to remodel huge Process Chains and would like to avoid using TC mentioned.
    I'm knowing IDs of Process Chains and processes to be removed and searching
    for a program doing removing automatically. Any suggestions?
    Thanks in Advance & Regards
    Joe

    Thanks Vishal and M.,
    Of course you're right, and exactly this was the reason why I didn't want to delete records from table RSPCCHAIN
    manually or by a customer report. MY idea was to use a standard program from SAP, 8Mtehod, FM,...).
    I've to confess i was to lazy to debug RSPC to find the place were deletion of processe is coded.
    I think using this would be a proper solution for my issue.
    It really sucks to to this in GUI witin huge PCs. Just to poszion cursor on the right place....
    Regards
    Joe

  • Process Chain failed at Delete PSA event level

    HI Every one,
    I am monitoring process chains, which are running on daily basis.
    I have one <b>Delete PSA</b> process chain, this chain contains only two events
    1. Start Event 2. Delete from PSA.
    Process chain failed at<i> Deleted from PSA</i> event level.
    Below is the error message I got from the process chain screen.
    "Data inconsistency in /bic/b0000231000 table,partition was not deleted"
    "Delete request REQU_4353ACARKJNY70Z5F11 from PSA 8ZMMOM...."
    Please help me by giving possible reasons for this error message and solution for this problem.
    Thanks  in advance.
    Regards,
    Narayana K.

    hi,
    Are you deleting the PSA requests using abap program?
    Regards,
    Vijay

  • Process Chain - How to make decision based on data in PSA and execute DTP

    Need to create process in Process Chain, which will execute the DTP based on data in PSA.
    Say we have two DSO A & B, both getting data from same datasource.
    In process chain, we need to read data in one of the date field in PSA and make a decision, which DTP to get execute in process chain.
    Say if date field contains year = 2000, than load to DSO A, if year is 2001, load data to DSO B.
    Suggest the solution. ...

    Hi,
    Tyr this steps.
    1) Develop ABAP process types
    ABAP report to read PSA data using function module
    Trigger events based on year
                           event1 -> for even year data
                           event2 -> for add year data
    2) Develop local process chains for each DTPs and schdule it with events mentioned above.
    Do reply with comments.

  • Process chain - How to  correct?

    Hi friends,
    i have a process chain which failed at process LOAD INFOPACKAGE . subsequent to this process is  UPDATE FROM PSA. .
    we loaded the infopackage manually  and tried to repeat the Update from PSA , but it got failed.
      I have done any mistake in repeating the process update from PSA.??
    plz tell me what should i do in this case.
    regards,
    Pavan

    Dear Pavan,
    When you repeated the process chain from update PSA step, it will take the failed instance of 'LOAD INFOPACKAGE' step. So it will fail only. Now what you can do is you can manually make this update PSA step green.
    Follow these steps:
    > GO to failed step, right click say maintain variant.
    > go to tab chain
    > open se11, table-rspcprocesslog, display list
    > copy variant, instance, date from chain to respective fields of this table
    > execute
    > open se38, Program-rspc_process_finish
    > copy everything (variant, log-id, instance, date) which has copied earlier and write status as G.
    > execute
    > Refresh the chain
    After doing this your update PSA will become green and process chain will continue further.
    Hope this helps.
    Thanks,
    Nabha

  • Object Lock -- Process Chain --- How to Track

    Dear All...
    Working on SCM 4.1
    Daily we schedule the Process Chain , but sometime we get the Object Lock Error.
    To see this error we have to go to process chain-> Log , Steps-->right click , and display message...
    This is manual Process , and we cant keep track of many Process Chain Jobs >Steps>messages??
    Is there any process /way to Track /watch these types of Object Lock Errors automaticaly ??
    as it could reduce our manual activity??
    Thanks in advance..
    Rajesh patil

    HI Rajesh,
    You can get mail on abort of any step in Process chain.
    For that go to edit mode of existing process chain in RSPC. Right Click on Step (for which you need mail) and click on CREATE MESSAGE.
    Click on radio button "Error" so that when ever Error comes you will get mail.
    Hope this helps.
    Vishal..

  • How to automate selective deletion of ods in process chain

    Hi,
    How can we automate selective deletion of ods in Process chain. I tried with the proceedure. Using T-code "delete_fact" I gave selection parameters and Name of the program and saved this as variant and gave the same program and variant in Process cahin. But it is not deleting data. So plz guide me whether I have missed anything in this proceedure.

    Hi purushottam,
                           you have to give to program variants in the process chain for data deletion to take place. in the first program variant include the rsdrd_delete_facts as program name and in the program variant give a variant for your infoprovider selection.
    Now again select another program variant and include the name of the program which you get after selecting the infoprovider name and  the generate selection program  option in the "program for deleting selected entries from the data target" screen " and press execute.
    again give another variant for your field selection.
    now try execute the process chain.

  • How to delete Process Chains

    Hi Experts,
    I created Process chain for Deliveries in D sys and transported to P sys. Here we have six source systems so  first we created 6 process chains for each  source systems. Later we decide to add all those variants in one Process chain and we deleted individual process chain and transported to P sys.
    So Process chains are deleted in D system and P system but changes are not effected in P system. Process Chains are not invisible both D & P systems.
    But when we run the Deliveries Process chain, deleted Process chains are also running. And getting Error due to both are scheduled at same time. Because deleted Process chains are still showing in where used list....
    Can any one help me guys!!!!
    Thank you,
    Suresh

    Hi Suresh,
    Can you please let us know what type of scheduling option you have used in the start variant.
    Also please have a check if the start variant in all the chains are the same?
    As per my understanding unless the start variant is triggered the chains will not get scheduled.
    Also there is a bug in Bi7.0, that once the process chain transport has been completed to other environemt its starts getting executed if the start variant hold tha option as Direct scheduling - > Immediate.
    Prathish

Maybe you are looking for