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

Is there a script event for radio buttons in Personas 3.0?

$
0
0

The heading pretty much says it all. I'd like to have a script event fire when a radio button group value changes, but I can find no way to do that in Personas 3.0. In searching for a solution, I've found posts for version 2 that reference a OnValueChanged event, but I cannot find that in 3.0.

 

Thanks for your help!


Installing SAP on my laptop

$
0
0

Can someone please help me with some instructions as to how i can install SAP on my laptop and run Variant Configuration modeling without being connected to an external server?

Can I know what are he requirements needed to do this? I have SAP GUI740 installed on my laptop but I am connected to an external server...i want to create a connection/server which is just my laptop independent of any external servers. I want to use this for testing purposes, and then probably migrate everything to the external server.


How to change display of BD87 to separate IDOC's that have not been posted.

$
0
0

Currently using BD87, my display only separates IDOC's into 'inbound' and 'outbound' categories.

 

Can I change this sort order so that IDOC's that have failed to post are separated from those that have successfully posted?

 

Thank you.

Help!! SAP GUI Too small in Windows 10

$
0
0

Hi all!

 

I have installed SAP gui 7.4 on my Laptop with Windows 10.

 

For some reason every thing was seems too small, i read that with the Patch 8 it will be fixed.

 

I had install it and it was solved in the general screens.

 

But when i get to the informations screens, callendars and everythig else it shows problems in the screen size.

 

As the example below, do any one kwnos how to fix it??

 

Info.pngCalendar.png

SAP Screen Personas 3: Website Button on current tab

$
0
0

When I use Website button, it launches the given URL at a new tab.

Is there a way to display the URL in current tab without launching a new tab?

 

Do we have to configure the browser settings for that?

Consolidating clickable fields Persona screen

$
0
0

Hello Persona experts,

 

Let me introduce myself as a beginner in SAP Screen Personas. So please bear with me if my questions are very simple and already answered by some one.

 

What I wanted is: Design a simple Persona for VA03. Here, user just needs to search for Order. In the same screen below the search input field, I have to display the fields from Sales Tab. As per the reference given in documentation, my approach to this was:

 

1. Create fields corresponding to each fields from Sales tab manually in the first screen.

2. Use a scripting button and map each values from Sales tab to the custom fields

 

My queries are:

1. Am I following the right approach here?

2. I have some fields in Sales tab which are clickable (Eg: Item Column in "All Items" section)

1.jpg

When I double click an item (say 10), I got "Sales A" tab.

1.jpg

How can I get this clickable link and Sales A tab (when user clicks item 10) in a single page?

 

3. There is a field in Sale tab with label "Req. Delv. Date", which can have values D or T or W or M

1.jpg

In my case, the order has value D for this field. If I look at the value help of this field, the description is "Day Format".

How can I display value help description ("Day Format" in this case) instead of key ("D") in my persona screen

 

Regards,

Faddy

Personas 3 SP02 - HTML content not update on screen.

$
0
0

Hi

 

I'm out of ideas regarding this issue.

 

In a flavour I've created, I'm showing a HTML component. The HTML content showing a SAPUI5 VIZ chart,

 

I've created a script which get data from a RFC FM and build the HTML page.  All this are working fine and the script are assigned to the onLoad event.

 

Now the fun! starts.

 

I've added a field(dropdown list) where I hardcoded 3 values. The selected value are supossed to be used as an input parameter for the RFC FM in the script I earlier created.

 

I know the selected key are delivered in variable "newKey" and after a select in dropdown list, the vent "onSelected" are triggered. In this event I call the script I earlier created. I can debug this in chrome an see the script getting data based on the selected value from the dropdown list and the new HTML content are generated and assigned to to HTML component again.

 

However it seems to need a refresh of the HTML component or similiar, cause the new HTML content are not showing up, unless I manually push enter button on keyboard.

 

 

Are there any who got an idea for this ?.

 

Brgds

Henrik

Personas - Changing functionality of save button

$
0
0

Hi Experts ,

 

I am totally new to personas and have been handed over a requirement wherein I need to change the functionality of the save button in transaction QA32.

The requirement is that on pressing the save button, it should display a pop up where on clicking yes --> it should open a new tcode which has the data present on this screen.
Is it feasible / advisable to change the script of the SAVE ? Or should I just suggest using of a custom button ?

 

Thanks,
Unnati


Personas - Backend error occured

$
0
0

Hello

 

I get the attached 'Backend error occurred' when I try to create a Label and place inside of the script button. The script button provides the text at the centre whereas I need the text at the top of the script button. And when I try including the label in the button, I get the error wherein I cannot move forward.
Does anyone know what is causing the issue.

 

 

Regards,

Narendra.

Is there a script event for radio buttons in Personas 3.0?

$
0
0

The heading pretty much says it all. I'd like to have a script event fire when a radio button group value changes, but I can find no way to do that in Personas 3.0. In searching for a solution, I've found posts for version 2 that reference a OnValueChanged event, but I cannot find that in 3.0.

 

Thanks for your help!

Is it possible to create Screen Personas Template

$
0
0

Hello,

 

as I said in the header, is it possible to create own templates in Screen Personas?

 

Thanks for reply,

 

Henning

Personas: How does extra TAB action works?

$
0
0

Hi Personas experts,

 

In Tab control one can check the "Tab cach enabled" to add extra actions. As did for a Script Button, I add simple script, such as displaying a value in a text box, inside such an extra action of the Tab control.

 

But no matter I click the Tabs or reload the UI, the action did not happen. Can anyone explain:

 

1. Did I do the right way to add actions for Tab control? and why doesn't my implementation work?

2. How does Tab action work normally?

 

Thanks a lot!

 

Dong Zhu

4k resolution - problem with rsa1

$
0
0

Hi everybody,

 

I'm using a new Notebook with Windows 10 and a 4k resultion (3840x2160). In Windows everything is ok, but in SAP - especially in rsa1 - there are some problems with the layout. Some menus are cut off, some parts are too smal:

 

rsa1.jpg

rsa1_2.jpg

Fontsize is set to 9 in configuration in SAP GUI. The latest SAP GUI with latest Support pack is installed.

Any ideas how to solve this Problem?

 

Thanks very much

Tim

Is there any way to use JavaScript functions in Personas?

$
0
0

Hi,

 

I'm new to Personas (we have 3.0) and I'm trying to develop some scripts. I have written some JavaScript functions that I would like to use in different sections of my code (for the same flavor).

 

I created a script named Functions and put my functions in there. They validate fine, but when I try to call them from another script, I get a undefinedReferenceError on the function name. I can call the function within the same script, so I believe this is a scope issue.

 

Is there anyway to share functions between different scripts? If not, how are you handling instances like this?

 

I also thought about making all of my code into functions, and then put them all into one script. But I don't see any way to attach a function name to an event, such as a button click. I only seem to be able to attach a script name to the event.

Personas 3.0: Linked excel document cannot be opened

$
0
0

Hi Personas 3.0 experts,

 

I am running a custimised tcode where there is a backend button which can open an excel document. It works fine in SAPGUI, but in Personas nothing happened after pressing the button. Could this be due to the whitelist issue?

 

Any ideas? Thanks.

 

Br,


Dong Zhu


Setting to Show the system name and client in the windows taskbar

$
0
0

We are using SAP GUI for Windows, we have opened multiple SAP systems/ single system with multiple clients and juggling between the windows on the taskbar to open the one we actually need. It is hard to go through each window and check if this is what we wanted!

 

Here is the solution


Before personalization: We want to open EE7 (001) system. Where is that window!

1.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

      

Simple steps to enable the system ID and client display

 

  1. In the system function bar open ‘Customizing of local layout’

2.png

 

 

3.png

      2. In the SAP GUI Options Dialog, Interaction Design-> Visualization 2-> Window Title

         ‘Check’ the Show system name in taskbar button, Click Apply and OK .

4.png 

After Personalization: Now we know where the EE7 (001) Window is straight through.

5.png

Thank you,

Rekha D.R

Personas 3.0 - Can a script determine which control triggered it?

$
0
0

Hi,

 

I have a group of buttons that I would like to use the same script for their click event. In order to accomplish that, I need to identify which button was clicked. Is there a way to pass the GUID, or for the script to identify it, so the code can take the appropriate logic path depending on which button was clicked?

 

Thanks for your help!

Script for table values using BAPI

$
0
0

Hello Experts, How do we script for table values that are returned via BAPI in personas . Kindly suggest. Best regards, pradeep.

Personas 3.0 - setProperty not working for a button.

$
0
0

Hi,

 

I'm trying to crate a toggle button, which should basically switch it's attributes back and forth when it's clicked. I've written the code below, which I believe is proper JavaScript. But the setProperty line either never executes, or else it does execute but has no effect on the button. The code is not failing, because the JavaScript continues to run past this point.

 

if (session.findById("wnd[0]/usr/btnPersonas_1234567890").getProperty("fontWeight") == "bold") {

  session.findById("wnd[0]/usr/btnPersonas_1234567890").setProperty("fontWeight", "null");

}else{

  session.findById("wnd[0]/usr/btnPersonas_1234567890").setProperty("fontWeight", "bold");

}

 

The getProperty works fine, it's just the setProperty I'm having issue with.

 

Any ideas on what's wrong?

 

Thank you very much for your help!

SAP Screen Personas - Enjoy transactions

$
0
0

Hi,

 

Has anyone got experience with transactions like ME51N (create purchase requisition)?

 

I'm having difficulty with the various subscreen open/close states, i.e. getting them to stay open, and also simply merging fields from various tabs in the item subscreen. It won't seem to let me refresh the subscreen after I've enabled caching of the tabs.

 

I've read a blog that states Personas plays nicely with enjoy transactions, but so far thats not my experience.

 

any tips and tricks would be great thanks!

 

Neil

Viewing all 3616 articles
Browse latest View live


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