SAP Editable ALV Grid Sample Code

List of demo programs in SAP which explains SAP Editable ALV Grid.

BCALV_EDIT_01 – Switch on and off the ready-for-input status of the entire grid

This report illustrates the simplest case of using an editable ALV Grid Control.

BCALV_EDIT_02 – Define ready-for-input status at cell level

This report illustrates how to set chosen cells of an ALV Grid Control editable.

BCALV_EDIT_03 – Verification of modified cells

In this example the user may change values of fields SEATSOCC (occupied seats) and/or PLANETYPE. The report checks the input value(s) semantically and provides protocol messages in case of error.

BCALV_EDIT_04 – Delete and append rows

This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to implement the saving of the new data.

BCALV_EDIT_05 – Checkboxes

This example shows how to use checkboxes within an ALV Grid Control.

BCALV_EDIT_06 – Dropdown Listbox at Column Level

This example shows how to define a dropdown listbox for all cells of one column in an editable ALV Grid Control.

BCALV_EDIT_07 – Dropdown Listbox at Cell Level

This example shows how to define dropdown listboxes for particular cells of your output table.

BCALV_EDIT_08 – Integrate Non-Standard F4 Help

This report implements an ALV Grid Control with an application specific F4 help.

One Reply to “SAP Editable ALV Grid Sample Code

  1. Excellent piece of information. I have always know the BCALV* program, but to scan through to figure out what each of it does was a task. This list was very useful helping quick review.

Leave a Reply