Quantcast
Channel: SCN : All Content - SAP GUI
Viewing all 3616 articles
Browse latest View live

SAP webgui slow scrolling

$
0
0

Overall,  transaction response time is good and has good usability.

 

But the scrolling up and down is quite slow. For few scrolls down, the hour glass is displayed. I am assuming this is because its trying to get the output data from SAP(?)

 

Is there a possible way to it scroll faster by maybe increasing the size of data that browser can retrieve from SAP?


Flavours in SP3 and strange behaviour

$
0
0

Hi Experts, We have seen some strange behaviour in flavours . For example we created a flavour and in that  we have script  button to call transaction IW37N as a next step to this we further scripted to automate the selection screen process to display list of orders . Once displayed we created a new  Zflavour  for the same list where we scripted another button to go to CAT 2 transaction from there . So far so good. But now i think  since me and my colleague were working on same flavour and editing at the same time .Things messed up. Odd behaviour started as follows 1) In the main flavour where scripted the button ( to call IW37N  and automate the process ) does not work . 2)  When we manually go to IW37N and try to display the Z flavour  of list display that we created it jumps back to Main flavour. This is very strange as the script button was working as mentioned in the point  Number 1. Why is it taking to Main flavour when we try to click on Zflavour that we created, there is no connection at all. Also we can not open this ZFlavour in edit mode nor we can see the scripts in it . Not sure what was happening . In our previous posts sushant from SAP mentioned to create a copy of flavour and then edit it and delete the history (but this was for scenario where flavour was frozen , i tried this approach but no luck). SAP : Please Kindly suggest , what the issue might be , we are struck here at this point . Best regards, pradeep.

Personas IW32: Delete confirmation pop-up

$
0
0

Hi there,

 

I have built a flavor for IW32, merging several tabs including 'Components'.

So in my first screen, I have 'Components' as well as other buttons related to it. As below.

Capture.PNG

 

 

In the original screen, when I click on a Component and hit 'Delete' button, a pop up opens asking for confirmation. But currently when I hit the delete button, nothing happens ( no pop-up). What I doubt is that the pop-up is somewhere in the component tab, and so not displaying. (as I am no longer in that tab).

 

So question is how can I get this pop-up in my flavor so that deletion works?

 

Regards

Krishna

SAP Scripting x GuiXT

$
0
0

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"

Creating dependent search helps

$
0
0

Hi all,

 

I want to assign a search help to a custom field. But the values to be shown in this value help are dependent on another standard field on the screen. So how can I pass this screen field value to the search help?

 

I have gone through this link, https://wiki.scn.sap.com/wiki/display/Img/Using+Search+Helps but it did not answer my question.

 

Regards

Krishna

Personas 3.0 SP02: Dynamically populate dropdown values

$
0
0

Hi,

 

I need to create a dropdown based on values of text table T157E, but I need to filter this table by language (SPRAS) and movement type (BWART). So my doubt is:

 

  • Can I create an RFC that returns me the list of values I want and then call it using script and add the list to the drop down control?
  • If not, what is the alternative? I can only think in F4 help, but from the usability point of view it is not a good idea (as per today there are only 3 values, so 3 more clicks for open F4, select and submit is not a valid option). I also know that the drop drown could be in the underlying transaction, but in my scenario I'm not able to modify the standard UI to add a field.

change browser title of an Screen Personas Flavor in Fiori

$
0
0

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

ABAP Programming Error

$
0
0

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.


WSAEWOULDBLOCK: Resource temporarily unavailable. Very strange thing happening

$
0
0

Hi All SAP Gurus,

I'm having a very strange problem. Can someone out there help me?

I'm using SAP by connecting my PC to a VPN. If I am connected in my office through the WiFi of my Laptop everything works perfectly. But if I connect to the same router of my office using the LAN cable, as soon as I try to LogOn I receive the message

WSAEWOULDBLOCK: Resource temporarily unavailable

 

What can be the problem? Thank yu all in advance for your kinfìd effort!!!

Tab-Key Sequence

$
0
0

Hello Experts,

 

I have created a simplified version of IW22 with a mixture or standard fields, custom personas fields and have merged six tabs.

 

The issue I am running into is that while I change the tabToElement in the editor to the order I would like, it does not follow this order in testing and is working as if I never changed anything. I followed the instructions found in the knowledge base.

 

I understand that this process normally works because I have used it the same way on another flavour for SMEN with the only difference being my SMEN flavour has only custom personas fields. Any help would be greatly appreciated.

 

Thanks,

 

Andrew

Missing P in Personas

$
0
0

Hi All,

 

i am missing the Symbol P in Personas.

The Health Check is green, and all roles are assigned.

do you have any Idea, why the Symbol is missing?

 

personas3.0.GIF

Thanks in Advance

Change in SAP GUI Log on Screen Logo

$
0
0

Is it possible to change the SAP Log on Screen Logo?

Will it reflect all the other user's screen logo also?

Personas 3 - Administration Access

$
0
0

Hi

 

we need to restrict access for the technical team to display only in our production system - is there any way to do this, there don't appear to be display only options on the main transactions /personas/admin and /personas/roles.

 

If not, can you tell me which tables can be used to view the links between personas flavors and the roles assigned to them.

 

thanks

 

Hayley

Personas 3: Change borderColor with own F4-Input Field

$
0
0

Hello Experts,

 

after Upgrade from Personas SP01 to SP02 it's not longer possible to change the border color of an user defined F4 input field.

In my Script i want to give the user a messagebox and a red border color if there is an invalid manual input.

 

 

This code works with SP01:

 

session.findById("wnd[0]/usr/ctxtPersonas_1467186939923").setProperty("borderColor", "ff0000");

 

 

In SP02 i get this script error:

 

"setProperty(): The property name 'borderColor' is invalid for a 'GuiCTextField' control. -  sap.personas.scripting"

 

Master Note 2222774 is implemented (Kernel 742, PL 300).

 

 

Regards,

Thomas

Message no. 00123

$
0
0

Dear colleagues,

 

I have recently updated SAP GUI to 740 patch level 5. After that system started issuing “Invalid GUI input data: ST_USER_MAX_WSIZE wrong data” message if I try to use search help at any transaction.

 

Has anyone encountered this problem?

 

Melih


New Feature in SAP Screen Personas 3.0 SP03

$
0
0

Hello all,

 

I have a few questions regarding the New feature in SAP Screen Personas 3.0 SP03. It would be helpful if somebody could share their understanding here.

 

1) I would like to know about Flavor groups in detail.

 

If the main motive is to change the background image, this could be done through Themes.

If this could be used for multiple roles, we already have user group concept in SAP Screen Personas 2.0, where we would be assigning the flavors based on the role.

So why exactly do we have this feature in SP03 release?


2) I learnt Successful down port of SAP Screen Personas 3.0 SP03 to lower BASIS versions on SAP Kernel 7.22 PL100+


Is this still in testing phase?


Regards,

Ramya Soundar



Help needed for Mac setup

$
0
0

Guys

 

I am really struggling here... I cannot for the life of me get my SAP for Java on Mac to connect to our SAP servers :-(

I have a feeling my connection string is wrong, can someone please help me get my connection working?

 

From saplogon.ini:

 

[Configuration]

SessManNewKey=151

MessageServerTimeout=10

ConfirmDelete=1

NoEditFunctionality=0

SapguiHexdumpActivated=0

SapguiTraceActivated=0

SapguiTraceLevel=2

SapguiNTCmdOpts=

WithWizard=0

[MSWinPos]

NormX=416

NormY=226

[Router]

Item1=

Item2=

Item3=

Item4=

Item5=

Item6=

Item7=

Item8=

Item9=

Item10=

Item11=

Item12=

Item13=

[Router2]

Item1=

Item2=

Item3=

Item4=

Item5=

Item6=

Item7=

Item8=

Item9=

Item10=

Item11=

Item12=

Item13=

[RouterChoice]

Item1=0

Item2=0

Item3=0

Item4=0

Item5=0

Item6=0

Item7=0

Item8=0

Item9=0

Item10=0

Item11=0

Item12=0

Item13=0

[Server]

Item1=P01-Group

Item2=Q01-Group

Item3=T01-Group

Item4=PW1-Group

Item5=QW1-Group

Item6=TW1-Group

Item7=CRP-Group

Item8=CRQ-Group

Item9=CRT-Group

Item10=SPACE

Item11=SPACE

Item12=FEP-Group

Item13=FEQ-Group

[Database]

Item1=22

Item2=01

Item3=03

Item4=12

Item5=11

Item6=16

Item7=25

Item8=23

Item9=21

Item10=10

Item11=09

Item12=32

Item13=31

[System]

Item1=3

Item2=3

Item3=3

Item4=3

Item5=3

Item6=3

Item7=3

Item8=3

Item9=3

Item10=3

Item11=3

Item12=3

Item13=3

[Description]

Item1=1.1 P01 - R/3 Production System

Item2=1.2 Q01 - R/3 Quality System

Item3=1.3 T01 - R/3 Test System

Item4=2.1 PW1 - BW Production System

Item5=2.2 QW1 - BW Quality System

Item6=2.4 TW1 - BW Test System

Item7=3.1 CRP - CRM Production System

Item8=3.2 CRQ - CRM Quality System

Item9=3.3 CRT - CRM Test System

Item10=4.1 TDP - HR Production System

Item11=4.3 TDT - HR Test System

Item12=5.1 FEP - FSCM System

Item13=5.2 FEQ - FSCM System

[Address]

Item1=10.100.40.61

Item2=10.100.40.66

Item3=10.100.40.1

Item4=10.100.35.5

Item5=10.100.35.134

Item6=10.100.35.18

Item7=10.100.38.33

Item8=10.100.38.129

Item9=10.118.243.33

Item10=10.100.48.10

Item11=10.100.48.9

Item12=10.100.35.104

Item13=10.100.35.7

Training System

[MSSysName]

Item1=P01

Item2=Q01

Item3=T01

Item4=PW1

Item5=QW1

Item6=TW1

Item7=CRP

Item8=CRQ

Item9=CRT

Item10=TDP

Item11=TDT

Item12=FEP

Item13=FEQ

[MSSrvName]

Item1=10.100.17.2

Item2=10.100.18.6

Item3=10.100.18.5

Item4=10.100.35.1

Item5=10.100.35.130

Item6=10.100.35.18

Item7=10.100.38.37

Item8=10.100.38.133

Item9=10.118.243.33

Item10=10.100.48.10

Item11=10.100.48.9

Item12=10.100.35.104

Item13=10.100.35.103

[MSSrvPort]

Item1=3602

Item2=3601

Item3=3603

Item4=3612

Item5=3611

Item6=3616

Item7=3624

Item8=3622

Item9=3621

Item10=3610

Item11=3609

Item12=3632

Item13=3631

[SessManKey]

Item1=141

Item2=134

Item3=54

Item4=57

Item5=49

Item6=106

Item7=128

Item8=129

Item9=144

Item10=146

Item11=148

Item12=149

Item13=150

[SncName]

Item1=

Item2=

Item3=

Item4=

Item5=

Item6=

Item7=

Item8=

Item9=

Item10=p:CN=TDP_ABAP_CI, OU=SAP, O=TechData, C=DE

Item11=p:CN=TDT_ABAP_CI, OU=SAP, O=TechData, C=DE

Item12=

Item13=

[SncChoice]

Item1=-1

Item2=-1

Item3=-1

Item4=-1

Item5=0

Item6=-1

Item7=-1

Item8=-1

Item9=-1

Item10=0

Item11=0

Item12=-1

Item13=-1

[Codepage]

Item1=1100

Item2=1100

Item3=1100

Item4=1100

Item5=1100

Item6=1100

Item7=1100

Item8=1100

Item9=1100

Item10=1100

Item11=1100

Item12=1100

Item13=1100

[CodepageIndex]

Item1=-1

Item2=-1

Item3=-1

Item4=-1

Item5=-1

Item6=-1

Item7=-1

Item8=-1

Item9=-1

Item10=-1

Item11=-1

Item12=-1

Item13=-1

[Origin]

Item1=MS_SEL_GROUPS

Item2=MS_SEL_GROUPS

Item3=MS_SEL_GROUPS

Item4=MS_SEL_GROUPS

Item5=MS_SEL_GROUPS

Item6=MS_SEL_GROUPS

Item7=MS_SEL_GROUPS

Item8=MS_SEL_GROUPS

Item9=MS_SEL_GROUPS

Item10=MS_SEL_GROUPS

Item11=MS_SEL_GROUPS

Item12=MS_SEL_GROUPS

Item13=MS_SEL_GROUPS

[LowSpeedConnection]

Item1=0

Item2=0

Item3=0

Item4=0

Item5=0

Item6=0

Item7=0

Item8=0

Item9=0

Item10=0

Item11=0

Item12=0

Item13=0

[MSLast]

MSLast=TDT

 

 

[EntryKey]

Item1=

Item2=

Item3=

Item4=

Item5=

Item6=

Item7=

Item8=

Item9=

Item10=

Item11=

Item12=

Item13=

 

 

[Utf8Off]

Item1=0

Item2=0

Item3=0

Item4=0

Item5=0

Item6=0

Item7=0

Item8=0

Item9=0

Item10=0

Item11=0

Item12=0

Item13=0

 

 

[EncodingID]

Item1=

Item2=

Item3=

Item4=

Item5=

Item6=

Item7=

Item8=

Item9=

Item10=

Item11=

Item12=

Item13=

 

 

[ShortcutType]

Item1=0

Item2=0

Item3=0

Item4=0

Item5=0

Item6=0

Item7=0

Item8=0

Item9=0

Item10=0

Item11=0

Item12=0

Item13=0

 

 

[ShortcutString]

Item1=

Item2=

Item3=

Item4=

Item5=

Item6=

Item7=

Item8=

Item9=

Item10=

Item11=

Item12=

Item13=

 

 

[ShortcutTo]

Item1=

Item2=

Item3=

Item4=

Item5=

Item6=

Item7=

Item8=

Item9=

Item10=

Item11=

Item12=

Item13=

 

 

[ShortcutBy]

Item1=

Item2=

Item3=

Item4=

Item5=

Item6=

Item7=

Item8=

Item9=

Item10=

Item11=

Item12=

Item13=

[SncNoSSO]

Item1=0

Item2=0

Item3=0

Item4=0

Item5=0

Item6=0

Item7=0

Item8=0

Item9=0

Item10=0

Item11=0

Item12=0

Item13=0

 

 

Thanks in advance :-)

Connection broken

$
0
0

When the message from SAPConsole shows "Connection broken"  is there a way to close this message or
close SAPConsole so the scanner can open a new instance of sapcnsl.exe? 

 

With Session Saver configured rebooting the device will only cause it to get reconnected to the suspended session which will
show this message again if sapcnsl.exe has not been closed. 

 

Thanks,

 

Johnny

create flavors for enjoy transaction SP2

$
0
0

Hello ,

 

Due to expand/collapse probelem in transaction ME21N , I want to create a flavor for each item container in Screen personas 2.0 ,

is that possible to have for each container a flavor?

 

Can i create for each container a flavor?

ses[0]/wnd[0]/usrUSRAREA/subcntSUB0SAPLMEGUI0013

ses[0]/wnd[0]/usrUSRAREA/subcntSUB0SAPLMEGUI0016

ses[0]/wnd[0]/usrUSRAREA/subcntSUB0SAPLMEGUI0019

SP2.png

Thanks

Personas Error - You are not allowed to access this system

$
0
0

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?

 

Personas01.png

Personas02.png

 

Regards,

Vignesh P    

Viewing all 3616 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>