Any FM/Bapi/program to find BAPIs for tcodes?

Hi,
Is there any program or BAPI or FM  to find all the BAPIs that are used in Tcode.
Thanks
Ganesh

There is no such report, and it will be hard (via ABAP) to determine which BAPI should be used for a certain transaction. These BAPI's are normally not used in transactions since these BAPI's are to be called from remote systems. So there is no 'where used'  for this.
So to determine this will be very very hard. A long shot, not even sure this will work:
1. Determine BAPI's called from IDoc's.
2. Determine function module which is called from within BAPI.
3. Simulate the 'where used' functionality in other programs.
4. Check if any of these programs have a transaction code attached to it.
As I said, very hard, if not impossible.
BTW: Are you looking for BAPI's or BADI's? Big difference.
Edited by: Micky Oestreich on Mar 6, 2009 6:22 PM

Similar Messages

  • Bapi fm or idoc strucher for tcode VA41

    Hi,
    Can any one help me...i want Bapi fm or idoc strucher for tcode VA41.
    Sales Document Type
    Sales Organization
    Distribution Channel
    Division
    Sold-to-Party
    Contract Start Date
    Contact End Date
    Material Number
    Order Quantity
    Sale Doucment Item
    Sales Document
    Sales Document Version Number
    for this feilds i want the bapi.
    Thanks ,
    Ankitha.

    Hi,
    Try this Standard Idoc type....
    BUS1505_CREATE01
    Reward if helpful.
    regards,
    Syed

  • Bapi fm or idoc strucher for tcode fch5

    Experts,
    Is there a BAPI/FM to create Check (Cheque) Information ??
    The Tcode for this is FCH5.
    Points will be rewarded handsomely.
    Thanks,
    Ankitha.

    hey
    check this BAPI may be useful for you
    BAPI_ACCSTMT_CREATEFROMBALANCE
    or
    BAPI_ACCSTMT_CREATEFROMPREVDAY Create Bank Statement/Day-End Statement
    BAPI_ACCSTMT_CREATEFROMSAMEDAY Create Bank Statement/Today's Data
    check EB_BANK_STATEMENT_INSERT
    ~~Guduri

  • I need help to find badi for tcode fbra for reversal document

    Hi all,
                    I got requirement for custom table('z' table) updation at the time of reversal document by using FBRA and FB08.
    Now i need to find out badi which is used to update the BKPF and BSEG tables.
    if any one knows solution please respond.
    This is urgent requirement.
    Regards,
    J.Jayasankar Goud

    Hi,
    You can use the Business transaction event to update the z table..
    Check this link for how to implement the BTE
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7
    Thanks
    Naren

  • How to find custom Tcodes,programs and enhancement.. for a specific country

    hi...
    Is there any way in ABAP to find the Custom Tcodes, programs and enhancements only for specific country in our present system.

    Hi Srujan,
    Use the table name TSTC to find the custom program and t-code.
    To find the custom enhancement use t-code : CMOD.
    Regards
    Dev

  • Standard report Programs to find the current status of workflows

    Hi Experts,
                       Are there any Standard report Programs to find the current status of workflows or workflows which are pending.
    Regards,
    Hari

    Go to SWI1 t-code
    Give the appropriate Status - Ready or Inprocess or Waiting
    Input the Task - either WF Template or Standard Task.
    Choose the time period and execute the report.
    Regards,
    PR.

  • How to find out all Tcode are working poperly  new System?

    Hello All,
    I had installed new SAP system, I want to check all the transaction codes are working poperly  with out any problem.
    Please provide me is there  any FM are Program to check all the tcode are working.
    Regards,
    Swaroop

    Hi,
    you just check below links,
    Re: tcodes for ALE
    Re: Regarding Business Flow of PP,PM,PS,QS Modules
    BDC
    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=functionModuletoalltheTcodes&adv=false&sortby=cm_rnd_rankvalue
    Regards,
    Anki Reddy

  • BAPI Program -Invoice_update- For not allowing MIRO if Quality not clear

    Hello Gurus,
    Does anybody have program done for BAPI -Invoice Update
    This is for not allowing user to post MIRO-Vendor Incoming Invoice Creation & Posting if any material against that PO or GR is lying in the Quality Inspection.
    Please send if you have the same.
    Thanks
    Rahul

    hi,
       You can use user exit  --EXIT_SAPLMRMP_010 (LMR1M001)    which definitely will solve ur issue.
       revert to me if u have any doubts on it.
    murali.c

  • How we can find BAPI's for a transactions?

    hi
    how we can find BAPI's for a transactions?
    thanks in advance

    hi,
    use this function module SXV_GET_CLIF_BY_NAME
    function sxv_get_clif_by_name .
    ""Lokale Schnittstelle:
    *" IMPORTING
    *" VALUE(NAME)
    *" VALUE(PREFIX) TYPE SEEX_CLIF_PREFIX
    *" EXPORTING
    *" VALUE(CLIF) TYPE SEOCLSNAME
    call function 'SXV_ADD_PREFIX'
    exporting
    name = name
    prefix = prefix
    importing
    new_name = clif.
    endfunction.
    debug the function module you will get name of bapi  , badi  used for transaction  which ever operation you perform
    it will call this function module and will give you name 
    regards
    Deepak.

  • How to use BAPI Program for change workcenter in co02?

    Hi  Abapers.
           Anybody please tell me how to change the workcenter in CO02 using BAPI Programe.
          Please give me sample of this.
           I will give urs reward of points.
    Thanks
    Regards,
    S.Muthu.

    Hi,
    Use the Function module CR_WORKCENTER_UPDATE
    for workcenter change.
    It is an update function module so you have to call it in update mode with a COMMIT statement to trigger it.
    CALL FUNCTION CR_WORKCENTER_UPDATE IN UPDATE TASK
    exporting...
    imporing..
    COMMIT WORK.
    Note: only after the commit statement the function module will be called in update mode.
    Regards,
    Raj.

  • Whether any bapi is available or not for infotype 0019(monitoring of dates)

    Dear abapers,
    can u plz guide me whether any bapi is available or not for infotype 0019(monitoring of dates)
    i need to upload data from the text file to sap with the following fields.
    *Pers No.     *
    *Task Type     *
    *Date Type     *
    *Processing Indicator     *
    *Reminder date     *
    *Lead/follow-up time     *
    *Lead/follow-up time     *
    Comments
    regards,
    manoj

    Hi,
    Use this FM HR_INFOTYPE_OPERATION
    Regards,
    Shan

  • BDC or BAPI program For IP01

    Hi
    I am trying to create a upload program for Maintenance plan using IP01.
    If you have a BDC or BAPI program for this, please provide me same.
    Regards,
    Veera

    Hi,
    Use Function Module:MAINTENANCE_PLAN_POST

  • Is there any delivered BAPI or Functional modules available for MCHB table

    Hi Experts,
    I have a requirement where I have to pull inventory data from MCHB table without custom code. Is there any delivered BAPI or Functional modules available for MCHB table?
    Kindly help!
    Thanks
    Gopal

    Hi,
    Can you check using the Fun Modules
    MG_BATCH_CHECK_STOCK
    VB_READ_BATCH_WITHOUT_STOCK
    VB_BATCH_GET_ALL_STOCKS
    Regards,
    Anji

  • Finding BAPI/RFC/FM For ME41(Create RFQ)

    Hi,
       Plz help me for finding Bapi/Rfc/Fm for t-code ME41(Create RFQ).
    Thanks,
    Sunil Sahoo

    hi
    we have BAPI'S for many requirements like
    BAPI_VENDOR_CREATE
    BAPI_REQUISITION_CREATE.
    BAPI_QUOTATION_CREATEFROMDATA
    you try this BAPI
    ME_CREATE_REQUISITION_EXT
    hope this helps
    regards
    Aakash

  • Finding BAPI/RFC/FM For inbound Delivery Display(VL33N)

    HI,
      PLZ HELP ME FOR FINDING BAPI/RFC/FM For inbound Delivery Display(VL33N).
    REGARDS,
    SUNIL SAHOO

    Hi,
    Check this link-
    http://www.sap-img.com/abap/how-to-find-bapi-for-particular-transaction-in-sap.htm
    Regards.
    Eshwar.

Maybe you are looking for

  • Issue in Turkey DME payment file

    Hello Gurus, We have an issue in F110 payment file. We have configured DMEE for "GARANTI BANK" for Turkey country.  we have encountered an issue while creating payment file in F110.  System is not considering into the payment file if a vendor is havi

  • Multiple Desktop Icons in Sidebar

    Here's the setup: I have my user profile setup on a secondary (non-booting) HD named "Macintosh HD". I hooked up and booted off of an old laptop in FW Target mode, who's HD also was named "Macintosh HD." Well this caused all sorts of probs with my pr

  • What is it called when you use typography to make a design?

    What is the name of the style of design when you use typography to make a design such as in this example? http://walyou.com/darth-vader-typography/ Thanks.

  • Thread status doesn't change

    If I read thread and leave it then status (red ball next to thread name) should be white, but it isn't. Somebody knows why. It helps reading thread. Peter D. I noticed that in SQL\PLSQL forum. In this forum if I leave thread red ball changes to while

  • Problem counting dinamic column!

    Hi, I am trying to make something like a statistic of a table. i have a table : table(M) { column(priority) data = hight ,medium, low column(departement) = departement A, departement B, departement C column(id_message)} = 1, 2 ,3 .............. i wan