Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Background Job

Former Member
0 Likes
311

Hi Experts,

I have a program which I need to schedule in Background. I have a function module in which the data may come as wrong rarely.I am catching the exception and using write statment am writing the errorr messages and then I will raise and error type 'E'.

Is ther any problem in doing so?

Please suggest.

Thanks,

Neeraj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
291

HI,

when your scheduleing the report in Background you need to write the error message to list instead of raising as error message.

Hi Experts,

I have a program which I need to schedule in Background. I have a function module in which the data may come as wrong rarely.I am catching the exception and using write statment am writing the errorr messages and then I will raise and error type 'E'.

Is ther any problem in doing so?

Please suggest.

Thanks,

Neeraj

1 REPLY 1
Read only

Former Member
0 Likes
292

HI,

when your scheduleing the report in Background you need to write the error message to list instead of raising as error message.