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

Is there a way to get automatic alerts when a lock for an object is released in sm12 transaction?

$
0
0

Dears,

 

We are checking locks on process chains through SM12 transaction.

 

So when a process fails in the process chain due to lock issues,

 

It is tedious that every time, we go to the tcode SM12 manually and check whether the lock is released or not.

 

Is there any way that we could get an alert as soon as the lock is released in SM12?

 

Thanks ,

Ajeeth


Error while creating SO in SAP NWBC

$
0
0

image002.pngCapture2.PNGimage001.png

 

 

 

 

I am having some issues when creating SO's using the Personas.

The first problem is on page 1. If I want to enter the plant name, the search function is missing. The little square does not appear as it does in other fields and F4 does not work either.

 

If I try to enter the plant manually  it prompts me to enter a numeric value.But the plant name is alphanumeric.

 


I also have a problem when I reach the second screen. It is just blank. I don't know if it is related to the plant issue, but the second screen looks like this:

 

 

SAP GUI 7.30 Patch Level 3 Citrix XenApp 6.0

$
0
0

Citrix ICA session environment, user launches a desktop environment, then launches SAP from the desktop once ICA session comes up.  Having an odd issue, where, at first logon after a user launches SAP the view for say, entering a quote are normal, after info is entered and saved and ready for printing or a new quote is opened the formatting changes.  When I say change I, I mean certain boxes that were in one place are now in another, there are clickable buttons missing.  So user exists the SAP instance, open a new instance, pulls up the saved quote and all the formatting is correct.  SO it seems that initial logon everything is ok with the formatting in a quote(just the example I have), while SAP still open tries to update/start new quote the formatting blows up.  Any ideas would be helpful, thanks in advance.

 

Scott

Script to dispaly page in F11 fullview on browser

$
0
0

Hi Everyone,

 

Is it possible to display the whole sap personas page in F11 full view on browser. I can able to see the SAP Personas can be viewed in full screen while pressing F11 key. But can it be possible to through script? I am trying to have a button , Upon clicking the button it should display the screen in full view.

 

I tried to execute a script which only has F11 press inside script but it showed an error. Do let me know if any method is available in SAP Personas.

 

 

 

Regards,

Sivaganesh

Personas non-Unicode

$
0
0

Hello all,

We are just exploring the opportunities and requirements for Personas.  I would appreciate input in two areas.  Thanks in advance.

Mary Ann Koskinen


1. We are non-Unicode.  Personas is not officially supported for non-Unicode.  However, the software runs in our environment. What possible issues could exist in non-Unicode, other than the incorrect transmission of a character?  We use only English in our facilites globally, so I am not sure why this could be an issue.  Is anyone running Personas in non-Unicode and have you experienced any issues?

 

2. Is it sensible and preferred to run Personas from its own server.  This came up from our Basis team.  We have multiple servers for each environment.  Would Personas implementations need to follow the same path as other implementations(dev, QA, production)?

New: Lifetime and Support Matrix for SAP GUI for Java

I want to enter JS validation in services end date press enter and Check SO.How to do that

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.


Getting Blank screen while running ME51n in SAP GUI HTML

$
0
0

Hi ,

 

We have two ids and when we run transaction code ME51n with one id it displays all the things correctly and when we are using other id which has same authorization it gives blank screen on SAP GUI HTML.

 

ME51N Screen.PNG

 

Please suggest.

 

Thanks,

Priya

Screen Personas: Attachments Upload functionality on QM01/QM02

$
0
0

Hi Experts,

 

I was trying to work on Tcodes QM01/ QM02 which have attachments upload/download functionalities.

However, I could not get this functionality to run when I tried on Personas 2.0.

It works very well on SAP GUI screen.

 

Can you please suggest if there is SAP Note to make it work?

 

1.JPG

 

 

Thanks,

Mahip Singh Saluja.

Invalid GUI input data: display - window dimension conflict

$
0
0

Hi All,

 

When i am working with Persona 2.0,i was facing this conflict error.Due to this i am unable to see the status message.Here the Attachment:

Invalid.JPG

 

Can u please suggest me a way to copy the status message to a label component.SO that i can Display the status where i want to display.

 

Thanks In advance.

Can anyone spot what's wrong with this JS snippet?

$
0
0

I've got this in a 'calculate in JavaScript statement but I am getting an execution failure - JavaScript error..

 

var chunks = args.text.match(/.{1,250}/g);

    args.text1 = chunks[0] != undefined ? chunks[0] : "";
    args.text2 = chunks[1] != undefined ? chunks[1] : "";
    args.text3 = chunks[2] != undefined ? chunks[2] : "";
    args.text4 = chunks[3] != undefined ? chunks[3] : "";
    text.length > 1000 ? args.text5 = "CAP" : args.text5 = "";

 

Can anybody help?

SAP GUI Crash and/or hung up

$
0
0

We have an application that emulate the user interaction with SAP application and use SAP GUI scripting (GUI for window) from VB module to interact with SAP application and perform various operations on SAP window. The operation performed during that exercise are inputting values, search a node in tree, search a value in table, input value in a table cell, click on button, send virtual keys to sap window, interacting with context menu etc etc.. Operations that need to perform on SAP GUI are organized into 'tests" and are performed in a serial fashion. A same test (sequence of operations) can be performed any number of times on a given SAP application.

 

Lately, we have seen that either SAP Gui crashes or become unresponsive at random when a set of operations (test) are being performed iteratively on SAP GUI. The same test executed correctly many times but at random iteration it become completely unresponsive and hung up.

Although, SAP Gui hang up occurred at a random iteration but we've noticed that if there were two sap instances on the machine then this behavior is noticed much earlier and it is almost certain to get to this sate if an ECATT is running in another sap window but still not able to establish a particular pattern and some time same tests were executed correctly in all the above mentioned scenarios. However, when problem occurred, it usually happen just after the operations that have caused SAP GUI to do a server round trip like click on button or scrolling a table etc but still it was quite random and was unable to establish a pattern.

 

When SAP GUI hung up then not only it becomes completely unresponsive, but it also hung up any application they tries to interact with SAP GUI scripting object.  At this point, any attempt to make any references to any scripting object or even a fresh attempt to connect to scripting object model also hung up that application. The only way out at that point is to kill SAP Gui from the task manager and once SAP Gui killed then all application that was previously hang up start to resume execution!

 

SAP GUI for Window  7.1 patch 7 and path 11 are being used.

 

Any help shall be greatly appreciated.

Personas - IQS1 problem

$
0
0


Hi,

 

I have a problem with tcode IQS1, when I switch to a tab and then use the search help on a field, the flavour that was previously rendered is lost and the screen reverts back to the basic view and then stays this way until I siwtc back to the initial tab. I'm not sure but suspect this is something to do with control ID overwrite logic.

 

I have attached a video to show the issue. Can anyone help please?

 

We are using the Silverlight version with the latest support pack applied and our kernel is at 7.21 with patch 201

 

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!!!


Regarding Persona

$
0
0

Hi,

 

I've recently been introduced to Persona and I am working my through it.I would like to discuss few limitations I came across.

First its a great GUI tool for simplifying a lot of the standard processes. I've been working as an sap technical consultant from the past few years and seeing the customization possibilities that can be achieved through persona rather than using enhancements etc is quite interesting. It's a quick fix for designing standard screens as per the clients requirement and hiding the unnecessary areas/fields.

 

I will explain the issues I faced as well as I can along with scenarios.

 

adding f4 help to custom fields.

scenario: creating a single screen for material creation and using custom fields and copying data to the mandatory fields from the initial screen and saving material.

even though this issue has been addressed before I am yet to find a definite solution. I have gone through Tamas' solution for the same and I thank him for his efforts, but the whole point of using persona is simplifying with ease. I can think of an alternate solution involving recording where I can copy all values currently entered and call another transaction for search help and get the selected value( with some amount of scripting) and call my initial transaction (material creation) and paste the old values in the respective fields and the list value (from the search help). A better solution would definitely be a built in functionality in script where we get the option for attaching search help for custom field.

 

hiding/displaying custom fields through script/properties:

Another issue I faced is during validation. A basic level of validation is to check if any value has been entered in a custom field, and the property "is required" is available for fields but does not do more than displaying a tick mark on the field. A good suggestion comes from Cheryl (How to handle mandatory fields in SAP Screen Personas) With a simple script we can check if a field is empty, and if it is empty then display any relevant message. I can manage to change values in the label but can't hide it. This would be a great addition if possible with the next version

 

 

Group box text properties:

Even though the customization makes the look and feel easy on the eyes, it still has limitations. As I mentioned above I have managed to create material from a single screen from multiple screens and tabs, I have maintained all the respective tab fields in a group box. After creating groups I realised the text of the group box doesnt have any properties apart from color. for ex. I cant change the size, or even make it bold.

 

 

 

I am aware that persona 3.0 will be launched soon and to be honest I am quite excited about it and have already enrolled for the course commencing on 31st march. Hope it's way more improved than the current version.  *fingers crossed*

Problem with sapgui 7.30

$
0
0

Hi gurus

 

i've a little problem with sapgui 730, and i'm the only one thay has it.

When i check view additional data B on va01/02/03, i see the view cutted, and all the right part is missing.

 

if i use another pc, the view looks right.

 

any ideas?

 

Best regards

Marco

SAP GUI 7.30 Patch Level 3 Citrix XenApp 6.0

$
0
0

Citrix ICA session environment, user launches a desktop environment, then launches SAP from the desktop once ICA session comes up.  Having an odd issue, where, at first logon after a user launches SAP the view for say, entering a quote are normal, after info is entered and saved and ready for printing or a new quote is opened the formatting changes.  When I say change I, I mean certain boxes that were in one place are now in another, there are clickable buttons missing.  So user exists the SAP instance, open a new instance, pulls up the saved quote and all the formatting is correct.  SO it seems that initial logon everything is ok with the formatting in a quote(just the example I have), while SAP still open tries to update/start new quote the formatting blows up.  Any ideas would be helpful, thanks in advance.

 

Scott

Duplication of flavor name

$
0
0

Hi All,

 

I have created one flavor for transaction ME51N with name TXXX_MM_ME51N_EN_V02 but it is showing duplicate entries. Actually there is only one flavor with name TXXX_MM_ME51N_EN_V02.

 

Please find attached file for screen shot of the same.

 

Can you please let me know what exactly the issue is? Why it is showing 2 times and how to remove it from flavor bar?

 

 

 

 



   
 
 
 
 
 
 
 
 
 
 
 





Personas non-Unicode

$
0
0

Hello all,

We are just exploring the opportunities and requirements for Personas.  I would appreciate input in two areas.  Thanks in advance.

Mary Ann Koskinen


1. We are non-Unicode.  Personas is not officially supported for non-Unicode.  However, the software runs in our environment. What possible issues could exist in non-Unicode, other than the incorrect transmission of a character?  We use only English in our facilites globally, so I am not sure why this could be an issue.  Is anyone running Personas in non-Unicode and have you experienced any issues?

 

2. Is it sensible and preferred to run Personas from its own server.  This came up from our Basis team.  We have multiple servers for each environment.  Would Personas implementations need to follow the same path as other implementations(dev, QA, production)?

Viewing all 3616 articles
Browse latest View live