Quantcast
Channel: SCN : Discussion List - SAP GUI
Viewing all 3066 articles
Browse latest View live

SAP GUI7.40 & NWBC Configuration issues

$
0
0

Hello,

 

We are migrating from GUI 7.30 to 7.4 and NWBC 4 to 5.0,

after we migrate to these versions, both NWBC and GUI are using the same configuration file sapuiLandscape.xml & SAPUILandscapeGlobal,

 

if we delete these 2 files and Launch GUI it is creating these two .xml files, it is the same case for NWBC as well.

we have a requirement to maintain different set of systems in GUI and NWBC, if we use the common file (...landscape.xml)

it will always populate the same no.of systems in both GUI and NWBC.

is there a way to force GUI to not to use this xml file and only use saplogon.ini

I have set the registry value "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP\SAPLogon"

"LandscapeFormatEnabled" to "1"

deleted the xml file and launch GUI, it is still creating both the xml files in "AppData\Roaming\SAP\Common" directory.

Please advise.

 

George


Screen Personas 3.0 - Authority question

$
0
0

Hi,

 

i have copied the standard screen personas authority role /PERSONAS/CONSUMER_ROLE to a new Z_PERSONAS_CONSUMER role, and i have

deleted from this new authority role the runtime activities "Select_Flavor" and "Manage_Flavor".Therefore, the role has only the activity "Use_Flavor".

The new role is assigned to the user Consumer1. In transaction /PERSONAS/ADMIN the flavors F1 and F2 (both are flavors for transaction SMEN) are assigned to user Consumer1. Flavor F1 ist the default flavor.

In flavor F1 there is a script button, which calls the flavor F2 with script "session.utils.changeFlavor". But this script does not work in this case, the flavor can't be called. If i add in the authority role the runtime activitiy "Select_Flavor", the script works fine.


Therefore my question, if there are more flavors for a transaction, and the authority role is minimized to activity "Use_Flavor", the script "session.utils.changeFlavor" does not work any more?



Thanks,

Andreas

Personas 2.0,3.0: How to script to invoke Outlook from Personas?

$
0
0

Hi experts,

 

Does anyone have ideas to do the followings:

 

1. How to script to invoke Outlook from Personas 3.0?

2. How to script to invoke Outlook from Personas 2.0?

 

Thanks a lot!

 

Dong Zhu

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.

Personas 2.0 SP03: Why is the UI language changed and script failed?

$
0
0

Hi Experts,

 

I have encountered a strange issue:

 

We have a Personas app running on production which will call several tcodes, eg iw21.

 

Issue: now user found that on the UI the texts changed to another language Danish instead of English, and some buttons scripts failed - cannot find controls. I checked the develoment sytem which is OK with teh same version of app.

 

My finding is that the script was trying to fill a field of a tcode, but due to the change of the language, teh control id seem changed too, so teh script cannot find the right control.

 

Does anyone knwo why this happened?

 

thx.

 

Dong

SAP GUI for Java 6.40 rev 6 available

Using VBA in Excel with an already active session

$
0
0

Hello all,

 

     My company implemented SAP approximately 6 months ago and since this time I have been able to create several "assistance tolls" within Microsoft Excel that will logon to SAP, run certain TCODES as required, download the data into Excel and format it for ease of use for our supervisors.

 

     Here is my issue, if someone is already logged in to SAP and they run one of my tools it will error out due to the multiple logon screen that pops up. I have not been able to identify a work around, or code that will mark the "Continue with this logo, without ending any other logons in the system..." radio button.

 

SAPCapture.JPG 

Our Printer not responds after installation of SAPgui 7.4

$
0
0

Dear Experts

after upgradation  ehp6 from ehp4 we have installed new GUI 7.4 but after installation the printer not able to print anything from SAP but with GUI 7.3 it was able to print and  in SAP Gui 7.4  when we check there is nothing in printer queue the printed document went through printer bit not able to print .

and also we are not able to convert our output documents to PDF format also

 

is there are any new setting in SAPgui 7.4 for printer kindly share

Regards


SAP GUI only black after Upgrade

$
0
0

Hi

 

I upgraded from 7.10 to 7.2. After the upgrade I only get a black sceen where the SAP GUI should be. I can only see some text and when I'm in a text box I just see a red squere representing the input area.

 

I have tried to uninstall the gui and install it again. But it did not work.

 

Is there any things that I need to reset?

 

Daniel

Text and other fields

$
0
0

Hi!

 

I wanted to ask is there any workaround, so that text fields or menu buttons, for example would not get white on hover? It is kind of a annoying when the flavor look nice, bet if I move mouse over some object it gets totally white background. See attachments.

1. Original look

^40B43C5529ED3B4FB32F6D3E2144FF99DDA0A1D5022D4354EF^pimgpsh_fullsize_distr (2).jpg

2. On hover - box becomes white

^43A9D06DCFBD03B799D2B7F1F4F1E569A46BC5A7FB124552F0^pimgpsh_fullsize_distr (2).jpg

 

Also all the images are shown like clickable in all flavors - this is confusing end user.

 

How we can get rid of this?

 

Thanks,

Diana

SAP Hotkey : Searching for dot "." character

$
0
0

Hi,

 

I would like to do a search a string including the dot "." sign directly from a field.

 

Example :

 

VA01 : Material field

 

If i input "=AB.CD" then press F4, "AB" is feeded into first field of search help and "CD" into second field.

 

VA01a.jpg

 

 

What if i want to search "AB.CD" into first field ?

 

VA01b.jpg

 

I tried different escape character (including # that should interpret next character literaly (Wildcard Characters - BC - SAP Style Guide - SAP Library)

but none did work (\ / " ').

VA01c.jpg

 

The only workaround that i have found yet is to input "+" instead of "." but then the wildcard character "*" is not automatically added so i have to input

"=AB+CD*", that is not 100% satisfying, because "+" could be any character not only "."

 

 

Thanks for your help !

 

PS : Using SAP GUI 7.40 for windows.

SAP GUI screen is blank when a default flavor is set in screen personas 3.0 SP01

$
0
0

Hi,

 

We have created our own flavor for initial screen of SAP Easy access and have set the same as default flavor using screen personas. When we are launching the screen in SAP GUI, the screen is getting blanked out. PFB the screen prints for reference. Are we missing any setting ?

 

System component versions:

 

SAP Screen Personas 3.0 SP01

SAP Basis 740 SP011

SAP Netweaver 7.4

Kernel 742 Patch level 200


SAP GUI Screen.PNG



Thanks & Regards,

Preethi

Website buttons personas 3.0 SP1

$
0
0

Hi!

 

I seem to have problem with website buttons - when I click on them, Screen Personas doesn't open the links, system thinks for a moment and then nothing happens, I have maintained white-list and HTML viewer works fine, What could e the problem?

URL whitelist.jpg

 

Thanks!

SAP Screen Personas 3.0 - crucial basic scripting issue - no object recording/selecting for specific but essential elements?

$
0
0

Hello everybody,

 

is there any solution or something expedient for this crucial issue:

 

There is no possibility to record the particular material views in MM01 in the script, furthermore, the whole window seems not to work with scripting:

 

NoScripting.JPG

We had implement SP02 and Note 2222774 Version 7, in which a similar issue is mentioned: "PERSONAS30-5436 - Script recorder has increased accuracy in recording table and tree events.", but this is obviously another issue.

 

Any help?

 

Greetings

Benjamin

Will Screen Personas 2.0 Apps still work after upgrade to SSP 3.0 without Migration?

$
0
0

Hello fellows,

 

we have several applications running in house developed based on Screen Personas 2.0 SP2.

If we make an upgrade from V2.0 to V3.0, will the current apllications still work fine before we finish the application migration?

 

Thanks

TC


SAP GUI 7.40 hierarchy nodes icons

$
0
0

Hi all,

 

Since I have installed GUI 7.40 I have strange and different hierarchy nodes icons.

Capture.PNG

Some kind of boxes.



One colleague of mine, gets numbers there !!??? again with SAP GUI 7.40 again with PL 7.

Capture2.PNG

 

 

This screenshot is also from 7.40 PL7 on the same OS, but abother installation on VM.

Capture1.PNG

 

 

Any clues?

 

Thanks!

Personas 3 and Dynamic Selection

$
0
0

Greetings!

 

I have a need to retrieve Quality Notifications and show some status on the Sales Order (whether one exists, a button to bring up a list, and a button to create a new one).  Through scripting I am trying to bring up another window with QM10, which I would want to use the Dynamic Selection to choose field Sales Order. 

 

WebUI seems to work fine, though slow in our system, but we don't have the ability to bring a tcode up in another session (/o).  SAP GUI is able to bring up with Dynamic Selection but selections in the tree are not possible (throws findById error).  Has anyone encountered this issue?  Is this a limitation of the SAP GUI implementation?  I have checked for FMs to perform this search but have not found any which go to this level.  I would rather not go custom so testing the waters here.

 

Thanks!  Christian

SAP GUI7.40 & NWBC Configuration issues

$
0
0

Hello,

 

We are migrating from GUI 7.30 to 7.4 and NWBC 4 to 5.0,

after we migrate to these versions, both NWBC and GUI are using the same configuration file sapuiLandscape.xml & SAPUILandscapeGlobal,

 

if we delete these 2 files and Launch GUI it is creating these two .xml files, it is the same case for NWBC as well.

we have a requirement to maintain different set of systems in GUI and NWBC, if we use the common file (...landscape.xml)

it will always populate the same no.of systems in both GUI and NWBC.

is there a way to force GUI to not to use this xml file and only use saplogon.ini

I have set the registry value "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP\SAPLogon"

"LandscapeFormatEnabled" to "1"

deleted the xml file and launch GUI, it is still creating both the xml files in "AppData\Roaming\SAP\Common" directory.

Please advise.

 

George

Maintenance time period of SAP Screen Personas 2.0

$
0
0

Hello fellows,

 

I saw a statement that "The maintenance window for SAP Screen Personas 3.0 is calculated based on the year of a service pack release plus a 3-year support window."

 

Is this principle applicable for Version 2.0 as well??

 

cheers,

TC

Entries in DB table in Persona2.0

$
0
0

Hi Experts,

 

When we assign the Persona_Role to the user, than in table "/Persos/V_MUSR" it is showing two entries "admin_role" and "FULL_EDIT_ACCESS".

Please help us out in figure out that why this two roles are visible even if we are assigning only "ADMIN_ROLE" to the user.

Viewing all 3066 articles
Browse latest View live


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