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: 

To Capture error messages in BDC - not possible always?

Former Member
0 Kudos

Hi friends,

I wrote a bdc program for doing PGI(post goods issue) for the delivery on VL02n transaction. I want to capture error messages. I am able to do so with the normal error messages that appear on the status bar at the down. But I am not able to capture error messages that appear in the error log and not on the status bar.

For ex: The batches are not defined for delivery item 00010 (this appears on the error log screen).

Please help how to capture these errors also using only BDC.

Appreciate your help in this.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please check the table VBFS..

THanks

Naren

2 REPLIES 2

Former Member
0 Kudos

VL02N is an enjoy sap transaction so we always avoid to do BDC on it. And in enjoy sap transaction sap stores most the messages in a log that's why u r not able to capture those messages after doing the BDC. To capture all error messages you can do BDC on VL02 instead of VL02N as VL02 is a normal transaction.

Regards,

Joy.

Former Member
0 Kudos

Hi,

Please check the table VBFS..

THanks

Naren