Re: Visual Basic and SAP scripting GUI
I have been running VB scripts for simple tasks in SAP. today when I log into SAP via VPN my script errors out at the following step Set Connection = SAPApplication.Children(0)Set Session =...
View ArticleRe: SAP SSO using both SNC NTLM & Kerberos on the same GUI
Hi, This is easy to solve. First, I wanted to explain that SAP GUI is 32-bit so you need a 32-bit SNC library on the workstations where SAP GUI is installed. If your SAP system on Windows is 64-bit...
View ArticleRe: Connection lost to dips+work.exe
SAP GUI 7.30 Patch Level 7 was corrupted. New Patch Level 9 installed and everything is working fine.
View ArticleRe: Visual Basic and SAP scripting GUI
Maybe try this one: If Not IsObject(app) Then Set SapGuiAuto = GetObject("SAPGUI") Set app = SapGuiAuto.GetScriptingEngineEnd IfIf Not IsObject(Connection) Then Set Connection =...
View ArticleRe: Perosonas for non unicode system
Hi Ramesh,Personas are supported by SAP only on Unicode systems. Check note http://service.sap.com/sap/support/notes/1884539 For Fiori is not a prerequisite. Regards,Vasilis
View ArticleRe: SAP Personas Error Retrieving user profile information from the server...
Hi Elmer,Can you provide the following details:* Kernel version and SP* Basis Version and SP* Personas version and SP* Have you applied the appropriate notes from our cumulative note#1964257* have you...
View ArticleRe: SAP Pesona HTML version
Hi Pooja, Please read the following documents.SAP Screen Personas HTML update How to choose between SAP Screen Personas 2.0 and 3.0. Start or Wait? This should explain why you should stick with SAP...
View ArticleRe: Screen Personas: Create or control button visibility dynamically
Hi Jeron, did you move forward and succeed with this initiative to make the DMS more user intuitive/friendly with Screen Personas? tks, Luiz
View ArticleSAP Screen Personas Customization
Hi, Understood that SAP Screen Personas enable customization of the standard classic SAP screen whereby I can remove unnecessary information that is not needed. I wanna customize my standard PO screen...
View Articleend to end performance tracing for SAP Screen Personas
Hi all, Recently, we have received cases of performance issue of SAP Screen Personas, and we need to do an overall end to end performance trace which should include the time spent on client side...
View ArticleRe: question on html version of SAP Screen Personas
Hello Tamas, I would start this by thansking you as I was strugging for last few days to start Persna for HTMl, but when I used the url posted by u, finally I am able to see some screen with the...
View ArticleRe: SAP Personas Error Retrieving user profile information from the server...
Hi! Kernel 741 Patchlevel 43Basis Release 740 SP 6Personas Version 2.0 SP 2Corrections have been applied, especially note 2016378!Yes, a System was applied to my user. In our case, this System is the...
View ArticleRe: How to add a line item to an existing sales order?
Hi, The script recorder does actually pick up which buttons are pressed, try making the script editor window bigger... or click in the step and copy the value of the control ID and paste it in a text...
View ArticleDisplay of 2 General Ledger Accounts per Accounting Entry
Hi Experts, We have been searching for the right program to use in showing the GL Accounts of each entry.For example, we have to see the Expenses for Water and we also have to know the Withholding Tax...
View ArticleRe: How to add a line item to an existing sales order?
Neil has already answered the first question. The IDs for the buttons are very long and just don't fit in the editor window. The recorder will have recorded them correctly, though. Click in the step,...
View ArticleRe: Visual Basic and SAP scripting GUI
Luc, i replaced my code with this. in this case the script goes thru the bold lines below, hence the session and app are not set. so fails when it hits the transaction recording statement If Not...
View Articleprinting problem in apple mac os
Dear All, we are having problem in apple mas OS printing problem. not able to print out RegsJitendra Singh8800766770
View ArticleRe: printing problem in apple mac os
Perhaps you could be a little more specific about what happens, what goes wrong, and what you've already tried to solve the problem? You're not going to get much help with a problem description of, "It...
View ArticleRe: Error in SAP GUI 7.30 (Can't close SAP Logon entry window)
Hello Jann, I don't have those options. I'm not a programmer, I'm a SAP end user. Would appreciate some help. Thanks!
View ArticleRe: SAP Personas Error Retrieving user profile information from the server...
I just found something interesting! When i try to call this URL directly, then it works! But, before i have to authenticate myself ... This seems to be the problem somehow! Shouldn't this happen...
View Article