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

Notification service for news about SAP GUI for Windows

$
0
0

In case you are interested in receiving a notification when official information about SAP GUI for Windows (like availability of a new version) has been posted to this forum, please activate the "Receive email notifications" feature in this topic.

In case you want to stop receiving such notifications, you can unregister by pressing "Stop email notifications".


Sap Front End Installation Error

$
0
0

Hi Guys,

 

I'm new to sap and been trying to install Sap front end Installer. and then I encounter this problem, I was able to install SAP Management Console smoothly in my windows 8 pc. can you please assist me how to solve this Issue, I have the latest Java installed on my computer and also  I already installed Sap Gui Java 7.30rev1

SAP Gui 7.40 patch level 2 - New Default Color for Blue Crystal Icons

$
0
0


I just installed patch level 2 of SAP GUI 7.40 and thought after installation that I landed again in the Corbu Theme:

Capture.JPG

Not.. Patch level 2 brought again a change to the icon color scheme which is explained in Note 2022335.

 

Some history...

With the initial release we got:

- A new theme Blue Crystal Design with a very blue color set totally breaking up with the past designs, totally fresh

- A new GUI full of bugs

 

With patch level 1 we got:

- A fix for almost all bugs of the initial release

- A more stable release

 

With patch level 2 we get:

- More bugfixes

- A rework of the just introduced Blue Crystal Design theme throwing us back to the Corbu direction described as:

With patch 2 the main color has changed from blue to dark gray in order to harmonize the design with the Fiori Apps design.


Maybe I did not see enough Fiori apps but I thought the initial Blue Crystal Design was more Fiori than what has been released today?

Curious what patch level 3 will bring.

SAP GUI - Which one to use?

$
0
0

Team,

 

 

I am currently  using a SAP GUI for windows  as i am using a Win meachine.

I tried to install SAP GUI for JAVA as i though i be getting a  web interface with same logon pad and better looks.

I also found that SAP GUI for HTML is also there. I want to know which should i choose.

Also i couldn't download any exe files as it was asking a market place Id and password in all the links.

Can any of you help me with a detailed answer.

 

 

Thanking In Advance.

Mandan

Can someone spot why my variable is being dropped between scripts?

$
0
0

T-Code 1/Flavor1/Script 1:

 

 

Copy Value – variable1 ‘instruction’ (from screen)

 

 

Copy Value – variable2 ‘anchor’ (from screen)

 

 

Pre-Process …..

 

 

If Success

 

 

Call Script2:

 

  • /nDP91 (Change T-Code) Refresh Screen
  • Paste value ‘anchor’
  • Push (i.e. trigger DP91 with the appropriate source sales order)
  • Refresh Screen (we are now in T-code2/Flavor2)

 

     If NO Message (sbar empty) – Progress DP91 Resource Related Billing

    • Paste value ‘instruction’ to flavor work area for use later THIS DOES NOT WORK??
    • We are now sitting in a flavour of DP91 but my navigation reference ‘instruction’ is lost

 

     If Message (no RRB to work with)

    • Use saved variables and circle back to T-Code 1/Flavor1 (This works fine and 'instruction' as part of that movement)

 

If NOT Success

 

     Error Message

 

 

Any thought much appreciated.

Issue with import and export of flavors in Personas

$
0
0


Hi,

 

I have a query regarding import and export of flavors in sap screen personas.

 

I have tried exporting flavor from one system and importing to other but i found that 90% of flavor is imported and around 10% is missing.

 

Is there any pre or post activity to be done for import and export of flavors?

 

Thank you in advance!!!

How to Add additional Module to SAP NETWEAVER TRIAL

$
0
0

Hi! Everyone,

 

I'm completely new to SAP, I was able to install the above subject with its GUI and working perferctly fine, however is it possible to add additional modules such as Logistics, Procurement and sales? Thanks in Advance

Missing icons on button in cl_gui_column_tree in "Blue Crystal Theme"

$
0
0

Hi

After latest update to gui 740 patchlevel 2 I miss the icons on a button in cl_gui_column_tree.

The Icons were still visible in 740 patchlevel 1. 

 

This is (working) display in Corbu

Corbu.jpg

 

Here in BlueCrystal

BlueCrystal.jpg

Buttons are added as CL_GUI_COLUMN_TREE=>ITEM_CLASS_BUTTON with CL_GUI_COLUMN_TREE=>STYLE_DEFAULT

 

Jürgen Bauer


Personas 2.0 - custom field values disappearing

$
0
0

Hi all, I've searched for this issue on the forum without success, so here it goes.

 

I have a QM01 flavor and in it I populate via script (on the screen's OnCreateHandler event) a few custom fields (that I created in the flavor) with values I read from the Partners list on another screen, as soon as the user enters the transaction, providing the delivery document number. So far, so good. However, whenever I populate another field on that screen using a search help (for example, Due Date), my custom fields get cleared up.

This happens for any field on the screen that can be populated via search help, as soon as I hit Ok to return the value selected.

Anyone could help me with a way to prevent/fix this?

Thanks in advance.

 

Gabriela

Create PO - Control Not Found

$
0
0

Hi,

 

Could someone please help me to overcome the issue.

 

I am trying to create po by recording the script as shown below.

 

I have three text boxes --- vendor, material and quantity in my flavor.

 

The issue is i am not able to run the script as it always returns the error - "Control Not Found"

 

 

SCNSAP-CREATE PO.JPGSCNSAP-CREATE PO_1.JPG

 

Thanks in advance

Screen Personas get possible values from a field in other tab

$
0
0

Hi,

 

we are developing in Screen Personas 2.0 with transaction mm01.

 

We would like to use just one tab but there are some mandatory fields in other tabs, so we are creating some scripts to simulate these mandatory fields in the first tab. Finally we will create another script to send the selected values to the other tabs, without showing these tabs.

 

How could we get possible values for these mandatory fields to show them in the first tab?

 

Thanks,

Iker Espinosa.

Dynamic image change in flavour in Personas 2.0

$
0
0

Can we change image dynamically in any flavour based on user login in SAP Screen Personas 2.0 ?

Some trouble with the Sreen Events in SAP Screen Personas 3.0

$
0
0

Hi all,

 

I have some trouble with the Sreen Events in SAP Screen Personas 3.0

 

My example:

 

With a simple script I like to catch some data from the table T001B:

 

 

// Open FI-Period from table T001B with TA SE11

//  SE11

     session.callTransaction("SE11");

 

// Key in table T001B

     session.findById("wnd[0]/usr/ctxtRSRD1-TBMA_VAL").text = "t001b";

     session.findById("wnd[0]/usr/btnPUSHSHOW").press();

     session.findById("wnd[0]/tbar[1]/btn[46]").press();

 

// Select Company Code

     session.findById("wnd[0]/usr/ctxtI2-LOW").text = "v001";

     session.findById("wnd[0]/tbar[1]/btn[8]").press();

 

// Save values

var FRYE1 = session.findById("wnd[0]/usr/lbl[50,5]").text,

            FRPE1 = session.findById("wnd[0]/usr/lbl[56,5]").text,

            TOYE1 = session.findById("wnd[0]/usr/lbl[62,5]").text,

            TOPE1 = session.findById("wnd[0]/usr/lbl[68,5]").text;

 

// Back to SMEN

     session.findById("wnd[0]/tbar[0]/btn[15]").press();

     session.findById("wnd[0]/tbar[0]/btn[15]").press();

     session.findById("wnd[0]/tbar[0]/btn[15]").press();

 

// Values in label

     var strOpenFI =("Open FI-Period: " + FRPE1 + "/" + FRYE1 + " to " + TOPE1 + "/" + TOYE1);

     session.findById("wnd[0]/usr/boxPersonas_2/lblPersonas_3").text = strOpenFI

 

 

In a copy of the SMEN transaction, this script work with a script button very well. But when I try to execute this script with the Screen Events, nothing happens. I try all events and refresh the SMEN transaction with Ctrl+F1.


Thanks foryour help!


Peter

CV02N error in Java GUI (Platinum GUI for Mac)

$
0
0

Hi all,

When I run CV02N and double click the file, I can't open it and I receive this error message:

 

Schermata 2013-04-19 alle 12.53.15.png

 

I think that the issue arises because of in Mac does not exist the path c:\temp\filename, isn't it?

How can I adjust the path in CV02N?

Or, any other suggestions?

Thanks a lot,

Daniele

sap gui opens a small screen when

$
0
0

Hi,

 

When I select a app server in the SAP GUI, the screen appears very small (shows only the Menu and tool bar) that the users have to maximize everytime they have to login. this is not consistent though. Any Issue with SAP GUI patches or Installations . We are using GUI version 6.40 Patch 18.

 

Thanks,


Personas 3.0: selectedRows from table within a tab

$
0
0

Hi,

 

we are trying to select rows from a table by scripting.

If the table exists on a dynpro, like the overview in transaction VA05, it's possible to display and edit the option selectedRows.

But if the table is within a tab, the selectedRows and selectedColums values are undefined and not editable (screenshot).

 

Is this behavior a bug or do I have use a different way to access the table?

 

Here is my code example:

 

var objTable = session.findById("wnd[0]/usr/tabsTS/tabpTB02/ssubSUB_BODY:/MSG/R_U_KORVASSAP:1520/tbl/MSG/R_U_KORVASSAPTC_1520");  objTable.selectedRows="2";

Best regards

Christian

Problems with SAP screen personas login

$
0
0

Hello guys.

 

I am trying to install SAP screen personas 2.0 SP01(Silverlight), but I got some problems when trying to issue the login URL to access Personas.

 

Following are some basic information about our system.

Basis: 731

Kernel: 7.21(201)

According to SAP note 1848339, our basis version and kernel version meet the Personas requirement.

We also have installed the latest Silverlight5 plugin into the browser IE11.


After we made configuration following SAP screen personas configuration guide. We got an error message like "Network error, check the connection and then refresh your browser!"


Does anyone have some ideas? We appreciate your help!


1.jpg2.jpg

SAP Screen Personas

$
0
0

Hello everyone!

 

We have madea migration toHANNAinsystemdevelopment, I deletedthis systemallflavors, mediafiles,etc...and then Iimported all theflavorsof the production systemtosystemdevelopment, but I appeartwo thingsthat preventme from continuingtosee if anyoneknows whatis due


 

 

 

 

I wasmissingthe statusgui!!

 

 

 

In prodution system everything is be ok.

 

 

Thanks you very much

Regards

sap screen personas - network connectivity has been detected -

$
0
0

hi guys, i have problem with sap screen personas when i lauch my link

 

http://host fqdm.seat.it:8001/sap/bc/bsp/persos/mainapp?sap-client=010 the system return network connectivity has been detected.

 

I have also other 2 server with similar configuration (dev and test) that working fine. production k.o.

 

I have already read a lot of thread (Personas 2.0 SP02 Network Connectivity Error)

 

http://scn.sap.com/docs/DOC-61187

 

Is possible reproduce any log?

 

I check the HTTP RFC is correct, the SPRO the maintain system (Uri and Url)and role, the restgui service, the pfcg /PERSOS/ADMIN_ROLE and

/N/PERSOS/ADMIN_UI, the whitelist and the configuration check it's ok.

 

 

Any suggest? Please!!!

 

Someone known the exactly component sap-team to send a OSS-Message?

 

Best Regards,

Andrea Preziuso

SAP GUI 7.40 vs SAP GUI 7.30?

$
0
0

What is the difference between SAP GUI 7.40 and SAP GUI 7.30?

Viewing all 3616 articles
Browse latest View live


Latest Images

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