BAPI's in SAP SRM Module

Hi SAP Gurus,
     Please provide me the list of BAPI's with its descriptions for SAP SRM module.
regards,
George.

Hi,
Which BAPIs are you looking for ? What's your detailed requirement ?
Using SE37 Transaction, you cand find the BAPI Function modules.
Search using BAPI* or META* to get all the existing SRM BAPIs.
Meta function are generic call to external system. Depending on system kind and release, the function to call is different. The bapi that the Meta will effectly call in a backend is defined in table bbp_function_map.
Some sample BAPIs in SRM ->
Re: get vendor number BAPI or functional module
Standard BAPI to pull out data from SRM 5.5
BAPI_POEC_CREATE
bapi_srm_doc_getlist
BBP_VENDOR_GET_NON_BAPI
BAPI_PCA_MASTER_CREATE
BAPI_ORGMASTER_REPLICATE
PCA_MASTER_CREATE
BAPI_ORGMASTER_SAVE_ORIG_MULT
BAPI_ORGMASTER_SAVE_REPL_MULT
BBP_BAPI_CONF_CREATE_IN
BBP_BAPI_CONF_RESPONSE_CRT
BBP_BAPI_INV_RESPONSE_CRT
BBP_BAPI_INV_SEND
BBP_BAPI_IV_CREATE_IN
BBP_BAPI_PCO_CREATE_IN
BBP_BAPI_PO_SEND
ALE_ORGMASTER_SAVE_REPL_MULT
IDOC_INPUT_ORGMASTER
RSO_GET_MASTER_DATA
RSSEM_UPB_MASTER_DATA
UPDATE_MASTER
MASTERIDOC_CREATE_REQ_ADRMAS
MASTERIDOC_CREATE_SMD_ADRMAS
UPC_MASTER_DATA_MAINTAIN
RSDPW_MASTERDATA_UPLOAD
UPC_BW_MASTER_DATA_MAINTAIN
UPSDL_MASTER_IDOC_CREATE
MASTER_IDOC_CREATE_UPSMAS
MASTER_IDOC_CREATE_UPSRCP
BR,
Disha.
Do reward points for  useful answers.

Similar Messages

  • SAP SRM module time line estimate

    I need a very rough first take on requirements, design, build, test, implement, and train for implementing SAP SRM. This module is new to use, but we have been using SAP for many years. Assuming it's all the functionality, would 3 full time FTEs for 6 months for requirements, 6 FTEs for 9 months for design, build, and test, and 3 FTES for 3 months for training be too much or too little. I realizes there are many variables. The number of users would probably be in the 1K range.
    Just asking for past experiences for people who have done this before. thanks.

    Hi
    From my past SRM implementation experience the no. looks promising.
    with regards
    Manjunath

  • BAPI's used in SAP SRM

    what are the BAPI's used in SAP SRM?

    Dear Fazhlay,
    To fetch the BAPIs related to SAP SRM goto se37 and type either BAPI* or META* for the list of bapis.
    For the detailed description on the BAPIs of SRM please goto to below link as this question is already addressed there:
    BAPI's in SAP SRM Module
    All the Best :-)
    Reward if useful

  • Adding an Input field in Standard Webdynpro Component in SAP SRM

    Hi Friends,
    I want to add one input field in sap standard webdynpro component in SAP SRM MODULE
    the component name is /SAPSRM/WDC_DODC_RFQ_H_BD
    view name is   V_DODC_RFQ_H_BD
    Upon clicking on SAVE button , it shud save in database
    what is the name of database table and how to solve this problem
    Thnx
    Srini

    Hi Kumar,
    By using Enhancement Framework you can do this.
    How can we add a new field to the Standard Webdynpro application?
    Also check this..
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/700317da-bd79-2c10-368e-8f18bf5d8b81
    Cheers,
    Kris.

  • SAP SRM IDOC'S BDOC'S and BAPI'S clarification

    Hi,
    please clarify the following points:
    1) For a particular object say Shopping cart, how to asscertain whether it uses IDOC, BDOC, BAPI. Is there any defined process/method to know which mode of transfer to the other system i.e backend.
    2) Are BDOC'S relevant only to SAP CRM or for SAP SRM also.
    maximum points would be rewarded.
    regards,
    IGA.

    difficult to answer your first point , as each type of document is created in backend in different way, but i know few ,
    in classic scenario --> backend documents are created directly in R/3
    and there following BAPI is used
    1) BAPI_PO_CREATE1 for PO creation
    2) BAPI_REQUISITION_CREATE for PR creation.
    in extended classic scenarion --> replication of documents happens using FM --> BBP_PD_PO_TRANSFER_EXEC
    you can refer to the function module  --> and investigate how documents are created in this case.., if you have implemented extended classic scenario
    2 ) regarding your second question ,  i have seen BDOCS only during the replication of master data from R/3 to SRM.
    that is the replication of product categories , products.
    i dont think BDOCS are used anywhere in SRM , i have not seen them being used for creation of documents...
    hope this helps..

  • How to create contract in SAP-SRM via a bespoke?

    Hi All,
    I got one requirement to create contract in SAP-SRM via a bespoke interface from the sourcing workbench.
    How to create contract in SRM via a bespoke?
    Even I don't know what is a bespoke. I belong to SAP bw platform
    kindly give me the solution.
    Thanx in advance,
    Ravi.

    Hi
    <b>Bespoke</b> <u>means</u> <b><u>Customer development</u></b>.
    So you can create Shopping carts, either automatically via logging to SRM portal or programmatically using Bespoke developments / programs.
    <b>BAPI Function module -  'BBP_PD_SC_CREATE_EXTERNAL' is used to create shopping cart from portal with other function modules.</b>
    <u>Also you can use RFC BBP_PD_SC_CREATE function module for Creating Shopping Cart.</u>
    <b>Create Shopping cart (or PO) in SRM/EBP from a flat file</b>  
    /message/3529548#3529548 [original link is broken]
    Create Shopping cart (or PO) in SRM/EBP from a flat file
    Function Module's for Shopping Cart.
    Do let me know.
    Regards
    - Atul

  • Integrating with SAP SRM 4.0

    Hi all,
    I'm currently involved in an e-procurement project that will have to integrate SAP SRM 4.0 with the EAI solution of our company (webMethods).
    As I don't know much about SRM 4.0 technology, I'd like to know the standard way of integration with SRM 4.0:
    - Is SRM 4.0 capable of exposing IDocs?
    - Is SRM 4.0 capable of invoking BAPIs?
    - If so, how can a Purchase Order put into the arguments of the BAPI?
    - Is SRM 4.0 compelled to talk with XML messages (particularly SOAP XI) or are IDocs and BAPIs a suitable solution?
    - Is SRM 4.0 standard output xCBL?
    - Can SRM 4.0 expose and invoke Web Services natively?
    In other words, I'd like to know whether we are obliged to use the XI Content of SRM 4.0 in order to integrate with webMethods. We have already done integration with R/3 4.6 and we used IDocs with the SAP Adapter. We would like to capitalize on our previous experience and save us from having to assess the feasibility of an integration with SRM via XI.
    Thank you in advance for all your answers.
    Regards,
    /ML

    Hi Marcel,
       Underlying technology is WAS (Web Application Server) which is an enhanced version of the middleware BASIS technology used by 46C. XI is a replacement for messaging platforms like webmethods, so if you are using webmethods with SAP adaptor you don't need to use XI because you are already using a messaging platform. Only reason you may want to use XI would be if you can build upon the XI content available to you. If you are not interested in the XI content then go ahead and use webmethods using SAP adaptor to connect to SRM. I don't see any problem in that.
    Regards,
    Sanjeev

  • SAP SRM Prod with Oracle DB and AIX 5.3 Performance Issue.

    Hi Basis Gurus,
    Today my SAP PRD system all of a sudden was running slow and users had difficulties executing TCodes as it took minutes before the screen appeared.My system is SAP SRM 4.00, Oracle Release 11.2.0.1.0 and AIX 5.3.
    From Basis point of view , we noticed that all the work process were hanged due to RFCs' occupying it.Couldnt investigate further on the system as we needed to restart asap because users needed to log on. A quick check on SICK shows no errors.What we managed to find out is that we needed to check this parameter below and set it accordingly:-
    rdisp/rfc_min_wait_dia_wp:-
    Definition
    Number of work processes kept free for other users.
    Use
    This parameter is used to reserve a number of dialog work processes for dialog mode. It prevents parallel RFCs from occupying all the processes.
    The parameter rdisp/wp_no_dia specifies the absolute number of dialog work processes.                               
    Unit: number of dialog work processes
    Default value: 1
    Example
    If 10 dialog work processes are configured for the instance (rdisp/wp_no_dia = 10) and the parameter rdisp/rfc_min_wait_dia_wp  = 3 is set, parallel RFCs can occupy a maximun of 7 dialog work processes. Three dialog work processes always remain free for dialog mode.
    There are 20 DIA processes in our system, perhaps reserving a minimum of about 5 work processes for DIA users will be useful via the parameter.
    So my first question would be is there any other suggestions besides adjusting the mentioned parameter above in order to ensure that no work processors going into hang state due to RFCs' occupying it as this issue always happens at the end of the month only when there are massive users accessing it.
    When we went for a restart of the system we encountered another issue. Steps to the issue are as below:-
    1) Did a proper shutdown of Oracle and SAP.
    2) When we start using startsap script, it doesn't start DB so we started DB manually but listener was having problem
        so we stopped all.
    3) We also did a cleanipc, it too throws below error:-
    sidadm> cleanipc <systemno> remove
                   exec(): 0509-036 Cannot load program cleanipc because of the following errors:
                   0509-130 Symbol resolution failed for cleanipc because:
                   0509-136   Symbol memmove (number 106) is not exported from
                   dependent module /usr/sap/sid/SYS/exe/run/libsapu16.so.
                   0509-192 Examine .loader section symbols with the
                   'dump -Tv' command.
    4) Also the Listener file has no contents,it's null file.
    5) This is another error :-
        exec(): 0509-036 Cannot load program /oracle/sid/112_64/bin/tnslsnr because of the following errors:
        0509-150   Dependent module /oracle/sid/112_64/lib/libttsh11.so could not be loaded.
        0509-101   The module has too many section headers
        or the file is damaged
    The libttsh11.so file was empty dated 25th timestamp as below in PRD:-
    -rw-rr    1 sid   dba               0 Nov 25 07:12 libttsh11.so
    Further checking has let me to understand this is an Oracle Bug from this link:-
    http://gavinsoorma.com/2009/12/11-1-0-6-clusterware-upgrade-to-11-1-0-7/
    This Oracle bug only happens in an Upgrade time and how could this happen to my Production system during a restart process.
    Also this system was restarted during the last weekend's maintainance window and it came up with no issues.
    6) We copied over the libttsh11.so from our QA environment to PRD and did a Startup:-
    -rwxr-x---    1 sid   dba        65967496 Nov 25 07:40 libttsh11.so (This is the copied over file from QA)
    7) After Startup everything has been in order till now.
    My second question is what went wrong with the libttsh11.so file. How could it be 0 size in PRD when no signs of changes had happen to the PRD system. Is this a proven Oracle Bug or something else since I have never encountered anything like this before. Hope all the Gurus here could shed some light into my 2 questions as I am looking for positive answers.
    Thank you.
    Regards,
    John

    Hi,
    Firstly I would suggest you to upgrade your database from Oracle Release 11.2.0.1.0 to Oracle Release 11.2.0.2 . This is the recommended Oracle 11g database version  for SAP solutions. Many of your problem will get resolved with it.
    Question 1:
    So my first question would be is there any other suggestions besides adjusting the mentioned parameter above in order to ensure that no work processors going into hang state due to RFCs' occupying it as this issue always happens at the end of the month only when there are massive users accessing it.
    For immediate resolution the approach you have followed is correct viz limiting number of dialog processes for RFC. Secondly you need to analyze why RFC processing takes so much time. You need check which programs are getting executed by those RFC.
    Generate EarlyWatch report for more detailed view
    Question 2:
    My second question is what went wrong with the libttsh11.so file. How could it be 0 size in PRD when no signs of changes had happen to the PRD system. Is this a proven Oracle Bug or something else since I have never encountered anything like this before.
    The libttsh11.so library cannot be found in the related directory.
    Cause
    The file system is mounted using CIO option, but per Note 257338.1 Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L, an ORACLE_HOME on a filesystem mounted with "cio" option is not supported.
    Such a configuration will cause, installation, relinking and other unexpected problems.
    Solution
    Disable the CIO option on the filesystem.
    References
    NOTE:257338.1 - Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L
    Hope this helps.
    Regards,
    Deepak Kori

  • Establishing a connection between SAP SRM and MM

    Dear All,
    I am working  for a multi-national company  and now we are thinking to implement SAP SRM  but I have some questions about  communication between SAP MM and SRM. Firstly I want  so share with you our as-is status and then my doubts and question that I have.
    In our case we have two different locationed organizations which are using different version of SAP system and SAP MM. In this  two sap system mostly codes are  and descriptions are different for  all materials and  now we want  gather all data and we want to have  one global code system and (local code also will remain). I mean we want  to call same materials with one global unique code instead of two different codes. We  are thinking to implement  something like coding center that will take local master data from local organization then will assign global code, update table then  with somehow will update SAP SRM.
    For example:
    We have local  master data on R/3 is maintained manually by local user and net item is created locally each country by local user.Coding center will be aware of new creation by mail, automatically. Coding center will update table (adding a new row for each new item) on translator (tool for assigning global code for materials) assign to each new item a global code and category and in this way SRM will be updated automatically based on translator.
    I am thinking to develeop a tool (excel,access… etc.) that will take new item creation manually or auto from local organization  then will assign a global code and category then will update SAP SRM automatically
    Regarding to  tool I have some questions:
    1)     which are the standard communication channel between R/3 and SRM or How  they can speak with each other ?
    2)     Is there any standart batch file (BI or BAPI)  to be able to perform this.Is it possible to develop tool using excel or access …etc. which will manage coding task.
    3)     When we are trasferring for the first time Master Data from MM to SRM is there any standard transaction?
    4)     how the two MD are aligned (i.e. what if a new item is created or modified on MM)?
    5)     standard program (transaction) for aligning  available ?
    6)     ) how this process can be triggered (scheduled using SAP scheduler, event or user driven)
    7)     Where the translator  (tool) should be (R/3 local, SRM, BW, other) --> Enrichment table
    8)     How we can build the communication transaction?
    Thank you very much
    Any comments and answers will appreciated and rewarded
    Regards,

    Hi,
    Have you considered using CCM. You generally use an industry standard code (perhaps UNSPSC) in CCM as your vendors would all have different number (similar to your scenario). CCM is a plug-in to SRM, supplied by SAP.
    The authoring tool is where you can enrich your catalogue, and have approval dependant on rules that you setup. In your case you would possibly have a catalogue per locationed organisation (or R/3 system). These would then be mapped to a master catalogue, and assigned to users as views. This tool is a BSP on SRM. You could also upload these catalogues from Excel (as a CSV) or through XI as XML. We use the automatic transfer of materials from R3 and then there is a report in SRM to feed that through to the catalogue.
    The only thing that needs to be thought through is how you feed the selected catalogue item back to the differing R3 systems, but this shouldn't be a stumbling point.
    Cheers
    Rob

  • SAP HR or SAP SRM or SAP BI  expert advice

    Dear SAP experts
    Greetings!
    My profile -> SAP technical consultant which includes :-
    1.  5 years of experience in sap abap in R/3 core modules
    2  With  ABAP webdynpro experience
    3. Done one ABAP HR support project and having good understanding to PA and Payroll module from technical point of view
    4.Completed one SAP SRM 5.0 implementation project and have good srm techinical skills
    5. Good understanding of SAP workflow
    Now i feel i must enhance my skill in functional side but i am really confuse whch area i should go
    SAP HR or SAP SRM or SAP BI ( Please note i don't have any technical knowledge or background in BI).
    Which module have better market both in terms of career and oppurtunities.
    Many thanks

    HR is not difficult and use a lot of custom development. Easy start
    SRM: no idea
    BI: since you have nothing to start with, I would no go for this one. Start somewhere else and try to concentrate on that field together with BI. That could help you start with BI later.
    Otto

  • Advantage of using SAP SRM

    Hi,
    Could any one please explain the advantages of using SAP SRM over MM module. As per me we can de most of the activities in MM except some vendor related activities (and that even if SUS is used).
    Thanks in advance.
    Regards,
    Lalit

    Hi Lalit,
    All advantages of using SRM and MM module is in Plan-Driven Procurement documentation on service.sap.com/instguides -> SRM.
    Generally planning in APO or MRP in an ERP system calculates the quantity and materials required. This requirement can be transffered to the EBP system. Requisitions from SAP Plant Maintanance or Project System are also possible requirements.
    The requisitions are passed to EBP. If the data is complete and unique, purchase orders can be created automatically. If the data is missing, the proffesional purchaser has to complete the missing information in Sourcing or via Process Purchase Orders. An option for the professional buyer is to assign un-sourced PO to an RFQ and send it out for bids.
    The proffesional purchaser completes the orders, assings source of supply, add or deletes item.
    Once the order is complete it is issued automatically to R/3. XML is the upcoming medium, since the data can be automatically integrated in more and more supplier's systes, or You can send orders by e-mail, fax or print them.
    Goods receipt is either done in EBP by supplier via an XML confirmation, by employee who requested the item by general goods recipient or in the backend system. Inventory is updated in backend.
    The invoice is processed in EBP manually by the requestor or an accountant submitted by the supplier via an XML invoice, possibly from SUS or backend system.
    You can also look in Self-Service Procurement documentation on:
    http://help.sap.com/saphelp_srm50/helpdata/en/8d/f6a93e08503614e10000000a114084/frameset.htm
    Regards,
    Marcin Gajewski
    Please assign points for useful answer.

  • BAPI , BADI , USER EXIT , FUNCTION MODULE

    Hi Experts
    Can any body pls explain me abt BAPI , BADI , USER EXIT , FUNCTION MODULE  and its uses in details .
    Thanks
    Devashish

    Dear Deba,
    Functional Module:Procedure that can only be defined in function groups and outside of classes. Can be called from all
    programs. Begins with FUNCTION and ends with ENDFUNCTION. Is maintained using the Function Builder of the ABAP
    Workbench.
    Functional Module can be checked using T Code SE37 for a package ,say in standard SAP CS15 will be used for checking
    the where used list for a material and here it can be checked only for one material,in case if we want to check for a list of
    materials a small report can be developed using the fucntional modules like
    CSEP_MAT_BOM_SELECT_WHERE_USED   API Bills of Material: Select BOM(s) (or)
    CS_WHERE_USED_MAT                Bills of material; where-used list
    User Exit:A point in an SAP program where a customer's own program can be called.
    In contrast to customer exits, user exits allow developers to access and modify program components and data objects in the
    standard SAP System. On upgrade, each user exit must be checked to ensure that it conforms to the standard system.
    There are the following types of user exit:
    User exits that use INCLUDEs - These are customer enhancements that are called directly in the program.
    User exits that use tables - these are used and managed using Customizing.
    User Exits can be viewed or checked using the T Code SMOD and using CMOD an user exit will be activated.
    BAdi:
    A template for BAdI objects.
    Business Add-Ins (BAdIs) are the basis for enhancements where BAdI methods in object plug-ins can be called from ABAP
    programs. The calling program controls which BAdI implementations are used by specifying filter values. A BAdI consists of a
    BAdI interface, a set of filters and some settings.
    From Release 7.0, BAdIs are edited in the Enhancement Builder and reside in the global class namepsace. You can switch on
    their implementations via the Switch Framework.
    There are also classic BAdIs, which are edited in the BAdI-Builder and superseded function module exits in Release 4.6.
    Related T Code SE18.
    Regards
    Mangalraj.S

  • SAP SRM UI (NXP) - Work Processes remain running

    Background:
    Shopping carts are being processed through the new SAP SRM UI (NXP). On occasion, dialog Work Processes are left in 'running' status even when there is nothing happening in the front end.
    It occurs for many standard programs, but when checking the WP details, all are pointing to the same class
    /IWFND/CL_MGW_RUNT_RCLNT_PRXY and function module /IWBEP/FM_MGW_CHANGESET.
    The /IWFND/*_LOG transactions aren't showing any errors or warning
    I haven't found any relevant SAP notes.
    Environment:
    Oracle 11 on AIX
    SRMNXP01                       100        0002 SRM Add-on New Experience
    GW_CORE                        190        0003 SAP GW CORE 190
    IW_BEP                         200        0007 Backend Event Provider
    IW_FND                         240        0003 SAP IW FND 240
    SAP_ABA                        701        0013 Cross-Application Component
    SAP_AP                         700        0029
    SAP_BASIS                      701        0013 SAP Basis Component
    SAP_BS_FND                     701        0013 SAP Business Suite Foundation
    SAP_BW                         701        0013 SAP Business Warehouse
    MDM_TECH                       710_700    0009 MDM_TECH 710 : Add-On Installation
    PI_BASIS                       701        0013 Basis Plug-In
    and some other bits and pieces (including SAP UI% and associated components)
    QUESTION:
    At the moment, I'm interested in a BASIS perspective; I want to ensure the platform (SRM_SERVER, GW_CORE, UI5, SRMNXP01, etc) is stable and functional. However, I'm not familiar with debugging / tuning / administrating the SAP Gateway (I still think SMG when I hear Gateway), so these may have fairly obvious answers to the right people, but ...
    1) What or where should I be looking for further clues ? My first thoughts are around the available network connections.
    2) Is there a transaction that provides real time monitoring of GW CORE ? I've found that the /IWBEP/VIEW_LOG and /IWFND/*_LOG transactions are only useful after the fact.
    thanks

    Hello Martin,
    such hanging work processes can have many causes. Which AIX version do you have? Please take a look at the note
    1873277 - Hanging Work processes on SAP Application Servers
    if it can be relevant in your case.
    Regards, Alwina

  • How to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM (ABAP Programming)

    Hi All,
    I have to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM. Either a table, or any Function module, Method, please let me know ASAP. Same i can use in my Program.
    Thank you Very much.
    Regards,
    Ramesh J.

    Hi,
    Refer the below wiki link it may help you.
    Product catlog configuration for ECC - CRM - SCN Wiki

  • BO-DS Communication w/ SAP SRM/CRM

    Experts,
    Like we connect BO-DS with ECC by pushing through a few transports and setting up connection parameters, can we also connect BO-DS to SAP SRM/CRM? If yes, what is the approach?
    Thanks in advance.
    NW

    Hi,
    We tried to connect to CRM yesterday with the same steps as connecting ECC. It was successfull and able to pullout the SAP tables from Datastore.
    But now the issue is importing BAPIs and accessing Hierachies. The SAP and DS OS are hetrogeneous(Windows and Unix) and we using the Shared directory method.... that may be the problem and working on it
    Any suggestions please.....
    Thanks
    SK
    Edited by: SaravanaKumar MuthuRangan on Mar 23, 2010 3:36 PM

Maybe you are looking for

  • How do I tile two windows in a mac (10.7.5)?

    In windows I could have tiled two windows (or more) horizontally or vertically, while I decide on the ration between the two windows opened. how do I do so in a mac?

  • Photos not displaying in slideshow

    I created an album of 150 slides that I then used to create a slideshow.  When I go to preview the slideshow it freezes up after the 15th slide.  The music continues but the slide just stays on the screen.  Any help would be appreciated.

  • I want to compile the sample code oci02.c with "vc 6.0", what should i do?

    I want compile the sample oci02.c in "D:\oracle\ora90\oci\samples' with "ms vc 6.0", and I don't want to use the command line like "cl -I%ORACLE_HOME%\oci\include -I. -D_DLL -D_MT %1.c /link /LIBPATH:%ORACLE_HOME%\oci\lib\msvc oci.lib kernel32.lib ms

  • Cyrillic data in Adobe Form could not display in WD Application .

    Hi All, I use Adobe Interactive Form Object in WD Application so as to display data in Cyrillic Language for printing. I have the problem that in the PDF i cannot display the Cyrillic data ( Bulgarian, Romanian...) but only EN . I dont have any probl

  • Another way of writing a query using IN...

    Hi , Is there another way to write the following query? select DISTINCT TEST_DESCR_F FROM TEST_CATALOG where test_code in (select exetasi from parag_aktin where barcode='090320061') Thanks , a lot Simon