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

BDC Error Messages

Former Member
0 Likes
388

There is an SAP Function Module that runs many objects deep into SAP. It runs a BDC, and has an error msg table. Problem is that the table is not returned. Are BDC error messages stored anywhere automatically in SAP....if I wanted to go retrieve it?

Thank-You.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
330

Hi Tom,

I am afraid that you will find the messages in any of the tables. The deep structured FM's will raise exceptions which in turn do not give a better understanding of the error. The FM might be NOT RELEASED for customer use.

I would suggest to try searching for another released FM/BAPI which has better error handling messages or try to work around with the exceptions raised (generalising the error message).

I have faced such errors and its debugging that has saved me all the time.

Hope you can get this one through.

Regards,

Saneep

1 REPLY 1
Read only

Former Member
0 Likes
331

Hi Tom,

I am afraid that you will find the messages in any of the tables. The deep structured FM's will raise exceptions which in turn do not give a better understanding of the error. The FM might be NOT RELEASED for customer use.

I would suggest to try searching for another released FM/BAPI which has better error handling messages or try to work around with the exceptions raised (generalising the error message).

I have faced such errors and its debugging that has saved me all the time.

Hope you can get this one through.

Regards,

Saneep