‎2007 Nov 14 12:56 PM
Hi,
My requirement is handle the errors in to internal table and then capture those errors in to flat file by using session method. I am using RSBDC_ANALYSE in my program, but it is display only the errors in the output screen like sm 35 log analyse session. How can i capture that errors in to internal table to flat file.
anybody tell me and give the code for error (log file) handling in to internal table.
Thanks
margani
‎2007 Nov 14 1:01 PM
hI
The system'll create a session error with only the transactions failed and you can run it again.
If you want to check which transaction u should che the log file generated by session, see the program RSBDC_ANALYSE.
But the problem can be how to match the transaction failed with the record of original file.
check these threads...
The error details can be retrived using the database tables;
APQI and APQD...
these tables stores the complete details about the log which occurred in the session method..
check these tables.. it has the QUEUE id.. logs etc..
‎2007 Nov 14 1:12 PM
hi naresh
how can i capture log errors or sucessful messages in to our internal table, give me the code please
Thanks
margani