‎2007 May 16 11:46 AM
Hi all,
Can any one let me know how to retrieve the error messages from session log for the erroneous records while running a session method and display it in a report.
Thanks
assad
‎2007 May 16 11:51 AM
go to SM35 and click on log
after that double click on session name (u get all errors over there)
clikc on analize session and click on log crated XXXXX
reward if it helps u
vijay pawar
‎2007 May 16 12:01 PM
Hi vijay,
I can find the errors there, but i wanted to know is it possible to get that error messages into a report.for ex if a record has errors n thats being recorded in the session log..so i want that error message to be retrieved into a report.
Thanks.
assad
‎2007 May 16 12:19 PM
Hi Hussain,
We have the tables BDCLD and BDCLM, which will capture the log details inthe session. Firstly, sesssion should be processed. After that log will be created. Then caputure the information into an internal table using BDCLM and BDCLD.
Then obsious, process this internal table containing errors with corrections.
Thanks
Manju