cancel
Showing results for 
Search instead for 
Did you mean: 

Change WEB UI Text

Former Member
0 Kudos
108

Hi Gurus

I want to change the description of the "Search: Service Order" view which is visible from the WEB UI.

I would have thought modifying the Logical Link would have made this possible.

Is this only possible via Custom Code?

If so where must I make the change?

Many Thanks in Advance.

Maximum Points for the right answer.

Panduranga

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You can change the OTR text which is called in the system. Using SOTR_EDIT and there you can change the text element where ever it is used in the system.

Regards,

Justin

Answers (2)

Answers (2)

Former Member
0 Kudos

Many Thanks for your assitance

Former Member
0 Kudos

Hi Panduranga,

If you want to change description to "Search: Service Orders", you have to do it for the BT116S_SRVO component in the toolbar, on the Work center. It should be done in the component BT116S_SRVO, Windows, Main window, under "Breadcrumbs and Messages", in the GET_STATE_DESCRIPTION method.

Overwrite

DESCRIPTION = LV_ROOT_VIEW->GET_STATE_DESCRIPTION( IV_CURRENT_DESCRIPTION ).

to your descriotion at the runtime.

Regards,

Vadim.

former_member202474
Contributor
0 Kudos

Hi Panduranga,

Identify the component for the service order and enhace the window. Change the value in the outgoing paramter 'Description', of the method 'IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION'.

Hope this helps.

Regards,

ruby.