SAP tools and Third party tools

Hi SAP frinends,
I want to know some information of the tools. Now we are using CCMS tool to check the SAP Applications. Is there any tool either SAP or Third party tool to check SAP applications and system perfomance Grafically. We are looking for grafical mode tool. Which tool is better to check running application on SAP systems. Please give your advices for me......
Best regards,
Prasanna.

Hai,
CCMS is the best way to monitor your SAP applications, SAP has introduced lots of things to encourage use of CCMS for system monitoring. You can Install agents to monitor your systems. If you have a CEN system (SOLMAN) then you can Install agents in all the satellite systems and monitor all the satellite systems from CEN. You can also monitor the availablity of the satellite systems from CEN using CCMSPING agent.
For checking the Performance of the system if you have only ABAP stack then you can use ST03N where you can get the graphical representations as well. For JAVA stack you can use Eclipse which is a tool from SAP.
Check the below link.....
http://www.basisconsultant.com/blogs/91-tips/264-an-experience-with-java-memory-analyzer.html
Regards,
Yoganand.V

Similar Messages

  • Knowledge Sharing -Tools ( SAP and Third Party Tools approved by SAP)

    Dear All,
    I am compiling information on Tools ( SAP and Third Party Tools approved by SAP) which are widely used in any SAP Project ( Implementaion, Roll-out, Support, Maintenance, Upgrade etc) .
    Tools will be categorized on the basis of following parameters:
    a) Tools Provided by SAP
    b) Third Party Tools approved by SAP
    In both a) and b) we can have following categories:
    1) Project Tracker Tools-Remedy
    2) Module specific Tools-Tools used for SD, FI, MM, BW etc.
    3) Reporting Tools
    4) Tools from SAP
    5) Data migration related Tools ( Extraction, uploading, downloading)
    6) Generic Scenario tools ( Tools for Effort Estimation etc.)
    7) Performance Enhancement and Optimization Tools
    Request you all to please contribute and share your knowledge and experiences (theoretical and practical).
    Regards,
    Rakesh

    Hi,
    I think that you can start with SAP Solution Manager. It is really interesting tool.
    Cheers

  • API and Third party tools ?

    Hi,
    its not exactly a java related. I need some help regarding understanding of API and Third party tools.
    can anyone give me defination and example of API and THIRD PARTY TOOLS. Also, is API a THIRD PARTY TOOL ?
    Please help me in understanding it properly.
    Thanks

    Hi,
    Hmm.. program code a can be a third party tool, but what you describe is normally not called a tool, but rather a third party library.
    Lets have an example.
    Lets say that I'm building an IDE, and with my IDE I also deliver Ant and JUnit. Both Ant and JUnit are tools that haven't been developed by me, they are third party tools.
    When I develop my IDE I want others to be able to write addins/plugins for it. So I provide an API that lets other call functions within the IDE.
    /Kaj

  • Need connectivity of SAP Oracle with Third Party tool with dsn

    Hi Friends,
    We need to access SAP's Oracle database with third party tool with the help of dsn creation. For that we need to create 2 staging tables and need a new segment for these tables. Our data will move from SAP transactions to these 2 tables and we want to fetch this data via dsn into another third party S/W.
    I am unaware of such kind of working, can you please help me how to create new segment and how to create dsn for accessing tables in this segment.
    Our requirement is as follow.
    The staging tables are required in the SAP database with user name and password. The user should have all access to the staging table only.
    Requesting your kind help on this issue. Please suggest for further processing of activity.
    Rgds, Krishan Raheja.

    Hi,
    Common way to integrate SAP (database) with third party Application is to use and implement SAP Connector (Java or .Net).
    Using this, you can fetch the data from SAP database to use it in Third party application.
    As per my understanding the method you mentioned, will void the SAP database license term.
    So Please check before doing such configuraiton. Also that method is NOT recommended..
    Regards.
    Rajesh Narkhede

  • Integrtion of SAP with other third party tool

    Hi,
           In my company there is a software called Axpert which handles accounts receivable transactions.
      Now we want to post the data or integrate it with the sap.
    Can anyone help me how SAP is integrated with other softwares.
    ~Regards
    Alok

    Hi,
    Initially you want to make sure your third party application excepting the data format both Inbound and outbound integration.
    Then look for the accurate solution. The number of interface format and tools are available to integrate SAP and third party systems.
    Thanks,
    Boopathi

  • SSL: Portal and Third-Party-Tool

    Hello everybody,
    I need an advice how to solve the following problem: We integrated a Third-Party-WebTool with the Application Integrator. If we lauch the portal and the special iView with HTTP everything works fine but with HTTPS we get an error message: "Session Management will not work! Please check DSM log files for details. You can turn off this alert inside 'Support Desk' -> 'SAP Application'"
    Do I need those logs? Because if I understood the message correctly this deals only with SAP Applications. What about Third-Party-Tools with own SSL certificates? How solve the problem described above? Do I need to import the certificate of my Third-Party-Tool into my portal keystorage? Do I need to configure anything else?
    Thanks in advance...
    Regards
    Steffen

    I would be very appreciated if anybody could give me an advice...
    Steffen

  • Database schema and third party tools

    I would like to make a list of thumbnails, filenames and FULL captions for selected files. Given the difficulty completing this straight-forward task it occurs to me that a third-party db tool may be easier to use rather than wrestle with Organizer.
    I have had a look in the main catalog file with Portable Apps SQLite Database Explorer but can't see where caption field resides.
    Does anybody know where are captions stored please?

    Hi Trevor,
    I've also used PSEDBTOOL to look at the database tables.  However, that's all I can do.  Can you actually fix things with the SQLite Database Explorer tool?
    Paul

  • SAP Integration with Third party tools (WMS)

    Hi Guys
    We are  using SAP - WMS , ASRS(Automatic Storage and Retival system)  in warehouse for putaway and pick operation. We want to automate this process and came to know that this can be done using RFC .can anyone share his learing & idea about the architecture and way of working   also during installation what are the point we need to take care.
    Thks in Advance
    R'ds
    Manish Kumar

    COMMIT WORK is necessary after most BAPIs. What you describe is usually a result of calling BAPI without COMMIT WORK. The message tells you that document was created, but when you look into database, the document is not there.
    I'm not sure how to resolve this in case of the 3rd party software though. Maybe instead of just using a plain BAPI you will need to write a custom function module, which will capp BAPI and do COMMIT.
    Hope this helps.

  • Communication between ADF Application and third party tool

    Hi,
    JDev 11.1.1.5.0
    I am a new bee to SOA Suite :). I am looking for a suggestion on below usecase.
    We have Arbortext Editor which is a dynamic publishing tool for creating technical publication. We are planning to develop a UI tool
    using ADF/JDev. As POC, we are able to invoke our ADF application from Arbortext Editor as shown below.
    AccessURL accessURL = new AccessURL();
    String myURL = "http://127.0.0.1:7101/IFS_Object_Selector_1-
    ViewController-context-root/faces/object_selector_main?";
    java.awt.Desktop myNewBrowserDesktop = java.awt.Desktop.getDesktop();
    java.net.URI myNewLocation = new java.net.URI( myURL);
    myNewBrowserDesktop.browse( myNewLocation );
    So, Arbortext is having it's own JVM and can have standalone java program with main method. If we can able to provide communication between our ADF application and Arbortext JVM, that can solve our issue.
    We need to pass some information back to Arbortext editor from ADF application on some action (Button click).
    Can you suggest any clue on this?
    It would be really helpful, if you can provide some pointers for similar usecases.
    Thanks,
    Samba.

    Hi Samba,
    I'd suggest better raise it in he ADF forum.
    However, this should be possible by calling the Arbortext functions on click of ADF form buttons. Or you may send the information to a placeholder (JMS, File, DB etc.) from where Arbortext can pick that information.
    Regards,
    Neeraj Sehgal

  • Integrate third-party-tool with service desk (SOAMANAGER)

    Hello,
    to activate the web service for interface between service desk and third-party-tool I have to use transaction SOAMANAGER. My problem is that I can't find any documentation about this transaction belonging to the mentioned interface.
    Has anybody experience how to activate and test the web service with SOAMANAGER?
    Best regards
    Klaus

    Hi Santosh Asuthkar,
    thank you for your answer.
    I've already read the steps in trx. spro and several documentations in sdn.
    There was a hint to trx. ictconf, wsconfig, lpconfig, wsadmin. If you call these transactions there
    is a message that these trx. are old and trx. SOAMANAGER should be used.
    Question is how to activate the webservice "ICT_SERVICE_DESK_API" in SOAMANAGER.
    I've never handled with bindings and proxy classes.
    Best regards
    Klaus

  • Configuring the POS in ECC w/o having any third party tool and SAP IS Retai

    Hi All,
    I would like to know whether is there any way of configuring the POS in ECC without having any third party tool and SAP IS Retail.
    Becuse client can't efford to invest for the sake of small functionality like just sales and service at his compay owned outlets.
    Hope the query is clear to you all.
    Best regards,
    sushil kumar

    Hi Guru's
    I am closing this thread due to no reply  nor solutions from the forum
    Thanks for your time
    Regards,
    sushil

  • How to Retrive data Form Third party tool & up lode  in  SAP

    HI Friends,
    My client was implementing sap & parlay  .NET for   HR module .
    my client requirement was what ever amount   he payed  for Employees  that should also uplode in sap.
    In SAP he is treating employee as Vendor .
    so please guide me how can I Retrive data from third party tool & how can i uploaded in sap .
    Regards,
    Reddy

    Hi,
    Third Party Tool must be having some features of downloading data in a format like Excel.
    In SAP Side, this File is going to be your input...Now you can try different options:
    1) Identify the IDOC that serves your purpose and populate the idoc and fire an Inbound IDOC.
    2) Run a BDC for your relevant Txn Code by uploading the Third Party generated Excel data into an internal Table.
    3) Use an Standard BAPI to upload data into SAP.
    4) If possible, Use an SAP Provided Direct Input program to pump data in SAP.
    You need to give the expected format of Excel to the Third Party user generating the Excel for you.

  • Is a third-party tool required for data extraction to non-SAP system?

    Hi,
    I want to extract data to non-SAP systems with the open hub service.
    If I choose Database tables as open hub destinations, I would like to know if a third-party tool is mandatory and if it's possible to send data directly from database tables in BW to non-SAP systems.
    Many thanks
    Ella

    you can choose a flat file on the application server and then transffer the file from the application server to other server where you want to use.
    in case you want to use the table in the open hub service. any other software that can connect to oracle db / the databasee you have and can access the data from the table.
    Regards,
    Bwer
    Assign points if helpful.

  • Third party tools for documentaion for SAP objects

    Good day,,
    I would like to if there are any Third party tools for maintaining the documentation for the SAP Objects ...
    Many thanks .....
    Kripa
    Edited by: kripa shankar on Feb 25, 2008 8:21 AM

    The newest version is the RWD info Pak 5.7. There is another product of RWD, the Help LaunchPad (it's necessary to do a transport and a customizing in SAP).
    You can take all in the swdc of SAP.
    Alfredo.

  • Third Party tool for sap neteraver Java/EP administration

    Hi Experts,
    Do we have any third Party tool for SAP Neteweave -java or Portal administration like Wily?
    I am looking any tool that can generate graphical reports for System health cheack and all like Wily Interscope.
    Thanks
    Narpal

    Hi,
    I hope links like this are allowed with the new SDN rules. We use something called [Click Stream|http://www.sweetlets.com/click_stream.html].
    Quite nifty little tool and not even expensive.
    Regards,
    Andi

Maybe you are looking for