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: 

mappimg and updation in bdc 'session ' and 'call transaction' methods

Former Member
0 Kudos
93

What will happen if error record comes while updating in session method and call transaction method.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
69

Hi,

After the complete transaction u can see the logs to check if your session/transaction succeeded or were there any errors and what kind of errors. If succesful you can check the master tables for your records.

3 REPLIES 3

Former Member
0 Kudos
69

Hi,

If any error comes in Session method U can find that error in SM35->Log

and updste again database for those enteries

In cll transaction Method U have to handel error manually . for this u have to use structure BDCMSGCOL and Table T100.

Regards

Gaurav

Former Member
0 Kudos
70

Hi,

After the complete transaction u can see the logs to check if your session/transaction succeeded or were there any errors and what kind of errors. If succesful you can check the master tables for your records.

Former Member
0 Kudos
69

Thanks. does that answer ur question. What is it that u r exactly lookin for ?