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 joblog

mortenpedersen2
Explorer
0 Likes
352

Hi,

I would like to write errors to the background joblog from my program. Is there any function module for doing that?

Thanks.

Regards,

Morten

Hi,

I would like to write errors to the background joblog from my program. Is there any function module for doing that?

Thanks.

Regards,

Morten

1 REPLY 1
Read only

Former Member
0 Likes
332

Hi Morten,

No function module is necessary. If you use the MESSAGE statement these messages get recorded in the job log, however use the message type carefully as some types will cause the job to terminate, other just provide information.

Regards,

Nick