Could you please advise how to Reverse or Delete a travel expense already transferred to FI
Reverse or Delete a travel expense already transferred to FI
Personas: Setting selection for a dynamic dropdown list failed, why?
Hi Guys,
In my Personas app, I want to make a selection using script by filling a field of a "SAP built-in" dropdown list with a value (VM) that is included in the list. I used IW38. This dropdown list is shown only when first pressing the "Select All" icon on the top of the screen, and normally user would need to make selection by clicking an item in the dropdown list. Here I want to let the script do the selection.
The id of this "dynamic" field is:
ses[0]/wnd[0]/usrUSRAREA/frameB007017_BLOCK_1000/cmbDY_PARVW
The problem is: when I use "Set selection" for the dropdown list in script, it pops out error:
Step of the executed script failed!
Reason: failed to fire action
However, when I made one my own dropdown list control, I was able to make selection of one of the item in the list by scripting.
It looks like somehow there might be some special property of this "SAP built-in" dropdown list that blocks the setting selection.
Does anyone have the same problem and know a solution?
Thanks a lot!
Dong Zhu
Difference between GUIXT and SAP personas
Hi,
Can anyone tell me what is the Difference between GUIXT and SAP personas... As it seems to be both solves the same issue for SAP GUI.
Regards,
Harshada
Not configured error for clientaccesspolicy.xml & crossdomain.xml
Hi,
I have got Personas 2.0 SP02 installed in my ECC6 EHP7 system. I have done the configurations as suggested in the config document.
The configurations for the Personas system are all ok. For the Target systems i am getting the following errors:
clientaccesspolicy.xml - clientaccesspolicy.xml is not configured (404 error)
crossdomain.xml - crossdomain.xml is not configured (404 error)
The two configurations are ok for the personas system.
My Personas system & Target Systems are on the same server. The target system points to one of the clients on the server.
Some queries:
1. The above to XML files are at the server level.. right?
2. Will a server restart help to resolve this? The server restart was not done after the setup of silverlight cross domain.
regards
Nitesh
SAP Persona flavors to flavors mapping
Hi Persona Experts,
As we know we can have multiple flavors possible for a particular transaction code.
I have below listed scenarios.
SAP Transaction 1(T1) -> 3 Flavor (T1.Flavor 1 ,T1.Flavor 2, T1,Flavor 3)
SAP Transaction 2(T2) -> 3 Flavor (T2.Flavor 1 ,T2.Flavor 2, T2,Flavor 3)
SAP Transaction 3(T3) -> 3 Flavor (T3.Flavor 1 ,T3.Flavor 2, T3,Flavor 3)
I would like to implement below sequence..
T1.Flavor 1 -> T2.Flavor 1 -> T3.Flavor 1 (as Default Flavor)
T1.Flavor 2 -> T2.Flavor 2 -> T3.Flavor 2 (as Default Flavor)
T1.Flavor 3 -> T2.Flavor 3 -> T3.Flavor 3 (as Default Flavor)
Currently we can have only 1 default flavor possible for single Transaction, so it will be easy to get only 1 of above scenarios realize using set default flavor options.
How can we achieve above scenarios... depending on current flavor ->>select next flavor linking/Mapping dynamically
Please let us know is it possible? How?
Regards,
Rakesh Mourya.
Personas: how to make BackToHome button from deep sub UIs?
Hi guys,
In many practical cases, eg, iw22 with a given Notification number, one can use Personas to jump UI directly from the "Home Screen" to the "Destination Screen" which would require several key presses through several screens in normal SAP GUI.
Here is the issue: no matter how many screens are skipped to reach the Destination screen in Personas, I want to make a "BackToHome" button on teh destination screen to jump back directly to the original "Home Screen". But since the Destination Screen and the Home Screen are located in different tcodes, it is impossible to use "Switch Flavor" to jump back. Does anyone have a good idea to make such a Back jump? Thx.
Dong Zhu
Screen Personas error handling
Hi All,
How to handle the error popup's when suppose a wrong PO number is entered in the text field in screen persona main screen for me23n t-code (script button). The std error thrown by system is "Error: Step x of the executed script failed!, Reason: control not found".
regards,
Karthik.
Question concerning accessing the SAP GUI through C++
Dear Group,
I'm writing a console application in visual studio 2010. I'm having a hard time using the scripting engine.
I would like to use the calls findbyId and findbyname to access fields on the gui.
What seems to work so far:
// Get the objects outer most interface | ||
sapgui = GetRunningObject(L"SAPGUI"); | ||
if(!sapgui) | ||
return NULL; |
// Get the dispatch interface | ||
if(sapgui->QueryInterface(IID_IDispatch, (void**)&dispatch) != S_OK) | ||
{ | ||
sapgui->Release(); | ||
return NULL; | ||
} |
I'm basically at the point of trying things until I might stumble on the correct answer. I create the object SAPFEWSELIb::_DsapfewsePtr sapobj;. This allows me to call sapobj->GetScriptingEngine(). The code fails at this point.
The intent is to create an object SAPFEWSELib::_DsapfewsePtr sapGuiObject = new SAPFEWSELib::_DsapfewsePtr(sapobj->GetScriptingEngine().
My understanding is that the object sapGuiObject will give me access to the calls I'm trying to use.
I'm not even sure if I'm asking the question the correct way, let me know if anything needs clarifying.
Thank you.
Sincerely,
John.
SAP EXTERNAL INTERFACE: GUI
Hi Everyone,
Need to create a program using the GUI interface to R/3 that we need to write a client program that access the data stream that is communicated between the R/3 application server and its SAPGUI.
By using the GUI interfaces our external client program, can provide an alternative interface to the standard SAPGUI. This alternative interface can be either graphical or non-graphical (for example, it can be voice driven or Web-based).
Programming using the GUI interfaces also allows our client program to monitor or record an end user interaction with SAPGUI screens.
roll in and roll out
hai
what is rollin and rollout ?
what is saint update?
SAP GUI for JAVA
Hi Everyone,
In our organization we are implementing the SAP along with JAVA using GUI, RFC, or IDOC. Need some details regarding the SAP GUI for JAVA. Like,
1. How to implement the condition.
2. Wat is the basic version used for the condition.
3. Where to find the download.
4. Wat is the purpose of SAP GUI for JAVA.
5. Future use of all these above.
some links will also be useful......
I18N tab
Hello experts.
We have recently updated all the SAPGUI installed from version 7.1 to version 7.3
In version 7.1 there was an option (when pressing ALT+F12) to change the font size in the I18N tab.
As a result the font size changed immediately (for the current session)
In version 7.3 however the I18N tab is not there, and when changing the font size in Visual Design the change takes effect for new sessions only.
Is there anyway on SAPGUI 7.3 to change font size immediately?
Regards,
Imanuel Rahamim.
Windows 7 - BEx Browser 3.5 strange error
Hello Experts...
One of our Agencies are currently preparing to roll out new Windows 7 Enterprise machines. Unfortunately they cannot wait until GUI 7.20 anticipated for the end of March.
In testing we have found that after installing the SAP GUI 7.10 SP16 with BEx Browser 3.5 SP8 everything installs correct however the 1st time you execute Bex Browser and logon to a system, we encounter an error which states:
SAP BW Browser Application has stopped working
-> Check online for a solution
-> Close the program
We close the program and run it again, it works correctly.
The Log in Windows show:
Details:
Problem Event Name: BEX
Application Name: wdbbapp.exe
Application version 3571.8.0.55
Fault Module Name: wdba.dll
Fault Module version: 3571.8.0.60
C:\Program Files\SAP\FrontEnd\Bw\wdbbapp.exe
C:\Windows\system32\wdba.dll
This occurs on both Windows 7 Enterprise - 32bit and 64bit versions. The same installer does not encounter this problem on Windows 2000, XP and Vista.
While this may appear not to be much of a "problem" it does cause some concern since this agency is preparing to deploy 10,000+ machines, we want to be certain there is no other underlying issues which still may remain.
Has anyone else experienced this or something similar with a work around? Could it be the install is not registering a dll or file that occurs when the program is executed and why is it isolated specifically to the Window 7 OS?
Ideas and comments welcome.
Regards,
Zecher
MySAP PLM + java 7 rev67 + OSX 10.9.5 : problem upload/Download
Hello,
I'm user from MySAP PLM on Safari or Firefox on Mac with OS 10.9.5 (Mavericks). Last Java version.
I have to upload/download files but the window to choose direction doesn't appears.
When I click on upload or download button, the window opens. But after, when I click on the button "Select files" nothing appears (see file attached).
My first question is : is it possible to upload/download somethings from a Mac ? (from a PC, it works).
Second : if yes, what settings should I set up ?
Thank you for your help.
A.Sigoillot
Rendering Error in SAPGUI for HTML
Hi experts,
after upgrading our ERP systems to EHP7, we are faced with a strange error. When we start an arbitrary transaction via SAPGUI for HTML within our Portal (7.4), a popup appears and shows the following message:
"The standards mode is not supported for documents less than 8 (Note 1674501)".
When i click on the single button "Ignore", the transaction is started with massive layout problems. Interestingly this problem is NOT caused, when i start the transaction without portal via sap/bc/gui/sap/its/webgui.
So this wrong behavior seems to be caused by the combination of SAP NetWeaver Portal AND SAPGUI for HTML. We are getting this error with IE9 and IE11, Chrome and FF have no problems.
As Note 1674501 mentioned, the compatibility mode of Internet Explorer could be an issue. Because the WebGUI is generated. i see currently no possibility to add additional meta-tags (e.g. <meta http-equiv="X-UA-Compatible" content="IE=edge" />) to the source-code of Web-Transactions.
Any ideas, how to solve this problem?
Regards Michael
SAP Screen Personas - Issue After Importing Flavor
Has anyone run into an error after importing a flavor from another system? I can import the file OK and assign it to a system. I can even initially add it to my flavor gallery and edit it.
However, once it's been added to the system, the flavor name is getting overwritten so it can't be selected. This is happening in the Personas Admin transaction. It's also happening in the Flavor Gallery - where the Description is displayed instead of the flavor name at the top and even though it shows as part of my profile, it doesn't appear along the top for me to switch to.
Please Advise
SAP Screen Personas
Hello Experts,
Is there a way in which we can modify the properties of the on screen controls with the script? I mean making a control visible /invisible on the basis of a condition?
Regards,
Manu
Personas: How to launch multiple apps made in Personas via their urls?
Hi guys,
I have a url by which I can start Personas. There I made an app, called App_A (set as Default flavor) which can be launched via the url.
Now I want to use Personas to make another app, say, App_B which can also be launched via an url.
Since SMEN transaction goes to the Personas initial screen which can only be one. Can anybody tell how to setup the urls of the Personas apps so one can launch App_A or App_B by the url? Thanks.
Br,
Dong
Access remote SAP system from Local Machine
We have installed a new SAP system on a remote desktop and we are able to login to that SAP system from our remote system SAP Logon pad. Now, we want to access this new SAP system (On remote desktop) from our local system's SAP Logon pad. We are able to ping the IP address of the new system from the local system but adding the new system directly in the Local System Logon pad doesnt work.
Is there any configuration or setting to be done to achieve this ? Appreciate suggestions from experts.
Rotating images in Personas
Hi ,
Is it possible to rotate images in personas. If yes, how to script to achieve it.
Regards,
sivaganesh