Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: How to populate a field from another drop-down selection field

$
0
0

Hi Elena,

 

Here first you have to capture the drop down selected value and then that you need to populate input field.

 

i will give you step by step procedure how to capture and how to pass the value into input field.


development group  there is an event handler in that capture the selected value and then set that value into input field using set property.


devgrop_event.


DATA : lr_col TYPE REF TO if_bol_bo_col,

          lr_entity TYPE REF TO if_bol_bo_property_access.

          lv_value type string.

 

   lr_entity ?= me->typed_context->CN->collection_wrapper->get_current( ).

CHECK lr_entity is BOUND.

 

lr_entity->get_property_as_string( EXPORTING iv_attr_name      = 'DEVGRPFIELDNAME'  RECEIVING  rv_result  = lv_value ).

lr_entity->set_property_as_string( lv_attr_name ='inputfieldname' lv_value = lv_value ).

 

Thanks & Regards,

Srinivas.



Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>