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

Re: Reading the value from .htm

$
0
0

Hi Naveen,

 

This is the code that i have written in HTM

 

<thtmlb:inputField id            = "AccountSearch1"

                   disabled      = "FALSE"

                   textDirection = "LTR"

                   value         = "<%= controller->GV_ACCOUNT %>"

                   submitOnEnter = "X"

                   submitOnEnterEventName = "SEARCH" />

 

This is the code that i have written in SEARCH event handler.

 

me->gv_ipfld_name =   htmlb_event->if_htmlb_data~event_id.

 

    data_input ?= cl_htmlb_manager=>get_data(

    request = runtime->server->request

    name = 'inputfield'

    id = me->gv_ipfld_name ).

 

 

 

    IF data_input IS NOT INITIAL.

      ld_fieldid = data_input->value.

    ENDIF.

 

This always returns an empty value.

 

Thanks.


Viewing all articles
Browse latest Browse all 7775

Trending Articles



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