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: 

Problem in ALV grid

former_member435532
Participant
0 Kudos

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

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Just debug the code written in user_command for SAVE.

former_member189629
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi,

All the Validaition should be under process After Input