Re: MySAP PLM + java 7 rev67 + OSX 10.9.5 : problem upload/Download
That is the version of SAP GUI, ask your basis admin to help you with the version information I asked for. SAP GUI is not relevant in this case, cFolders is a web application.
View ArticleRe: Rendering Error in SAPGUI for HTML
Hi Ricky, indeed this must be related as the parameter never seems to affect the way the browser renders the application. Even by executing it directly from SICF and appending the parameter to the URL...
View ArticleRe: Rendering Error in SAPGUI for HTML
For everyone struggling with this issue, I highly recommend reading Maya Amit's very informative blog post about browser rendering issues in the portal, including excellent links to relevant Notes,...
View ArticleRe: Rendering Error in SAPGUI for HTML
Hi Matt, that was the first link I came accross! Unfortunately, it didn't do the trick either. Changing 'Browser Document Mode' didn't have any impact on the iViews on the portal in IE11... Thanks for...
View ArticleRe: kernel version required for Personas 3.0
It looks like the first of those, 1926394 is the one that contains the fix. It, or one of its many pre-requisite notes . I just applied that to my system without the others listed, and the problem has...
View ArticleRe: kernel version required for Personas 3.0
the issue is still there for us... 0001926394 SAP GUI for HTML: Rendering mode update – Already on a higher SPS0001964944 Active ITS frameset not always wanted for IAC and others – Already on...
View ArticleRe: vertical scroll logic
The above is the error script which throws unknown error.Now I realize that I may need to put one more refresh screen before copy table. Let me try it.If it works then my logic would be simplified.
View ArticleRe: vertical scroll logic
Yes, I think you need a Refresh Screen immediately before the Copy Table. Steve.
View ArticleRe: vertical scroll logic
excellent its working fine. I never knew refresh screen would do magic. Thanks a lot!. By the way , yes you are right vertical scroll is appearing by itself when the data is more.
View ArticleRe: vertical scroll logic
It isn't magic! Whenever you copy data from a screen immediately after a screen has changed, you need a Refresh Screen action. If you are copying multiple values you only need it once, and of you don't...
View ArticleSAP Screen Personas - Problem with entering field value
Hi, I have created a flavour on transaction VC01N_M - Creating Mailings. Within this flavour, I am not able to enter any values in some field, for example contact type or organizational units (neither...
View ArticleRe: Creating PA20 screen with Screen Personas
Hi Srikanth, Looks like in your script you are copying the personnel no after clearing it.Copy it before clearing the value and try. Regards,Karthikeya
View ArticleRe: Creating PA20 screen with Screen Personas
Hi Karthikeya, Thanks for the reply. As per you suggestion it works, but there is one more issue.Once I enter the personnel no. and then I need to press "Enter" and then click on "Find" to get the...
View ArticleRe: Creating PA20 screen with Screen Personas
Srikanth,You are overwriting Personal# with blank in step 2. You don't need step1,2,3 in your script. Please try without them. ThanksChinthan
View ArticleRe: Creating PA20 screen with Screen Personas
Hi, Thanks for the reply. It works, but I need to click on twice "Find" to get the name into the name Field.S.Srikanth
View ArticleRe: Creating PA20 screen with Screen Personas
Hi Srikanth, Try "refresh screen" after "press enter" in the script. Regards,Karthikeya
View ArticleRe: SAP Screen Personas - Problem with entering field value
Hi Mark,Can you provide screenshot to help us understand better? ThanksChinthan
View ArticleRe: SAP Screen Personas - Problem with entering field value
Following a Screenshot that shows a part of a dynpro in Screen Personas Editor. In SAP GUI it looks nearly the same way (transaction vc01n_m). Problem is, that the value for contact type does not...
View Article