Skip to Content
0
Former Member
Jul 06, 2009 at 02:47 PM

KSTAR search help don't work

239 Views

Hi

I have ALV grid and a field KSTAR, I want to have in edit mode search help for this but if I set to this:

ws_field-ref_table = 'CSKU'.

ws_field-ref_field = 'KSTAR'

then on grid after I enter correction value this show me message that this cost don't exists.

I found that this validation get all records from table CSKU where ktopl is INITIAL but ktopl have some value.

Maybe is another ref_table or method to use this search help.

I would like to turn on my own validation with this but it doesn't work only for this search field:

CALL METHOD er_data_changed->get_cell_value

EXPORTING i_row_id = ls_good-row_id

i_fieldname = ls_good-fieldname

IMPORTING e_value = ls_good-value.