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

How to capture Session Method Error Records into internal Table ?

Former Member
0 Likes
704

Hi All

My requirement is I need to capture Session Method Error Records into internal Table and display the internal table.. ( For session method:

If there are any error records in session, all those error records will get poulated in log .and after the session is completed , we can see error records which can be corrected and reprocessed again.Sessions can be viewed in SM35. ) but I need solution for the above question.

Thnx In Adv.

Venky

Hi All

My requirement is I need to capture Session Method Error Records into internal Table and display the internal table.. ( For session method:

If there are any error records in session, all those error records will get poulated in log .and after the session is completed , we can see error records which can be corrected and reprocessed again.Sessions can be viewed in SM35. ) but I need solution for the above question.

Thnx In Adv.

Venky

4 REPLIES 4
Read only

bpawanchand
Active Contributor
0 Likes
679

Hi

regards

Pavan

Read only

Former Member
0 Likes
679

Hi,

In session method .. it create a log file... U have to check the logfile to handle the error method correction...

based on index.. in log you can identify the records.. which are get errored..

Reward Points if useful

Raghunath.S

9986076729

Read only

0 Likes
679

Hi Raghunath ,

Could you send me the code please .

Thnx in Adv.

Venky

Read only

0 Likes
679

Hi ,

In addition to raghunath ,

u need to use FMs' RSTS_OPEN_RLC, RSTS_READ,RSTS_CLOSE, to read the Log of the session ,

for more info , better to put a break point in the program RSBDCIL3 and try to see any log of the sessions which are creatted by u .

Regards

Prabhu