Application Development 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: 

How to trap warning messages generated from the background processing?

Former Member
0 Kudos

Hi all,

Following is my requirement, i want to know whether it can be done and how?

The credit management (CM) warning messages generated as a result of the CM background processes, where do the messages go? Can you trap them and include them in an interface control report?

Thanks

2 REPLIES 2

Former Member
0 Kudos

Hi

If it's created a job for that process, you can try to read the log: here you should find all triggered messages, so the warning ones too.

U can try to use fm like BP_JOBLOG_READ or BP_JOBLOG_SHOW in order to get the log.

Max

Former Member
0 Kudos

Thanks