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

Re: I have added Agein custom field in service order search page,input filed ,if i click on search based on Ageing input search criteria is not working for this field

$
0
0

Hi Bhusan,

 

My .html code is as like below.

 

<%@page language="abap" %>

<%@extension name="chtmlb" prefix="chtmlb" %>

<%

  data: lv_xml         type string.

  data: lv_visiblerows type string.

  data: lv_hide_search type crmt_boolean.

  data: lr_parent      type ref to cl_bt116s_s_searchviewset_impl.

  data: lv_dte         type string.

  data: lv_vhm         type crmt_boolean.

  lv_xml    = controller->CONFIGURATION_DESCR->GET_CONFIG_DATA( ).

  lr_parent ?= controller->m_parent.

  lv_hide_search = lr_parent->get_hide_search( ).

  if lv_hide_search eq abap_true.

  lv_visiblerows = 20.

  else.

  lv_visiblerows = 10.

  endif.

  lv_vhm = lr_parent->get_value_help_mode( ).

  if lv_vhm eq abap_true.

  lv_dte = 'FALSE'.

  else.

  lv_dte = 'TRUE'.

  endif.

%>

<chtmlb:configTable xml                   = "<%= lv_xml %>"

                    usage                 = "SEARCHRESULT"

                    id                    = "ResultTable"

                    navigationMode        = "BYPAGE"

                    onRowSelection        = "select"

                    table                 = "//BTQRSrvOrd/Table"

                    actions               = "<%= controller->gt_button %>"

                    actionsMaxInRow       = "5"

                    visibleRowCount       = "<%= lv_visiblerows %>"

                    selectedRowIndex      = "<%= BTQRSrvOrd->SELECTED_INDEX %>"

                    selectedRowIndexTable = "<%= BTQRSrvOrd->SELECTION_TAB %>"

                    selectionMode         = "<%= BTQRSrvOrd->selection_mode %>"

                    visibleFirstRow       = "<%= BTQRSrvOrd->visible_first_row_index %>"

                    downloadToExcel       = "<%= lv_dte %>"

                    showNoMatchText       = "FALSE"/>

 

Thanks

Kalpana


Viewing all articles
Browse latest Browse all 7775

Trending Articles



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