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: 

ALV GRID EDIT - Unstable

Former Member
0 Kudos

Hi,

I created an alv_grid (EDIT) and every time that I insert data is necessary to give an ENTER for the alv_grid (EDIT) to visualize the modification.

It is even so a lot of times ALV_GRID (EDIT) it doesn't recognize the modification.

Did anybody already go by that????

Thanks

Sabrina

1 ACCEPTED SOLUTION

ssimsekler
Active Contributor
0 Kudos

Hi Sabrina

ALV edit mode realizes your changes in two ways:

1. When you transit to a new cell or press 'Enter'

2. Just when you press "Enter"

You set which of this to be valid using the method "register_edit_event". For more information, you can refer to the tutorial <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an%20easy%20reference%20for%20alv%20grid%20control.pdf">"An Easy Reference For ALV Grid Control"</a>.

Kind Regards

*--Serdar

ssimsekler@yahoo.com

6 REPLIES 6

ssimsekler
Active Contributor
0 Kudos

Hi Sabrina

ALV edit mode realizes your changes in two ways:

1. When you transit to a new cell or press 'Enter'

2. Just when you press "Enter"

You set which of this to be valid using the method "register_edit_event". For more information, you can refer to the tutorial <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an%20easy%20reference%20for%20alv%20grid%20control.pdf">"An Easy Reference For ALV Grid Control"</a>.

Kind Regards

*--Serdar

ssimsekler@yahoo.com

Former Member
0 Kudos

Hi Sabrina,

you need to raise the event data_changed for every other action you do within your program.

regards

Siggi

Former Member
0 Kudos

Hi Sabrina ,

Refer to this Code Sample ...Hope this would help You

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/abap code sample for data browser using alv grid.doc

Regards

Immanuel

Former Member
0 Kudos

Hi Sabrina,

Hope you have found that document useful..

If yes...plz do reward the document by rating it...

Regards

Immanuel

0 Kudos

Hi Immanuel

The document is of great help to me . Thanks for it.

But i dont know how to rate it , if you can pl tell me i will do that also.

best regards

Sandeep

0 Kudos

Hi Sandeep ,

Just enter a search keyword for the document.In that results found you can see an option below for Rating..Just Click On it...You'll get the menu..

Thanks

Immanuel