Hello Experts, Some of our flavours are getting frozen when we try to open in edit mode . We tried to increase the memory from 20 MB to 30 MB(Setting a parameter) but still no luck. currently , we can not work with any changes we want to make to some of our flavours . Kindly suggest. Best regards, pradeep.
SP3 Flavours getting frozen when opening in edit mode
SAP Screen Personas 3.0 SP2 - ICON gallery is empty
Hi Guys,
I have a problem with galery icons is empty in SAP Screen Personas 3.0 SP2 interface personas .
I could see the icons are being sent from backend to UI interface. Below the printscreen :
I also have attached the log browser .
If anyone knows how to solve this problem. I will be very grateful for the help.
Thks.
Allan Pizaia
Data Download in SAP personas - List- > Save
Hello Gurus,
I am having issues in data download in sap personas, it not behaving same as SAP GUI.
In sap gui - I go to - List -> Save -> File- > Text with tab.
I do the same in SAP Personas- the issue is the downloaded file.
I can change the file type to excel - but after downloading it all just comes in one column, which is not the same in SAP GUI.
Just wondering - how come SAP is behaving different in web gui.
I am on Personas 3, SPS2, SAP BASIS 7.4, 010.
ABAP Programming Error
Hi experts,
The system issue below dump after I upgrade the SAP GUI from 720 to 740. The dump error shows below:
Short Text
Exception condition "UNKNOWN_ERROR" triggered
What happened?
The current ABAP program has encountered an unexpected situation.
Error analysis
A RAISE statement in program "SAPLGRAP" has raised exception condition
"UNKNOWN_ERROR".
Since the exception was not caught by a program higher up in the call
hierarchy, processing was terminated.
Information on where terminated
The termination occurred in ABAP program "SAPLGRAP", in "DOWNLOADWRAP". The
main program
was "ZSDR0450".
In the source code, the termination point is in line 264 of (Include)
program "LGRAPF02".
Short text for exception condition:
You can find detailed documentation about the exception condition in
transaction SE37 (Function Library). You can find the name of the
function module called from the display of active calls.
The GUI720 works very well but the GUI740 issue dumps . Can any expert help me now?
Best regards.
"new session" button missing in System when logged via portal
Dear Team,
Please help here; We have sap GUI 740 patch 5/7/8 and I.E. 11 32/64 bit and chrome installed on end users desktop. Our portal is Netweaver 731 SPS 16.
We recently enabled 'New session' button via below setting NWA - Start/stop - Java Applications - search - *com.sap.portal.appintegrator.sap* - Portal Service Configuration --> and below property was set as false.
It was checked on I.E. 9 and new session icon was active; But now when we checked on I.E. 11 the button still appears disabled. When on same desktop we installed Chrome the button again is active. Is there any parameter that needs to be set from I.E. or from Portal to get it working for I.E. 11 ?
Regards,
Arthur Rodrigues.
change browser title of an Screen Personas Flavor in Fiori
Hello,
I've a problem with my Screen Personas flavor. I integrated these flavors in SAP Fiori (Start Personas Flavors from the Fiori Launchpad - SAP Imagineering - SCN Wiki).
This works really good. When I open a tile which refer to an flavor, the app is opened and everthing without one thing is fine.
The title of tab is always the same. It is always the "link-text" of the launchpad which I must configure in LPD_CUST. But in this Launchpad I created many different tiles for different flavors. I will not make one launchpad for one flavor.
Is there any solution to change the title of the tab dynamically?
You can read the title with a Personas script, but you are not authorized to write a new title.
Maybe there is a parameter to change the title, but I don't know.
Best Regards,
Thorsten
Logon fails
hi All,
i was using Sap Gui ver 7.40 on Windows 10 without any problem.
SUddendly, a few days ago i launched logon and, as usual, appeared a small windows saying "Waiting to connect to..." Usually after some seconds I was redirected in the window where Inshould have typed user name and password but...now this doesn't happen anymore. In fact now there is this small windows saying "waiting" forever.
I use a VPN connection to reach the server and it is regualrly connected.
I have also a MacBook. From that machine everything works fine!
what can be the reason? Please help me as I really need the connection on my Windows 10 pc
Editor stuck on "Updating editor metadata"
Personas 3 SP3
Hi everyone,
we have just upgraded our QA system to Personas 3 SP3 (from SP2) and now I get the following error message when logging into my QA system:
"E: Object created in system <DEV system>; edit object in original system"
It does not prevent me from using the system, but Personas stopped working (no P icon anymore) and also shows the same message in the status bar. I cannot get any detailed info on it, clicking on it does nothing. I've run the Health Check tool and all recommended OSS Notes have been applied.
My Kernel version is 7.42 level 413 (as it is in DEV, where we also have SP3 but all is working fine.)
I could not find anything related to this error message - can anyone please tell me what needs to be done to fix this?
Thanks,
Gabriela
SAP Scripting x GuiXT
Hello, everyone.
I have been trying to use scripting in SAP (run SAP transactions from VBS / VBA codes in Excel) for quite a long time.
Despite Scripting being enabled in my SAP configuration, I have never succeeded in finding a code that, at least, could LOGON SAP.
All i've tried have resulted in different kinds of errors.
examples: GetObject("SAPGUI"); or the ones using RFC connections (which say i dont have enough authorization).
Another example: following code, error in line 37 ( Set SAPSesi = oConnection.Children(0))
Sub Macro2() ' ' Macro2 Macro ' ' Dim SapGuiApp As Object Dim oConnection As Object Dim Session As Object Dim SAPCon As Object, SAPSesi As Object Dim SAPGUIAuto As Object, SAPApp As Object 'Dim sapConnection As Object Set WshShell = CreateObject("WScript.Shell") Set proc = WshShell.Exec("C:\Program Files (x86)\SAP\FrontEnd\SAPgui\saplogon.exe /ini_file=C:\Users\myname\AppData\Roaming\SAP\Common\COPSAPLOGON.INI") Set SAPGUI = GetObject("SAPGUI") Set Application = SAPGUI.GetScriptingEngine Set Connection = Application.openconnection("wwwwwwwwww", True) If SapGuiApp Is Nothing Then Set SapGuiApp = CreateObject("Sapgui.ScriptingCtrl.1") End If If oConnection Is Nothing Then Set oConnection = SapGuiApp.openconnection("wwwwwwwwww", True) End If If SAPSesi Is Nothing Then Set SAPSesi = oConnection.Children(0) End If SAPConnection.Client = "yyy" SAPConnection.User = "xxx" SAPConnection.Password = "zzzz" SAPConnection.Language = "PT" If nsapConnection.Logon(1, True) = True Then MsgBox "No connection to R/3!" End If Set SAPCon = SAPApp.Children(0) Set SAPSesi = SAPCon.Children(0) Application.DisplayAlerts = False With SAPSesi .findById("wnd[0]/usr/txtRSYST-MANDT").Text = "yyy" .findById("wnd[0]/usr/txtRSYST-BNAME").Text = "xxx" .findById("wnd[0]/usr/pwdRSYST-BCODE").Text = "zzzz" .findById("wnd[0]/usr/txtRSYST-LANGU").Text = "PT" .findById("wnd[0]").sendVKey 0 'start extraction .findById("wnd[0]").maximize End With
My question is: How can I have NO authorization for RFC but have scripting enabled to user and also being able to use GUIXT (and all of its functions... like create pushbuttons, record some transactions - but only in sap- , etc)?
Sorry if i've said something wrong, Im in a "learning process"
GUI 7.40 GUI Installation Server - Hardware requirements?
Good day all.
We are looking to establish a GUI Implementation Server to manage our GUI deployments, etc.
Our SAP environments are hosted by a 3rd party, running on IBM/AIX servers using DB2 database. We currently have a mix of GUI 7.30 and 7.40 deployed and are looking to move everyone to 7.40 with network config for SSO, etc.
We want to have the GUI Implementation Server locally and manage it ourselves. Our server team is hesitant to build a server due to the lack of specific details in the guide. Could someone please provide the hardware / OS configuration that has worked for you?
Thanks in advance!
Jamie Mc.
Missing P in Personas
Personas 3.0 SAP GUI and Scripting Support
I was hoping someone could clarify something for me. With Personas 3.0 and the latest patches for SAP GUI 7.40 you can have Persona Flavours for native SAP GUI for windows. Also I have seen the following note regarding limitations https://service.sap.com/sap/support/notes/2080071
What I am still a little unclear on is how does the Personas scripting (which is JavaScript based) run inside of the SAP GUI?
Will there only ever be a subset of scripting capabilities that will work with the SAP GUI, with more functionality available if you use WebGUI?
Thanks in advance,
Simon
BAPI issue in SP3
Hi Experts, How can we get the values from the return parameter which is a internal table ? Below is the sample code snippet . As "return" is a internal table I am getting values as undefined in session logs. unlike in this example where address is a structure https://wiki.scn.sap.com/wiki/display/Img/How+to+call+Remote+Enabled+ABAP+Function+Modules+in+Personas+3.0 var profile = "0005" ; var date = "2016-05-10" ; var empno = "00182586" ; var workorder = "001500000293" ; var hours = "4" ; var oper = "0010" ; var oRFC = session.createRFC("BAPI_CATIMESHEETMGR_INSERT"); oRFC.setParameter("PROFILE", profile ); oRFC.setParameter("CATSRECORDS_IN", [{"WORKDATE":date,"EMPLOYEENUMBER": empno ,"SEND_CCTR":"","SENBUSPROC":"","ACTTYPE":"","PO_NUMBER":"","PO_ITEM":"00000", "SERVICE":"","REC_CCTR":"","REC_ORDER":workorder,"NETWORK":"", "ACTIVITY":oper,"SUB_ACTIVITY":"","CAPA_CATEGORY":"","SPLIT":0, "WORK_CNTR":"","WBS_ELEMENT":"","RECSALEORD":"","RECITEM":"000000", "RECCOSTOBJ":"","RECBUSPROC":"","ABS_ATT_TYPE":"","WAGETYPE":"", "TRIPNO":"0000000000","OT_COMP_TYPE":"","WORKTAXAREA":"", "VALUATION_BASIS":0,"CURRENCY":"","CURRENCY_ISO":"", "EXTRA_PAY_INDIC":"","PAYSCALEGROUP":"","PAYSCALELEVEL":"", "BONUSTYPE":"","BONUSVALUE":"0000","POSITION":"00000000", "CO_AREA":"","TRANS_CURR":"","TRANS_CURR_ISO":"","PRICE":0, "PLANT":"","CALC_MOTIVE":"","CATSHOURS":hours,"UNIT":"","ISOCODE_UNIT":"", "STARTTIME":"00:00:00","ENDTIME":"00:00:00","PREVIOUS_DAY":"","ALL_DAY_FLAG":"", "REM_WORK":0,"FCST_FIN_DATE":"0000-00-00","FIN_CONF":"","SHORTTEXT":"","PART_CONF":"","EXTSYSTEM":"","EXTAPPLICATION":"","EXTDOCUMENTNO":"","STATKEYFIG":"","QUANTITY":0,"UNITQ":"","ISO_UNITQ":"","AMOUNT":0,"LONGTEXT":"","FUND":"","FUNC_AREA":"","GRANT_NBR":"","SEND_FUND":"","SEND_FUNCTION":"","SEND_GRANT":"","CPR_GUID":"","CPR_EXTID":"","CPR_OBJGUID":"","CPR_OBJGEXTID":"","CPR_OBJTYPE":"","FUND_LONG":"","SEND_FUND_LONG":"","BUDGET_PERIOD":"","SEND_BUDGET_PERIOD":""}]); oRFC.setParameter("RETURN", [{"TYPE":"","ID":"","NUMBER":"000", "MESSAGE":"","LOG_NO":"","LOG_MSG_NO":"000000","MESSAGE_V1":"","MESSAGE_V2":"","MESSAGE_V3":"","MESSAGE_V4":"","PARAMETER":"","ROW":0,"FIELD":"","SYSTEM":""}]); //oRFC.requestResults(["CATSRECORDS_IN","RETURN"]); oRFC.requestResults(JSON.stringify(["CATSRECORDS_IN","RETURN"])); oRFC.send(); var _RETURN2 = JSON.parse(oRFC.getResult("RETURN")); var _CATSRECORDS_IN = JSON.parse(oRFC.getResult("CATSRECORDS_IN")); session.utils.log(_RETURN2.MESSAGE); session.utils.log(_RETURN2.NUMBER); session.utils.log(_RETURN2.TYPE); //session.utils.log(_RETURN2.TYPE); //session.utils.log(_CATSRECORDS_IN.WORKDATE); kindly suggest. Best regards, pradeep.
SAP GUI 740 Final Release
Hi, I have an issue when I launch SAP Applications ---> SAP ECC Production - UHP, when I launch it a splash window with the SAP logo appears and doesn't do anything, after a time period ~ 2 to 4 min a window pop up that Server Busy "This action cannot be completed because the "program is not responding. Choose "Switch To" and correct the problem. If I do that it will launch SAP Logon 740 and works fine, if I close the application and re-launch works fine no time waiting. However if I restart the Laptop and launch again the SAP application I have the same issue.
ABAP Programming Error
Hi experts,
The system issue below dump after I upgrade the SAP GUI from 720 to 740. The dump error shows below:
Short Text
Exception condition "UNKNOWN_ERROR" triggered
What happened?
The current ABAP program has encountered an unexpected situation.
Error analysis
A RAISE statement in program "SAPLGRAP" has raised exception condition
"UNKNOWN_ERROR".
Since the exception was not caught by a program higher up in the call
hierarchy, processing was terminated.
Information on where terminated
The termination occurred in ABAP program "SAPLGRAP", in "DOWNLOADWRAP". The
main program
was "ZSDR0450".
In the source code, the termination point is in line 264 of (Include)
program "LGRAPF02".
Short text for exception condition:
You can find detailed documentation about the exception condition in
transaction SE37 (Function Library). You can find the name of the
function module called from the display of active calls.
The GUI720 works very well but the GUI740 issue dumps . Can any expert help me now?
Best regards.
SAP GUI logs location
Hi,
So,I want to install a package of SAP (the package tools of SAP is very useful thx ^^), I know the logs are here %PROGRAMFILES%\SAP\SAPSetup\Setup\LOGs
my question is, can we change the location ? because I've made a special folder for my other applications with each logs...
thx for the informations !
Best regards
Aurel
Cursor position in input fields
Hello everybody,
after the update to the SAP GUI 740, one of our users has the problem that the cursor is positioned exactly there in a field where you clicks and not at the beginning of the field (see the screenshoot below).
The user have this issue on all our systems and all fields. But what is really strange that our user work in a CITRIX environment and the initial settings are the same for all users, but it applies only to this one user.
Does anyone know the behavior and perhaps how to disabled it?
Thank you in advance
Alexej
SAP Personas 2.0 - IF condition for create/edit/display modes
Hi,
I'm writing a flavor for an ECC transaction (REBDPR), that has the transaction code for create/edit/display modes (unlike for example VA01 for create, VA02 for edit & VA03 for display).
I've created a number of script buttons that do various things. But I need to grey out the buttons if screen is loaded in display mode.
I thought I would use a new script button, configured to be triggered upon screen load (using main user area's onCreateHandler property).
But I'm struggling to figure out how to identify if the screen is being loaded in CREATE or CHANGE or DISPLAY mode, using script's IF condition.
There is a button on the screen, that changes it's IconID property from B_CREA to B_CHNG to B_DISP, depending upon mode. But I don't know how to write an IF condition that exploits this IconID property of this control.
I tried with control.IconID & control/IconID with "equals to" condition, but it didn't work.
Has anyone every tried or achieved this with Personas 2.0?
Or is there any other option that I can try?
Any help or guidance much appreciated!
SAP Personas 2.0 - flavor has suddenly stopped working
Help please. I've been developing a flavour for ECC Finance transaction REBDPR. All was working fine till about an hour back. I went to lunch, lost the session. When I logged back into Personas, my flavour for that particular transaction isn't launching at all. Whenever I try to launch it, I am getting below mentioned error:
Downloading the error file doesn't give me much of a clue. I can try to undo some of my last changes (if they're causing any issues), but don't know how to do that if I can't even open transaction in that flavour.
Any help or suggestion about what I can try please?
Log:
<?xml version="1.0" encoding="UTF-8"?>
-<Entries>
-<Entry>
<![CDATA[24/6/2016 13:41:15,290479 ERROR Sap.Imagineering.Personas.Common.Resource.ResourceFileRequest->EndGetResponse - [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer]]>
</Entry>
-<Entry>
<![CDATA[24/6/2016 13:41:15,667479 ERROR Sap.Imagineering.Personas.Common.Resource.ResourceFileRequest->EndGetResponse - [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer]]>
</Entry>
-<Entry>
<![CDATA[24/6/2016 13:41:58,943479 ERROR Sap.Imagineering.Personas.Common.Utils.<>c__DisplayClass6-><GetResponse>b__5 - [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state) at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at Sap.Imagineering.Personas.Common.Utils.HttpWebRequestExtension.<>c__DisplayClass6.<GetResponse>b__5(IAsyncResult asyncResult) *** ROOT Exeption: System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState) at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__0(Object sendState)]]>
</Entry>
-<Entry>
<![CDATA[24/6/2016 13:41:58,945479 ERROR Sap.Imagineering.Personas.Profiles.BSP.BspProxy->GetFlavorInfo - Retrieving unassigned flavors from the server failed. System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer at Sap.Imagineering.Personas.Common.Utils.HttpWebRequestExtension.GetResponse(HttpWebRequest request) at Sap.Imagineering.Personas.Profiles.Common.RestClient.Get(String uri) at Sap.Imagineering.Personas.Profiles.BSP.BspProxy.GetFlavorInfo(Flavor& flavor) *** ROOT Exeption: System.Net.WebException: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50428.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState) at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__0(Object sendState)]]>
</Entry>
-<Entry>
<![CDATA[24/6/2016 13:41:58,947479 ERROR Sap.Imagineering.Personas.Base.Controller.RenderingController->ChangeFlavor - Couldn't change Flavor. Sap.Imagineering.Personas.Profiles.Exceptions.FlavorNotAvailableException: Exception of type 'Sap.Imagineering.Personas.Profiles.Exceptions.FlavorNotAvailableException' was thrown. at Sap.Imagineering.Personas.Profiles.BSP.BspProxy.GetFlavorInfo(Flavor& flavor) at Sap.Imagineering.Personas.Profiles.BSP.BspProxy.RetrieveFlavor(Flavor& flavor) at Sap.Imagineering.Personas.Profiles.ProfileManager.SelectFlavor(Flavor flavor, String tCode) at Sap.Imagineering.Personas.Base.Controller.RenderingController.ChangeFlavor(Flavor flavor)]]>
</Entry>
</Entries>