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

cl_gui_alv_grid check input Data

former_member246786
Participant
0 Likes
1,214

HI,

I have a problem trying to implement an ALV with editable cells using cl_gui_alv_grid class.

My problem is : how to check input data ?

More precisely, in field catalog, I can specify an control table and a control field for each ALV column. If I do so, a search is displayed for the corresponding field and if I choose a value not available in this serach help, an error popup message is displayed and the cell in error is colored with a red line.

IT works perfectly for undepdant fields.

I try to do the same for field DISPO of table MARC displayed in my ALV. The sytem display appropriate serach help but alaways disaply an error message telling that "DISPO has not been found for plant ..." and it does not found the appropraite valeu of field WERKS/PLANT. HOw to correct this problem. A precision : the field WERKS is part of displayed column and is filled with a correct value but the link is not done.

Thanks for help

Regards

Morgan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
670

Check the sample programs

BCALV_EDIT_01 - Editabale ALV

BCALV_EDIT_02 - Edit, save and F4 help

BCALV_EDIT_03 - Events handled

BCALV_EDIT_04

BCALV_EDIT_05

BCALV_EDIT_06

BCALV_EDIT_07

BCALV_EDIT_08

Check the sample programs

BCALV_EDIT_01 - Editabale ALV

BCALV_EDIT_02 - Edit, save and F4 help

BCALV_EDIT_03 - Events handled

BCALV_EDIT_04

BCALV_EDIT_05

BCALV_EDIT_06

BCALV_EDIT_07

BCALV_EDIT_08

1 REPLY 1
Read only

Former Member
0 Likes
671

Check the sample programs

BCALV_EDIT_01 - Editabale ALV

BCALV_EDIT_02 - Edit, save and F4 help

BCALV_EDIT_03 - Events handled

BCALV_EDIT_04

BCALV_EDIT_05

BCALV_EDIT_06

BCALV_EDIT_07

BCALV_EDIT_08