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
493

Hi All,

How to read the contents of an editable field in ALV grid display?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
470

Hi Sha,

Try this function module as vijay suggested.

CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'

IMPORTING

e_repid = sy-repid

e_grid = it_grid.

CALL METHOD it_grid->check_changed_data

IMPORTING

e_valid = p_valid.

Cheers!!

Venkat

Hi Sha,

Try this function module as vijay suggested.

CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'

IMPORTING

e_repid = sy-repid

e_grid = it_grid.

CALL METHOD it_grid->check_changed_data

IMPORTING

e_valid = p_valid.

Cheers!!

Venkat

3 REPLIES 3
Read only

Former Member
0 Likes
470

Hello,

Take a look on these: and .

Regards.

Read only

Former Member
0 Likes
470

search the forum with the function as key word GET_GLOBALS_FROM_SLVC_FULLSCR

Read only

Former Member
0 Likes
471

Hi Sha,

Try this function module as vijay suggested.

CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'

IMPORTING

e_repid = sy-repid

e_grid = it_grid.

CALL METHOD it_grid->check_changed_data

IMPORTING

e_valid = p_valid.

Cheers!!

Venkat