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

Need the ERROR LOG while Calling transaction using BDC ,from Web Dynpro.

Former Member
0 Likes
333

Hi Experts ,

I have to  insert records into a z table from Web Dynpro screen   .

While doing so , I need the error log to display in the  Web Dynpro  screen  .

I have used  Events of table maintainance  generator for validation of the table fields   , that is  01 event 'Before save entry' , event 05 'create entry' .

I have done a bdc recording of transaction SM30 to get the errors returning from the above events .

This BDC returns the proper error message (it goes to the events ) when used in any FM or standalone report .

But when I call the same recording from Web Dynpro , it saves the entry directly .It does not go to the events for validation .

Even while reaching the first point of SM30 code , my z tables are updated .

Please suggest .

Thanks ,

Suchi .

1 REPLY 1
Read only

Former Member
0 Likes
286

hello,

why can't you use the error messages returned by the CALL Transaction of your BDC method ?

best regards,

swanand