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: 

hi bdc

Former Member
0 Kudos

hi

i would like to know how to trap errors in session method??

do we have to code seperately or what??

pl explain nicely???

thanx

rocky.

3 REPLIES 3

Former Member
0 Kudos

go to t_code

sm35

run r u session.

select error log tab.

see error log same screen.

Former Member
0 Kudos

in call Transaction

Errors while updating the database using call transaction technique are trapped

using a structure bdcmsgcall, whose field msgtyp become `e' when an error record

is encountered. Those records are formatted using format_message function call in

the desired format and stored in an internal table for listing of all error records in one

shot.

session store on error log tab

Former Member
0 Kudos

GOOD QUESTION

WE SEE ERRORS IN THE SM35

BUT HOW DO U HANDLEERRORS THERE

1 WE CAN SEE THE ERORS MODIFY THEM IN FILE THEN AGAIN PROCESS THEM

2. MAKE SURE IN YOUR PROGRAM MEANS YOU HANDLE ERROS IN YOUR PROG SO THAT THEY WILL NOT GO TO SESSION