How to repeat sucessfull process step

I want execute an  abap program program again to make the next process step to be sucessfull, how can i do that.
when i right click--process monitor on sucessfull process step i am getting set status to red, yellow, if i select yellow
will it run again

Hi,
Method when it fails in a step/request
/people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
How is it possible to restart a process chain at a failed step/request?
Sometimes, it doesn't help to just set a request to green status in order to run the process chain from that step on to the end.
You need to set the failed request/step to green in the database as well as you need to raise the event that will force the process chain to run to the end from the next request/step on.
Therefore you need to open the messages of a failed step by right clicking on it and selecting 'display messages'.
In the opened popup click on the tab 'Chain'.
In a parallel session goto transaction se16 for table rspcprocesslog and display the entries with the following selections:
1. copy the variant from the popup to the variante of table rspcprocesslog
2. copy the instance from the popup to the instance of table rspcprocesslog
3. copy the start date from the popup to the batchdate of table rspcprocesslog
Press F8 to display the entries of table rspcprocesslog.
Now open another session and goto transaction se37. Enter RSPC_PROCESS_FINISH as the name of the function module and run the fm in test mode.
Now copy the entries of table rspcprocesslog to the input parameters of the function module like described as follows:
1. rspcprocesslog-log_id -> i_logid
2. rspcprocesslog-type -> i_type
3. rspcprocesslog-variante -> i_variant
4. rspcprocesslog-instance -> i_instance
5. enter 'G' for parameter i_state (sets the status to green).
Now press F8 to run the fm.
Now the actual process will be set to green and the following process in the chain will be started and the chain can run to the end.
Of course you can also set the state of a specific step in the chain to any other possible value like 'R' = ended with errors, 'F' = finished, 'X' = cancelled ....
Check out the value help on field rspcprocesslog-state in transaction se16 for the possible values.
You can try this to change the status of the predecessor process to R or X so that repeat is available for the successor step.
Thanks,
JituK
Edited by: Jitu Krishna on Apr 25, 2008 7:11 PM

Similar Messages

  • How repeat a process step in a process chain automatically after error?

    Hello guys.
    Have some method to repeat automatically a process in a process chain after a error occur ?
    Now, we need to make a manual procedure for repeat the process... We need make it more "fast", one "auto repeat" when failing.

    Hi Leo,
    Auto repeat of a process chain is always not ad visible as in most of the cases we can see the job got finished in SM37 and even spool got generated but unfortunately it will fail if any of the data package is wrong.In these cases we can skip the process chain and make it continue.
    I have written a blog on the same.please go through it.i feel for those scenarios it is good.
    How to override a process block in the process chain and make it force complete ?
    My personal advice is to go and check the job log before repeating any process as the job may fail for n no of cases.it is a complex challenge of adding all those errors tracked.
    Regards,
    Kannan

  • How to repeat a process

    hi all,
    i have one form in tht user needs to enter their timesheet details in one row that is compusory , followed by their expense claims detais in second row , my problem i dont know how many times the user needs toenter their values..
    how do i form a loop in receive the vaues from html ..
    kindly help me..

    hi
    You can do that in this way:
    After the user sends and submits his data ,, make response.sendRedirect(); to the same page that has the html form ,, so when he finished entering his data and submit it ,,, the same form will appear again.
    Hope this will help u
    Good Luck
    Mohammed

  • Modify "process step" in project folder

    hi all,
    how can i modify "process step" under project folder in solution manager.
    thanks,
    shweta

    Hi
    can you elaborate ur requirement
    regards
    Prakhar

  • Multiple user in a parallel dynamic process step?

    Hi,
    anyone an idea how to address an process step in an parallel dynamic block simultaneously to multiple users?
    I already tried the ‘Assign Users to Process Role’-Callable Object. Unfortunately each added user to one step in the parallel dynamic block was added to the same step in each parallel thread.
    Any suggestions how to solve this problem in a other way?
    Thanks and best regards
    Robert

    WKAriyoshi wrote:
    Is there a way to execute the Prompt User for Input in parallel process while executing the read data part? Is there another way to request a password from the user?
    Executing these tasks (reading from instrument AND prompting user for inputs) in parallel loops can solve your problem instantly, if you can share the code, one can pin point what & where exactly changes are required or parallel loop can be included (along with any other changes which might be required).
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.

  • How can you tell if a process step is already being processed?

    Further to my last note regarding assigned a process step to multiple users, how can you determine if the step is currently being processed by another user?  When opening a task which has already been opened by another user, the message "The following action has been opened by another 1 user(s)...."
    I would like to prevent the second user from making any changes to the object if it's already been opened by another user, hence this request.
    Thx!

    Top Right hand corner of the Safari window you will see a padlock. This shows it's secure.
    Otherwise, you are pretty much working on trust. If you want to purchase something online and the site takes you through a paypal based checkout, it's fairly standard practice.

  • How to provide transition comment while completing a process step

    Out of the box, we can indicate transition comment for participant steps when completing a inbox item, which is then displayed as a subheading of a inbox item for next step - which is really helpful.
    but, how can i provide a transition comment, when completing a process step.
    I see the complete method, but dont see where i can provide transition comment.
    complete(WorkItem item, Route route)
    Environment CQ 5.5

    Its workitem metadata which holds the comments info. Can you try this if it works
    workitem.getWorkflowData().getMetaData(); which will return the dictionary object and set "comment" in this object.

  • How to stop the process chain showing status as yellow but no process step

    Dear Friends,
    How to stop the process chain showing status as yellow but no process step is running in that process chain.
    We have manually triggered the process chain for sales it finished successfully till load data but the next step is create index and DB statistics. Both of this steps are in unscheduled position only and no background job for this.
    Please guide me.
    Thanking you in advance.
    Regards,
    Shubhangi

    Hi,
      At times even I have faced this situation.  During those times, running the Function module RSPC_PROCESS_FINISH by passing the right parameters came to my rescue.
    Regards,
    Raj

  • BPM : too many alerts in a process step - how to remove older alerts ?

    Hello
    One question about Business Process Monitoring :
    We have too much alerts in a process step, so it takes 20 minutes to display them.
    How can we reduce the number of alerts in this process step ?
    Thanks in advance.
    Regards
    Fred

    It worked !!
    Thanks John for your valuable inputs.

  • No repeat option available for the process step in process chain

    If the process chain failed at the ODS activation level, generally the repeat option will be available for activation and to continue the next step. But in some cases the repeat option will not be available for the process step.
    Is there any process to get the repeat option in the process chain?

    You can change this in RSPC > Settings > Maintain process types > Loading (or process of your interest) > put the check mark for Repeatable.

  • How to kill a process chain in an intermediate step...?

    How to kill a process chain in an intermediate step...?
    I have tried doing it using SM37... but still the chain is hanging....
    Please help ASAP...
    Regards
    Sneha

    Hi Sneha,
    If its a loading process then:
    1. Go to monitor & make its overall status RED.
    2. Go to the target & make the QM status RED.
    3. Since its loading data to BW, its R/3 will be active even if you make any status RED in BW.
    4. Cancel its corresponding R/3 job. U'll get its R/3 job from monitor>Header tab>Job name. Copy that job name& go to R/3 side>sm37>in Job name add B*followed by the job name copied & then delete the Active job.
    Once this is done then your loading process will anyhow stop further stopping the Process chian.
    If your job is other than loading, then simply go to that process chain & remove the link between the active process nad the next process after cancelling the active job (as mentioned in the various replies for your question).
    Give some time to update the staus of that cancelled job in Db, because even if you cancel any active job, it requires some time to refresh it updated status. Once it is cancelled you can rejoin the link between the proceses and reactivate & schedule your process chain.
    hope it'll help

  • How to use a servlet in a Workflow process step.

    Hi
    I need am upgrading existing code from cq 5.4 to CQ 5.5.
    The exsiting code uses a servlet with an injected @MailService reference to send emails. It is currently used as a process step service.
    However, with CQ 5.5 I see that I need to implement the WorkFlowProcess interface, to see this class listed as in the Process step drop down list.
    The issue I have is if I keep the class as a Servlet extension , it does not show up in the drop down list of the process step.
    Is there a way to update the code to list this servlet as a process step?
    Or is there a way to inject the MailService reference into a class which only implements the "WorkflowProcess" interface and is not a servlet ?
    advice appreciated.
    thanks
    Ven

    The implementation of WorkflowProcess is to be deployed as an OSGi service, so you can @Reference the MailService in that class.
    http://dev.day.com/docs/en/cq/current/workflows/wf-extending.html#Defining a Process Step with a Java Class
    scott

  • How to repeat one test sequence step?

    Hi there,
    I've been testing the NI TestStand 4.1 evaluation system to see does it fit our company needs. It's almost what I expected to do except that I didn't manage to repeat only one failed step from the sequence and correct the report result. It can be done through the LabView or .NET interface by selecting witch step to repeat before the sequence have finished,  but I want to know if there is a integrated tool for this in TestStand.
    Best regards,
    Victor

    victor,
    Welcome to TestStand!!  It's by far the best off the shelf test automation software out there. 
    Are you talking about immediately repeating the failed steps?  Or are you talking about repeating the failed steps after the test has completed?  If you want to immediately repeat on a fail there are a couple options. If you look at the Properties for a step you'll see the Post Actions.  Basically this is anything that happens after the step has completed.  There is a On Fail box in there and you can change that to Goto step and choose the same step.  Or you can choose a sequence and create a sequence that will wait for the operator and then return and repeat the step.  There is also an Engine Callback which you can add and modify if a step fails as well.  You could do some manipulations in there.
    Basically you'll find that in TestStand there are several (some better some worse) ways to accomplish what you want.  Most of it is possible (either through callbacks, properties or code modules). 
    One good place to look is in the TestStand reference manual about step execution.  There's a table in there with an exact layout of what exactly happens when a step executes.  Understanding that can help you decide where you want to force the step to repeat. 
    Hope that helps.  Let me know if you have any questions.
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How to automate the process of converting a pdf to excel online?

    Hi,
    Each morning I recieve a bunch of pdf files form my clinet and I need to convert all of them to MS - excel and then use them for further calculations.
    This is a repititive, tedious and time consuming process.
    So the idea is to automate the following steps-
    1. Open the pdf file from the suggested/given location
    2. Convert it to excel- online
    3. Save it at a desired location
    4. Repeat the process for all files.
    Can some one please suggest how to write and execute the code to fulfill this algorithm?
    Thanks
    Vivek

    Hi, Vivek.
    Currently, ExportPDF can only handle 1 file at a time. Adobe Acrobat can do batch export to Excel, however.
    This idea has already been added to the ExportPDF Ideas list ("Export multiple..."). If you'd like to see this improvement to ExportPDF, please add your vote or comment here.
    Thanks.
    Dave

  • How to repeat a row when tablix columns print over more than one page

    I have a tablix with 20 Columns.  When this prints it prints over 3 pages (which is
    OK).   The first Column is the Name (in this case it is the
    Project name).  On Page 2 & 3 I want to print the Project name again,
    so that a report user does not need to go back to page one to figure out which
    project the columns are referring two.  In Excel there is an option
    "Rows To Repeat".  I am trying to do the same in SSRS
    2012. 
    I have tried links
    like:
    http://msdn.microsoft.com/en-us/library/dd207045.aspx
    http://remicaron.wordpress.com/2010/01/05/how-to-get-ssrs-to-repeat-the-row-headers-tablix-2008/
    http://www.sqlcircuit.com/2012/03/ssrs-how-to-repeat-column-header-in.html
    These do not work
    for me .... in fact they return an error msg
    Can this be done?
    Tx
    Andrew
    Andrew Payze

    Hi Andrew,
    If I understand correctly, there are 20 columns in the table. When it prints over 3 pages, the report should repeat the first column in all pages.
    To freeze row header in the table, we can refer to the following steps:
    The table should have a group. If the Name is already a row group, we can directly refer to step 2. Or we need add a row group grouped by Name ahead.
    Right-click the table to open the Tablix Properties dialog box, then enable “Repeat header rows on each page” and “Keep header visible while scrolling” options under Row Headers category.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • BW System QBW: Result too large

    Hi Everyone, when i am running webi report its giving error. we are using BO : 4.0 with conncetion. BW System QBW: Result too large (917 070 cells); data collection is limited by configuration (maximum - 500000 cells) (WIS 00000) Pls give me any solu

  • How can i get rid of condensation behind the screen?

    Hi, my iPod works fine, but after leaving it in my bag during footy training outside and it then raining, it has condesation marks all over the screen. The functionality of the iPod is fine but it is very irratating having these marks over the screen

  • What is PIM(Personal Information Manager)

    Hi Friends....... i want to know about PIM(Personal Information manager)in J2ME. the only thing i know abt it is it's a specific type of API but what it exactly? also i doing a simple code snipet from Complete Reference Book while executing that code

  • FD32 Credit management 'sales value'

    I am on SAP ERP, I'm trying to figure out how to pull the data that makes up the credit exposure - 'SALES VALUE.'  I believe the sale value includes all undelivered or only partially delivered orders.  I can not find a way to confirm what makes up th

  • SPEL: Can I use java expressions for complex rendering?

    Hi I would like to avoid complexity in extending controllers and VO's in iProcurement by adding some rendering control to my page attributes such that the value of "rendered" is a more complex SPEL function. E.g.: normally I could use: rendered="${oa