‎2011 May 19 11:58 AM
Dear All,
Am able to handle the error 'E' messages in data_changed event of alv oops using add_protocol and display_protocol methods.
But now the problem is after displaying the error log using display_protocol , am still able to save the changes . How can we avoid it..I mean once the error log is shown , we should not be able to do any changes or save the changes...
I have searched the forum for this issue but couldnt get any soln for this.
Pls advise me with possible soln.
thanks
suresh
‎2011 May 19 12:07 PM
Have you checked the execution flow of SAP sample program BCALV_EDIT_04?
Regards, Vinod
‎2011 May 19 12:13 PM
HI Vinod,
As due to lack of data in my client, am not able to check the flow of BCALV_EDIT_04 after execution , but i checked the program its handling the handling errors by add_protocol and display the error log using display_protocol.
I'm following the same procedure given by the standard sap but am facing the same issue.
Would be great if you can suggest the possible soln for my issue,
thanks again
suresh
‎2011 May 19 4:22 PM
> As due to lack of data in my client, am not able to check the flow of BCALV_EDIT_04 after execution
You can generate the data for these demo programs by running the report BCALV_GENERATE_ALV_T_T2 and/or SAPBC_DATA_GENERATOR.
If you want better responses from the forum, post relevant portions of your code!
BR,
Suhas
‎2011 May 19 4:37 PM
Hi suhas,
my issue is not the lack of data .....
my issue is about the error handling in data_changed event in alv oops application....am able to display the error log using display_protocol method..,.. but after displaying the error log am still able to save the changes which should not happen....the thing is we should not be able to save the changes...... am having the same issue as the following thread
if u still require any clarifications...pls let me know ur mail-id ill post my code to u ..
thanks
suresh
‎2011 May 19 2:15 PM
‎2011 May 19 3:30 PM
‎2011 May 20 6:03 PM