BAPI/FM for RFQ creation

hi experts,
Good day! Is there a BAPI or FM for RFQ creation.
Thanks!

Hi,
BAPI_QUOTATION_CREATEFROMDATA2 this BAPI is released in latest version ,the kernal level patches provides more security when this BAPI is called from an external application across variuos networks.
Regards,
Srinivas

Similar Messages

  • BAPI:BAPI_TRLSRVAPS_SAVEMULTI2 for TLane creation is giving error

    Hi Gurus,
    I am executing BAPI:BAPI_TRLSRVAPS_SAVEMULTI2 for TLane creation. when i am passing required values like , location from , Location to, model, version, lot size , etc.
    After executing the BAPI is returning that ''Entry was not processed because there is no changing parameter available''. Can any one experienced this before. As i am creating a new TLane, why this error should come???

    Hi ,
    Best way to check the parameter list is ,use the bapi BAPI_TRLSRVAPS_GETLIST (SCM 4.0) or similar available in 5.0 to read the existing transportation lanes successfully created in system.Check all the parameters and update similar parameters for BAPI_TRLSRVAPS_SAVEMULTI2.
    Ofcourse then you can come to exact parameters functionally important to you by trial and error.
    Otherwise you can use the APO loader tool to create the transportation lanes.Although SAP discourages to use it in the production system , for testing it is fine.Please check the FAQ note 551972.
    Regards,
    Nikhil Nalgirkar

  • Any BAPI available for mass creation/change/delete for dependency net

    Hi guys,
    Any BAPI available for mass creation/change/delete for constraints in dependency net. I mean any uploading option in mass for creation, change and delete.
    Regds
    Regds

    Hi,
    Check if the below FM's meet your need:
    CAMA_CNET_CONSTRAINT_MAINTAIN
    CAMA_CONSTRAINT_NET_MAINTAIN
    CAMA_DEPENDENCY_MAINTAIN
    Regards,
    Vivek

  • BAPI/ Enterprise service for RFQ creation

    Hi All,
       I need help regarding creation of RFQ using BAPI or Enterprise Web Service.
       Is there any standard BAPI available to meet this functionality of RFQ creation(ME41).
      If any one has worked on similar stuff please reply. If you have any code related to such development then that will icing on cake.
    Thanks in advance,
    Amit Deshpande

    Hi Ashwinni
    I don't think there exist a synchronous enterprise service for the creation of vendors. Do you know if there is an enterprise service to do an update on a vendor? If an application is responsible for creating the vendors (like SAP MDM in a CMDM scenario) then the application of course can send updates on a vendor. Or is the scenario thought to be that you only create the inital vendor in MDM and then maintain it in for example SAP ECC?
    Br
    Göran
    Edited by: Göran Westin on May 24, 2011 2:30 PM

  • BAPI for RFQ create

    Gents,
    We are in search for a BAPI for RFQ create like the one BAPI_PO_CREATE1 for PO. But we are not getting anyone like that. Please note that we are in ECC 6.0.
    We don;t want to go for a  BDC to do this.
    Any options?
    Regards
    Shibu

    Hi,
    I tried this module,  but it only works if DIMP is activated .   See also :  1666702 - Syntax Error occurs when using BS01_MM_QUOTATION_CREATE .  
    This contains the remark:  Please do not consider activating the Business Function Set DIMP because you only would like to use this specific function BAPI BS01_MM_QUOTATION_CREATE (for some custom development).
    So I think, unfortunately this will not work on many installations.
    I also tested BAPI_PO_CREATE1  :  there is no field to pass the DocumentCategory (to set EKKO-BSTYP ='A' ).
    EKKO-BSTYP is set internal  to 'F' and as result the passed document type for the RFQ is invalid, when it is checked with table T161.
    Does SAP plan to enable a workaround for this module or to develop and a new modul for RFQ-creation via BAPI?
    And   BAPI_PO_CREATE has an error in processing the passed currency-value. 

  • BAPI/  FM  FOR  Request For Quatation(RFQ)

    Hi Gurus,
    could  anyone  tel me  BAPI/FM   for  RFQ.
    Thanks in Advace.

    Thanks for ur reply,
    I  need   BAPI  for   RFQ_GETLIST.
    could u tel me anyone  for this   BAPI/FM.
    Thanks in advance.

  • Block one time vendors for PO but allow for RFQ

    Hi Gurus,
    I want to use One time vendor records only for RFQ creation;but it should not be possible to create PO using those one time vendors.
    In case of regular vendors for RM/PM, quality info records in purchasing is active. But this is not the case of indirect purchases.
    Please help.
    Regards,
    krishna

    Hi,
    In XK05 transaction u have the option to block vendor for different application.
    U can block for Purchase order.
    Check in XK05 and block appropriately and check running the scenarios.

  • FM or Bapi for RFQ

    hi Guys,
    Is there any FM or Bapi to create, Modify, or  extract details for RFQ.
    Regards,
    Tarun Bahal

    Hi,
    BAPI_REQUISITION_CREATE for creation.
    for others:
    2031 Business Object Quotation
    BAPI_CUSTOMERQUOTATION_CHANGE Change Customer Quotation
    BAPI_QUOTATION_CREATEFROMDATA Customer quotation: Create customer quotation
    BAPI_QUOTATION_CREATEFROMDATA2 Customer Quotation: Create Customer Quotation
    ACC4 FI/CO: BAPIs for UPDATE
    BAPI_ACC_SALES_QUOTA_CHECK Accounting: Check Customer Quotation
    BAPI_ACC_SALES_QUOTA_POST Accounting: Post Customer Quotation
    HRTIM00ABSATTEXT External interface for 2001/2002
    BAPI_PTMGREXTATTABS_CHECKQUOTA Simulates Quota Deduction
    MCPD DRP interface
    BAPI_QUOTA_ARRANGEMENT_GETLIST Get quota arrangement list
    TIQU Time quota
    BAPI_TIMEQUOTA_GETDETAILEDLIST BAPI: Determines Quota Data for a Personnel Number
    Regards,
    Kumar(Reward if helpful).

  • BAPI for SO creation and change

    hi
    which BAPI can used for sales order creation and what are the mandatory fields required.
    I would like to provide  easy SO creation in portal so give me the essential input for SO creation.

    Dear basheer,
    You can use
    BAPI_SALESORDER_CREATEFROMDAT2
    mandatory fields are ,
      clear iohead.
      iohead-doc_type  
      iohead-sales_org 
      iohead-distr_chan
      iohead-division 
      iohead-req_date_h
      iohead-ship_cond 
      iohead-incoterms1
      iohead-pmnttrms 
      iohead-accnt_asgn
      iohead-pymt_meth
      clear ipartner.   refresh ipartner.
      ipartner-partn_role = 'AG'.
      ipartner-partn_numb = Sold to party.
      append ipartner.
      clear ipartner.
      ipartner-partn_role = 'WE'.
      ipartner-partn_numb = Ship to party.
      append ipartner.
      refresh : iitem, ibapischdl, ibapicond.
      clear   : iitem, ibapischdl, ibapicond.
      iitem-itm_number = '10'.
      iitem-material   = material.
      iitem-plant      = Plant.
      iitem-val_type  
      append iitem.
      ibapischdl-itm_number = '10'.
      ibapischdl-req_date   = sy-datum.
      ibapischdl-req_qty    = Qty.
      append ibapischdl.
    saravanan
    Edited by: k saravanan on Sep 22, 2008 4:21 PM

  • BAPI or BDC  for PO Creation

    Hi All,
    I need the sample BDC or BAPI Program for Purchase Order Creations upload.
    Regards
    Mustafa

    Hi Mustafa,
                     The BAPI for PO creation is BAPI_PO_CREATE1.
    Have a look at this thread.Link : [Thread|Reg BAPI_PO_CREATE1;.
    Hope your query resolves quickly.
    Have a best day ahead.

  • Func module/bapi  for invoice creation

    Any function module for invoice creation WITH REFERENCE TO A SALEORDER. ??

    Hi,
    check this FM:GN_INVOICE_CREATE or BAPI: BAPI_BILLINGDOC_CREATEMULTIPLE
    check this link also.
    BAPI for creating sales invoice
    Regards
    Appana

  • BAPI/Function Module for Debtor Creation

    Hi Friends,
      Could you pls let me know the BAPI or Function Module for Debtor Creation.
    Thanks
    Ravindra

    Hi,
    I found one link for you, check out probably help you out.
    http://abap.wikiprog.com/wiki/Category:BAPI_Debtor
    Thanks,
    Krishna

  • Is there any BAPI for BOM creation? which does by RCSBI010 / Batch Input.

    Hi Experts,
    I need to Upload the extracted Excel-file(.txt) for BOM creation, so, pls, let me know that, Is there any BAPI for this purpose. In detail the requirement is that,
    The suggested idea shuld work as like as pgm. RCSBI010
    thanq
    Edited by: Srinivas on Feb 14, 2008 6:18 PM

    Hi Srinivas,
    Try these Function Modules
    CS_BI_BOM_CREATE_BATCH_INPUT   - Create BOM Via Batch Input
    CS_BI_BOM_CREATE_BATCH_INPUT1  - Create BOM Via Batch Input (Corrected Session Handling)
    There are two BAPI's too, which can be used
    ALE_MATERIAL_BOM_GROUP_CREATE
    BAPI_MATERIAL_BOM_GROUP_CREATE - Creation of a material BOM group
    Hoe this helps.
    Edited by: Priyabrata Samanta on Feb 15, 2008 3:56 AM

  • BAPI's for creation of sub Contract with reference to main contract

    Hi,
    Can any body tell me the available bapi for the creation zlsl contract with reference to main contract zgsl
    Regards
    Rajkumar

    1.Logistics--Materials Management--Purchasing ---Purchase Requisition --Follow-on functions --- Assign and Process
    2.ME57
    3.Select the Assigned Purchase Requisitions checkbox if you also want to see requisitions already assigned, and choose Execute.
    4.On the Assign and Process Purchase Requisitions screen, select the requisition lines for your material.
    5.Choose Assign Manually if the info record already exists.
    6.On the pop-up Assign Source of Supply Manually dialog box, make the following entries:
    Agreement     46XXXXX            Agmt item     10          
    7.Choose Assign Source of Supply.
    For assign the source of supply, you can also choose Assign Automatically (only if not already assigned by MRP due to existing source list). If more than one source exists, select the contract in the Source Overview for Purchase Requisition 100XXXXX window and confirm with Enter.
    When assigning a source, make sure to select the contract.
    8.Choose Save.
    9.Select the line item, and then choose Assignments Overview (SHIFT+F5).
    10.On the Assign and Process Requisitions: Overview of Assignments screen, select the line below Vendor (you can only select one at a time), then choose Process Assignment.
    11.On the Process Assignment: Create PO window, check and make sure the Order Type (NB), Purchasing Group and Purch. Organization fields then choose Continue (Enter) to confirm.
    12.On the Create Purchase Order screen, select the requisition in the Document Overview section and choose Adopt in the left part of the Document Overview screen.
    13.Choose Save.

  • BAPI for ARTICLE creation in IS-Retail

    I am creating an Article using BAPI_MATERIAL_MAINTAINDATA_RT by passing below parameters for Basic view.
    1.material type
    2.merchandise category
    3.material category
    4.description
    5.uom
    6.transportation grp
    7.loading grp.
    8.valuation class
    9.tax class
    Also marked X in respective places in structures clientdatax,plantdatax,headdatax etc.
    Anyhow still it showing errors like "key field of table MARA missing"
    I am able to create article from MM41 using above 9 fields.
    What fields shd be passed to this BAPI to create an ARTICLE?
    OR ANY OTHER BAPI/RFC FM EXIST TO CREATE ARTICLE?
    Please help me in this regard.
    Regards,
    Kiran

    Hi Bjorn,
    I have to call BAPI for Article creation from Portal front end.
    so I cant use BAPI_RETAILMATERIAL_CREATE as it goes to MM41 when we execute.
    So I am using BAPI_MATERIAL_MAINTAINDATA_RT to create article.
    I passed all mandatory data which is required to create a article with basic view.
    Using MM41, I am able to create but with this BAPI iam unable to create article.
    Could you please tell me what are the required parameters to be passed in addition to my fields which I  specified below:
    I passed
    HEADDATA--material type,merch.category, material category,basic view marked x.
    MATERIAL DESC--material description
    CLIENT DATA--uom,transportation grp, tax class
    CLIENTDATAX---marked X in above fields
    PLANTDATA-loading grp
    PLANTDATAX-marked x for above field
    ADDL CLIENTDATA--valuation class
    ADDLCLIENTDATAX--marked X for v class
    Please help me in this regard.
    Regards,
    Kiran.

Maybe you are looking for

  • Print file deletes before print job is finished

    I have been trying to print a file about 119 pages it has some color graphics and some photos within the text from adobe it printed about 25 pages good then it stopped and deleted the file I have tried to print 1 page at a time some print and some ju

  • Updated Bridge but can't use it with this OS version (10.6.8) on my Mac. How do I go back to an older version?

    Am I stuck to going back to the CS6 version?

  • Need to create a few objects....

    Hi! I need to create a few objects, but do not know how: create Shows in structure create User Exit create Enhancement for Z program create customer screen create OSS notes Bassically I need a t-code for each issue and a few steps that are to be done

  • Office 2001 macros and MacManager

    We have a teacher that has created some powerpoint files using macros. When you attempt to view the slideshow logged in as a user thru MacManager it states it can not load the type file Microsoft PowerPoint. If you sign in as a user with system acces

  • Java 6 Update 10 breaks Netlet

    Running JES 05Q4 last portal/srap before Portal 7. Java 6 Update 10 with the "defaulted to on" Next. Gen Plug-In throws this: gateway port : 443 Java version : 1.6.0_10 Proxy type : null java.lang.NullPointerException      at NL37.m(NL37)      at NL3