Hi Dou,
Please use below code and check once.
lr_entity ?= me->typed_context->partner->collection_wrapper->get_current().
IF lr_entity IS BOUND.
lv_value = lr_entity->get_property_as_string( iv_attr_name = 'DROPDOWN' ).
Endif.
Thanks,
Anil
Hi Dou,
Please use below code and check once.
lr_entity ?= me->typed_context->partner->collection_wrapper->get_current().
IF lr_entity IS BOUND.
lv_value = lr_entity->get_property_as_string( iv_attr_name = 'DROPDOWN' ).
Endif.
Thanks,
Anil