Quantcast
Channel: SCN : All Content - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 4552

sap crm web ui unable to change form view title description

$
0
0

Hi I am unable to change the Form View Title.

I have redefined the method IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION  for the view

yet its not changing.

 

view title.JPG

 

 

 

Overview Page

method IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION.

 

  DESCRIPTION = 'Customer Overview'.

 

endmethod.

 

 

Create Customer Form View

method IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION.

 

  DESCRIPTION = 'Create Customer'.

 

endmethod.

 

 

Create Customer.htm

 


<%@page language="abap" %>

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

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

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

<%

  DATA lv_xml TYPE string.

  lv_xml = controller->configuration_descr->get_config_data( ).

%>

 

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

                      mode = "RUNTIME" />

 

<uhtmlb:toolbar id                  = "Toolbar"

                buttons                   = "<%= controller->gt_buttons %>"

                maxButtonNumber = "3" />

 



Viewing all articles
Browse latest Browse all 4552


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