Re: Personas 2.0: How to merge tabs whose contents depend each other(IW21)?
The reason for the hidden tab showing up are the required fields and thereby the enforced processing sequence in filling out the tab strip fields.If you check the tab caching indicator upon entering...
View ArticleRe: STRING FUNCTIONS in SCREEN PERSONAS
var r = new RegExp('\\d+');args.output = parseInt(args.input.match(r));or args.output = args.input.match(r).toString();Should work!!
View ArticleSAP Scripting Code to know when FBl5n/1n stops loading/executing
Hello Experts, New with sap scripting. May I please ask how can I know, with SAP Scripting, if FBL5n or FBL1n is already done displaying the needed report.This is not available with the recording only....
View ArticleRe: SAP Screen PersonasFlavors missing after ROLES/Accesses changed in UserID
Hi Dan, We are running it on the DEV server for a client.Peronas version 2.0 @Steve Rumsby @Sushant Priyadarshi @Tamas Hoznek @Peter Spielvogelwould you have an idea what would be the...
View ArticleRe: Screen Elements disappearing in SAP Screen Personas.
Sorry for the late reply but I am facing another critical issue related to losing all my flavors. Starlet Abraham
View ArticleWhere flavors are saved before role assignment to user?
Hi everyone, I created upto 8 flavors to my login . Unfortunately i didn't see that i dont have any roles assigned to my username. After creating 8 flavors i realized it when i tried to share with...
View ArticleRe: Where flavors are saved before role assignment to user?
I don't quite understand this scenario. If you have no Personas role assigned to your user in the Personas admin transaction, then how could you create any flavors? You'd need FULL_EDIT_ACCESS or some...
View ArticleRe: SAP Screen PersonasFlavors missing after ROLES/Accesses changed in UserID
Assigning a new Personas role should by no means change any of the existing flavors, let alone make them disappear.The /PERSOS/FLAVOR table must still contain the flavors and you should be able to find...
View ArticleRe: Where flavors are saved before role assignment to user?
Hi Tamas, That should happen in ideal scenario but in our case, the user was not aware of the role assignment. But still he was able to edit the flavors and save it. the flavors where not visible in...
View ArticleRe: Where flavors are saved before role assignment to user?
As the flavors are not saving t in any of the tables , I wonder where would the flavors will actually get saved ?
View ArticleRe: SAP Screen PersonasFlavors missing after ROLES/Accesses changed in UserID
Hi Thomas, that's exactly what I asked Starlet to do - to log a OSS incident with SAP. Thanks for the latest note info & thanks again for the response. RegardsDan
View ArticleRe: Where flavors are saved before role assignment to user?
Go to SE16 and display table /PERSOS/FLAVOR.Do you have any entry in there where the flavor NAME is empty (blank)?If yes, then apply note 2119859 to fix the bug causing this issue.You will have to edit...
View ArticleRe: Where flavors are saved before role assignment to user?
I think there is some confusion here regarding what roles are we talking about. Do you mean Personas roles (assigned in the Personas admin transaction)? Or is it the PFCG role /PERSOS/ADMIN_ROLE...
View ArticlePersonas 2.0: Best practice - flavor naming convention in Personas?
Hi Personas experts, This is a small question regarding best practice, but it becomes important when it comes to the go-production phase: Assume there are two apps, each has several flavors. Since the...
View ArticleRe: SAP GUI for Windows and Support of JAVA 8
For Jnet and JGantt refer to this important note http://service.sap.com/sap/support/notes/2103687apart from that, there is no Jre requirement Jude
View ArticleRe: SAP GUI for Windows and Support of JAVA 8
Thank you Jude. I'm actually trying to find out if there are any restrictions why JAVA 8 should not or cannot be used at the moment. e.g. like SAP Note 1999090 - "Does SAP BI product support JAVA 8...
View ArticleRe: SAP GUI for Windows and Support of JAVA 8
For BI, this is a separate component - you can check here:SAP Business Warehouse Best of luck! Jude
View ArticleRe: Personas 2.0: Best practice - flavor naming convention in Personas?
Flavours for different transactions can have the same name. In my Personas development for our maintenance department (Putting everything together - the finished Personas project) there are 20...
View ArticleRe: ECATT error when replaying back the script.
You'd be better off asking this in the ECATT space... Steve.
View ArticleRe: Getting a count of entries of a table
Hi, sorry to revisit an old question, i'm trying to use the OnCreateHandle on a yes/no message popup, i have added a script button which presses only 'Yes' and added the id to the OnCreateHandle entry,...
View Article