Retrieval of EWA relevant information in machine readable form

Hi!
I use SAP Solution Manager (SPS 16) with a lot of satellite SAP systems and get each week a valid EWA report.
Now I would like to get a automated retrieval of EWA data in machine readable form.
So it should not be a EWA report, but e.g. a XML file with all the relevant information (e.g. parameters, performance, etc.)
Question
What are the technical steps to do this?
How can I retrieve such information? (interface, tcode, report)
Thank you very much
Jürgen

Hi,
You want the system to send SAP EarlyWatch or Service Level Reporting reports automatically by E-Mail.
To send HTML reports automatically by E-Mail, you have performed the required activities in the IMG (transaction SPRO).
Start the transaction SOLUTION_MANAGER.
If you are in the solution overview, choose a solution.
Choose  Edit  Send E-Mail Automatically .
To add an E-Mail address to which to send your reports automatically, choose Create E-Mail.
A dialog box appears.
Enter the required data.
The system sends the selected report to the assigned E-Mail address(es), automatically. You can specify several E-Mail addresses.

Similar Messages

  • Retrieval of EWA data in machine readable form

    Hi!
    I use SAP Solution Manager (SPS 16) with a lot of satellite SAP systems and get each week a valid EWA report.
    Now I would like to get a automated retrieval of EWA data in machine readable form.
    So it should not be a EWA report, but e.g. a XML file with all the relevant information (e.g. parameters, performance, etc.)
    Question
    What are the technical steps to do this?
    How can I retrieve such information? (interface, tcode, report)
    Thank you very much
    Jürgen

    Hi,
    You want the system to send SAP EarlyWatch or Service Level Reporting reports automatically by E-Mail.
    To send HTML reports automatically by E-Mail, you have performed the required activities in the IMG (transaction SPRO).
    Start the transaction SOLUTION_MANAGER.
    If you are in the solution overview, choose a solution.
    Choose  Edit  Send E-Mail Automatically .
    To add an E-Mail address to which to send your reports automatically, choose Create E-Mail.
    A dialog box appears.
    Enter the required data.
    The system sends the selected report to the assigned E-Mail address(es), automatically. You can specify several E-Mail addresses.

  • How can i retrieve only 1 patient information  in crystal report

    i have a table of all the patients, i need to retrieve the selected patient information only from the database.
    the scenario is, in my dextop software i add a patient information, then make some advice and created a notes as a doctor do, now i need to print the data that is just saved by me; using crystal report.
    Thanks in advance

    Hi Asif,
    The best option in your case would be to create  a parameter in Crystal Reports based on the Patients names filed. Now, when you run the report, it will ask you to choose the patients name. Choose the appropriate name and run the report. This will give you the desired information. After this you may print this instance of report accordingly.
    To make this parameter, follow these steps:
    1) In the Crystal Reports page, open the Field Explorer.
    2) Right Click on the Parameter Field in the Field Explorer and choose new.
    3) This will open the parameter window.
    4) Now give the parameter a name, choose the datatupe in the type dropdown and choose static from the List Of Values Option.
    5) In the Value Field dropdown, choose the field for patient name.
    6) Now click on Actions and click on Append all database values.
    7) Click ok.
    This will create the desired parameter.
    Now goto the Report Menu and click on Select Expert. Choose the Field for Patients name and click ok.
    In the next window, from the first dropdown, choose "is equal to" and from he second dropdown, choose the parameter. click ok and run the report.
    Hope this helps you!
    Regards,
    Anindita

  • FDM: Error retrieving audit intersection cell information

    Hi,
    Could anyone please tell me how to resolve an error we've been having?
    When I right click in a cell in HFM with a view to using the Audit Intersection menu pick to review data uploaded using FDM, I see the error message "Error retrieving audit intersection cell information". Strangly, this works fine in our PPD environment, but we can't seem to get it working in Live even though the Drill-Back set up was copied across from PPD (with references to PPD changed to Live obviously)
    Thanks in advance
    Phil

    Which Version of HFM are you on? I know that in 9.3.1 Classic, you must update the metadata between migrations to the specific application name of FDM, if you have the same FDM app name, this would not apply, but if they change, you will need to change the metadata between them. The FDM app name is defined in the Application Settings dimension of metadata.
    JTF

  • How to retrieve the Foreign key information in Oracle

    I want to know how to retrieve the Foreign Key information in Oracle while using SQL Statement?
    I have use three SQL statement to retrieve such information, but the performance is very bad.
    The three SQL Statements are:
    Select constraint_name, r_constraint_name from all_constraints where constraint_type = 'R' and table_name = table1;
    Select column_name from all_cons_columns where constraint_name = cons1;
    Select table_name, column_name from all_cons_columns where constraint_name = r_ccons1;
    Do anyone know another method to retrieve the Foreign Key information which has better performance?

    These sql-statements don't seem very performance intensive. My guess is something is wrong with your database (unless you have millions of constraints). How many constraints do you have? how many concurrent users? What is your dictionary cach hitratio? (other hitratio?) memory problems? other tasks of the computer? is this query the only one being slow? etc.

  • Where is security relevent information such as Password for ITS are stored?

    where is security relevent information such as Password for ITS are stored?

    Single Sign-On with User ID and Password
    Purpose
    The Single Sign-On (SSO) mechanism with user name and password provides an alternative for applications that cannot accept and verify SAP logon tickets. With this SSO mechanism the Portal Server uses user mapping information provided by users or administrators to give the portal user access to external systems. The portal components connect to the external system with the user’s credentials.
    As the user's user ID and password are sent across the network, you should use a secure protocol such as Secure Sockets Layer (SSL) for sending data.
    Process Flow
    There are different procedures depending on the requirements.
    Single Sign-On to SAP Systems
    You can access SAP Systems that do not support SAP logon tickets via Single Sign-On with user ID and password. These are SAP Systems with release 3.1I. For more information, see Configuring SSO with User ID and Password to SAP Systems.
    Single Sign-On to non-SAP systems via a Java iView developed specifically for the customer
    The system must be defined in the system landscape. For details, see Creating Systems.
    The administrator or user must map user data to user data in the system. For more information, see User Mapping.
    The iView through which the user tries to access the system must be programmed to get the mapped user data from the data repository and write the user credentials (user ID and password) in a header field of the request. The system can then log on the user with these credentials. This can be done using the Java APIs provided with SAP Enterprise Portal.

  • Retrieving Webcenter User Profile information from portlet programmaticaly

    Hi guys,
    I'm triing to retrieve WC user profile information programmatically from a jsr 286 portlet but:
    ADFContext.getCurrent().getSecurityContext().getUserName(); ----> always return anonymous
    ADFContext.getCurrent().getSecurityContext().isAuthenticated() ----> always return false
    (i'm obviously authenticated on webcenter with my profile)
    Anyone knows what the problem is or how to retrieve webcenter user profile information from within a portlet?
    Thank you.

    thank you for the reply, but that issue seems not resolved.
    I hope there are other ways to retrieve user information.
    Anyone knows if there is a way to retrieve programmatically user profile from a jsr286 portlet inside webcenter?
    Edit:
    i've tried passing this parameter to the portlet : #{webCenterProfile[securityContext.userName].userName}
    I can retrieve from the request object and the username is correct, the problem is that i need the whole profile (i have some logic that are dependant on user email, lastname etc), and adding all profile attributes as parameter seems to me not the correct solution.
    I need a way to access the user profile directly from the portlet.
    Edited by: ZOLTAN on Jun 22, 2011 5:56 AM

  • Hide  items relevant information for  the master contract

    Hi,
    I have a requirement where I need to hide item relevant information like Item number /product /product description and product category etc.. on the general tab page for the transaction type master contract .
    Could you please help me to solve  my problem 
    Thanks and Regards,
    Sai

    Hi
    By setting the indicator to 'X' for the information type 01 (Master data changes) in the IMG path Financial Accounting --> Contract Accounts Receivable and Payable --> Business Transactions --> Submit to Collection Agency --> Specifications for Forwarding Information to Collection Agencies.
    The system now records the entries in table DFKKCOLL_CH and gets captured in the update information file to collection agency. The system internally calls the function module FKK_GET_DATA_FOR_COLL_AGENCY which does the insertion of entries into table DFKKCOLL_CH.
    Also refer to SAP note 1592532 for more information.
    Thanks,
    Sakthi.

  • Machine readable XMP schema specification

    I am working on a XMP custom schema creation and embedding tool in Java.  In the Adobe XMP Specification from Jan 2004, under section 4, Extensibility of Schemas, it mentions that there might be future support for machine readable schema specifications.  I was wondering if any work had been done on this so far.<br /><br />My idea on this is to use regular expressions to allow the computer to enforce the values for a property.  This could be embedded as:<br /><br /><rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#><br />  <rdf:Description rdf:about= xmlns:dc=http://purl.org/dc/elements/1.1/><br />   <dc:language type=Locale regex=[a-zA-Z]{1,8}(-[a-zA-Z]{1,8})*><br />    <rdf:Bag><br />     <rdf:li /><br />    </rdf:Bag><br />   </dc:language><br />   <dc:coverage type=ProperName regex=.+ /><br />  </rdf:Description><br /></rdf:RDF><br /><br />The type attribute is used as a human readable type, which matches the type in the schema definition.<br />The regex attribute is the machine readable part, a regular expression (regex) against which the input can be matched.  Only matching input would be considered valid.  For a ProperName, this is any text, and for a Locale, it follows the RFCI1766 specification.<br /><br />Of course, the attribute names could be changed.  This is the way my program does it now, which seems to work.  If anybody knows more about this, I would like to know, or if you want more examples, I can provide them.<br /><br />Thanks,<br />Tuli<br />Colorado School of Mines

    I have a question about the custom panel language...
    The document you provide seems to lack details on some features. Namely the icon and picture widgets. I see from looking at the examples and other vendor's web pages that these features exist, but I don't find any detailed descriptions of them in the documentation. Is there a more complete document describing these...
    http://www.adobe.com/products/xmp/custompanel.html
    Alternatively, can someone fill me in on the syntax and options for at least the icon and picture widget. For instance, how do you load external icon or pictures...
    Tom

  • Sales Order relevant information is missing in gATP tables

    Hi All,
    I am facing some strange behavior in our APO system.
    1) When we create a Sales Order, the order relevant information has to be populated in all the SO related database tables in APO system. Few of them being /SAPAPO/ORDADM_I, /SAPAPO/ATPPARAM, /SAPAPO/SDQTVB.
    2)This is happening for both ATP as well as Allocation related scenarios.
    3)When we run the consistency reports like SDRQCR21 and /SAPAPO/SDRQCR21 in the ECC & APO systems respectively sometimes, the data gets populated and sometimes it doesnu2019t get populated.
    4)I also tried deleting the order relevant information in the APO system using the program /SAPAPO/SDORDER_DEL and tried to run the /SAPAPO/CCR program. But, no fruitful result with that.
    Is there anything to do with Live Cache ? I tried runinng the transaction /SAPAPO/OM17. But, No clue.
    Thanks,
    Babu Kilari

    Babu,
    Wow.  That symptom is very strange to me.  I don't think I have EVER looked at all my logs an not seen any errors.  There are always errors of some kind in my logs.
    I have never tried to match sales order data in R/3 with any table-based sales orders data in SCM.  The only thing that really matters to me is the contents of Livecache, and how it interacts with R/3 and with the other functionalities in APO.  I couldn't say if the tables to which you refer are designed by SAP to mirror R/3 at all times, but I will take your word for it that they should.
    I think if I had a business problem that was caused by data 'somehow' not matching, and my standard CCR and SDRQCR21 programs did not bring the two systems properly into synchronization,  I would next explore if there were any userexits or other custom code affecting the interfaces.
    I am wondering exactly what business problem you are having, anyway?  What are the standard reports in APO to which you refer that are not properly displaying their data?
    Rgds,
    DB49

  • Problems with PPTP VPN server authentication - Could not retrieve key agent account information

    Errr so far switching to a mac based server has been a mess. I have had it with permission issues!!
    Here is my latest problem. After rebuilding the server several times my VPN clients can't connect. Every other time it has been fine but for some reason its just not working. I did recreate the vpn from a back up. I am not sure if that has anything to do with it. Anyway below is the error I am getting. Anyone have any idea what is causing it? You have all already been so helpful. Thank you very much!
    DSAuth plugin: Could not retrieve key agent account information.
    DSAuth plugin: MPPE key required, but its retrieval failed.
    CHAP peer authentication failed for joel

    Thank you for your help John. Before I could even employ your suggestion the server crashed. I don't understand why I am constantly dealing with these issues. I cloned the install to a new HDD and then did a reinstall. That fixed VPN, so far so good. But talk to me next week, something else will happen I'm sure.

  • Retrieving data on apps in time machine

    I erased some notes from Notes.app. I thought i could retrieve it from backups in time machine. I had a similar problem with iCal before. When I ask time machine to restore the data, it says it can't modify the app. So what good is backing up data to time machine if I can't get it back? Any suggestions will be appreciated. It is worth your life to try to get to talk to anyone at Apple. Thanks.
    Bob

    If you synchronize Notes with iCloud, open the iCloud preference pane and uncheck the box marked Notes. If you sync Notes with another mail service, disable that in the Internet Accounts or Mail, Contacts & Calendars preference pane. You may be warned that notes stored on the server will be deleted. If you trust your backups, confirm. Leave the window open.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.Notes
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.apple.Notes" selected. Quit the application if it's running. Move the selected item to the Trash, then restore it from a backup that predates the unwanted change. If you back up with Time Machine, enter it and select the snapshot from which you want to restore.
    Log out or restart and empty the Trash.
    Re-enable synchronization in System Preferences, if you disabled it.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Retrieving Chrome Library data from Time Machine?

    How can I Retrieve Chrome Library data from Time Machine? It seems no Library data has been backed up.  Any ideas why not and How I can get the hidden library to be backed up in the future and have access to it in Time Machine?

    We might help you better if you possibly knew what you were talking about. OS X only hides the user's /Home/Library/ folder. Only the Chrome developers know where they would be hiding a Chrome library, if there is such an animal.
    If you want to find the /Home/Library/ folder:
    Exposing the /Home/Library/ Folder
    Pick one of the following methods:
    A. This method will make the folder visible permanently. Open the Terminal application in your Utilities folder and paste the following at the command prompt:
    chflags nohidden ~/Library
    Press RETURN.
    B. Click on the Desktop, press the OPTION (⌥) button, select Library from the Finder's Go menu.
    C. Select Go To Folder from the Finder's Go menu. Paste the following in the path field:
    ~/Library
    Press the Go button.

  • Hi, I have accidently delete a keynote app, could someone tell me how to redownload the app and retrieve all the contained information

    Hi, I have accidently delete a keynote app, could someone tell me how to redownload the app and retrieve all the contained information? Thank you!

    You are most welcome

  • Retrieving Sharepoint List Item Information for SAP Best Approach

    Hi
    We have a request for retrieving Sharepoint list item information to create DVS objects in SAP. Has anybody been doing something like that, getting information out of Sharepoint into SAP? What would the best approach for this be, as usually implementations are the other way around, i.e. getting data out of SAP into Sharepoint. I think that Duet Enterprise would be an overkill for this and also requires additional licenses.
    So I have been thinking using either a PI/Web Service using the Sharepoint WSDL to retrieve the information, or maybe there are also possibilities using WebDAV. There are some CL_HTTP_WEBDAV classes, but I am not sure whether and how they could be used for this.
    Does anybody have how-tos or examples for either approach? Feedback is much appreciated.
    Thanks,
    Daniel

    Without using a ridiculously long workflow (which even then may not work) I do not think this is feasible in a sharepoint list. A workflow can be used to alter other fields in an item but not incrementing items like you require. You would be better changing
    to data sheet view (quick edit in 2013) and changing them all manually then, or changing to terms such as priority high, low etc. Overall, no this is not really possible.
    Brendan Lee

Maybe you are looking for

  • Page layout does not support "&auml".

    Hello. I used design manager to create a page layout (SharePoint 365). No matter what I am not able to fiqure out how to create characters like "&auml". Can someone confirm that SharePoint 2013 does not support non-English language page layouts. User

  • Got stuck with the installation

    I'm downloading trial version of Photoshop using the Creative Cloud application, but i got stuck at 47%. I don't have any internet problems and my PC owns all prerequisites. Does it happen to someone else or only me?

  • Drag and Drop / Movable Object

    Dear All, I am required to create an application which draws multiple objects and they are interconnected with arrows or lines. Furthermore, the objects must be able to be drag away from the rest with maintaining the arrows which link it to the rest

  • Setting up Telnet

    I am trying to setup Telnet on my Cisco 2900 Series K9.  I have read a bunch of articles to see if what I am doing wrong.  All the articles are pretty much the same thing: Router>enable Router#configure terminal Router(config)#enable secret password

  • IPad and iCloud syncing

    I accidentally erased the notes on my iPad by turning iCloud off and on. How do I retrieve them?