Tuesday, April 30, 2013

ABAP Program with Editable ALV Grid Contents

Using ALV Grid is always beneficial in terms operations and activities we can perform on the data. It even allow us to download data in various formats. But when compared to Table Control, its main disadvantage is, un-editable / read-only data.


Here is a simple program to make certain cells of an ALV grid control editable.
Editable Table Grid
Editable Table Grid

In present context the VBRK details are displayed where the KALSM is editable only where Sales Organization(VKORG) is ’0300′.
Note: Please do the following before executing the program.
1) create the gui interface ‘pf-status’ (with BACK and EXIT buttons) and a container ( give name as CONTAINER) for the screen.
2) In PBO of screen, write ‘MODULE LIST.’ after ‘MODULE STATUS_0100′.








No comments:

Post a Comment