on 2016 May 25 3:32 PM
can you make sure that you have the latest version of client?
Also put your whole script here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Here is the script:
session.findById("wnd[0]/tbar[0]/btn[3]").press();
var tcode = session.info.transaction;
if(tcode == "IE03")
{
session.findById("wnd[0]/mbar/menu[0]/menu[2]").select();
session.findById("wnd[0]").sendVKey(0);
}
else if(tcode == "ZTOOLS")
{
var screen = session.info.screenNumber;
alert(screen); //No popup is coming and in Logging there is error during script execution
}
How do i check the client?
Best Regards,
Oskar Söderlund
Hi Oskar,
You can run the health check tool in the SAP Screen Personas admin transaction - /PERSONAS/ADMIN . This tool will indicate if the latest client sources are implemented or not.
The latest version of SAP Screen Personas 3.0 SP02 is version 23 of the following SAP Note:
2222774 - SAP Screen Personas 3.0 SP02 : Update of Client Sources Files
Can you let me know the type of transaction ZTOOLS? Is it a report program or a program with screens etc. ?
If the error occurs with the latest version of the client, kindly open an incident. It is possible that the screen information sent from the backend somehow does not have the screen information for this transaction.
Best regards
Kranthi
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.