cancel
Showing results for 
Search instead for 
Did you mean: 

OVS - Problem with filling a checkbox field after value selection

Former Member
0 Kudos

Hi all,

I have a problem with OVS, filling a field of type checkbox in phase 3.

In detail:

There are two columns in my OVS:

- Project-Number (CHAR10)

- Flag (with value "X" or blank) CHAR1

In my layout, I have also these two fields:

Project-Number (with OVS) - of type "InputField"

Flag - of type "Checkbox"

In phase 3 of OVS, I'm filling the context attribute, assigned to the checkbox field, with following coding


        ovs_callback_object->context_element->set_attribute(
                               name  = `MFCABKENZ`
                               value = <ls_selection>-c_MFCABKENZ ).

Also the value in OVS for "Flag" is "X", the checkbox field in the layout will not set as checked.

But the context attribute is filled with the value "X".

If I'm using a "InputField" instead of a "Checkbox", the value "X" is displayed after selecting the line in OVS. So I think there is a problem with OVS filling a checkbox field.

Could someone help me?!

Thanks,

Andreas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've found the problem.

I was just using the wrong context node for the binding of the checkbox field in the layout.

Now, all works fine.

Thanks,

Andreas