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 .