cancel
Showing results for 
Search instead for 
Did you mean: 

Change the browser title

0 Kudos

Hi all,

I have a small requirement here, I want to change the browser title in SRM 5.0 to show the systemname. It currently shows "SRM - Enterprise Buyer - Microsoft Internet Explorer ...".

Please help me will award you the points.

Regards,

Gregor

Accepted Solutions (1)

Accepted Solutions (1)

pvanhoove
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

This tittle is defined in the class CL_SRM_ICF_BASIC_LOGIN, method HTM_LOGIN

Source code extract:

CONCATENATE '<html>'

co_crlf '<head>'

co_crlf '<title>SRM - Enterprise Buyer Welcome!</title>'

You can modify this tittle here with with the system value. Or create subclass and redefine the method.

Rgds,

Pierre

0 Kudos

Hello Pierre,

thank you for the fast reply but i think that's only the half truth. The browser title changes after login.

But i need the title later on.

greets

Gregor

pvanhoove
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

You are right, the next title is set in the service BBPSTART, template bbpglobal_2000

</SCRIPT>

<title> Gregor's Enterprise Buyer</title>

</head>

Rgds,

Pierre

Answers (0)