How to find RFCs/BAPIs

Hi,
  I need to call RFCs/BAPIs from a web application outside SAP for various monitoring things like IDOC Monitoring,Shortdump monitoring etc.
The following are the things what I need to get using RFCs/BAPIs from SAP.
Let me know, if anyone have any idea about the RFCs for the below things
a)     SAP User-Statistic-files (stat-files)
Target is to get all info who was doing what in the SAP
b)     Workprocess-Overview
c)     Server-Overview
d)     User-Overview (active users / Connected users)
e)     Addressdata of the users and Companies
f)     Client List
g)     Batch Job-Overview
Stopped Jobs, Runtime of them, user that started the job, Jobname, gui-name, and delay of starting
h)     Shortdumps
Shortdump list
i)     Update check
Status of the update processes
j)     Batch input Folder
Staus and Problems
k)     IDOC
Idoc Number and errors
l)     Syslog Info / Filter
SM21
m)     Average Responsetime
(by day, hour = Moni-files / CCMS) Number of (Dialog-User-Dialogsteps, Dialog-Program-Dialogsteps, Batch-programs, print/Spool-jobs, Update)
n)     Loging of processes
o)     Backup status

Hi
Use the Tcode BAPI to find the different BApis related to the different functionality
see the Links
BAPI
http://help.sap.com/saphelp_nw2004s/helpdata/en/7e/5e114a4a1611d1894c0000e829fbbd/frameset.htm
http://www.sapgenie.com/abap/bapi/example.htm
http://help.sap.com/saphelp_46c/helpdata/en/9b/417f07ee2211d1ad14080009b0fb56/frameset.htm
http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
http://techrepublic.com.com/5100-6329-1051160.html#
http://www.sap-img.com/bapi.htm
http://www.sap-img.com/abap/bapi-conventions.htm
http://www.sappoint.com/abap/bapiintro.pdf
http://www.sapgenie.com/abap/bapi/example.htm
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
Regards
Anji

Similar Messages

  • How to find RFC names in e-commerce application JSPs or in Java coding.

    Hi Experts.
    Please explain me ,how to find RFC names which were used in e-commerce b2b/b2c applications in Java coding using SAP NWDS IDE.
    Thanks in Advance!!!!
    Regards,
    Kiran

    There are two ways to do this.
    I. Create your own Session Log file
    1. Go to http://url:port/b2b/admin/index.jsp
    2. Login with Admin user id and password.
    3. Click on 'Logging' from the left hand navigation
    4. Click on 'Session Logging' tab
    Here you can start your e-commerce application using a URL and 'Start' session logging when you need it. When you 'Stop' the session logging, you will see a log file for download.
    II. View ISA Log files in the system
    The path varies based on how the log config was done. But usually, if you look in this folder structure on the Java Stack, you will see log files.
    .../JC00/j2ee/cluster/server0/log/applications/..
    I hope this helps.
    Pavan

  • HOw to find the BAPI function module

    Hi all,
    I have a field called IEVER in table EIKP.
    How to find the related BAPI function module and BAPI structure for this filed.
    Thanks in advance
    KP

    Hi KP,
       can you tell us the name of the transaction in which you saw this field?
    If it is in PO Creation or Change you can probably look at the bapis
    BAPI_PO_CREATE or BAPI_PO_CHANGE
    Regards,
    Ravi

  • How to find a BAPI for BOR's?

    Hi Guys,
                 Can any body tell me how to find BAPI's for BOR's .I was asked to find a BAPI for use case "Add Resouces to project" for BOR is BUS2001  and also for use case "Add resouces to Tasks/WBS " whose BOR is BUS2054?
    Thanks,
    Gopi.

    Hi Gopi,
    U can find in Transaction BAPI , SWO1
    Goto SWO1 transaction and give the Business Object name (BUS2001)
    and press Display.
    Here Goto methods and drop down , u can see the methods , then double click on the methods and u can see a pop-up.
    In that u ahve ABAP tab. goto ABAP tab there u can find the BAPI Function Modules.
    BUS2001
    BAPI_PROJECTDEF_CREATE         Create Project Definition
    BAPI_PROJECTDEF_EXISTENCECHECK Check whether a project definition exists
    BAPI_PROJECTDEF_GETDETAIL      Read detailed information for the project definition
    BAPI_PROJECTDEF_GETLIST        Returns a container of project definitions
    BAPI_PROJECTDEF_UPDATE         Change Project Definition
    BUS2054
    BAPI_PROJECT_EXISTENCECHECK    Check Existence of a WBS Element
    BAPI_PROJECT_GETINFO           Read detailed information for work breakdown structures
    BAPI_PROJECT_MAINTAIN          Edit project including networks
    BAPI_PROJECT_SAVEREPLICA       Replicate work breakdown structure (ALE)
    Best regards,
    raam

  • How to find the BAPI

    Hi Friends,
               Can anyone help me how to find BAPI for transaction ME01 source list upload. And also give the name of the BAPI for ME01.
    Thanks and Regards,
    Gayathri s

    How to find a BAPI for a transaction ME01:
    Find out the package of the transaction. 
    Start ME01 go to system --> status. 
    Double click on transaction 
    Package is ME
    Open this package in SE80 
    Open business engineering-->Business object types 
    Find the BO which sounds the most appropriate 
    I would suggest BUS2012 Purchase Order 
    Double click. 
    Open methods. 
    Find the released method with from data or something similar in the name "Createfromdata"
    Position the cursor in it and click the program button 
    Scroll down to find the bapi used in this method.
    Hope it helps.

  • How to find which BAPI updates which table

    1) I am new to SAP. is there any way to find which BAPI updates which table.  I have been given task to write a custom progm to change sevice notifications using BAPI_ALM_MAINTAIN* .<br />
    <br />
    i would really appreciate if any one would come with suggestions.

    SELECT owner, object_type, object_name, object_id, status
      FROM SYS.dba_objects
    WHERE object_id IN (
                       SELECT     object_id
                             FROM public_dependency
                       CONNECT BY PRIOR object_id = referenced_object_id
                       START WITH referenced_object_id =
                                                        (SELECT object_id
                                                           FROM SYS.dba_objects
                                                          WHERE owner = :owner AND object_name = :NAME
                                                                AND object_type = :TYPE))-- Mahesh Kaila

  • How to find RFC FM implementation

    Hi Experts,
    There is a RFC function Module in ECC which is called from some other SAP system. Now How can I know that where that FM is used in calling system? Because if it was used in ECC then I can do where used and find the places where all it is used. In case of remote system how we can know this?
    thanks
    Siddarth

    @ Anup,
    I am not sure wher all it is used in my calling system. I want to know that only. So you solution can't help me much.
    @Suhas,
    There should be some way. ST01 is a way but again problem is what all we are suppose to trace and that trace is also too extensive.
    thanks anyways for your pointers but still my question is unanswered.
    Siddarth.

  • How consume a RFC, BAPI, Group of Functions or program of other SAP server

    I have a problem.
    I'm working with 2 server
    1. SAP Banking
    2. SAP ECC
    I did some programs, ABAP proxy, function on SAP Banking. But I have a problem. I process data information on ABAP Proxy about Collaterals objects , but in a subprocess I need create documents on SAP ECC, but I don't have any idea about consume a program, or functions, or RFC of other servers
    **NOTE:
    On the standard transacction of Collaterals Objects, when the user process this seccion of documents, the transacction opens a transaccion of SAP ECC to create this objects.

    It sounds like you need to do this in the background to match what you see happening in the foreground?  You need to find out what the RFC-enabled functions are that you need to call and then just call them.  See the help files on functions for more info.  If there aren't any functions available, then you can certainly wrap any transaction or program in a custom function, RFC-enable it, and then call it directly or as a web service.  You must already have an ABAP destination available if you can currently make a dialog call from one system to the other.

  • How to find RFC

    Hi,
    From SAP System data is going to one non SAP systeam and finally data is getting diaplyed by using one URL...
    Scenario...____> in FB03 Tr code data is created.
                                 I wanted to know through which RFC tis data is getting passed to Non SAp System...
    Can any one help on this......

    to find the RFC called
    the ways are below
    1. execute SMQ1 to check which RFC is called, while executing your requirement
    2. using ST05 you can find the calling program and from that you can trace out
    cheers
    S.Janagar

  • How to find rfc connection exist between R/3 and APO ?

    Hi all,
    i wanted to find out...
    rfc connection exist between R/3 and APO ?
    kindly help in this regard..
    Thanks
    Joshi

    Hi Sridhar,
    If u have access to SM59 transaction then u can check and test the connection there it self.
    If u don't have access then check the table RFCDES where all RFC destinatios defined for your system is stored.
    Thanks,
    Vinod.

  • How to find a BAPI by the informaton contained?

    Hi all,
    I want to ask you about a way to search for a BAPI. For example, I need a BAPI to create a Sales Order, a BAPI to modify some fields in a CUSTOMER, and others...
    I already found a list off all BAPIs, but it is almost impossible to deal with it (too big list and bapi's names are some times not clear to identify de funtionality...)
    Thanks for your help!
    roberti

    Hi,
    Check out Interface repository this might help you in searching BAPI's. This has got all the interface objects available in SAP for all the modules with amazing documentation upto field level.
    Goto http://ifr.sap.com and click the link Enter
    Thanks,
    Prakash

  • How to find the bapi about Activities business object...

    Hi All
    can you tell me about information about Activities business object
    iam using SAP CRM..

    Hi KP,
       can you tell us the name of the transaction in which you saw this field?
    If it is in PO Creation or Change you can probably look at the bapis
    BAPI_PO_CREATE or BAPI_PO_CHANGE
    Regards,
    Ravi

  • RFC, BAPI Library

    Maybe somebody knows where I can find RFC, BAPI Library to download. I want to build interface between SAP R/3 and external application.

    Hi,
    You mean general documentation on RFC and BAPI or concerning a specific xApps ?
    What about the BAPI Transaction ?
    Best regards,
    Guillaume

  • How to find BAPI to create incident

    Hi.
    I am a newbie to Abap.
    How can a find a BAPI or RFC to log a Incident / Accident. Normally this is done by transaction cbih82.
    Much appreciated.
    Rodney

    Hello
    Access BAPI - TCODE. Navigate to Environment Health and Safety. You should find the available BAPI sources.
    Other Source would to read the Help documentation at SAP.help.com. Use Advanced search options.
    Thanks
    Jayakumar

  • How to find particular CRM BAPIs from Java code of ISA B2B application?

    Hi Guys,
    I am newbie in CRM ISA field. I am supporting CRM ISA 5.0 B2B application.
    Basically I had a question about how to go about finding the BAPIs which are getting called from the Java side of ISA.
    I know that the framework uses JCO connection in order to execute BAPIs in the back-end and usually these BAPIs are standard.
    So I can put a break-point on the CRM bapis and see which is called when.
    But if I want to track BAPIs from Java code, what should be my approach?
    Please help.
    Thanks!

    Hi,
    To setup the trace logs you need to use the following URL.
    https://<system domain name>:port/<application_name>/admin
    typically it should look like as below:
    https://abc.com:50001/b2b/admin
    Here there is an option to start and stop the logs and after stopping it will generate a Zip file which you need to download and from there you can easily find out the BAPI's or teh RFC calls.
    Also when you search you should alwways keep one thing mind that these FM's normally start with CRM_ISA*
    Hope it helps.
    Regards
    Sidd

Maybe you are looking for