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

LOG HANDLING IN SESSION METHOD

Former Member
0 Likes
678

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

2 REPLIES 2
Read only

Former Member
0 Likes
518

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..

Read only

0 Likes
518

hi naresh

how can i capture log errors or sucessful messages in to our internal table, give me the code please

Thanks

margani