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

ALV GRID Display

Former Member
0 Likes
519

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.

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
485

have a look at the existing example BCALV_EDIT_04. Please search in SDN. Its discussed many times.

Read only

Former Member
0 Likes
485

Set the Param1-refresh = 'X'.

and refresh ALV.

Read only

Former Member
0 Likes
485

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.