Application Development 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: 

about error handling in session

Former Member
0 Kudos

suppose if we foung error at particular place how we have to correct it

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Process the session in ERROR mode.

IT will stop only at the error screen of the error record. There you can find the error message. Accoringly you can correct the data on the screen, and continue processing the records.

Regards,

Ravi

4 REPLIES 4

Former Member
0 Kudos

if the number of errored out records are less you can reprocess the session for the errored records from SM35.

Reward with points if found useful

Former Member
0 Kudos

The errors can be found in the table "bdcmsgcoll". u need to process another session as re-processing the same session would get the same errors.

regards,

srinivas

<b>*reward for useful answers*</b>

former_member181962
Active Contributor
0 Kudos

Process the session in ERROR mode.

IT will stop only at the error screen of the error record. There you can find the error message. Accoringly you can correct the data on the screen, and continue processing the records.

Regards,

Ravi

Former Member
0 Kudos

hi,

for handling error records in session, you follow this navigation..

1) goto SM35----> for processing the SESSION.

2) here you select the SESSION.( which was created in bdc program)

3) after selecting the SESSION, you choose LOG tab option.

4) select the session and choose ANALYSE SESSION, here you found two options ALL and INCORRECT which are radiobutton options from this you select INCORECT radiobutton option for displaying the ERROR records and the reasons for the errors.

5) if possible correct the error records manually and process the session.

regards,

Ashok Reddy