BAPI's  in ECC 6.0

Hi,
   What are the corresponding BAPI's for these transaction in ECC 6.0
MB1B
MB1C
VA01
F-02
F-30
Regards,
Karthik.k

Hi.
I know 2 of them.
F-02: BAPI_ACC_GL_POSTING_POST, BAPI_ACC_DOCUMENT_POST
F-30: POSTING_INTERFACE_CLEARING

Similar Messages

  • RFC or BAPI to get  ECC CST LST  from SAP to third party

    Hi Friends,
    I want to find out RFC or BAPI to get ECC,CST and LST No. number from SAP system to third party software accourding to Ship to party.Please healp me.

    Hi,
    Thanks very much for your answer. In fact, table UVERS is empty both on SAP Wharehouse server and Netweaver, but you put me on the right way...
    I finally found that table CVERS_REF was enough, but I don't have the version of the component like in the status window...
    I doubt also I'm right using the RFC_READ_TABLE, but I don't know yet if a BAPI exists for what I'm looking for.
    Regards
    François MAESEELE

  • List of Obsolete BAPI'S in ECC 6.0

    Hi,
    we are doing an upgrade from 4.7 to ECC 6.0,
    kindly provide the list of obsolete function modules and BAPI's
    many thanks.

    Hi,
    Go to transaction SE16
    Enter the table name RODIR and press ENTER
    Enter the object type as "FUNC" and the Obsolete field as 'X'.
    Press EXECUTE.
    The obtained list is the obsolete function modules in the SAP system.
    Check this links:
    http://help.sap.com/saphelp_46c/helpdata/en/d2/42f955cafe11d1ad0c080009b0fb56/content.htm
    Regards
    Adil

  • BAPI communication between ECC & EP

    Hi all,
      We have ERP 6.0 and  we are trying to use BAPI to  commuicate between ECC and EP using iviews.
    We have configured the connections, user managment in content adminsitration , we are getting the all the BAPI FM info from ECC during building the new iview, but when we try to preview the  iview  by giving the input to thr FM only the structure is coming  data is not coming.
    We have tested the FM  from SE37 and able to get the  dataset.
    Please suggest me if any configuration  to be done.
    Thanks,
    Subhash.G

    Hi ,
    Problem is  solved,  while giving input in iview we have  to give exact  details like for customer number it stores like 0000000001, if we give only 1 it's won't interpet as it was in Data dictionary... but  while testing in sm37 you can  give as 1 for customer number.
    Thanks,
    Subhash

  • BAPI/FM in ECC to create a sales order with variant configurable material

    Hi all,
    I need to create a function module that creates a sales order in ECC with a variant configurable material.
    can some one tell me if there is a in built function module or BAPI that i can make use of to create a sales order with variant configurable material in ECC.
    Regards,
    Jessica Sam

    Thanks MxG,
    I dont know how to use this BAPI. .Can you suggest me a sample code.
    My reqmnt is, i have
    Sold to party, ship to party, bill to party , VC config material and all char values that should be populated while creating a sales order.
    please help me with what values should i populate in i/p paramters and and how to use this BAPI with some sample code if posible.
    Regards,
    Jessica.

  • Simulate absence BAPI in ECC 6.0

    Hi,
    Can anyone tell the equivalent BAPI for BAPI_HR_PA_SIMULATE_ABSENCE (ECC 5.0)   in ECC 6.0?
    How do i search for the equivalent BAPI's of ECC 5.0 in ECC 6.0

    Sandeep,
    May be this is the one you are looking at BAPI_ABSENCE_SIMULATECREATION
    Thanks
    Bala Duvvuri

  • Web service deploy in ECC or in XI

    Hello,
    I am bit confused on deployment of Web services. I found that we can deploy BAPI/RFC in ECC using wsadmin or soamanager. This means Can i access this web service from third party system with out using XI.
    But, i heard this is obsolete now and we should XI for this.
    This means Do i need to create scenario in XI as SOAP-RFC..where RFC on ECC and expose this interface as web service in XI using RFC adapter..
    what is the best way, and how can i deploy BAPi as web service.... If I deploy it on ECC what is use of XI in this case.
    Can i call this BAPI deployed WS from Java system.
    Thanks,
    Srinivas

    Hi ,
    You can always generate the wsdl from bapi by going to the link mentioned below and can invoke the WS from any other Web System. It will behave like normal web service.
    Link to generate the wsdl:
    http://<ECCserver>:<port>/sap/bc/soap/wsdl11?services=<FunctionName>&sap-client=<client>
    You can save the wsdl and use in in your client to invoke this. There is no need of XI in this case.
    Howsoever as best practice, to achieve ESOA the webservices should be located at central location(XI) and should be invoked from there. 
    Reward points if this answers your question and helpful.
    Thanks
    Amit

  • BAPI call via UDF in mapping - error handling/stopping processing

    Hi,
    We are calling a BAPI in an ECC system from a UDF in message mapping.  The BAPI then calls other BAPIs to perform translations and validations on the message data.  An error could occur during a translation (for example), and an error flag would be passed back to the UDF (the actual error is persisted and handled in ECC).  What should be done in the UDF to stop further processing of the message?
    Latest PI and ECC releases and service packs.
    Thanks in advance,
    Brian

    Bhavesh,
    Thanks for the replay.
    You guys are scaring me a little....I've reviewed a bunch of blogs, threads and docs about the RFC API...such as Alessandro's SAP XI Lookup API: the Killer .../3404 and the "Mapping Lookups - RFC API" document.  Why would we have something like an RFC API available via a UDF if we can't react to an error should it occur??  In my case, all I want to do is "cancel" the message, or perhaps cause a controlled failure in the mapping so that the message doesn't get to the next step (load into ECC).
    What happens in Alessandro's process if an error is caught (trace.addWarning.....)?  I see that null is returned, but how does that affect the mapping process?
    I appreciate any help
    Brian

  • How to prevent plant locking issue while calling a BAPI? Please help!

    Hi Experts,
       I have following scenario:
       BizTalk sends 4B2 PIP to XI via JMS adapter. XI then sends the same to ECC system via ABAP Proxy.
       4B2 PIP in our case contains one PO header and one line item.
       In ECC, ABAP proxy calls BAPI to process the GR (Goods Receipt).
       The problem is BizTalk can send many 4B2 PIPs simultaneously (Parallel). When The first PIP is getting processed in ECC the BAPI locks some plant data till it completes the GR. But if second PIP request comes when the first once is still getting processed then we get "plant is locked" error.
       How can we avoid this plant locking error? What is the best option to solve this?
      While calling BAPI in my ECC ABAP Proxy if I use qRFC as given by the code below then will it solve the problem?
      Will this use only one queue "QUEUE01" for all the 4B2 PIP requests?
      Will it create a new queue for every request?
      If we assume that there are 3 PIP requests already in a queue. If the GR processing for the first PIP returns some data error (not the locking error) in the BAPIRETURN then will the second PIP gets processed or will it wait till the first one is successfully processed?
       CALL FUNCTION 'TRFC_SET_QUEUE_NAME'
          IMPORTING
             QNAME = 'QUEUE01'.
      CALL FUNCTION '<CREATE GR BAPI>'
      IN BACKGROUND TASK
      EXPORTING
         TABLES ....
      COMMIT WORK.
    Thanks & Regards
    Gopal

    Man, you guys/gals are great! You notice everything...I sure appreciate all the help so far. I've updated a few things, but I still can't get x1 in the method to pass the right input to line 39. For instance, if I set a=2, b=4, and c=-30, then x1 should = 3 and x2 should =-5, but both keep showing -5. They are always equal for some reason, even when they are not supposed to be.
    I see what you were saying with d always equalling zero. I was looking in the main where it doesn't always = zero, but in the method it was always set to zero. Thanks...good eye!
    num1 = quad(a, b, c, 1);                              //line 39
    num2 = quad(a, b, c, 2);                              //line 40
    JOptionPane.showMessageDialog(null, "There are two real roots. They are root 1 = "+ num1 + " , and root 2 = " + num2 + ".");I also added this to the method so d won't always = zero
    d = (Math.pow(b,2) - (4 * a * c));I also have all of the variables declared at the top, but I forgot to copy and paste all of them and I updated the System.exit(0) to close the JOptionPane along with extra } 's to close the program correctly.
    Again, thanks a bunch.

  • BAPI call with JCO too slow

    Hello everybody,
    I have an application which a call a BAPI in an ECC System. This BAPI is a specific one, and it is developed in Batch input to create a Billing document from a sales order.
    This call take too much time and my java program don't wait for the answer of it. I have done some performance check on the program and this call take more of 1 minutes to finish.
    Here is my program :
                   //-Fill the entry parameter-
                   //Import parameter
                   paramImport = function.getImportParameterList();
                   paramImport.setValue(SalesOrder, Constants.IV_VBELN);
                   //Define Export parameter list for the returning Data
                   paramExport = function.getExportParameterList();
                   //Execute the BAPI
                   client.execute(function.getName(), paramImport, paramExport);
    The fact it is developped in Batch input could be a problem ? Tell me if there is a solution to speed up the process or to say to my java program to wait until the answer of the BAPI.
    Thanks.

    Hello Sir,
    I am a student who is pursuing a project that deals with JCo 3.
    I read your question on the forum and think that you have done the JCo stuff and can answer my questions.
    Kindly, try to shed some light on following question:
    Q1: I simply want to start with connecting my SAP system. I have a user ID and password for the same.
    I saw some examples where they use "JCo.createClient(....)" and "JCo.client.connect()" to simply connect the client but
    when I type in the code it shows me an error, because they are using package "com.sap.mw.jco" but since I am using JCo3,
    I don't have that package instead I have "com.sap.conn.jco" which do not have createClient function.
    Q2: By setting the classpath for "sapjco.jar" I was able to compile one of the sample programs but could not run it. Do you
    know how to run the SAP JCo program.
    Your guidance will be highly appreciated
    -Thanks
    -Dmukhi

  • BAPI in Visual Composer

    Dear all,
    im using Visual composer 7.0 and trying to build an application for Real Estate.
    when i goto BAPI transation in ECC 6.0 i can see my bapi
    bapi_re_sc_create with diffirent input parametrs than those
    appearing in the visual composer (input ports).
    does this mean i have to raise a message to SAP or did
    someone come through this error before ?
    Regards,
    Sami

    Prachi,
    i have made sure both system and client are same.
    please if anyone has access to visual composer and transaction BAPI
    check input ports for BAPI_RE_SR_CREATE in visual composer and in transaction BAPI select the filter all, and then select
    Real estate Management --> Flexible real estate -->
    RESearchRequestREFX --> Create.
    check import parameters are they the same

  • Delays in ECC async background processing

    Hi all,
    Has anyone dealt with delays in ECC async background processing?  On our development system the delays are running in the 3-20 second range.
    I  have a BLS transaction that
    1.  Creates a Time Ticket for operation confirmation
    2.  Does COWBPACK to create handling units for packing
    3.  Does COWBHUWE to do a goods receipt
    I had to put a retry loop in #2 to wait for the Time Ticket to update the yield on the operation
    I also had to put a retry loop in #3 to wait for an application lock to be released (by the time ticket create?)
    Then I had to put a check/retry loop at the end to wait for the delivered qty on the order header to get updated after the goods receipt.
    Is there a way to request synchronous transactions?
    Any insights as to why this is happening and/or a better way to handle the situation would be greatly appreciated.
    --Amy Smith
    --Haworth

    Hi Salvatore,
    A single custom Function Module...  So the delays would be inside the BAPI in the ECC.  This would certainly be more efficient.  I will kick this around with our ABAP consultant.
    Thanks,
    --Amy Smith
    -- Haworth
    Just FYI: After the BAPI_PRODORDCONF_CREATE_TT (create time ticket) we are running custom BDC function modules to do COWBPACK and COWBHUWE   Which are create handling units and goods receipt.  Here is what I believe is happening from the error messages I see.  Handling Units need to wait until the yield is updated.  Goods receipt needs the application lock on the production order.

  • Test Data Gerneration for  BAPI   "BAPI_PO_CREATE1"

    Hi All,
    We need to debug the   BAPI  "BAPI_PO_CREATE1"  in ECC(6.0) , since we need to test data we tried to use the Report
    "FBGENDAT"  and we set the parametes FBGENDAT  to 'X' in the  SU01  also. but we are not able to get the test data in ECC for the  BAPI.
    Can any one know what would be the problem
    Regards
    Channappa Sajjanar

    Hi Channappa,
    Please follow the steps described under the chapter FBGENDAT:
    http://wiki.sdn.sap.com/wiki/display/SRM/Shoppingcarttransfer
    and go through the steps of the note 539978 again.
    Important that you:
    - execute the report FBGENDAT with the parameter A or B, and fill the function name BAPI_PO_CREATE1 into the input field
    - check if indeed you have set the FBGENDAT=X for the RFC user.
    Regards,
    Peter

  • Remote Call of BAPI

    HI Everyone,
    We have a requirement to call a BAPI from a ECC system to a CRM system,
    We can call using Call Function ' BAPI_XXXX' destination 'CRM'
    Importing.....
    Exporting....
    But the problem we have is that, how would we delare the BAPI variables in ECC, when that BAPI and its structures are not present in the ECC system..
    Thanks,
    Vinotha M.

    Hi
    In R3 U need to create in dictionary or to define in an include all structures used to define the BAPI interface in CRM.
    Max

  • Converting BAPI to webservice and generating WSDL

    Hi All
    We are using ECC 6.0 and ECC 5.0.
    We want to Convert BAPI to webservice and generate WSDL but we are not getting an option for to create webservice in BAPI=> Tools(after selecting any one of BAPI)  tcode in ECC 5.0/6.0.
    We have followed the link:http://wiki.open-esb.java.net/Wiki.jsp?page=BAPIWEBSERVICE
    1. Do we need to perform any config change to get the Create webservice option in BAPI=> Tools(after selecting any one of BAPI) ?
    2. What are the ways to Convert BAPI to webservice and generate WSDL ? Please provide us.
    Your help is appricated.
    Thanks
    Ramesh

    go to SE37 to generate web service

Maybe you are looking for