cancel
Showing results for 
Search instead for 
Did you mean: 

Customize/ Change SAP MII screen source code

0 Kudos
414

I am new to SAP MII and I have access to MII workbench. There is a project which is already in place that uses MII screens and UI5 for front end. Flow is like this: From UI5 a dialog box is opened and in that we have an IFRAME which points to one of the MII screens. Once that screen is opened, if I click on a button within that screen, an authentication pop-up opens up with auto filled user name and password. I want to ensure that password field is blank (even if auto -save password browser settings is on), for that I want to write a custom code to make that field value ="". Issue is - its not UI5 code and its MII code so I don't know how to access till that button click event. Any ideas?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185280
Active Contributor
0 Kudos

MII doesn't really have its own login per se, it uses the standard netweaver/portal login. Is the UI5 portion of the application hosted on the same server as MII or coming from a different server? If it is the same server then there is a possibility the login screen is something custom and from the url you should be able to find the source somewhere in the MII workbench. If not then it is probably the neweaver login screen and manipulating that would be more of a netweaver/portal issue than an MII one.

Regards,
Christian