cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the OverView Page Heading in Web UI

Former Member
0 Kudos

Hello Gurus ,

We have a requirement to change the Heading of an Overview Page .

For example we would like to change the heading "Corporate Account" to say " Partner Company" . Can any one guide us regarding the same .

Your Inputs are higly apreciated.

Regards

Shaik

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In the View controller class redefine method IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION and set desired text in 'DESCRIPTION'.

Anand

Former Member
0 Kudos

Hi,

For Accounts, the heading is coming from the component-BP_HEAD,Window-BP_HEAD/MainWindow impl class-CL_BP_HEAD_MAINWINDOW_IMPL, method-IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION.

So you need to somehow redefine this method in your enhanced component and change the following lines:

description = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_UIU_BP/CORPORATEACCOUNT' ).

You need to define your own alias in SOTR_EDIT transaction and use them here.

Hope it gives you some pointers to start with!

Please award points if helpful!

Regards,

Rohit