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

trace errors in bdc

Former Member
0 Likes
594

how to trace errors in bdc

1 ACCEPTED SOLUTION
Read only

rahulkavuri
Active Contributor
0 Likes
515

hi if u are using CALL TRANSACTION then we generally have those errors in BDCMSGCOLL structure.

check the link below which discusses about this in detail, award points if found helpful

https://forums.sdn.sap.com/click.jspa?searchID=907612&messageID=745186

4 REPLIES 4
Read only

rahulkavuri
Active Contributor
0 Likes
516

hi if u are using CALL TRANSACTION then we generally have those errors in BDCMSGCOLL structure.

check the link below which discusses about this in detail, award points if found helpful

https://forums.sdn.sap.com/click.jspa?searchID=907612&messageID=745186

Read only

Former Member
0 Likes
515

if tis session method then you cn find the error LOG in SM35 and if you are using call transaction then the error messages are captured in the internal table MESSAGETAB which is used along with call transaction.

CALL TRANSACTION 'MM01' using bdctab messages in MESSAGETAB.

Cheers

VJ

Read only

Former Member
0 Likes
515

if you are using a session method, a session will be created in SM35 with the error message. You need to correct the error and re-process the session.

Reward points if found useful...!

Cheers

Abhishek

Read only

Former Member
0 Likes
515

if we use call transaction, then we have handle errors.

if you use Session method, then system handles errors, you can check this in the transaction code SM35.

check this link for more info.....

regds,

kiran