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

Showing application log

Former Member
0 Likes
342

1. I create a log instance using BAL_LOG_CREATE.

2. If I have an internal table it_messages which will have my error messages, should I loop through this and call BAL_LOG_MSG_ADD for each message?

3. Then I call BAL_DSP_LOG_DISPLAY.

My doubt is - if my message which is in line is_message be added to the log, which of the fields should it be supplied to, to be added in the log? I mean.. BAL_LOG_MSG_ADD takes a parameter i_s_msg. Which field of i_s_msg needs to be supplied with the my error message?

Thanks & Regards,

Anoop

1 REPLY 1
Read only

Former Member
0 Likes
312

did u tried 'where used list' button

regards