Re: SAP Personas flavor for PR & PO..
Yes there are issues with creating flavours for enjoy tcodes. you will need to maintain the necessary control ID overwrites, see note number 1999747
View ArticleUser Area OnCreateHandler - looping
Hi Guys, I have created a little script that runs SU3 to pick up and display the user's system id. It works fine when going in for the first time, or if I run it manually from my screen but if I leave...
View ArticlePersonas: Passing a value along the transaction UI flow failed.
Hi guys, I am having an issue and hope some of you can give me a hand: On my Personas home screen (let's call it ScreenA): There is a textbox field, called txtTF, for user to type in a...
View ArticleTab not working on ALV report output in Persona
In normal SAP GUI we can move the cursor position on ALV report output between different column by pressing TAB on keyboard. But in case of persona 2.00, TAB doesn't work and we have to click on each...
View ArticleRe: Personas: Passing a value along the transaction UI flow failed.
Hi again, Try inserting a refresh screen action at the point in the script where the new screen is accessed, this usually sorts problems where the control cannot be found.
View ArticleRe: Personas Configuration Check
Hi Elder,Were you able to resolve this issue ?I too am getting the same Configuration Check warning messages.If you were able to resolve it please share how you were able to resolve it. Thanks,Manoj
View ArticleRe: Personas: Passing a value along the transaction UI flow failed.
hi dong, Having "refresh screen" action ensures that personas client has the "current screen state" at that point of execution. For example, lets say in your script button, you push one button in each...
View ArticleRe: User Area OnCreateHandler - looping
hi Patrick, can you put your script actions here so that we know what is there exactly and little more description of your scenario. SUshant
View ArticlePersonas and PFCG Roles
Hello community, I am working with a team to help deploy Personas for our production systems. I was wondering if there was a way to provide access through PFCG roles in SAP? I know about the admin...
View ArticleSAPGUI: CTI screenpop
Hi SAP community, I'm trying to scope out a project in which I need to perform a cti screen-pop to an SAP user running SAPGUI. My contact center is capable of integrating via SOAP, REST or by...
View ArticleSAP Accessing through Sap-router string
Hello BASIS Experts, I have one query on SAP Accessing through SAPRouterstring, Few users are allowed to Access SAP System by using Public IP. They are using this Public IP with internet only. When i...
View ArticleRe: How to use the sap gui
Like I said am a novice trying to use sap gui for studies. What study gui or tools i can use to practice?
View ArticleScreen Personas - Alignment of controls on screen
Hi, I started with some hands-on exercises on Screen Personas 2.0. I noticed that while creating flavors the screen does not show itself in a full screen mode. So, when you drag and drop controls they...
View ArticleRe: Screen Personas - Alignment of controls on screen
Hi Abhijeet, the SAP Note 1884539 says: On changing screen resolution, alignment of the fields/controls changes.SAP Screen Personas and SAP Dynpro technology rely on absolute positioning from the top...
View ArticleRe: Personas flavors not fully transported to new system(s)
I also recommend checking the settings in SCC4 of the client where you are creating the transport. Go to SCC4 and check which checkbox is selected under "Changes and Transports for Client-Specific...
View ArticleRe: User Area OnCreateHandler - looping
Hi Sushant, Here's the setup...... nothing much to it ... go to SU3 and pick up the userid, come back and display it on the screen. As I say it works fine when I land on this page so the...
View ArticleRe: Is it possible to sequentially read through a table like sales order...
Hi Steve, great stuff - once again excellent - I'll need to study this for a while before I can really get me head around it. Is there a JavaScript book that you would recommend for working in this...
View ArticleRe: Is it possible to sequentially read through a table like sales order...
That depends on your previous programming experience. For what you're likely to need for Personas 2, probably almost any basic javascript book would do. You don't need to do anything particularly...
View ArticleRe: User Area OnCreateHandler - looping
Hi Patrick,onCreateHandler is invoked on every screen load. So when you hit back, it gets called again. Hence it ends up in loop. If you have Landing page with Go button -> Current page -> SU3...
View ArticleRe: Personas and PFCG Roles
Hi Terrance,Personas roles are independent of PFCG or IDM authorization to control what level of access should be provided to each user in Personas. Currently there is no way to use PFCG or IDM with...
View Article