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

Broken Script - Going Mental - Please Help!!

$
0
0

I've attached two screen shots that I hope explain the problem fully but if unsure please ask for a further clarification if you think you can help.

 

In short I had a script that was doing some basic personas validation (is this field empty for instance) which worked fine.

 

I then realised that I had to cater for some standard on-screen SAP validation as well.

 

The SAP validation didn't kick until I 'entered' the field that I wanted to validate.

 

If the user didn't enter but instead just keyed info in and then [pressed the script button the SAP validation was getting missed until later in the process (too late).

 

So I split the script up: SAP validation, Personas Validation & and then Main Script (to do the work) - it was already split into two anyway but now it's three.

 

I cannot get my personas validation script to work in this context - If I use it directly it's fine but not when it's called from a parent script ... see screen shots for more details and the scripts in context.

 

Any insights much appreciated. I'm probably doing something stupid but I've been at this for hours and I've turned it around every way i can think of.

 

Regards.

Patrick.


hostname 'NiHLGetNodeAddr' unknown SAP GUI 7.40

$
0
0

Hi friends, I just downloaded this morning  SAP GUI 7.40 for Windows (yes, is available as of today Oct. 6, I just found it in download section) and installed successfully on my Windows 8.1 system. Everything seems to be working perfectly except systems with SAP Router connection. I got this error:

 

 

 

hostname 'NiHLGetNodeAddr' unknown

 

 

Anybody else with this issue?

 

 

 

Thanks

 

 

Leonardo

Personas: HowTo: use a dynamic id of Text box?

$
0
0


Hi,

 

Normal way of write a msg to the Textbox using a script button would be:

 

   -> id-of-a-textbox

   Enter Value my-msg

 

Question:

If there are 2 text boxes, say Textbox1 and Textbox2. Would it be possible to write a msg to either Textbox1 or Textbox2 at the runtime?

 

Br,

 

Dong Zhu

"set" option and "back" button are disabled in cj20n T-code in personas

$
0
0

Hi All,

I am facing a new problem in Screen Personas...i.e; in cj20n transaction BACK button and SET options are disable...

please check the attached picture...

Can any one tell me why it is like that...and please tell me a way to enable them...

 

Thanks and Regards,

Geetha.

SAP Screen Personas: Dynamic selection of text box

$
0
0

Hi all,

 

There is a requirement to create text box dynamically.

As no of line item will vary according to data input. So I have to create/display text box dynamically according to no of line items present.

Is there a way to create text box dynamically.

 

Thanks & Regards,

Vandana Sarda

Personas 2.0 SP02 - Script errors & non functioning buttons

$
0
0

Hi,

 

I have been working on creating a flavor on transaction ME22N. We are using SAP Screen Personas 2.0 SP02.

I have been noticing two inconsistent errors lately,

  1. Screen buttons not functioning - Sometimes, screen buttons (for example, Header and Item Details Expand, Collapse buttons do not work). Or if I wrap certain standard buttons in script buttons (the only script step is clicking the standard buttons), and click the script buttons, nothing happens, no script errors, nor do the actions performed by the wrapped standard buttons (such as Save, Add Item, Remove Item etc.) get executed.
  2. Script errors (Step "*" of executed script failed) - This is another error that has me stumped. This error was not occurring when I tested, but now, it is occurring for every script button in the flavor. And it is erratic, sometimes, I can execute the script button actions after a couple of clicks, sometimes no amount of clicks can get this resolved. (I have added a screenshot below). The latest notes have been implemented, but still no success.

 

I simply wanted to check if anyone else has encountered these errors before.

 

Regards,

Abhijeet

Personas - Export / Import and missing icons

$
0
0


Morning all.

 

Have many of you used the import  / export feature to move flavours between clients? I have used it successfully in the past but the now have an issue.

 

I have 4 flavours and a bunch of media files, many of which are shared amongst the flavours. When I export them the export is missing quite a few of the media files.

 

Has anyone else experienced this issue?

 

thanks,

Neil

SAPUILandscapeGlobal.xml Entries for NWBC and SAP GUI

$
0
0

The new NWBC 5.0 and SAP GUI 7.40 when installed together leverage a new common set of XML files for managing connection entries.  These new files (in %APPDATA%\SAP\Common\) are SAPUILandscapeGlobal.xml and SAPUILandscape.xml.  And if you had a previous version of SAP GUI installed, your ini files and etc/services relevant enteries were migrated to these new files the first time you launch the logon pad.

 

This all seemed to work great when I installed the new front end tools, but I ran into issues as soon as I started trying to setup new system connections.

 

Issues with Message Server Logon Load Balancing

In our environment we rely on message server logon load balancing for our SAP GUI connections.  When setting up a connection to a new system in the logon pad (New Entry --> User Defined --> Connection Type: Group/Server Selection) you'll need to include the port # now (  <mshost>:<msport>) which Andreas mentions in this thread

 

logonpadsetup1.jpg

 

All was well until i tried creating NWBC logon entry.  The best summary of the behavior i can give is that the newly defined system would randomly disappear from the list of systems to create a logon entry for

logonpadsetup2.jpg

So i choose to setup a user defined entry, and once connected to the backend, tried to start a GUI transaction, eg. SM04,  which would generate a message

Error parsing SAP GUI command line ' /FULLMENU SNC_PARTNERNAME="p:..." SNC_QOP=0 /UPDOWNLOAD_CP=0 /SplashScreeOff /Theme=corbu /FontSize=100 /AccMode=0 /Rtl=0'

logonpadsetup3.jpg

And then odd things started happening with the associate SAP GUI logon pad entry.  The SID and message server host would disappear from the logon pad entry and if I looked at the details I'd get an error "Message server has been changed and no group/server is available"

 

logonpadsetup4.jpg

logonpadsetup5.jpg

 

Needless to say I would say there is some sort of bug going on here, but I did find a way to get these working.

 

The Fix

The key is to create your message server entries in your %APPDATA%\SAP\Common\SAPUILandscapeGlobal.xml file.


Simply Create a new <Message Server /> entry in the file.  It is composed of uuid = generated uuid, name = System ID (SID), host = message server host, and port = message server port. (note: the entire xml file is NOT shown here)

logonpadsetup6.jpg

At first I wasn't sure if there was any logic to creating the uuid, then i found in the Installation Guide on page 67 that you could use any uuid generator to do so.  If you do a google search for uuid generator you'll find plenty.  I happened to have a SDK on my computer which came with Microsoft's uuidgen tool, so I opted to use that.

logonpadsetup7.jpg

 

Once I added these entries for the new systems, i didn't have any of the buggy behavior mentioned earlier, and was able to re-setup my logon entries permenantly, and call SAP GUI t-codes from my NWBC sessions via the message server load balanced connections!

logonpadsetup8.jpg

Hope this helps some of you with you NWBC/GUI setups and deployments!


SAP GUI 740 upgrade from 730 is not migrating config file

$
0
0

Hi, I have some issues while upgrading to SAP GUI 740 and NWBC5.0 from GUI 730 and NWBC 4.0.

 

presently we are using SAP GUI 730 and NWBC 4.0 and upgrading to SAP GUI 740 with NWBC 5.0.In this process i am seeing config files are not properly migrating.

 

when i try to add or access any message server load balancing entries it's not working as expected. 7.40 SAPGui with NWBC5 installation has Config file migration issues.

 

1.If you install SAPGUI740 with NWBC5.0 it will use Config file as “SAPUILandscape.xml” and while update migration tool supposed to copy saplogon.ini and NWBCOptions.XML file . During the Migration Process it’s  not copying all the files, It only brings the information from custom application entry from old SAPGUI and has issues updating Group/Server entry’s .

When we tried to access Load Balancing system will see below message. error parsing SAP GUI command line '/FULLMENU SNC_PARTNERNAME="xx" SNC_QOP=9 /UPDOWNLOAD_CP=2' After adding SNC_PARTNERNAME and SNC_QOP in  SAPUILandscape.xml  will give same error without SNC_PARTNERNAME and SNC_QOP.i tried to edit this Config file entries from saplogon.ini  but still it’s not picking, And also it’s not updating the existing NWBC4.0 version, It’s creation new NWBC5.0

 

2.If you install SAPGUI 740 without NWBC5.0 it uses existing saplogon.ini as a configuration file and updating GUI version to 7.40. Now I am able to access message server load balancing  system and see all the SNC and Logon Entries.

 

3.If you install NWBC5.0 separate it is not updated existing NWBC4.0 but it’s created NWBC50 folder separate, How can i bring the SAP GUI 730 and NWBC 4.0 to one common SAPGUI 740 & NWBC5.0 functionality. Regards Janakiram

SAP Screen Personas 2.0 - Recovering Deleted Flavors

$
0
0

Hello,

 

One of our created flavors is missing from Flavor maintenance (in Personas/Admin_UI) as well as Flavor bar. I suspect it was deleted accidently. Anyone has an idea how to recover flavors?

 

We are using Personas 2.0 SP02 (updated to latest patch released on October 30, 2014)

 

Regards,

Abhijeet

Personas - LI21 Error

$
0
0

Getting this error when I try to run transaction LI21 in Personas. Is there any way to make this transaction work through the browser??

 

Capture.JPG

Capture 2.JPG

SAP GUI Scripting Timeout

$
0
0

Hi

 

We are currently configuring an internal front end application that uses SAP Gui Scripting.

 

The aplication is running fine, but we are facing a problem:

auto logout (maximum user idle time exceeded)


Our front end internal application uses several "sub" applications, so it's normal that a user doesn't send any data to SAP for a long time.

Auditing says we can't change the rdisp/gui_auto_logout, so we tried to use a "ping" every 30 minutes, to avoid the session kill.

However, the session still terminates, even when we see the refresh on SM04. It seems the "ping" is working, but the session still dies.

 

What can be the cause of this? Am i looking at the wrong timeout parameter?

Is the timeout diferent if comming from GUI Scripting?

 

Any help will be welcome (and definitely rewarded if helpful:) )

 

Thanks

how to download sap gui 7.1?

$
0
0

hi,all

how to download sap gui 7.1?

SAP GUI 7.40 Border Glitch!

$
0
0

Assalamo Alaykom,

 

I've installed the Newest version (to-date) of SAP Logon 7.40

 

however,

when I Maximize the window

the four borders of the window appear truncated, transparent and the desktop (or any window behind) appears through

 

this glitch makes it inconvenient to move around the screen or select the Gui when inactive

 

https://www.dropbox.com/s/zkflx6lhjauno5k/gui%20glitch.png?dl=0

 

I've tried changing the Theme to Crystal, Corbu, Signature, and Classic ..

I've tried restoring defaults

tried unchecking boxes of Show Shadow Border & Activate animated Focus

 

but returned with no effect after restarting

 

Please advice what can i do .. ?

SAP GUI for Windows - 'NiHsLGetNodeAddr' unknown - hostname empty

$
0
0

we are getting an error while connecting to SAP system "NiHsLGetNodeAddr" unknown.

That is after updating SAP GUI for windows from version 730 to 740.

The version of SAP GUI is as below:-

GUI version.jpg

The Error message will be as below:-

Error 1.jpg

More details of error:-

Error 2.jpg

As per SAP Note 2077230

we need do workaround to avoid this error after upgrade of SAP GUI.

In your windows workstation; go to location of "SAPUILandscape.xml".

use RUN (open RUN using combination of WindowsKey+R) and type "%appdata%"

Run.jpg

you can find the SAPUILandscape.xml inside SAP folder.

File location.jpg

Edit this file (SAPUILandscape.xml) using Notepad or Notepad++ (optional, widows application).

you need to Scroll it to down and find the entries related to "<Routers>" & change the entries as per SAP Note.

you should replace or change  /H/" to " followed by re-start of SAP GUI (close all sessions and re-open SAP GUI).

 

i.e....when opened in notepad, you need to change the following:

Note: Here 10.20.30.40 as an example for router String.

router="/H/10.20.30.40/H/"/>

to

router="/H/10.20.30.40"/>

 

router="/H/server.company.com/H/"/>

to

router="/H/server.company.com"/>

Change the Router.jpg

To make it simple:-

1 - windowsKey+R.

2 - Type " %appdata%\SAP " (type without " ).

3 - Backup the Original files to another location.

4 - Open SAPUILandscape.xml file with notepad.
5 - control+H for find and replace.
5.1 - Key in the string in Find " router="/H/<IPaddress of SAP router / FQDN of SAP router>/H/"/> ".
5.2 - Key in the string in replace  " router="/H/<IPaddress of SAP router / FQDN of SAP router>"/> ".

6 - Save changes.
7 - Close all SAP GUI sessions (save and logoff, just in case).

8 - close SAP GUI
9 - Re-open SAP GUI & you can try connecting to SAP server.

 

Actual file before edit will look like as below:-

Original.jpg

 

After change the .xml file will be with changes as below:-

Original After Change.jpg

Please close all active sessions (if existing) followed by CLOSE and re-start of SAP GUI.

using SAP GUI short icon.SAP gui icon.jpg

 

 

The .Xml file contains the following parts, easy to understand when opened with IE. But, edit using notepad or notepad++.

Note: the number of entries is dependent on number of entries maintained by you in SAP GUI.

 

Contents of XML file.jpg

As per SAP Note this error will be fixed with patch 1 (for SAP GUI windows 740) and expected release will be after Dec 8th 2014.

 

Best Regards,

RR


Some options are not working in personas

$
0
0

Hi experts,

 

Please help me in personas.......

 

In CV01N T-code  Append row is not working in personas but it is working in WEBGUI. Another thing is....in MPD T-code loading tree option also not working...I put them in attachment..

 

Thanks in Advance

Personas: link to button does not work.

$
0
0

Hi Personas geeks,

 

Here is my UI and the issue:

 

On my Personas home screen, there is a dropdown list containing two values: cat2, TRIP

There are two Launch buttons with transactions cat2, and TRIP.

There is a "Go" button, which checks the value of the dropdown list, then calls the launch button to perform the transaction either cat2 or TRIP.

 

Expected behavior: after select a value in the dropdown list, say, cat2, click Go butoon, UI should go to transaction cat2 UI.

 

Issue: Nothing happended.

 

Below is the screen shot of the script code, does anyone see what could be wrong? Thx!

 

Br,

 

Dong

 

err3.jpg

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    

SAP 7.3 closing automatically

$
0
0

Hello

 

About one week ago we updatet our sapgui version from 7.2 to 7.3.

Lately we noticed some problems with sap sessions closing automatically after few minutes!

Could this be somehow related to 7.3?

 

Basically we have random users at random time when their sap gui just closes by itself.

 

Does somebody else have this problem as well?

 

Thank you

Screen Refresh when checkbox is checked/unchecked in a table - personas 2.0

$
0
0

HI all,

 

We have a table with two columns of check boxes. One is for row selection another is a regular column. Whenever  we check/uncheck the check boxes, it is doing a screen refresh. This is happening in basic view also. I've enabled Table caching and is of no help. I also enabled Delta rendering and even that is of no Help.

 

There is a IsFlushing property that does user action on the control causes refresh (in the back-end) of the whole screen. E.g. If check action on the check box or select item action on the combo box, But in a table that is not available for a check box.

 

Also Table caching is not working properly. This is for a custom transaction. Do we need to anything extra for this?

 

Do you have any idea to avoid this.

 

Thanks,

Bhaskar

Viewing all 3616 articles
Browse latest View live


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