BAPI's in FICO module

Hi,
   How can i see all the available BAPI's in FICO module.
         Thnaks,
         Ram.

hi,
goto the transaction BAPI.
there u can see all the bapi's in fico module.
all its business objects  r istored in SWO1.
reward if hlpful.

Similar Messages

  • BAPI in FICO module

    Hi,
        How can i see all the available BAPI's in FICO module.
          Thanks,
          Ram.

    Get into the System with Tcode - BAPI,
    Then you can dig to the specified area(FICO module). Then look for the specified object.
    Even from SE37 ( list of BAPIs) you can see their documentation to understand the use of the BAPI.
    Also chk this.
    http://www.abapcode.sapbrainsonline.com/2008/03/sap-bapi-complete-list.html

  • How can i add FICO module to the SAP Netweaver ABAP 7.02 trial version

    Dear Brothers
    I am a new learner of SAP and interested in learning FICO. As part of that I installed SAP Netweaver ABAP trial version and after the installation I had problem in Logging in but it was solved lately. Now I face an other challenge which I may share with u guys. After logging in I wanna start with a new company code creation for FICO but I cant find the Enterprise Structure for in SAP Reference IMG. Only I see the following structure
    SAP Customizing Implementation Guide
         Activate Business functions
         SAP Net weaver
         Cross-Application Components
         Financial Supply Chain Management
         Integration with Other my Sap.com components
    I expanded the tree structure but could not find the Enterprise Structure> Definition> Financial Accounting--> Define Company
    So is this because of missing FICO module if so how can I install that module for I can learn myself @ home. Kindly help me to fix this prob and hope to hear from the SAP experts around the world.
    W8ng for a reply have a gr8 day a head
    Thnx
    Cherian

    My problem is solved ,, thanx whoever looked at it :).
    the solution was that I downloaded and NSP license key but for an other version of the product.
    Thanx.

  • FICO module missing in installed SAP Netweaver 7.02 ABAP trial version?

    Halo Guys
    After visiting the SAP site I decided to download the trial version to learn How to use the FICO. It took me 3 days for complete installation and now it seems I m missing FICO module and Dont know How to get this.
    This Message is contained in the installation folder
    "This package consists of two archives. Please download both to your local harddisk and unpack together. It contains all you need to learn ABAP based development with SAP NetWeaver. The following components are included:
    SAP NetWeaver Application Server ABAP with MaxDB database
    MaxDB Clients: MaxDB Database Manager (recommended to install) and SQL Studio or new MaxDb Studio
    Compact SAP GUI for Windows"
    Is there any other installation files needed to be installed or I need any other version so i can learn FICO kindly help to solve this?
    regards
    Cherian

    Hi Viet-Toan Nguyen ,
    First thing you can do is uninstalled the previously installed sapdb and choose to install db inside sap installation instead of using existing db instance in one of the installation step, So don't install db seperately , choose it during sap installation.
    If you have tried first thing properly and the error still persist then.....
    Second  thing is :
    Compatibilities for Oracle JDBC Drivers :
    Starting with 10g Release 1 (10.1), the Oracle JDBC drivers no longer support JDK 1.1.x or earlier versions.
    And also check the paths:
    ORACLE_HOME/jdbc
    ORACLE_HOME /jlib directory.
    CLASSPATH
    ORACLE_HOME/jdbc/lib/ojdbc14.jar for full globalization support ORACLE_HOME/jdbc/lib/orai18n.jar
    ORACLE_HOME/jdbc/lib/classes12.jar
    ORACLE_HOME/jdbc/lib/orai18n.jar for full globalization support
    But I believe above all these things you should perform uninstallation and installation of SAP system properly on CURRENT DATABASE NOT ON THE PREVIOUSLY INSTALLED DATABASE.
    Thank you.

  • Obtaining BAPI Parameters in Adapter Module

    Hi All
    I am using JRA way for obtaining BAPI parameters in Adapter Modules.
    Could someone provide me some guidance on the same.
    Which method in java will be used in retreving the value from BAPI inside module.(Example: Filename)
    and method for passing the same to BAPI using adapter module
    Regards
    Abhishek Mahajan

    Hi ,
    refer this link
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ad09cd07-0a01-0010-93a9-933e247d3ba4
    Which service pack you are working on ?
    If you are on SP14 then you need not create a wrapper, you can use standar SAP feature to do this.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm
    Commit Control for Individual BAPI Calls
    If you want to use this communication channel to call BAPIs as remote-enabled function modules that change data in the database, set the indicator.
    If executed successfully, the transaction is written to the database by calling the function module BAPI_TRANSACTION_COMMIT explicitly. If an error occurs, the transaction is rolled back by BAPI_TRANSACTION_ROLLBACK.
    If your working on service pack <SP14 then refer the link below...this will help you in creating a wrapper..
    https://websmp203.sap-ag.de/~sapdownload/011000358700000328352005E/HowtouseBAPandccBPM.pdf
    regards
    Surya

  • BAPI creation versus function module creation...

    Hi,
    I know the difference between BAPI and simple function  module. I have also created custom function module.
    But I have not worked on creation of Custom BAPIs.
    Is there a much differece in creation of function module and BAPI?
    If there is please throw some light on main differences or stepwise differences when I create BAPI versus function module ?
    Thanks.
    Regards,
    Tushar.

    Hai Tushar
    what is BAPI?
    BAPI stands for Business API(Application Program Interface).
    I have answered this question before..
    A BAPI is remotely enabled function module ie it can be invoked from remote programs like standalone JAVA programs, web interface etc..
    You can make your function module remotely enabled in attributes of Function module but
    A BAPI are standard SAP function modules provided by SAP for remote access. Also they are part of Businees Objest Repository(BOR).
    Please check out this thread..
    Re: bapi
    Also refer to the following links..
    www.sappoint.com/abap/bapiintro.pdf
    www.sap-img.com/bapi.htm
    www.sap-img.com/abap/bapi-conventions.htm
    www.planetsap.com/Bapi_main_page.htm
    www.sapgenie.com/abap/bapi/index.htm
    Checkout !!
    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
    Java Connector(JCO) can call not only BAPI's but also the function modules which are remotely enabled..
    BAPI's as i said earlier are remotely enabled function modules..
    Hence, JCO can call also BAPI's(n not only BAPI's as u mentioned).
    Thanks & regards
    Sreeni

  • Ecc 5.0 and Ecc 6.0 differences in FICO module

    Hello All
    Please provide difference between Ecc 5.0 and Ecc 6.0 for FICO module.
    Thanks in advance for your help
    Thanks,
    Ratnam

    Dear Ratnam,
    You can compare on the link below:
    http://solutionbrowser.erp.sap.fmpmedia.com/Search.aspx.
    Thanks & regards,
    Murlidhar Khatri

  • About inter-relation B/W MM-PP-SD and Fico module

    Hi to all
    Plz describe me interrelation b/w  MM-PP-SD and Fico module .
    If possible send me work-flow of these modules which is required to know for an
    ABAPER.
    Also tell me how a n ABAPER interact with a functional consultant .
    Thanks & Regards
    Anubhav

    Hello Anubhav,
    Here is the thread which will give complete idea about the basic information on MM/WM.
    It also includes functional and technical discussion for developmenets
    New to Materials Management / Warehouse Management?
    Hope this helps.
    Regards
    Arif Mansuri

  • Initial Steps in Implementing SAP FICO Module

    Hi Peers
    I'm a team member in a fresh Implementation for a manufacturing company for FICO. I want to know what are the action steps to be taken before going to implement. Plz help me in how to go about the implementation of FICO module.
    Regards
    Rajaram

    Hi,
    First you need to know the organizational structure of that company because this will be your guide in determining the org units to configure in the system. Second, you should do mapping of business transactions/scenarios. What they want to do and what SAP can do so that you can determine any gaps and find solution to meet the gap. =).

  • ALL   BAPIs  used in  MM  Module

    Hi  Gurus,
    could Anyone  tel  me  what are the  BAPIs used  in MM  Module
    Thanks in Advance.

    Hi,
    BAPI_SERVICE_GET_LIST     List display for service master records
    BAPI_SERVICE_GET_DETAIL     Read detailed data for a service master record
    BAPI_ENTRYSHEET_RESET_RELEASE     Cancel release of entry sheets
    BAPI_ENTRYSHEET_RELEASE     Release entry sheet
    BAPI_ENTRYSHEET_GETRELINFO     Release information relating to entry sheet
    BAPI_ENTRYSHEET_GETLIST     List of entry sheets
    BAPI_ENTRYSHEET_GETDETAIL     Entry sheet: detailed display
    BAPI_ENTRYSHEET_DELETE     Delete entry sheet
    BAPI_ENTRYSHEET_CREATE     Create entry sheet
    BAPI_SOURCEDETERMIN_GETSOS     Determine sources for material/material group
    BAPI_PROCOPERATION_GETINFO     Analysis of objects to be generated in Purchasing
    BAPI_PROCOPERATION_GETCATALOGS     Determine valid catalogs as F4 help
    BAPI_REQUISITION_RESET_RELEASE     Cancel release of purchase requisitions
    BAPI_REQUISITION_RESET_REL_GEN     Cancel release of purchase requisitions
    BAPI_REQUISITION_RELEASE_GEN     Release purchase requisition
    BAPI_REQUISITION_RELEASE     Release purchase requisition
    BAPI_REQUISITION_RELEASE     Release purchase requisition
    BAPI_REQUISITION_GETRELINFO     Detailed release information on purchase requisition
    BAPI_REQUISITION_GETITEMSREL     List purchase requisitions awaiting release
    BAPI_REQUISITION_GETITEMS     Read purchase requisition item
    BAPI_REQUISITION_GETDETAIL     Display purchase requisition details
    BAPI_REQUISITION_DELETE     Delete/close purchase requisition
    BAPI_REQUISITION_CREATE     Create purchase requisition
    BAPI_REQUISITION_CHANGE     Change purchase requisition
    BAPI_REQUIREMENT_GET_LIST     Read requirement coverage request
    BAPI_REQUIREMENT_CREATE     Create requirement coverage request
    BAPI_PO_UPDATE_HISTORY     Update PO History from Delivery
    BAPI_PO_RESET_RELEASE     Cancel Release of Purchase Orders
    BAPI_PO_RELEASE     Release Purchase Orders
    BAPI_PO_GETRELINFO     Detailed Release Information on Purchase Order
    BAPI_PO_GETITEMSREL     List Purchase Orders for Release
    BAPI_PO_GETITEMS     List Purchase Order Items
    BAPI_PO_GETDETAIL     Display Purchase Order Details
    BAPI_PO_GET_LIST     List Purchase Orders - Only up to 4.0A
    BAPI_PO_DELETE_HISTORY     Delete PO History from Delivery
    BAPI_PO_CREATE1     Create Enjoy Purchase Orders
    BAPI_PO_CREATE     Create Purchase Order
    BAPI_PO_CHANGE     Change Enjoy Purchase Orders
    BAPI_INFORECORD_GETLIST     Display purchasing info records
    BAPI_INCOMINGINVOICE_SAVE     Invoice Verification: Flag Invoice for Background Processing
    BAPI_INCOMINGINVOICE_RELEASE     Invoice Verification: Release Invoice
    BAPI_INCOMINGINVOICE_PARK     Invoice Verification: Park Invoice
    BAPI_INCOMINGINVOICE_GETLIST     Invoice Verification: List Invoices
    BAPI_INCOMINGINVOICE_GETDETAIL     Invoice Verification: Display Invoice
    BAPI_INCOMINGINVOICE_CREATE     Invoice Verification: Post Invoice
    BAPI_INCOMINGINVOICE_CANCEL     Invoice Verification: Reverse Invoice
    BAPI_SVCHANGE_GET_ITEMS     "Read retail revaluation document for store, key date, item status"
    BAPI_SVCHANGE_CHANGE_STATUS     Enter count quantity and change item status from A to B or C
    BAPI_RESERVATION_GETITEMS     List reservations
    BAPI_RESERVATION_GETDETAIL     Display reservation
    BAPI_RESERVATION_DELETE     BAPI to delete individual reservations
    BAPI_RESERVATION_CREATE1     BAPI to create individual reservations
    BAPI_RESERVATION_CREATE     Create reservation
    BAPI_MATPHYSINV_POSTDIFF     Post differences
    BAPI_MATPHYSINV_GETLIST     List of phys. inv. doc. header records
    BAPI_MATPHYSINV_GETITEMS     List of phys. inv. docs with headers and items
    BAPI_MATPHYSINV_GETDETAIL     Read header and items of a phys. inv. doc.
    BAPI_MATPHYSINV_CREATE_MULT     Create phys.inv.docmt(s)
    BAPI_MATPHYSINV_CREATE     Create physical inventory document
    BAPI_MATPHYSINV_COUNT     Enter count for particular items of a phys. inv. doc.
    BAPI_MATPHYSINV_CHANGECOUNT     Change count for particular items of a phys. inv. doc.
    BAPI_GOODSMVT_SAPCREATE     SAP Internal Cross-System Flow of Goods
    BAPI_GOODSMVT_GETITEMS     Display detailed list of material documents
    BAPI_GOODSMVT_GETDETAIL     Display details of goods movement
    BAPI_GOODSMVT_CREATE     Post goods movement
    BAPI_GOODSMVT_CANCEL     Reverse goods movement
    BAPI_PRICECATALOGUE_SAVREPLICA     Store instance of price catalog
    BAPI_PRICECATALOGUE_GETDETAIL     Detailed information for a price catalog
    BAPI_PRICECATALOGUE_EXISTCHECK     Check existance of a price catalog
    BBP_INVOICE_CREATE     EBP Create Invoice
    Regards,
    Chandra

  • I need to know thelist of bapi's and function modules used for transaction

    I need to know thelist of bapi's and function modules used for transaction in order to use these FM or BAPI in reading some fields of equipment master and functional loocation.Can any one suggest me some methods...or do i need to write  a report for the same.

    Steps to find the BAPI/function modules used in a transaction
    1) Find the package of the transaction thro' SE93.
    For example the package for the transaction VA03 is VA
    2) Go to Se80, key-in the package (say VA)
    3) You can see the function modules under the folder finction group and
    you can see the BAPI's under the folder Business Engineering-> Business Objects-> double click on the released methods of the Business Objects

  • To know thelist of bapi's and function modules used for transaction IH10

    I need to know thelist of bapi's and function modules used for transaction in order to use these FM or BAPI in reading some fields of equipment master and functional loocation.Can any one suggest me some methods...or do i need to write a report for the same.

    hi,
    provide report name (here: RIEQUI20)
    goto se38 - utilities - cross reference - function modules
    or use report RPR_ABAP_SOURCE_SCAN
    with search string call function
    A.
    Message was edited by:
            Andreas Mann

  • How to Create Customer by BAPI or by Function Module

    Hi all,
    I am new to this forum...
    Please can anyone tell me how to Create Customer by BAPI or by Function Module.....?
    I have tried many of the function modules posted in the threads.. but it couldn't help me out...

    > The only official solution is batchinput and idoc (CREMAS).
    Note that when an IDoc exists, it is often possible to call the function module that is just behind it (see WE57 transaction). SAP would not support that direct call, but if you need to contact SAP support about an issue, you can create the IDoc manually and there's no reason that this issue doesn't arise.
    The only difference with the IDocs is that you don't have any IDoc stored in the database, and even no log in database (so you won't be able to see anything in WE02, etc.).
    Note that it is important to know if this function module does a database commit or not: you can look at the BDFG transaction (I assume there's no BAPI related as it is the initial assumption of my post) to see if IDoc packet processing is allowed or not: if packet processing is allowed, there's no database commit in the function module, otherwise there's one.

  • Can I implement SAP MM without implementing SAP FICO module?

    Hello all,
    Can I implement SAP MM without implementing SAP FICO module?

    Hi Abhijeet,
    The answer is Yes and No. Yes, if you have a corporate wide Financial System for taking balance sheet and other reporting needs and you need SAP MM for your purchasing and inventory management functions. Even in this case, you will need a FICO Consultant to setup the minimum FI settings. And to build interface to push the relevant data between SAP and the core financial system. No, if you dont have any other system to track the business financials.
    Most implementations will have FI and MM implemented and in few cases, where the corporate wide Financial system is different from SAP, we will have a lean FI implemented in SAP to allow necessary postings.
    Best Regards
    Sathees Gopalan

  • Data flow of tables  for the FICO Module

    Hi,
    I am going to develop the reports for the FICO Module but i had checked that it is storing the majority of dat ain the BSEG table which is a cluster table and it will hit the performance of it. The index tables which are there make it complex .I had searched on the google about the flow and how to reterive data for it but i didn't got the desiered result.
    Please provide me guidelines for how to capture the data for reports and which are tables are mostly used.

    Hi,
    Thanks for your resposne ,the problem is SAP is implemented about a year ago and the functional consultants they only give the flow through the screens which are used and i had cheked that majority of data is stored in BSEG table.

Maybe you are looking for