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: 

Requirements on Editable ALV

Former Member
0 Kudos

Hi Experts,

I am working on an ALV report. I developed it using the function module method. i.e. using the FM 'REUSE_ALV_GRID_DISPLAY' .

The requirements now are

1. There are 10 fields on the ALV out of which 4 are to be

editable.

2. All the fields should have search helps. The values for these

search helps are not stored in tables

3. Values that can be entered on the First editable column

determines the values for the second editable column. i.e if i

enter a value for the first editable column, then only the

values which match this entry should appear in the serach

help of the second column.

4. When i save the sheet, all the values should be populated in

an internal table.

Please provide your views. All helpful answers will be rewarded.

Thanks in advance.

Nobin.

2 REPLIES 2

Former Member
0 Kudos

hey,

Check this examples

BCALV_EDIT_01

BCALV_EDIT_02

BCALV_EDIT_03

BCALV_EDIT_04

BCALV_EDIT_05

BCALV_EDIT_06

BCALV_EDIT_07

Check this link,

Regards,

Midhun Abraham

Edited by: Midhun Abraham on Oct 9, 2008 7:02 PM

former_member188685
Active Contributor
0 Kudos

use the programs for editable and F4 related

BCALV_TEST_GRID_F4_HELP

BCALV_EDIT_08