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

Personas 2.0: How to "Scroll" highlight to a row in table by a given name?

$
0
0


Hi Personas 2.0 experts,

 

Assume that I run a tocde to get a table below shown on UI. Please be aware that the number of rows are not fixed, so there could be more or less rows added/removed in the table from time to time depending on the backend actions.

 

Type        Id            Text

A              2             Note-A

B              4             Note-B

C              1             Note-C

 

Here are what I want to do:

 

Case: Press a button, I want to see the row content of a given Type (eg C): ie "C  1   Note-C"

 

Solution proposal:

    I can first find the row index (I have no problem for this, in this example, it will be 3), then use "Scroll Vertically" action for the table object to move the "highlight" to the given row in the table, ie row 3.

 

    Problem: how can I scroll the highlight to a given row using JS in a script button?

 

Thanks very much in advance!

 

Dong Zhu


Disable the "fussy typeahead" drop-down search help functionality in the new EHP7 in SAP GUI 730

$
0
0

Greetings Experts, Gurus and SAP Sages!

 

Is there a way to temporarily disable (either globally or on a per-user basis) the fuzzy auto-complete suggestion feature that is made available after an upgrade to EHP7? (and only keep the old-fashioned input history based suggestions?)

 

Script button sensitivity ... is there a problem?

$
0
0

Some users are complaining that when they hit a button, nothing happens but if they log back out and back in again the button works .... has anybody else come across this complaint - is it a known issue that has or is being dealt with?

 

Regards.

Patrick.

Tab Index not working - Screen Personas

$
0
0

Hello guys,

 

The order I put in my tab index propeties does not work. I don1t know what to do to fix it. I already tried to group and ungroup witthout success.

 

Any idea??

 

Thank you

How to compare a field to a variable - IF Screen Personas

$
0
0

Hello,

 

I'm trying to create a script in Screen Personas with an IF statement, but it's not comparing the variable (NUM_FORN) with the value that I get from table. I've tried to put "args.NUM_FORN", without success.

 

I read some posts but didn't find any thing that could help me.

 

Please, anyone knows how to do it?

 

Any help is appreciated.


Victor Gava

GPO SAP Gui

$
0
0

Hi,

How can I install SAP Gui by GPO? Is it possible?

Thank you

NWBC 5.0 Partner not reached error

$
0
0

Dear All,

 

I have installed NWBC 5.0 and I am getting the below error. When ever I try to search a transcation and click on it i am getting the error.

 

Partner not reached "xyz ip":3200 and the Ip showing in the error message also does not match with my router string. Can any one help me on this..?

 

Regards,

Letz..errror1.jpg

SAP Screen Personas To SAPGUI

$
0
0

Hello experts,

 

A quick question:

Once I've changed a screen (e.g va01) with SAP Screen Personas, should I see the changes in SAP GUI?

Because I'm optimizing transactions for a key-user and I'm not expecting to use the web browser to access the SAP.

I'm new to SAP Screen Personas and I did these changes but I'm not able to see it. Any help will be appreciate.

 

Thanks in advance!

Luis


Getting a count of entries of a table

$
0
0

Hi,

 

I woud like fill a text box with the count for the number of notification entries in a iw28 table.Capture.PNG

 

this screen is called from a script button, so i presume i have to add some code to this.

 

Many Thanks,

SAP Screen Personas dynamic background image change

$
0
0

Hi,

 

I am looking out for a way to dynamically change the background image of a flavor (say on trigger of a button click or selection of a drop down item) in SAP Screen Personas.

 

Any assistance on this front would be appreciated.

 

Regards,
Aaron D'C

Convert alv output to excel

$
0
0

Hi everyone,

Can any one tell me step by step procedure to convert alv report in to excel format using coding and send that to any email...

I read many blogs but I could not get the procedure.

 

Thanks and Regards,

Should Sapworkdir be deleted from time to time?

$
0
0

We have a split screen solution where, in some transactions, it is possible to see scanned invoices in half of the screen.

Recently we have had a few incidents where the user isn't able to see the invoice, that half of the screen is empty. The solution has been to delete the Sapworkdir for those users.

So therefore I wonder, is it recommended to delete Sapworkdir from time to time?

 

Regards,

Ragnar

Personas 2.0: How to "Transport" the whole Personas app to QA sys?

$
0
0


Hi Personas experts,

 

I have developed some Personas (2.0) apps on Sandbox/Devlopment sys. Now I want to "move" the whole program to QA sys for testing. Can anyone give some details about how to use SAP transpotation to move the "Whole" app?

 

I am thinking that the followings need to be moved (pls correct me):

1. The configuration of Personas (eg, made by tcode spro) - can this part to be transported directly?

2. The settings such as users, groups made by admin_ui. Can this be transported directly?

3. The app impelmentations - such as all the flavours. Can this part be transported directly? If so, how?

 

Thanks a lot in advance!

 

Best regards,

 

Dong Zhu

Field's name changes for each execution - Screen Personas

$
0
0

Hello everyone,

 

In my recent development I realized that almost all fields change their names for each different execution. For example, when I tested my screen for the first time the name of the field was:

 

ses[0]/wnd[0]/usrUSRAREA/subcntSUB0SAPLMEGUI0015/subcntSUB0SAPLMEGUI0030/subcntSUB1SAPLMEGUI1105/cmbMEPO_TOPLINEBSART

 

The next day, when I was testing it again, the name changed to:

 

ses[0]/wnd[0]/usrUSRAREA/subcntSUB0SAPLMEGUI0019/subcntSUB0SAPLMEGUI0030/subcntSUB1SAPLMEGUI1105/cmbMEPO_TOPLINEBSART

 

And, one week after in another test, without any modification of the script, it changed to:

 

ses[0]/wnd[0]/usrUSRAREA/subcntSUB0SAPLMEGUI0013/subcntSUB0SAPLMEGUI0030/subcntSUB1SAPLMEGUI1105/cmbMEPO_TOPLINEBSART

 

So, how can handle with this? There is no way to predict what is the next.

 

Hope someone can help me.

 

Thank you

Loading url in htmlviewer through script

$
0
0

Hi eveeryone,

 

Is there any possible way to load a html viewer with new url through javascript. I already knew ways to dynamically load the url in html viewer by assigning number and selecting the texbox for input.

 

But in my case , iam experiencing a trouble in loading the web page. When ever there is a curley braces like www.website.com/site={1} THE site is giving an error . but this does not happen for all other link. And also if i run the same link in browser its showing expected output. but if i try the same in htmlviewer its not displaying the same output.I guess that this happens because of the curley braces.if i run the url without the braces it runs in html viewer.

 

 

 

Regards,

Sivaganesh


SAP GUI 7.30 Rev 10 not booting txt.sap normally (MAC os Yosemite)

$
0
0

So the normal procedure to entering the g1 portal of my company is enter through the website ,download the SAP erp system start up and it will automatically download a txt.sap files to boot up the SAP logon automatically on windows . but recently i changed my laptop from windows laptop to macbook non-retina mid 2010 , and it does not boot .

Persona Security reporting

$
0
0

Hi Experts,

Are there any standard SAP reports available related to Persona security?

 

For Example:

1. Which flavor is assigned to how many & which Groups
2. How many user groups a user is assigned to or a user exists in how many & which user groups.

 

 

Regards,

Avinash

Is there a way to select the row entries of a table dynamically based on its value ?

$
0
0


Hi All,

 

My requirement is to select the views of the Material in Material Master transaction(MM03) dynamically based on the values.

 

How could we do that in scripting?

 

Is this Possible in Personas 2.0?

 

Thanks,

 

Arunkumaran.M

Navigating from SAP GUI to Web Dynpro in NWBC Desktop Client

$
0
0

Hi colleagues,

 

I have the following problem: I have a SAP GUI transaction in which an ALV is displayed. One column in the ALV is a hyperlink which navigates to a Web Dynpro. When I start the transaction in the NWBC desktop client and I click on the hyperlink, the web dynpro is opened in a new browser window but not in a separate tab in the client. My question is: is it at all possible to open a new tab instead of a new browser window in the client when navigating from SAP GUI to Web Dynpro and if yes - how?

 

Thank you in advance!

 

Regards,

Rositsa

Sap Personas & RFC

$
0
0

Hi Guys,

 

I'm trying to get a simple data into my Personas textfield using RFC.

Same as showen in the link below:

How to use RFCs in Personas 3.0 - SAP Imagineering - SCN Wiki

 

var rfc = session.createRFC("BAPI_USER_GET_DETAIL", "");

     rfc.setParameter("USERNAME", "XXXXXX");

     rfc.requestResults(JSON.stringify(["ADDRESS", "RETURN"]));

     rfc.send();


var address = JSON.parse(rfc.getResult("ADDRESS"));

     session.utils.log(address.FULLNAME);

 

I'm getting an error when excuting my script

 

Error during script execution:

TypeError: undefined is not a function

at eval (eval at <anonymous>


Can any one help me ?


Many thanks,

Medix

Viewing all 3616 articles
Browse latest View live


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