Searching for incuity in bapi

hey,
can anyone help me wht is the bapi for incuity product.
because my scenario is soap to rfc where i need to get the data from rfc and send it back to soap.
so i need the bapi for incuity product.
plzzzzzzzz help me out in finding bapi i am very new to sap.
thank u.
Pages: 1    Back to Thread List 
Threads: [ Previous | Next ]

Hi,
Just tell me what is your sender side is it you are calling RFC right...then they might have given you the RFC function module right...Can you be more clear about your question..
Ok let me tell you the difference between RFC and BAPI
Technically speaking, both are remote enabled functions that can be accessed from outside of SAP. But functionally speaking, BAPIs are a little bit more specific than RFCs
RFC: is just a FM that can be called from remote system too(destination defined in transaction SM59).
BAPI: Business Application Programming Interface
A BAPI is a method of a business object defined in the Business Object Repository (BOR). For example, in the BOR, you can find a business object called SalesOrder, which conceptually represents a sales order in the system. A business object typically has several methods that can be used to read, create, modify a particular instance of the business object, or list instances of the business object matching certain selection criteria. These methods are BAPIs.
Technically, a BAPI is implemented using a RFM. But, unlike the non-BAPI RFMs, a BAPI is usually well documented, has nicer parameter names, and is supported by SAP for several SAP software releases. You can browse Business objects and BAPIs in the SAP system using transaction BAPI.
Thanks
Vikranth

Similar Messages

  • BAPI to search for customer

    dear all
    Iam search for a BAPI  to be used in search for particular customer using one of its attribute wich is stored  in kna1 table
    and also search in its details stored in ADRC taple if possible.       
    and also  BAPI for search for  equipment  using one of its attribute like serial number or sold to party .
    thank you

    Hi lamey,
    the function module BAPI_HELPVALUES_GET has exceptionally good documentation.
    Please read it an makle use of the IMPORTING and TABLES parameters to get what you want:
    *"  IMPORTING
    *"     VALUE(OBJTYPE) LIKE  BAPIF4A-OBJTYPE DEFAULT SPACE
    *"     VALUE(OBJNAME) LIKE  BAPIF4A-OBJNAME DEFAULT SPACE
    *"     VALUE(METHOD) LIKE  BAPIF4A-METHOD
    *"     VALUE(PARAMETER) LIKE  BAPIF4A-PARAM
    *"     VALUE(FIELD) LIKE  BAPIF4A-FIELD OPTIONAL
    *"     VALUE(EXPLICIT_SHLP) LIKE  BAPISHLP STRUCTURE  BAPISHLP OPTIONAL
    *"     VALUE(MAX_OF_ROWS) LIKE  BAPIF4A-MAX_ROWS DEFAULT 0
    *"     VALUE(DESCRIPTIONONLY) LIKE  BAPIF4A-DESCRIP DEFAULT SPACE
    *"  EXPORTING
    *"     VALUE(RETURN) LIKE  BAPIRETURN STRUCTURE  BAPIRETURN
    *"  TABLES
    *"      SELECTION_FOR_HELPVALUES STRUCTURE  BAPIF4B OPTIONAL
    *"      HELPVALUES STRUCTURE  BAPIF4C
    *"      VALUES_FOR_FIELD STRUCTURE  BAPIF4D
    *"      DESCRIPTION_FOR_HELPVALUES STRUCTURE  BAPIF4E
    EXPLICIT_SHLP can be used to specify the search help
    SELECTION_FOR_HELPVALUES can be used to specify complex selection criteria.
    Read the genreal documentaion and the parameter documentation, it has many hints for you.
    Let us know if successful, Thank you.
    Regards,
    Clemens

  • Search for  BAPI to access it throw Java pro gramme

    dear all
    Iam search for a BAPI to be used in search for particular customer using one of its attribute wich is stored in kna1 table
    and also search in its details stored in ADRC taple if possible.
    and also BAPI for search for equipment using one of its attribute like serial number or sold to party .
    which i can access it  in my   portal .
    thank you

    Hi Ahmed,
    Have a look at the below link, some example bapi names are mentioned here -
    http://www.sapfans.com/forums/viewtopic.php?p=648307
    Also, there are no. of bapi's uses kna1 or adrc table so, you better search on specific requirement on sdn.com.
    Regards,
    Sen

  • How to search for BAPI or FM for some requirement

    Hi,
    I have one requirement for a standard transaction. i want to search for a BAPI or FM.

    Hi Chandrika,
    go to transaction BAPI and there you can find the Function wise..
    or if you want you can search by alphabet wise.
    Or take the Pakage of the Standard transaction next go to se80-->enter Package and see the Function modules or BAPI's under
    the Package related to That.
    Prabhudas

  • BAPI to search for customer in CRM based on search terms

    Hi,
    Could anyone please tell me if there is a function module in CRM to search for BP's based on search terms. ( Just as we could enter '*' in search terms in transaction BP and get a list of customers ).
    Thanks in advance,
    Sahil

    Hi Sahil,
    You can make use of BAPI_BUPA_SEARCH.
    In the import parameter CENTRALDATA you can pass the
    search terms.
    Ranjit

  • Problem with searching for 'empty' emails with BAPI_BUPA_SEARCH

    Dear ABAP'ers.
    I have got a small problem with BAPI_BUPA_SEARCH.
    I Use this BAPI to search for Business Partners with the Email condition.
    I put rhe Email to lv_email variable, it works ok.
        lv_email = ' '
        CALL FUNCTION 'BAPI_BUPA_SEARCH'
          EXPORTING
            email = lv_email
          TABLES
            searchresult = lt_searchresult   <= returns no BuPas
            return       = ls_bapiret2  .
    But I need to have a possibility to search for such Business Partners who have got no email address. Unfortunatellu when I pass an empty lv_email to BAPI, it returns no Business Partners whilst such BuPas exist in database.
    Is there some possibility to search for those BuPas who have got no email address assigned?
    I will be thankful for help.
    Regards,
    P.

    Can you query ADR6 table where SMTP_ADDR = space.
    and pick the PERSNUMBER or ADDRNUMBER and pick the Patners related to that ..

  • Systems not appearing/Cannot search for systems

    Greetings,
    I have defined two systems that call BAPI's (via RFC) on an instance of SAP that we utilize for testing. Using Visual Composer 7.0, we were able to use the "Find Data" option to search our portal instance for systems, but this feature does not seem to be present in the CE 7.1 version of VC.
    We were initially trying to migrate the Visual Composer iViews that we created from our 7.0 portal to our CE 7.1 portal. We defined these two systems in the portal and assigned the correct permissions and connection strings before performing the migration. The migration wizard in VC asked us to define the new system names, but the dropdown box that is supposed to contain the defined systems was empty.
    My questions are...
    1. Even though we've defined the systems in CE 7.1, why are they not appearing during the migration process as options?
    2. In VC 7.1, the search function does lot list systems as an option. I have tried searching all of Portal Content, but no systems appear in the results. How do I search for systems defined in the portal so that I can define a data source?
    Thanks and I appreciate your help.
    -= Michael

    Hi Michael,
    first of all the connection to an ABAP system via portal system object as you have used it in VC7.0 should also work in VC7.1. Maybe there is an issue with your configuration. There is also another option to setup the connection via RFC connection in the SAP NetWeaver Administrator. Anyway I suggest that you try to establish a connection via RFC, which is described in the [Wiki|https://www.sdn.sap.com/irj/scn/wiki?path=/display/vc71/rfc+destination]. If this connection will work then you should investigate why the connection via system portal system object is not working.
    Please let me know if you have success with the RFC connection.
    Best Regards,
    Marcel

  • Search for BADIS in 4.6c

    I am looking for a BADI to change a PO Item in 4.6c. THe is no user exit that exists that will allow me to change the item data.
    In searching for the BADI, I went to SE18 and looked at all existing definitions and there is nothing that resembles what I am looking for (I know that BADI ME_PROCESS_PO_CUST exists in some version of SAP but I don't see it in 4.6c)
    I also search my BAPI and the transaction for 'exithandler' and do not find that in the code. 
    I am missing anything ?  Does this pretty much tell me that a BADI does not exist to change the PO in 4.6c?
    thanks, BAR

    Hello BAR,
    You are right, there is no user-exit nor a BADI to change any standard fields of the PO. Only user-defined fields may be changed.
    Regards,
    John.

  • Helpdesk - BOR Object for Notification Create BAPI

    Dear All,
    Kindly help in finding the BOR object for the notification creates BAPI 'BAPI_NOTIFICATION_CREATE'. This BAPI is used in the BSP application 'DSWPNOTIFCREATE'.
    But when tried to search from the where used list of this BAPI, which is used as function module, in SE37, no output is displayed. The message is displayed saying this object is not used anywhere.
    When tried to search this BAPI in the BAPI transaction of solution manager, I was unable to locate it.
    So how to find the BOR object for any BAPI. Is there is any BOR object present for the above BAPI in solution manager.
    Thanks & Regards

    Hi Sapna,
    For Creating the Notification, SAP provides 'BAPI_ALM_NOTIF_CREATE'. You can search the object name for the above BAPI in BAPI tode under PM node.
    And you can search in SWODTV table putting the BAPI name in ABAPPROG field.
    You have to call BAPI_ALM_NOTIF_SAVE for saving the Notification and commit.
    Manoj.

  • I have 3 older ext. hard drives that I've utilized many times. Today while searching for old files, one of the three is no longer recognized by my PowerMac.  Any suggestions?

    I have 3 older ext. hard drives that I've utilized many times. Today while searching for old files, one of the three is no longer recognized by my PowerMac. The drive is not listed in Disk Utility.  Any suggestions?

    Is the computer in you equipment line:
    Dual Core Intel Xenon
    (which is not a PowerMac but a Mac Pro) the one you are asking about, or do you have an older PowerMac?
    If a Mac Pro, their forums are here:
    Mac Pro
    and, as Mac Pros have a totally different architecture from the pre-2005 Macs this forum covers, you may not have the same issues that can affect the older models. If someone didn't notice your equipment line, you could get advice that doesn't apply.
    If you really have a pre-2005 PowerMac, read on.
    If the stubborn external is USB and does not have its own power brick (i.e., it gets power only from the computer's UBS ports--"bus powered"), it may not be getting enough power. As electric motors age, they can demand more power than when new, and the power available on any USB port is limited.
    The typical workabouts to making a computer recognize an aging, bus-powered USB drive are:
    Get a powered USB hub (has its own power brick
    Get a "Y" USB cable: 1 Meter USB 2.0 A to 5 Pin Mini B Cable - Auxiliary USB "Y" Power Design for external hard drives.
    The second gets power from two USB ports on the computer and often that's enough.
    Remember that the USB ports on your keyboard seldom provide enough power even for a thumb drive, so be sure to use the USB ports on the back of the computer.

  • While trying to install Creative cloud for my PC all i keep getting is Searching for Server

    Searching for Server    that is all i get when trying to install creative cloud on my pC   and YES i am running Windows 7 and have high speed internet service.  HELP  

    Sweetpea5154 you may be facing a connection error.  Is the computer you are utilizing on a managed network?  If not then please see Sign in, activation, or connection errors | CC, CS6, CS5.5 - http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html for information on how to resolve connection errors.

  • Windows 8 hangs or freezes whenever search for anything

    Rebuild the Index
    Whenever you try to search for something in windows, its indexing which find the things quickly and brings that to you.If indexing is disabled or corrupt computer won't be able to search and will not present the search results.Windows uses the index to perform very fast searches on your computer.
    The index requires almost no maintenance. However, if the index can't find a file that you know exists in an indexed location, you might need to rebuild the index. Rebuilding the index can take several hours, and searches might be incomplete until the index is fully rebuilt.
    Go to Control panel and open Indexing Options.
    Click the Advanced button at the bottom of the Indexing Options window. This displays a new window titled Advanced Options.
    Click the Index Settings tab if it isn’t selected already.
    Click the Rebuild button to delete and rebuild the file index.
    Click OK to confirm.
    For more information on Advance indexing option you can read article on microsoft's website http://windows.microsoft.com/en-in/windows7/change​-advanced-indexing-options
    Step 2 will always fix this issue but just in case its not helpful try the next Step 3.
    3.Check the Registry Value
    Manual Fix 1 
    1. Press Windows Key + R to get the run dialogue box.
    2. Type "regedit.exe" in the box and hit enter.
    3. Using the box on the left, navigate to the following directory:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
    4. We need to change a registry called "Start_SearchFiles" to a value of 2. If you are like me, yours is already 2. We need to reset this so what we are going to do it change it to 0, then back to 2.
    5. Double-click Start_SearchFiles or right-click and select "Modify" to get the edit box. Change the number under "Value data" to 0 then click "Ok".
    6. Repeat step 5, changing the value back to 2.
    7. Restart your computer.
    Manual Fix 2
    Using the above information navigate to the following directory: Read More on http://bookingtohosting.blogspot.com/2015/04/windo​ws-8-hangs-or-freezes-whenever.html

    Hi,
    Regarding current information we can't say that it related to this exe file.
    We need to use Clean boot mode and Safe mode to test the results:
    Please first restart the Windows in Clean boot and see if the issue still persists after reboot:
    How to perform a clean boot
    http://support.microsoft.com/kb/929135
    If the issue doesn’t appear, you can determine which one can be the cause by using dichotomy in MSconfig. Checking on half of Non-Microsoft service and restart, determining which half of the services cause the issue and repeating to check half of the problematic
    half services.
    If the issue still persists in Clean boot mode, please test in Safe mode.
    Let me know the results in Safe mode.
    If we cannot identify this issue in Clean boot and safe mode, please help to collect the boot trace and let's see what cause this issue:
    Windows Performance Toolkit: Simple Boot Logging
    http://www.autoitconsulting.com/site/performance/windows-performance-toolkit-simple-boot-logging/
    You can upload the etl file from this tool for our research.
    Kate Li
    TechNet Community Support

  • Iphone 5s - Calls Breaking Up - Searching for Network

    Hello.
    I recently started using my new Iphone 5s and I have a big problem.
    Every call I get or make, the call suddenly breaks up during the first minute. My network reception bar drops to 1 bar, then says "searching..." briefly, and then it comes back. But the call is already gone. There are no problems when I remake the call. But I get this problem with every single call that I make. I've never had a problem with my Iphone 4 for 2 years, so I don't think it's about my carrier. Anyone else experiencing the same problem? Any suggestions?

    I have the same problem. My phone keeps "Searching..." for network, and if I don't fix it, it can go on like that for days. I tried several solutions, Reset Network Settings, Reset All Settings, hard reset, and finally I restored my iphone to factory settings then re installed ios 8.1.3, which I had trouble doing because my phone took 4 days to finally have a successful restore. I am not sure if this is about updating to ios 8.1.3, but all of this happened to my iphone 5s a few days after updating. Anyway, after my phone had miraculously went thru with the restore, my phone was back to the way it was, but after 2 days, it went back to searching for network again whenever I get to an area with poor signal. I put phone in Airplane mode for about 10-20 mins, then turn off Airplane mode to check if signal is back. If it still  doesnt, I reset network settings, then airplane mode again. I have not yet used reset all settings since my iPhone restore. I tried to google and see if this really is an ios problem or just my case, then I came across your question. The latest fix I did just this morning is I plugged my phone to my wall charger and tried to dial a number and pressing the green call button several times until the signal went back. That was by far the simplest solution I have discovered, but I still can't say if that IS the solution because it was just my first time to do it. I advise you not to restore your phone because in my case, mine took 4 days to until i was able to use my phone again since restoring wasn't working. You don't want to end up with a dead brick phone. With mine,  I just kept trying until it went thru and I don't think I will be doing the restore all over again because of what happened.  I hope this is just a problem with ios update and that apple will soon find a permanent fix to this.

  • My podcast has been accepted by apple and has been working on the itunes store for a few years until recently. If I search for it I can see some of the episodes but no matter which store I am in I am told I can't few the episodes in my current store

    I have a podcast that has been submitted to itunes a few years back that has been working just fine. The person updating it broke it a few months back, I have fixed the error and reformatted it but the podcast still doesn't work. If I go in itunes and choose to open stream and connect to the podcast URL there, then it works just fine, but If I search for it in the itunes store (search: Jubilee Community Church) then a couple of the episodes show up (see The Art of Marriage by Stephen van Rhyn) but if I click on any of them it just tells me that my podcast is not available in the current store. But I submitted it from the UK store and it is not even available on that store. I have send numerous emails to Apple Support but they have been incredibly unhelpful. I hoped it would update overtime and start working again but its been a month and still nothing, I can't get hold of anyone technical from itunes support to reload my podcast or tell me whats wrong, I can't even resubmit my podcast because it's already been submitted and therefore won't allow me too. I've run out of options, any help would be appreciated!

    A 4th gen iPod can not be upgraded to iOS 8. 7.0.2 is the high version it can run.

  • Why isn't my iTunes store loading properly? It lists everything in text without images, and I can't seem to access the store when I try to search for music or movies etc.

    Why isn't my iTunes store loading properly? It lists everything in text without images, and I can't seem to access the store when I try to search for music or movies etc.

    1) The best way to relocate the iTunes library folder is to move the entire iTunes folder with all subfolders to the new path, then press and hold down shift as start iTunes and keep holding until prompted to choose a library, then browse to the relocated folder and open the file iTunes Library.itl inside it.
    If you've done something different then provide some more details about what is where and I should be able to help.
    2) Purchases on the device should automatically transfer to a Purchased on <DeviceName> playlist, but it my depend a bit on whether automatic iCloud downloads are enabled. If there is a cloudy link then the transfer might not happen. You can use File > Devices > Transfer Purchases. In iTunes you should also check out iTunes Store > Quick Links > Purchased > Music > Not on this computer.
    3) Backup the device, then immediately restore it. In some cases you need to add a restore as new device into that equation. Obbviously not to be attempted until you're sure all your media is in your library. See Recover your iTunes library from your iPod or iOS device should it be needed.
    4) I believe there is complimentary 1 incident 90-day support with hardware purchases, but no free software support for iTunes itself. AppleCare gets you a different level of support.
    tt2

Maybe you are looking for