Re: SAP Personas 2.0 crashes while opening in Web Browser
Looks like you still have some configuration / installation issue, just like the change of the SICF handler. My first suspicion would be some system setting being incorrect in SPRO. Verify the...
View ArticleRe: This is reg SAP Personas 2.0 buttons functionality
Agree with Steve but if I had to have a wild guess; I'd try putting a Refresh Screen command between your two Save commands in your script of workaround 1 (I'm assuming after your first Save you remain...
View ArticleRe: 'The session has timed out - please log in again.' error when clicking...
This issue was resolved when I installed PER 2.0 SP3.
View ArticleRe: Personas 2.0: How to maintain the list selection in back stepping
Hi, Extra info - since the list selection can be done by "Enter value" with a fixed value, I tried a script btn which checks a value from a textbox, then depend on the value checked, it "Enter the...
View ArticleRe: Personas 2.0: How to maintain the list selection in back stepping
Hi Dong, What transaction is this 'home screen' and how does this list look like? Is it a table in a standard transaction? In general, the way I would approach such a problem is this: When a selection...
View ArticleSAP Personas T-Code permission
Hi, We are creating one screen in SAP Screen Personas using two T-Codes but some users that will use this screen don't have access to one of these t-code. If this user had access to t-code and use...
View ArticleScript execution error - control not found
Hi folks,I'm getting a "control not found" error on a script. This is on a Personas 2.0 SP3 system. The Flavor is based on ECC PR Display tcode ME53N. One Control-Id overwrite rule exists in our...
View ArticleRe: Sap Screen Personas 3.0 Validate one field
I assume in your original script you have { after else, which is missing here. Other than that put a debugger; statement in the first line of else. when you open chrome/safari debugger tools, the...
View ArticleRe: WSAEWOULDBLOCK when logging into SAP via VPN
Hi Andre, Is you VPN connection stable on this PC. Is it the same VPN version installed on the other PC's. You could try uninstalling and re-installing the VPN client. Can you check your services...
View ArticleRe: SAP Personas 2.0 crashes while opening in Web Browser
Hey Tamas, After much struggle I found out the issue.. Its really weird I couldnt have suspected this could be a problem.In SPRO config, I had put Server.Url - http://hostname.xyz.com:8000/As you see...
View ArticleRe: SAP Personas 2.0 crashes while opening in Web Browser
As suspected - a configuration error in SPRO. A common mistake.
View ArticleRe: Sap Screen Personas 3.0 Validate one field
If I removed "IF SENTENCE" the program works fine, but I want to do the validation. Thanks!!
View ArticleRe: 'The session has timed out - please log in again.' error when clicking...
...which means that probably the system wasn't fully up-to-date, missing some notes that have been incorporated into SP3.
View ArticleRe: Sap Screen Personas 3.0 Validate one field
You can get more specific with status bar messages.Use JS .contains for a string to look for certain error message you are looking for...etc etc.. Below example is for a flavor from transaction...
View ArticleRe: SAP Personas T-Code permission
Hi Lucas, The authorizations in ECC are the first level of authorizations. On top of it, the Personas authorizations are implemented. So to have an access at Personas, the user has to have access at...
View ArticleRe: How can I have a label without text?
Because if I hide the label I can not show the field
View ArticleRe: How can I have a label without text?
hi asier, It was/is a bug in Personas 3 where a blank label cannot be created. Sushant
View ArticleRe: Link a Image to a website
first, create a script having the content as:session.utils.openUrl("http://www.blabla.com"); then, in your flavor, after you have inserted your image, click on the image, click Script Events...
View Article