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: 

Storing Error Log through Exit

Private_Member_17805
Participant
0 Kudos

Hi,

We are trying to create check Info by calling FCH5 in the exit as the FEBP is executed in the foreground.Whenever creation of check information fails the log needs to created and shown to the user.

As the transaction is scheduled in background,it would not be possible to throw an error,info or a status message.Also an error message from the exit would mean further processing of FEBP comes to a halt.

Is there a way separate FCH5 from FEBP processing i.e even if there is error in FCH5 the processing of FEBP go ahead and also the error log is captured for user reference.

Is there a way to show error log apart from writing it to presentation or application server??

Message was edited by:

Jayant

1 ACCEPTED SOLUTION

0 Kudos

Chk these Function Modules

1) message_store

2) message_show

3) message_initialize

Message was edited by:

Hari Charan Dingari

2 REPLIES 2

0 Kudos

Chk these Function Modules

1) message_store

2) message_show

3) message_initialize

Message was edited by:

Hari Charan Dingari

0 Kudos

Thanks,

Is there any other way out?