cancel
Showing results for 
Search instead for 
Did you mean: 

SAP 4.2 Change logon page content instruction section - BI Launchpad

Former Member
0 Kudos

Hi,

I'm trying to specifically change the

"Enter your user information, and click Log on.

If you are unsure of your account information, contact your system administrator" on SAP BO 4.2

Can you guide me please? I've looked in the logon.jsp file but nothing there.

I've managed to change everything else apart from that.

Thanks in advance.

Steven Farrugia

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member316829
Participant
0 Kudos

Instead of Logon.jsp you can have custom.jsp page as your default login page for user.

The workflow can be:

  • Create a valid enterprise session
  • Initialize a logon token using the session object
  • Append the token with BI Launchpad URL in order to authenticate user against CMS
  • Reuse the same token for rest of the calls to BI launchpad until token is valid
Former Member
0 Kudos

Hi Deepak,

Thank you for your reply.

I would like to keep the layout the same. All I wish to do is change the two lines of text present in the login page mentioned in my question above.

"Enter your user information, and click Log on.

If you are unsure of your account information, contact your system administrator"

Thanks,

Steven Farrugia