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

Problem in ALV grid

Former Member
0 Likes
452

Hi,

1. I have created one alv grid using oops and have custom buttons on the toolbar.

I have a save button on the toolbar which when clicked validates the data entered in grid.

when i am clicking for the first time it is working correctly and goes to the handler method and validated the data.

If there is any error it shows me the error.

if i click on the save button or any other custom button again then it is throwing me out of the screen to sap menu.

can you please let me know why this is happeneing?

Regards/Ajay

3 REPLIES 3
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
425

Hi,

Just debug the code written in user_command for SAVE.

Read only

former_member189629
Active Contributor
0 Likes
425

Try CLEARing the variable where you are capturing the user command after each validation...

Read only

Former Member
0 Likes
425

Hi,

All the Validaition should be under process After Input