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

Error while loging on to PERSONAS

$
0
0

Hi,

 

    We are trying to implement PERSONAS and getting "session timeout error" error while logging on through the web url. The ICM logfile shows the following error

 

[Thr 1276] Mon Jul 08 14:29:48 2013

[Thr 1276] *** ERROR => DpExtractContextId: bad w3c context id >SID:ANON:SAPD071DD_D07_00:Fyy7k8c8rIa48M06WP5lmOnqrvka8hHOvYVTBekf-< (len=67/41) [dpxxic.c     306]

[Thr 1276] *** ERROR => DpExtractContextId: bad w3c context id >SID:ANON:SAPD071DD_D07_00:Fyy7k8c8rIa48M06WP5lmOnqrvka8hHOvYVTBekf-< (len=67/41) [dpxxic.c     306]

[Thr 9680] *** ERROR => DpExtractContextId: bad w3c context id >SID:ANON:SAPD071DD_D07_00:Fyy7k8c8rIa48M06WP5lmOnqrvka8hHOvYVTBekf-< (len=67/41) [dpxxic.c     306]

[Thr 9680] *** ERROR => DpExtractContextId: bad w3c context id >SID:ANON:SAPD071DD_D07_00:Fyy7k8c8rIa48M06WP5lmOnqrvka8hHOvYVTBekf-< (len=67/41) [dpxxic.c     306]

 

  Any ideas?

 

Thanks,

Anil


Control icons are not coming up on the SAP Persons Development enviroment

$
0
0

The control icons are not coming up on the SAP Persons .We have applied the note  Note 1867014 - Personas UI issues fixes: Latest XAP file  which talks about fixing it but with no luck .I am attaching the screen shot of the screen .

 

Please advise .

 

Regards,

Om

How do you deal with variable screen flow in a Personas script?

$
0
0

There are many occasions where the screen flow through a transaction varies for a number of reasons. One situation that seems like it might affect Personas scripts quite often is where a transaction asks for extra information the first time you run it after login, but remembers that subsequently, at least until you logout and back in. My particular example today is transaction ME2J - Purchasing Documents per Project. The first time you run this is asks for a database profile, and subsequently does not.

 

How, in a Personas script, can you detect this extra pop-up and fill in the necessary information when asked for, but carry on anyway if the pop-up doesn't appear? I don't immediately see a way to detect the presence or absence of this pop-up.

Personas idioms

$
0
0

It feels a little early to be talking about Personas idioms, but in my experimentation so far and in talks with users it seems there are some things we will end up doing a lot. I suspect others will find the same so it seemed worthwhile to create a document describing these things. I'm allowing anyone to edit this document so please feel free to add any idioms you discover so that we can all learn from each other.

 

Home screen techniques

Rather than simplifying individual transactions, the Personas work I've seen so far, and certainly what I've been doing, starts one step back by modifying the initial SAP home screen. Typically you remove most of the standard SAP stuff and turn that screen into a "cockpit" giving easy access to useful transactions, information and other things, to save users having to remember transaction codes or menu paths. Listed here are some useful things that can be done directly from this home screen. Here's an example of our first (incomplete) prototype, mostly using the two techniques described below to give users quick access to the information they need.

screenshot.png

 

Transaction-free lookup

I've come across a number of situations where a user has a transaction number (e.g. a PO number or service order number) or some master data (e.g. a cost centre or a userid) and they want to simply check that it is what they think it is. They want to lookup the description or the user's full name. You can obviously run the corresponding display transaction for that, but if all you want is to check one field there is an easier way. Put a text field on the logon screen, a corresponding "Lookup" button and second text field for the result. The lookup button has a script that runs the transaction, grabs the necessary data and displays it back on the logon screen. The "Purchase Order" section above works like this:

 

 

For some added finesse, you can link the input text field and the lookup button, so that typing in a username and pressing enter also pushed the button. Then the lookup button doesn't even need to be on the screen, so you can hide it as I have above.

 

Skipping selection screens

Following on from the above, if you need to display more information than you can reasonably pull back onto the logon screen then you are going to have to run the display transaction after all. But if the identifier (username, transaction number, etc.) for the object you are wanting to display is already in a text field on the screen you can grab it, skip the display transaction's usual selection screen, and go straight to displaying the relevant information.

 

If you do this, don't forget that the back button will now not go back to where you came from but back to the selection screen. You might want to replace it with a script button that goes back twice, so the user doesn't see the skipped selection screen.

 

Scripting Techniques

Below are some general purpose tips and tricks applicable in many contexts.

 

Dealing with variable screen flow

Sometimes a transaction varies its screenflow depending on entered data, or other things. ME2J, for example, uses a separate pop-up window to ask for a "database profile" the first time you run it but then remembers the answer for subsequent invocations until you logout. Dealing with this in a script requires that the script can tell if the pop-up window is present or not. One way to do this is to us an IF to check if the label for the field in question is not empty, like this:

screenshot.png

Thanks to vandana deep and Tobias Queck for this one!

 

Nested If

You may have noticed that the script editor does not allow you to have nested IF statements in a script. You might need to do this if, for example, you have a script that has to deal with variable screen flow, as above, but you also only want the script to run if a screen field is not empty. As far as I know there's no way to do this in a single script, currently. You can achieve it through the use of multiple buttons. Build button one holding the main script - everything but the outer IF looking for an empty field. Then add a second button with a script like this:

screenshot.png

Finally, hide button one since you don't want users pushing it!

 

Thanks to Tobias Queck for this trick.

Major problems installing GUI v7.30

$
0
0

Hi folks,

 

Has anyone else had any issues installing version 7.30 of the SAP GUI?

 

It just will not install for me.  I have a little over 300 PCs to upgrade, mainly from v7.20 to v7.30 with a small number from v7.10 to v7.30.

 

I have tried every single different scenario I can think of:

 

1) Out of the box PCs

2) Installing 7.30 over 7.10

3) Installing 7.30 over 7.20

4) Removing 7.10 before installing 7.30

5) Removing 7.20 before installing 7.30

6) Remote installations

7) Manual "at the PC" installations

8) Installing logged in as a Domain Admin

9) Running the .exe as Domain Admin but logged in as the power user

10) Uninstalling previous version and removing all traces of SAP before installing 7.30 (registry/directories)

11) Switching off Anti-Virus before installing

12) Attempted installations on Windows 8, Windows 7 and Windows XP.

13) Attempted installations on both 32 bit and 64 Windows Operating Systems.

 

The end result has now been the same on 22 out of 24 attempts.  The installation finishes with 231 errors (always 231) and when I try run the software I get the following message:

 

"The program can't start because MSVCR100.dll is missing from your computer.  Try reinstalling the program to fix this problem"

 

I have raised this issue with SAP, followed a long list of instructions whilst some debugging software is running to collect data.  I've sent the log files to them to which they reply and tell me that the log file states the software was installed correctly.  Which is WRONG!!

 

And besides, even if it did, it's unacceptable to have to perform these actions (taking over an hour) to install the latest GUI over 300 times!!

 

Since then, SAP have gone quiet.  I don't want to try anymore until I fix this.

 

The 2 out of the 24 that worked were identical to 6 of the PCs that failed (both in hardware and software, even down to Windows Updates!).  There seems to be no pattern.

 

Has anyone out there experienced issues installing 7.30?

FileNotFoundException in Installation Server 9.0.36.0

$
0
0

hi all,

 

i am setting up an 7.30 installation server. After installing and patching to 9.0.36.0 i am getting FileNotFoundException while klicking at one of three links visible in Help --> About . The error comes, no matter which link i klick at

 

can someone else reproduce this error?

 

kind regards

Alexander

 

 

 

************** Ausnahmetext **************

System.IO.FileNotFoundException: Das System kann die angegebene Datei nicht finden. (Ausnahme von HRESULT: 0x80070002)

   bei NwSapAdminEngineLib.EngineClass.StartAsInteractiveUser(String commandLine)

   bei NwSapSetupAdmin.HelpAbout.linkCorrectionNote_LinkClicked(Object sender, LinkLabelLinkClickedEventArgs e)

   bei System.Windows.Forms.LinkLabel.OnLinkClicked(LinkLabelLinkClickedEventArgs e)

   bei System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)

   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   bei System.Windows.Forms.Control.WndProc(Message& m)

   bei System.Windows.Forms.Label.WndProc(Message& m)

   bei System.Windows.Forms.LinkLabel.WndProc(Message& msg)

   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

SAP GUI 7.30 patch 3 history problem

$
0
0

Hello all!

 

I use SAP GUI 7.30 patch 3 installed on Windows 7 32bit and I got problem with history, it doesn`t work.

 

I see *.mdb file in %user%\AppData\Roaming\SAP\SAP GUI\History . It`s always created after deleting.

 

In traces I`ve found records about errors:

CSapHistoryDb::GetExitPoint: Microsoft Access Database Engine can`t find table or query "localtabchain".

 

I`ve already checked all referencing SAP notes about fixing MDAC and so on. But Windows 7 doesn`t have tools for MDAC repair, the file is system and locked.

 

Please, help!

 

Sergey.

History don't save after install patch level 5 SAPGUI 7.3 for windows.


SAPGUI launchpad does not work on trying to connect to any system.

$
0
0

Hello Experts,

 

SAP GUi Launcpad does not work when I try to open any system from the available list of system entries.

I will explain my scenario as below:

1. Open SAP Logon from desktop.--- Opens correctly with all available system entries present.

2. Double click on on of the available system entry. --- Nothing opens and also SAP Logon Pad closes.

 

The same happens when I try to open WinGui from the portal.

I checked in the Task Manager and there is no process that is present for SAP GUI.

There is a process for Logon pad but it is killed once i perform step 2 above.

I also tried with different reg keys for SAP GUI but no solution.

 

This issue suddenly started a week back.

 

Note: This is not the issue on my machine but one of our users machine.

Also this issue is machine specific.I tried looking for solutions on SDN and other SAP forums but seems no one has encountered this issue before.

 

Please anyone can help as this is seriously affecting .

 

Thanks,

Deep Desai

SAP GUI Auto Update Service Fails

$
0
0

Hi folks,

 

We are looking at installing SAP GUI installation server within our company and are currently 'testing' its capabilities ...

 

I installed the latest SAPGUI 7.30 installation server and created a distribution package which includes the AWU service ( version 9.0.35.0).

 

The package is installed on a client pc - Windows 7 Professional (SP1) - without any errors ...

 

The AWU service runs but seems to have an issue - "14:30:25 NwAWUServc  1W  mUpdater.Initialize() failed" 

 

Here are the full logs:

 

14:30:05 NwSapsAtlC  1   SapSetup ATL Common Library Loaded

14:30:05 NwSapsEngn  1   SapSetup Workstation Engine Library Loaded

14:30:05 NwSapFeiUt  1   Waiting with no time-out...

14:30:25 NwSapFeiUt  1   Process <NwSapSetup.exe> has finished.

14:30:25 NwSapsAtlC  1   Reboot Manager: Evaluated the position of SAPSetup's OnReboot Installation Service as:

                                                        Folder 'C:\Program Files\SAP\SapSetup\OnRebootSvc'

                                                        Service File Path: 'C:\Program Files\SAP\SapSetup\OnRebootSvc\NWSAPSetupOnRebootInstSvc.exe'

14:30:25 NwSapsAtlC  1   Reading OnReboot Install Service Configuration from 'C:\Program Files\SAP\SapSetup\OnRebootSvc'

14:30:25 NwSapsAtlC  1   Loaded 0 reboot action records, 0 command(s) to execute on-start, 0 file(s) to delete, 0 file(s) to copy and 0 command(s) to execute at end

14:30:25 NwSapsAtlC  1   DE Deleted

14:30:25 NwSapsAtlC  1   StringTable released

14:30:25 NwSapFeiUt  1   Process NwSapSetup.exe is not running.

14:30:25 NwAWUServc  1   Will check for updates now...

14:30:25 NwSapFeiUt  1   Nbr of Servers in section AdminConfiguredServers: 0

14:30:25 NwSapFeiUt  1   Nbr of Servers in section SAPSetupIndexedServers: 0

14:30:25 NwSapFeiUt  1   Loaded 0 server paths from the source

14:30:25 NwAWUServc  1W  mUpdater.Initialize() failed

14:30:25 NwAWUServc  1   Service will retry in 1 hours

 

Anyone any idea what the issue might be ?

 

Regards,

 

Steven

SAP Screen Personas: PO Document Overview

$
0
0

Hello Experts,

 

I am trying to access the Document Overview - List of POs in the transaction me21n. When I click on the selection variant icon nothing happens. We need to use the list of recent purchase order/vendor specific orders on the Personas Screen.

 

I tried using me2n report but it seems the data was too much for the selection. Got a runtime HTTP_OUT_OF_EMGLOBAL_MEMORY and personas failed to start until I killed the process.

 

 

How to get data from the Document Overview.

 

Regards,

Manu

sap gui720 saplogon.ini use local file after remote path not worked

$
0
0

Hi all

I have saplogon.ini file on network share.

PC users have env variable SAPLOGON_INI_FILE = /path_to_network_share/saplogon.ini

If network share is not avaible ... how can i automatically switch to local saplogon.ini file?
SAP GUI can it?

SAPGUI Java Mac SE80 Lookup and Display Buttons Don't Work

$
0
0

I downloaded and installed the SAP NW ABAP Trial 7.03. Along with that, I installed SAPGUI Java for Mac 7.30 rev 1.

 

In SE80, it looks like the two buttons to the right of the input field don't fully resolve and do not work when you click on them.

 

I attempted to download a higher revision, but my certification S-user account doesn't allow me to download much, just trial downloads and paired SAPGUI offerings.

 

Is there a way to fix this? Is there a way to be able to download the latest revision somewhere? I miss the ftp.

 

Thanks

 

Chris

SAP GUI for java - Installation in Portal 7.3

$
0
0

Hi

 

I am trying to install SAP GUI for java in my portal system.  I downloaded latest version(PlantinGUI7.30 ver 3) from service market place. and i am able to install SAP GUI for java on my desktop.  i placed the same folders in portal KM root directory, and i am giving URL for SAP GUI for java property under system administration pointing to the KM root folder.

 

But I am unable to launch this SAP GUI for Java and I am getting error GuiApplet2 not found error.

 

Thanks

Prasad

Details needed to use SAPSETUP export / import

$
0
0

I would like to locate detailed examples using the export/import features of SAPSetup.

 

See SAPSetup Guide 9.0, Version 9.0 2013-04-04 page 11

Section 3.2 - Administering an Installation Server

 

Import Products

Use this feature to add new SAP front end components to an existing installation server

for distribution over the network.

 

Export Products

Use this feature to export SAP front end components available on one installation

server to another.

 

I have current version of SAPSetup 9.0 patch 36 installed.  As well SAPGui 7.3 patch 5.  I have successfully created single-file installers and used them.

 

The details are missing how to setup and use Export/Import.  I have other SAPSetup Installation Servers and would enjoy the ability to export/import components to them.

 

Other like examples would be greatly appreciated as well.  There are times when using a Single-file installer to upgrade a Win7 PC from SAPGui 7.2 patch 0 or patch 12, or SAPGui 7.3 patch 4 to patch 5 the following message is generated.  Your system does not fulfill the prerequisites for the chosen components: Not all package prerequisites are fulfilled.  SNC Client Encryption:  SNC Client Encryption cannot be installed, because Single Sign-On software is already installed.  Channel Encryption Part:

 

I can click "Next" button and the install starts and completes with no errors.  How can I determine which like errors of "prerequisites" will occur, or what is the best method to upgrade?  I have over 3000 Win7 SAPGui clients, some at 7.2 patch 0, patch 12 both with Bex 3.5, or 7.3 patch 4.


How to Download SAP GUI For windows

$
0
0

How to download SAP GUI Please tell me yaarrrrrrrr,,,,,,,,,,,,,,,,,,,,,,,

SAPGUI for Java - Windows - WSATYPE_NOT_FOUND

$
0
0

I configured my connections in the advanced edit for connections. When I attempted to connect I got the error.

 

Error No 10109

WSATYPE_NOT_FOUND : The specified class was not found

 

 

How can I solve this so I can use the java client on Windows 7?

 

 

Thanks

Ton

Session timed out - Screen Personas

$
0
0

Hi all,

 

When configuring Personas (1.1), I always getting following error message:

 

The session has timed out for your own safety. Please login again.

 

Did anyone already had following issue?

If yes, how did you solved this?

 

Thx!

 

Regards,

Hans

Announcing SAP Screen Personas 2.0

$
0
0

Thank you to all the Personas customers that have provided us feedback. We have listened and I am happy to announce the availability of SAP Screen Personas 2.0.

 

Personas 2.0 builds on the success of it predecessors. We have incorporated feedback from the dozens of Personas 1.0 customers into the new version. This means easier operation as well as smoother installation. Personas allows customers to personalize their SAPGUI (Dynpro) screens without any programming, allowing them to streamline transactions and improve user productivity.

 

Personas 2.0 includes two separate Personas components, one based on Silverlight and one based on HTML. These components are not available separately. Personas 2.0 is a single download with a single installation process that installs both components. Once installed, Personas Silverlight and Personas HTML run independently and do not interact. They solve different problems in different use cases.

 

Building on Personas 1.0

The Silverlight component extends the existing version. It has all the same functionality, but with better performance, higher scalability, and easier day to day usage. It runs any browser that has the Silverlight plug-in. This includes IE, Firefox, Chrome, Opera, and Safari. Since merging tabs and automating processes using scripting are among the most common use cases, we expect most customers to use the Silverlight Personas, as only it offers this capability today.

 

SAP Screen Personas allows customers to modify classic SAP Dynpro screens using a web browser. It provides consumer-grade personalization features that enable IT professionals, key-users, and end-users to simplify business application screens quickly and easily without any programming knowledge. Personas screens improve the visual appeal, end-user productivity, and performance of SAP.

 

Something New

Some customers will be satisfied just to improve the appearance of their WebGUI screens. Personas HTML will be best for them. Benefits of this architecture include no client-side installation, no external dependencies, changes are reflected directly in the standard SAP WebGUI for users with a licence to use Personas.

 

The HTML component is integrated into the SAP WebGUI (this is NOT Web Dynpro). It does not require any external dependencies, and has no additional client-side installation. Its feature set is more limited than the Silverlight part. HTML Personas does only the following:

Ÿ  Change color themes

Ÿ  Include background images

Ÿ  Hide/show controls

Ÿ  Set default values

Ÿ  Add tooltips and sticky notes, rename a label

Ÿ  Share flavors, set as default

 

Both components of Personas 2.0 are available for productive use. You can choose which to use depending on your specific use case.

 

If you want to streamline your SAP screens to make your users more productive and happier, contact your SAP account executive.

Personas 2.0

$
0
0

Hi,

 

I noticed today in the Product Availability Matrix the impending release of Personas 2.0. Does anyone have any information on new features etc of this release? We need to determine whether to go with the current version or wait.

 

Thanks,

 

Glenn

Viewing all 3616 articles
Browse latest View live


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