‎2010 Mar 16 4:15 PM
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.
‎2010 Mar 16 4:47 PM
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
‎2010 Mar 16 4:47 PM
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