‎2010 Oct 12 12:00 PM
Hi Gurus,
I am using ALV Grid display using OOABAP.
Screen 100.
First Screen : Displays all records from the data base
When I click add button.
Screen 200 is called.
Along with Same ALV Grid as screen 100 and all fields are editable.
I add one row with data in that and click on save.
Calls Screen 100 with all the data.
When I view on screen, i can see only previous records. Unable to view the newly insrted one.
But checked in debug, the new record also present in the internal table.
‎2010 Oct 12 12:12 PM
have a look at the existing example BCALV_EDIT_04. Please search in SDN. Its discussed many times.
‎2010 Oct 14 11:31 AM
‎2010 Oct 14 12:39 PM
Create your own Style in using LVS_S_STYL structure and disable each row on the table
and make edit each field in fieldcatalog.
U can make edit and un-edit the rows and cells.