SAP Personas : how handle error of Status Bar
Hi,i am new to SAP personas, i need to know how to handle Status Bar error. Scenario is; i am execute report VA05n for today's date, if there is no date system left in selection screen with status bar...
View ArticleRe: SAP Personas : how handle error of Status Bar
There are two common approaches to this. First, you can check for the existence of a screen element from the selection screen. If it exists, you must still be looking at that screen and so the report...
View ArticleRe: SAP Personas : how handle error of Status Bar
Hi Steve,thanks a lot your quick reply, actually i found the solution from your your previous post (i missed "screen refresh" in script). thanks alot. here now new issue/query, can we use hotkeys in...
View ArticleRe: SAP Personas : how handle error of Status Bar
Would you mind asking this in a separate thread? Others are more likely to find it that way, than hidden here in a comment on an unrelated question. I'll answer on the new thread! Steve.
View Articlehow to use hotkeys in Person Script Button
here now new issue/query, can we use hotkeys in Script button e.g. in VA03 "Crtl+Shift+F1" can take directly to order print preview. pls guide. Shoaib
View ArticleRe: SAP Personas : how handle error of Status Bar
posted, how to use hotkeys in Person Script Button thanks shoaib
View ArticleRe: how to use hotkeys in Person Script Button
Usually there's a menu item corresponding to the key combination and the simplest thing is to just use that. Record yourself selecting the item from the menu and you'll see what's required. If there...
View ArticleRe: How to Prevent Multiple Logins
Just a quick question on this - when this is done is it system wide or client specific?
View ArticleRe: question on html version of SAP Screen Personas
Torren,Did you find a resolution to this issue? I am having the exact same problem. Please let me know. Thanks!Veera
View ArticleRe: SAP GUI 7.4 to be update new patch?
Hello Nivas It means the patch 1 has been updated, so you don't need to apply it again.If you apply it again, the popup will be diaplayed. It's a correct behavior and we don't need to check the .cab...
View ArticleRe: SAP GUI 7.4 to be update new patch?
Hello Detlef You can also check your file version and patch level using the following method: --------------------Please press "ALT+F12" on the keyborad in any session in SAP system, select...
View ArticleRe: question on html version of SAP Screen Personas
Hi,Please refer to reply from Peter Spielvogel on May 29 in the above conversation for the reply to your query.Regards,Mohan
View ArticleHow to compare a field to a variable - IF Screen Personas
Hello, I'm trying to create a script in Screen Personas with an IF statement, but it's not comparing the variable (NUM_FORN) with the value that I get from table. I've tried to put "args.NUM_FORN",...
View ArticleRe: SAPGUI7.30rev9 MultiScreen NullPointerException
Hello, we have installed Oracle JRE 1.8 update 25 64bit on Ubuntu 14.04 with two monitors connected and SAP GUI for Java 7.40. We were able to logon to a system without seeing this issue. Unfortunately...
View ArticleRe: Changes of text fields in JavaScript are not transported to SAP Screen...
Sorry I had just Problems with the SCN Interface.My Problem is: I entered a simple script in JAVA Script for SAP Screen Personas 30 Test as you see it in the Attachment of the original request.The...
View ArticleHow to change the colour of a table?
Hello, Using Personas 2, I would to change the colour of a table of a returned iw28 instruction? When I select the table the colour pallet is not available, is this controlled my user setting? Many...
View ArticleRe: Changes of text fields in JavaScript are not transported to SAP Screen...
You are missing the statement in your script that would set the screen field to the new value. So after setting the otext variable with the IF, you need something...
View ArticleRe: Personas 2.0: How to "Scroll" highlight to a row in table by a given name?
The trouble is with the "until" part. There's no looping in Personas 2 scripting. Steve.
View ArticleRe: Personas 2.0: How to "Scroll" highlight to a row in table by a given name?
Hi Steve, You are right - no loop. But "Scroll Vertically" uses a parameter "Position" which has a value. So I can first CopyTable to an array, then in JS, I manually loop the array to find the "C"...
View Article