on ‎2017 May 22 5:57 PM
Hello Experts,
We are working on Work Manager 6.2. Windows client 70.7. SMP version SP 11.
We want to have custom error message if user enters wrong Password or the user account is locked in SAP Instead of the one showing below -

Could anyone please suggest where we should be looking in order to change this.
Thanks in advance,
Sujit Ghanti
Request clarification before answering.
You will want to look into overriding the ClientText values. There should be a ClientTextBase.ini that lists all the strings that can be overridden in your application directory. You could simply rename the file to ClientText.ini which is what by default the system looks for or create a new file with just the specific values you wish to override. The server will automatically send it to the client as part of the initial sync.
If you want to modify values that are used before the initial sync happens you will need to create a branded client that contains the equivalent overrides. Just keep in mind that whatever the server sends down takes precedent over anything you brand into the client.
--Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bill,
I am also working with SAP WM 6.2 and trying to customize "Invalid login username or password(repeat logon) " and "Error validation user password" error, but unfortunately these are not exist in ClientTextBase.ini file. Its great help if you can suggest to customize these errors as well.
Thanks & Regards
Mohit Tyagi
Mohit,
Both of those error messages are thrown from the SAP Common Java and would need to be modified in the Java layer as it is application specific and not a client message.
--Bill
| User | Count |
|---|---|
| 13 | |
| 7 | |
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.