Hi all,
I want to know about what is the best solution to connect a SAP server using SAP GUI. from outside the LAN network.
1. SAP router string
2. VPN client
Please give your best response......
Thanks
Ashish Kumar
Hi all,
I want to know about what is the best solution to connect a SAP server using SAP GUI. from outside the LAN network.
1. SAP router string
2. VPN client
Please give your best response......
Thanks
Ashish Kumar
Hi,
Any tips on how to handle this situation ...
We use a lot of notifications for different things, we are using them for our helpdesk system and now for something else... We also use the worklists for notifications and the various workflows.
So I have 2 flavours for a notification transaction IQS23, and 2 of the worklist and of the workflow inbox, how do I get Personas to know which flavour I want it to render based on which worklist or business process I'm coming at it from?
I have shortlinks created for all my transactions but that doesn't seem to matter since I'm coming at the transaction from a worklist or workflow inbox.
This must be possible...
thanks,
Neil
Hi Community,
I need your Help. I have created an excel macro which gets into SAP system, enters to a transaction, chooses a variant, it downloads it to my computer and then it makes some changes to the file.
Basicaly, what I want to do is to add a progress bar while the macro is running, the idea is to replace the screenupdating with the progress bar.
Please find below the macro code:
Sub GMP()
'
' Macro1 Macro
'
If Not IsObject(SAPguiApp) Then
Set SAPguiApp = CreateObject("Sapgui.ScriptingCtrl.1")
End If
If Not IsObject(Connection) Then
Set Connection = SAPguiApp.OpenConnection("R/3 PCL nuevo", True)
End If
If Not IsObject(session) Then
Set session = Connection.Children(0)
End If
session.findById("wnd[0]/usr/txtRSYST-MANDT").Text = "123"
session.findById("wnd[0]/usr/txtRSYST-BNAME").Text = "user"
session.findById("wnd[0]/usr/pwdRSYST-BCODE").Text = "pass-"
session.findById("wnd[0]/usr/txtRSYST-LANGU").Text = "EN"
session.findById("wnd[0]/usr/txtRSYST-LANGU").SetFocus
session.findById("wnd[0]/usr/txtRSYST-LANGU").caretPosition = 2
session.findById("wnd[0]").sendVKey 0
session.findById("wnd[0]").maximize
session.findById("wnd[0]/tbar[0]/okcd").Text = "ksb1"
session.findById("wnd[0]").sendVKey 0
session.findById("wnd[1]/usr/sub:SAPLSPO4:0300/ctxtSVALD-VALUE[0,21]").Text = "laca"
session.findById("wnd[1]/usr/sub:SAPLSPO4:0300/ctxtSVALD-VALUE[0,21]").caretPosition = 4
session.findById("wnd[1]").sendVKey 0
session.findById("wnd[0]/tbar[1]/btn[17]").press
session.findById("wnd[1]/usr/txtV-LOW").Text = "GMP REGControl"
session.findById("wnd[1]/usr/txtENAME-LOW").Text = ""
session.findById("wnd[1]/usr/txtV-LOW").caretPosition = 14
session.findById("wnd[1]/tbar[0]/btn[8]").press
session.findById("wnd[0]/usr/btnBUT1").press
session.findById("wnd[1]/usr/txtKAEP_SETT-MAXSEL").Text = "999.999.999"
session.findById("wnd[1]/usr/txtKAEP_SETT-MAXSEL").caretPosition = 11
session.findById("wnd[1]/tbar[0]/btn[0]").press
session.findById("wnd[0]/usr/ctxtR_BUDAT-HIGH").Text = "31.12.2014"
session.findById("wnd[0]/usr/ctxtR_BUDAT-HIGH").SetFocus
session.findById("wnd[0]/usr/ctxtR_BUDAT-HIGH").caretPosition = 10
session.findById("wnd[0]/tbar[1]/btn[8]").press
session.findById("wnd[0]/tbar[1]/btn[32]").press
session.findById("wnd[1]/usr/tabsG_TS_ALV/tabpALV_M_R1/ssubSUB_DYN0510:SAPLSKBH:0620/cntlCONTAINER1_LAYO/shellcont/shell").currentCellRow = 17
session.findById("wnd[1]/usr/tabsG_TS_ALV/tabpALV_M_R1/ssubSUB_DYN0510:SAPLSKBH:0620/cntlCONTAINER1_LAYO/shellcont/shell").firstVisibleRow = 13
session.findById("wnd[1]/usr/tabsG_TS_ALV/tabpALV_M_R1/ssubSUB_DYN0510:SAPLSKBH:0620/cntlCONTAINER1_LAYO/shellcont/shell").selectedRows = "17"
session.findById("wnd[1]/usr/tabsG_TS_ALV/tabpALV_M_R1/ssubSUB_DYN0510:SAPLSKBH:0620/btnAPP_WL_SING").press
session.findById("wnd[1]/usr/tabsG_TS_ALV/tabpALV_M_R1/ssubSUB_DYN0510:SAPLSKBH:0620/cntlCONTAINER2_LAYO/shellcont/shell").firstVisibleRow = 11
session.findById("wnd[1]/tbar[0]/btn[0]").press
session.findById("wnd[0]/mbar/menu[0]/menu[3]/menu[2]").Select
session.findById("wnd[1]/usr/sub:SAPLSPO5:0101/radSPOPLI-SELFLAG[1,0]").Select
session.findById("wnd[1]/usr/sub:SAPLSPO5:0101/radSPOPLI-SELFLAG[1,0]").SetFocus
session.findById("wnd[1]/tbar[0]/btn[0]").press
session.findById("wnd[1]/usr/ctxtDY_PATH").Text = "\\ARZFP0101\Data\EMP\FINANCE TEAM\Control\2014-02"
session.findById("wnd[1]/usr/ctxtDY_FILENAME").Text = "GMP.XLS"
session.findById("wnd[1]/usr/ctxtDY_FILENAME").caretPosition = 3
session.findById("wnd[1]/tbar[0]/btn[0]").press
Workbooks.Open Filename:="\\ARZFP0101\Data\EMP\FINANCE TEAM\Control\2014-02\GMP.xls"
Range("1:3,5:5").Select
Range("A5").Activate
Selection.Delete Shift:=xlUp
Columns("A:B").Select
Selection.Delete Shift:=xlToLeft
Range("A1").Select
Selection.CurrentRegion.Select
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
With Selection.Borders(xlEdgeLeft)
.LineStyle = xlContinuous
.ColorIndex = 0
.TintAndShade = 0
.Weight = xlThin
End With
With Selection.Borders(xlEdgeTop)
.LineStyle = xlContinuous
.ColorIndex = 0
.TintAndShade = 0
.Weight = xlThin
End With
With Selection.Borders(xlEdgeBottom)
.LineStyle = xlContinuous
.ColorIndex = 0
.TintAndShade = 0
.Weight = xlThin
End With
With Selection.Borders(xlEdgeRight)
.LineStyle = xlContinuous
.ColorIndex = 0
.TintAndShade = 0
.Weight = xlThin
End With
With Selection.Borders(xlInsideVertical)
.LineStyle = xlContinuous
.ColorIndex = 0
.TintAndShade = 0
.Weight = xlThin
End With
With Selection.Borders(xlInsideHorizontal)
.LineStyle = xlContinuous
.ColorIndex = 0
.TintAndShade = 0
.Weight = xlThin
End With
Range("A1").Select
Range(Selection, Selection.End(xlToRight)).Select
With Selection.Interior
.Pattern = xlSolid
.PatternColorIndex = xlAutomatic
.ThemeColor = xlThemeColorLight2
.TintAndShade = 0
.PatternTintAndShade = 0
End With
With Selection.Font
.ThemeColor = xlThemeColorDark1
.TintAndShade = 0
End With
Selection.Font.Bold = True
Range("A2").Select
ActiveWindow.FreezePanes = True
Range("A1").Select
Selection.AutoFilter
Cells.Select
Range("C1").Activate
Cells.EntireColumn.AutoFit
ActiveWindow.ScrollColumn = 4
ActiveWindow.ScrollColumn = 5
ActiveWindow.ScrollColumn = 6
ActiveWindow.ScrollColumn = 7
ActiveWindow.ScrollColumn = 8
ActiveWindow.ScrollColumn = 9
ActiveWindow.ScrollColumn = 10
ActiveWindow.ScrollColumn = 11
ActiveWindow.ScrollColumn = 12
Columns("P:P").Select
Selection.Replace What:=".", Replacement:="/", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False
Columns("U:U").Select
Selection.Replace What:=".", Replacement:="/", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False
ActiveWindow.ScrollColumn = 11
ActiveWindow.ScrollColumn = 10
ActiveWindow.ScrollColumn = 9
ActiveWindow.ScrollColumn = 8
ActiveWindow.ScrollColumn = 7
ActiveWindow.ScrollColumn = 6
ActiveWindow.ScrollColumn = 5
ActiveWindow.ScrollColumn = 4
ActiveWindow.ScrollColumn = 3
ActiveWindow.ScrollColumn = 2
ActiveWindow.ScrollColumn = 1
Workbooks.Open Filename:= _
"\\ARZFP0101\Data\EMP\FINANCE TEAM\Control\2014-02\0 GMP Expense Control Actuals 2014-02 previa V0.xlsx" _
, UpdateLinks:=0
ActiveWindow.SmallScroll Down:=-84
Range("A752").Select
Selection.End(xlUp).Select
Range("A573:U573").Select
Range(Selection, Selection.End(xlDown)).Select
ActiveWindow.SmallScroll Down:=3
Range("A573").Select
Windows("GMP.XLS").Activate
Range("A2").Select
Selection.CurrentRegion.Select
Selection.Copy
Windows("0 GMP Expense Control Actuals 2014-02 previa V0.xlsx").Activate
Selection.End(xlUp).Select
Range("A2").Select
Application.CutCopyMode = False
Application.CutCopyMode = False
ActiveSheet.ShowAllData
ActiveWindow.SmallScroll Down:=-15
Range("A3").Select
Windows("GMP.XLS").Activate
Selection.Copy
Windows("0 GMP Expense Control Actuals 2014-02 previa V0.xlsx").Activate
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Range("A3:U3").Select
Range("U3").Activate
Application.CutCopyMode = False
Selection.Delete Shift:=xlUp
Columns("U:U").Select
Selection.NumberFormat = "dd/mm/yyyy;@"
ActiveWindow.ScrollColumn = 16
ActiveWindow.ScrollColumn = 15
ActiveWindow.ScrollColumn = 12
ActiveWindow.ScrollColumn = 6
Range("A2").Select
ChDir "C:\Users\arzjsenk\Desktop"
Application.WindowState = xlMinimized
ActiveWorkbook.SaveAs Filename:= _
"\\ARZFP0101\Data\EMP\FINANCE TEAM\Control\2014-02\0 GMP Expense Control Actuals 2014-02 previa V0 COPY.xlsx" _
, FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False
ActiveWindow.Close
ActiveWindow.Close
MsgBox "If you click on the OK button, the SAP session is terminated."
End Sub
Thanks in advance,
Jose
Hi all,
if I update my installation server with the "SAP GUI for Windows 7.30 CORE" patch, other components versions like "SAPSetup" get updated too.
1. Question
Is there a overview which Patch Level / Versions are provided to the components if I update my installation server with the "SAP GUI for Windows 7.30 CORE" patch?
2. Question
If not, where am I able to find the Patch Level / Versions info for the components in my installation server? If I search through the "NwSapSetupAdmin.exe" and compare this with the info given on the SAP marketplace website "Support Packages and Patches" located in the download section it is not really proper.
For example after patching my running installation server to "SAP GUI for Windows 7.30 CORE" Patch Level 8 and the today's information given on the "Support Packages and Patches" website:
SPaP website | NwSapSetupAdmin.exe | SPaP website | Understanding |
---|---|---|---|
SAP GUI for Windows 7.30 CORE | Patch Level 8 | Patch Level 8 | OK |
KW Addon for SAP GUI 7.30 | Version 4991 | Patch Level 3 | ? |
BI Addon for SAP GUI 7.30 | Patch Level 401 | Patch Level 600 | OK |
SAPSetup 9.0 | 43 | 44 | OK |
SAPSPRINT 7.30 | ? | Patch Level 12 | ? |
SAPPDFPRINT 7.30 | ? | Patch Level 4 | ? |
SAP Screenreader Extensions | ? | Patch Level 37 | ? |
ECL Viewer 7.0 | Version 4009 | Patch Level 16 | ? |
SAPConsole 7.30 | ? | Patch Level 1 | ? |
3. Question
Whats the difference between the following versions of SAPSetup? They are all from the same date and all with the same info file.
Thanks in advance for your hints.
Best regards,
Christian
Hi All,
Can anyone let me know what are the major updates in the SAP GUI 730.
Any note that says this..The release note with each patch is too grainy and i cannot consolidate what are the major updates.
We are currently on patch level 1 and SAP GUI have patch 8 released?
Can someone kindly assist in identifying the major updates in SAP GUI 730?
Thanks,
Deep Desai
We often receive inquiries about the roadmap for SAP Screen Personas. While revenue recognition rules prevent us from sharing specific product features, version numbers, or release dates, I would like to share some information about the general direction of the product and how development is progressing.
We have had many conversations with SAP Screen Personas customers about what they love about the product and what areas they would like to see improved. These are ongoing discussions that drive product development based on their feedback. Over the past few months, several categories have emerged. These are reflected in the key themes for the next major release:
Development Update
We are making steady progress on the next major release of SAP Screen Personas. The development team has grown to include developers from the kernel team and core UI team in addition to the custom development and SAP Imagineering organizations. This cross-departmental team ensures that the necessary integrations among the different components will work smoothly. Interestingly, the broader development team is what will allow us to deliver a simpler architecture, which we expect will deliver improved performance.
Ongoing Co-Innovation
We are working with several existing Personas customers on the next version. They are providing their use cases (including screens and scripts) and we are testing these to validate functionality. They are also part of some design reviews to ensure that we continue to raise the bar on usability.
Roadmap Disclaimer
Let me also include the standard SAP roadmap disclaimer that everything mentioned here is subject to change without notice and we are not committing to delivering any of the functionality discussed above.
To avoid questions that will potentially take us into murky waters regarding revenue recognition, I have disabled comments on this post.
And apparently upset several people by doing so.
We have installed Personas and done the configuration but in when we are trying to access Personas in browsers , we are getting "You are not allowed to access this system. If this is not correct , please contact your system administrator"
we have done all configurations in SPRO , managed system , created roles (tried with permission -1 also). How we can solve this issue?
Regards,
Vignesh P
Hi Gurus,
I am newbie in GUIXT. can anybody please let me know how data transfer takes place from screen created \ modified using GUIXT to standard SAP tables.? Do we need to write some code in scripting language or is there any functionality provided by SAP for the same.
Please provide me the actual scenario for Sales order/ PO processing ..
Regards,
Sachin
Hi Gurus,
I have made some changes to screen using GUIXT and they are visible for all clients (Servers for Client , A Client B... ).
This should not happen..
Is there any way to restrict changes to particular server of a client only..
Please suggest. Also let me know disadvantages of using GUIXT.
Regards,
Sachin
Hi There,
I'm currently working on a Screen Persona project for a large Dutch client and really challenging Screen Persona's.
I have a couple of questions about the use of flavors:
- Is it possible to prevent users from using the 'Basic View'? Our client wants to block some functionality/information for their users.
- Is it possible to create 2 different script-buttons which refer to the same 'transaction(code)' opening with different flavors.
Regards,
Jasper
Hello everyone,
For a project, I am looking into the simplification of the me21n transaction through SAP Screen Personas. This is working well but when I enter data in the items table and press enter, the header data collapses and the item detail data is expanded.
Can someone tell me if it is possible to keep the header data expanded at all times, even after I enter item data?
Kind regards,
Iemke Kooyman
Hi,
We configured SAP Screen Personas test landscape.
When I launch the mainapp page, the system is prompting for user credentials.
Then I get "System Selection" screen where the system I have configured (SAP ECC).
When I click on system backend, an new popup ask for user and password (SAP ECC credentials).
We are trying to understand if it is possible configure SSO to access ECC backend.
So, the ECC backend credentials will not be required anymore.
I am not sure if it is possible this configuration.
According SAP note 1684886 - License conditions of SNC Client Encryption, I think this scenario requires additional license.
Any help to resolve this is highly appreciated.
Best Regards,
Leonardo.
Hi Gurus,
Is there already a SAPGUI for Android? I'm looking at acquiring a Samsung Galaxy tab. Help will be truly appreciated.
Regards,
Kennedy.
Our client want to simplify the ME11 ( Purchase Inforecord screen ) using SAP Personas. They want to bring the values in the Conditions Tab along with their Scale values in the same screen or Table structure. Currentlty the standard ME11 transaction is displaying the Condition data and Scales details of each Condtion types in separate screens. Is it possible to club the content for a Field which is in one screen with another Screen in SAP Personas. Request you to please provide your inputs in this regard.
Hi experts,
Is there anyway to change the system language when already connected without disconnect/reconnect?
Thanks.
Amine
Hi everyone,
I have an issue ,at any transaction ex miro or mmo1 or me22n and other ,after saving a message line in down left was appearing showing documents number .Now I don't see that message every time I save atransaction.I believe that is quite simpe and I just miss something.
kindly suggest me some solution
Hello Personas Users,
Since the beginning of the afternoon, I am facing some issue.
I would like to know if it's possible to hide a frametext in a personas flavor screen? Can we change the attributes of the frame in Javascript?
In fact, I tried to hide/unhide the first frametext (Organization Data) of VA01 transaction by clicking on a custom button.
Thank you for your help.
Regards,