| Home • Tips • Tutorials • Forums • Certification Q's • Interview Q's • Jobs • Testimonials • Contact Us | ||
Document Categories:
What's New?
Contribute?Sample SpecsWhat's Hot? |
Raising exceptions in a method and handling the same in the workflowBy Suresh Kumar Parvathaneni This
document details the procedure in defining exceptions in a method and using the
same in a workflow. Let
us first look at raising exceptions in a method: Go to
Business Object Builder (Transaction SWO1). Create a
business object.
Now create
a method.
Now select
the method you have created and click on button “Exceptions” available on
the toolbar. Following
screen appears:
Now click
on Create. Following popup screen appears:
Enter the
information as shown above. The error type “Temporary error” is chosen in
the case wherein the record is locked by somebody else or some required resource
is not available. The error type “Application Error” is to be chosen when
there is no authorization for the document you are processing. The error type
“System error” is to be chosen if there are no values passed for the
mandatory parameters. Click on
continue.
Go back to
the main screen. Now in the
method, provide the following code:
Save the
business object and release the same.
Try
executing the method by clicking on Test/Execute (F8). The exception would be
raised as shown below:
Capturing
the exception raised by the method in the workflow: Go to
Workflow Builder (TCode: SWO1). Create the
step “Activity”
Create a
task and provide the following details in the new task:
Save your
entries and return to the previous screen.
Click on
“Outcomes” tab. Here you can observe the exception you defined in your
method:
As
observed in the observe screen, the outcome is not active by default. If we do
not handle the exception, the work item might go into the error status. Activate
the outcome:
Save your
entries and go back to the main screen of Workflow builder. Please ensure that
you have done the agent assignment for this task.
You can
now observe a new branch when the exception is raised. You can define your steps
whenever the exception is raised. References: http://help.sap.com/saphelp_nw04s/helpdata/en/c5/e4ad98453d11d189430000e829fbbd/frameset.htm |
|
|
Please send us your feedback/suggestions at webmaster@SAPTechnical.COM Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us ©2006-2007 SAPTechnical.COM. All rights reserved. All
product names are trademarks of their respective companies. SAPTechnical.COM
is in no way affiliated with SAP AG. Graphic Design by Round the Bend Wizards |
||