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

Personas 3.0 (SP3) Templates

$
0
0

Hi all,

 

I've successfully uploaded several templates as per this post.

 

However, the add template button does not appear to be active when editing the flavor:

 

Personas Template.jpg

 

We are on Personas 3.0 with SP3 (kernel release 742, kernel patch 300 which is not the latest).

 

The SAP system is ECC6 EHP7 on HANA and I'm using the 740 GUI on Patch 7.

 

Any idea?

 

Thanks in advance.

 

PeteA


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

Excel 2013>SAP>Transfer from Excel userform to SAP

$
0
0

Hello,

 

I'm trying to essentially copy a set of 7 values from an Excel userform and paste it into fields in SAP.  This is a task that I would need to perform possibly multiple times per order and many orders per day.  I have gotten pretty good at VBA, but I've only just learned about GUI.  I've attached a screenshot of the SAP form I need to populate.  Would someone be able to tell me if this task is possible?

 

Thanks!

 

 

 

 

sap.png

Screen Personas 3.0 - Scripting

$
0
0

I have a Personas 3.0 scripting question.  Is it possible to use scripting to open a tab delimited text file located on a network drive, read the contents line by line, and assign the contents to an array or specific variable(s)?  The file name is known and can be hardcoded.  If this is possible, could someone please point me to some examples?  I have tried some JavaScript examples but have not had any luck.  Any information you can provide would be greatly appreciated.  Thanks.

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

Personas 3 SP3: Performance of dependent dropdowns

$
0
0

Hi there,

 

We are on Personas 3, SP3.

I have created couple of custom combo boxes, where drop down values in second combobox depends on what was selected in first combo box.

All the dropdown values (for both the combo boxes) are loaded when the screen is initially loaded. Upon a value is selected in combobox 1 (onSelect event), I calculate the dropdown values for the second dropdown and update the combobox entries.

 

Below is the event handler for 'onSelect'

//Clear Current entries of second combobox
var damageCombo = session.findById("wnd[0]/usr/cmbPersonas_146789411528788");
var damageCodes = damageCombo.entries;
damageCodes.removeAll();
//New selected Key from the first combobox
var damageCodeGroup = newKey;
if (damageCodeGroup === ""){  return;
}
//Previously loaded data
var allDamageCodes = session.utils.get("damage_codes");
var data = JSON.parse(allDamageCodes);
//Calculate the values for second dropdown
for (var i=0; i<data.length; i++){  if (data[i].KEY === damageCodeGroup){       var values = data[i].SUBKEYS;       for (var j=0; j<values.length; j++){            damageCodes.add(damageCodes.createComboBoxEntry(values[j].KEY, values[j].VALUE));       }  break;  }
}
//Assign it to second combobox
damageCombo.entries = damageCodes;

When I select a value in first combobox, it takes up to 4 seconds for the screen to be ready for input. Since I have all the value at client side, I did not expect this. In the network tab I see that there are three calls to the server.

Capture.PNG

 

How can I get rid of this 4 seconds delay? Am I doing anything wrong?

 

Regards

Krishna

Change the default Encoding Value

$
0
0

Hi Experts,

 

I am set with the default encoding value of 4110. I would like to change the same to 1160.

 

Please let me know how to change this?

 

Is is GUI specific?

 

 

 

Thanks,

Bala

Error in the PC editor. Continue with the line editor. Word 2010

$
0
0

We have just completed upgrade to ECC6.0 eph4.

 

We are evaluating new workstion build to depoly windows 7 and office 2010.  We are installing SAP GUI 7.2 patch 1 on the workstations.  While testing the build, we are finding that when creating/changing texts in VD02 and IW52 long text.  That the editor defaults to the line editor.  How can we change editor to call Word 2010?  From reading SAP notes, SAP 7.20 supports windows 7 and office 2010.  Is there a parameter or transaction that needs to be set for the user?

 

Please advise.

Thanks

Tony Romain

IT System Analyst

 

Steps:

We open IW52 to service notification, click on long text icon.  Screen opens with line editor.  When select "Change Editor" in menu, we then see this message.

 

Error in the PC editor. Continue with the line editor

     Message no. TD754

Diagnosis

     An internal error occurred in the PC editor accessing the text (data

     transport with the data provider).

System Response

     The operation could not be executed in the PC editor.

Procedure

     Contact your PC system administrator.


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

Hiding table fields in Personas 3.0

$
0
0

I am able to hide table columns on the webgui but is not being translated to the regular gui.

 

 

As shown on attachment, I removed (HIDE) all the fileds after MPN material column using personas on sap webgui but when go to my sapgui 7.40(patch 8) and click on the flavor I just created, the table columns are not hidden.

any ideas why?


I am on kernel 7.42


UPDATE : Its working on FB60 transaction. but I can't make it seem to work in ME51N.

I have read to go to table control in ME51N but I have no idea what this mean.

thanks



SAP GUI 7.4 upgrade

$
0
0

Hi Guys,

 

We are planning to our upgrade our SAPGUI version to our customer.

 

Currently we are in SAP720 version.

 

Kindly share your experience on the below,

 

i. Upgrading  from SAPGUI720 to SAPGUI740 directly.

ii. Upgrading from SAPGUI730 to SPGUI740

iii. List of challenges you have faced from the business perspective

iv. Your feedback on the SAPGUI7.40 with your customer name if possible.

 

Warm Regards

Aravind

Productivity Power Play video series - Validating your SAP Screen Personas installation to ensure project success

$
0
0

Getting a proper start is critical for a successful finish. Ask Usain Bolt, Justin Gatlin, or Tyson Gay. The same is true for SAP Screen Personas. We give you tools to validate that your installation and configuration are correct. In this episode of Productivity Power Play, Tamas Hoznek shows how to check your SAP Screen Personas installation to ensure that everything is set up properly and that you have all the relevant notes for optimal performance.

 

healthcheck.png

 

This episode of Productivity Power Play describes how to:

  • Verify your system is properly configured
  • Keep your SAP Screen Personas installation up to date
  • Verify that all relevant SAP Notes are installed with the health check tool
  • Understand and utilize the Master Note for each support pack

 

notes.png

 

Watch Productivity Power Play episode 23.

PPP23.png

 

See all the episodes.

 

For the SAP Screen Personas product team, Peter Spielvogel.

MiniSAP Trail on VM access issue from host system. wsaewouldblock: resource temporarly unavailable

$
0
0

Hello,

 

I have spent quit a bit of time figuring out why I am unable to connect to minisap trail system installed on virtual machine. I always got error " partner 192.168.x.x:sapdp00 not reached" when try to connect from host system. When I checked details of error I see " wsaewouldblock: resource temporarly unavailable ". I was able to connect to the same system being with in virtual system in both ways like specifying "192.x.x.xx" and "localhost" as application server. I searched a lot to find solution but could not quit understand what exactly the resolution for it ( at least me ). Even though there are some threads where it is mentioned to turn off the firewall, but it wasn't quit helpful for some of the people on how to turn off the firewall. So I thought I can put together some info in blog with detailed screen shots on how to turn off.

 

I have installed Oracle Virtual Machine on Windows 10 with Windows 2008 R2 Standard on VM.

So before the fix I was getting this below error.

image 1.png

Now with in the VM OS, Click Start->Administrative Tools -> Windows Firewall with Advanced Security as shown below.

image.jpg

Now there the three different tabs where you need to turn off . Follow all the three screen shots.

image 2.jpg

image 4.jpg

image 5.jpg

Finally click "Apply" and "OK".

 

Now go back to SAP Logon pad on Host OS and specify the IP address of VM as shown below.

image 6.jpg

Thats it. you should able to see logon screen if the issue is really because of firewall issue.

Now, There are otherways to open the requests from host OS to VM OS by specifying inbound and outbound rules on firewall settings.

I leave the inbound and outbound rules way to those who are good take on networking.

 

Hope this might help...enjoy..

Thanks,

Amara.

Where can I find SAP Console 7.10 to download?

$
0
0

hello

 

Where can I find SAP Console 7.10 to download? this link no have download option

 

https://websmp104.sap-ag.de/swdc --> Support Packages and Patches --> Entry by Application Group --> SAP Frontend Components --> SAP CONSOLE

 

Thanks

 

HEPC

Personas 3 - How to configure Multiple groups on SMEN

$
0
0

All,

 

I have a requirement where we have 4 groups, each of the groups are accessing same/different transactions with their specific fields. There is also an additional group which is a Super group and will have access to all the flavors of the above 4 groups.

 

The idea is to show SMEN with 4 tiles (one per group) to the Super user. But for the user of groups, we need to show them only the flavors applicable for that particular group.

 

I am having difficulty to design this kind of requirement as we have only one SMEN and the moment any-user logs in, it will take them to SMEN by default.

 

Appreciate inputs from the experts.

 

Regards,

Salil


Personas 3.0 - Anyway to refresh themes, corporate colors without rebooting?

$
0
0

Hi,

 

Our company is just starting to implement Personas 3.0, and I'm trying to set up our corporate colors and a couple of themes.

 

So far, when I make changes to either one, they do not seem to take effect unless Basis reboots the server. For instance, I changed a background image in a theme two days ago. The theme shows the correct image when I edit it, but when I select it as my current theme, it is still showing the old background image. Corporate colors had the same issue when I was changing those.

 

Is there any way to do a refresh, buffer flush, or anything else to make changes like this take effect without having to reboot the server?

 

Thanks for your help!

SAP SCREEN PERSONAS 3.0

$
0
0

I have created  F4 Help in personas 3.0. i am able to access the list of filds from F4, But when i am saving the value it is saved if i go back the selected value is not appearing in the input field. Do wee need to write scriting?

SAP Personas + Fiori on Mobile

$
0
0

Dear Experts

 

I'm linked my SAP Personas simplification on my fiori launchpad and works well on PC

 

When i try to use that on my mobile devices (ios and android) it doesn't work.

Even when fiori is working ok on those devices, and personas is working well if i use directly (Without Fiori) throught the browser

 

Is there anything i need to do in order to achieve this? or is not possible?

 

any ideas?

 

Thanks in advance.

Passing Parameters from one T-code(flavor) to another T-code(Flavor)

$
0
0

Hi Guys,

 

Today i got a new requirement from one of my client i.e. He want to login with a particular User into VA01,

and there he want 2 dropdown options and one button those are Plant(dropdown), Division(Drop down).

Once he selects a plant and division after click button(Click here) that navigates to ZSCIO flavor(Consignment Sales Order).

In ZSCIO these selected values should be reflect.How can i pass these parameters in personas 2.0.

That to totally 7 users are login with different credentials and those are accessing the same flavor..

Can any one resolve my issue ASAP.

 

 

Thanks,

santosh.

selected line in new flavour

$
0
0

Hi Experts, when we create a new flavour out of iw28 and make changes to notification , we were supposed to see the check mark in selected line as below unfortunately we do not see in our newly created flavour . In this case we are jumping back from a custom flavour .Kindly advice. Best regards, pradeep.

Viewing all 3616 articles
Browse latest View live


Latest Images