‎2005 Sep 01 6:25 AM
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
‎2005 Sep 01 7:16 AM