BAPI_CUSTOMER_GETCONTACTLIST

Hi!
I want to display the data of a contact person (VAP3). When I insert <b>BAPI_CUSTOMER_GETCONTACTLIST</b> as a data source for the iView, what should I use as an entry value?
The default input value of the BAPI is the required field <b>MAXROWS</b>. I don't know how to send some search criteria to the BAPI?
Can anybody please help?

Hi Thorsten,
log on to your backendsystem go to transaction SE80 and search for your BAPI.
Check the import and table parameters. There you get the defined data type you can double click on the data type to get deeper into the dictionary there you get more information about the values, which you have to enter.
Or if you have a ABAP developer in your company ask him to explain you the BAPI.
Check also:
Re: Customer Master
Best Regards,
Marcel

Similar Messages

  • Need bapi for vendor contact list

    Hi all
    I need a bapi to get vendor contact list. I already have bapi for getting customer contact list, bapi_customer_getcontactlist.
    Please help in this regard.
    Thanks in Advance
    Rakesh

    Hi,
    same problem here: I need a BAPI that lists all contacts for a vendor. BAPI_VENDOR_GETDETAIL does NOT return the contact list and there is no BAPI_VENDOR_GETCONTACTLIST.
    Any hint?
    Walter

  • Index out of bound array : calling bapi

    Hi,
    I am facing a problem while executing a BAPI using the SAP .net connector. The steps I performed are as follows:
    Created a web project in Visual Studio .net using VB.net
    Added the SAP Connector Proxy to the project
    Dragged a Bapi_Customer_Getcontactlist onto the proxy
    Created a page with a button on it
    In the button_Click event of the web form I wrote the following code
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Dim Maxrows As Integer = 10
            Dim Return0 As BAPIRETURN1
            Dim Contactaddressdata As BAPICONTACT_ADDRESSDATATable
            Dim Customerrange As BAPICUSTOMER_IDRANGETable
            SapProxy11.Bapi_Customer_Getcontactlist(Maxrows, Return0, Contactaddressdata, Customerrange)
        End Sub
    But when I execute the code the method the control goes into the SAPProxy1.vb file in which the code for the method Bapi_Customer_Getcontactlist contains a statement as follows
    Dim results As Object()
            results = SAPInvoke("Bapi_Customer_Getcontactlist", New Object() { _
                                Maxrows, Contactaddressdata, Customerrange})
    When the SAPInvoke method is executed it gives an exception saying “Index was outside the bounds of the array.”
    For any other bapi that I execute it gives the same error. Please someone help me to execute the BAPI and let me know if I have missed out something.
    Regards,
    sridhar

    Thanks a lot for your suggestion.
    I got rid of the error by manually editing the code that the SAPProxy.vb contains in which the SAPInvoke method is called. This method expects the second parameter as the array of input parameters which it writes automatically but when executed the number of parameters is not the same as those in the actual method.
    i.e. The code that is written automatically when I drag the method from the Server explorer contains the BAPI method which internally calls the SAPInvoke method. Now the BAPI that I want to make a call contains the output parameters which you said I need to initialize. But the code excludes this output parameters in the SAPInvoke method. Thats the reason why the index out of bound error was generated.
    Now once I manually changed the code to include the output parameters too in the SAPInvoke method the error is gone but the call thus made does not return any value in the output parameters. Where as when executed from the SAP IDE it returns the values.
    Please let me know whats wrong with it.
    Regards,
    Sridhar

Maybe you are looking for

  • Question on the plastic facia.

    Hi. I have a new spanky macbook. I have been using it for a week and just have a couple of questions. 1. On the 'gubbins' side with all the inputs the plastic is ever so slightly bowed, I can push it in and out 2 mm or so. All the screws are tight et

  • HP continues to ship defective Intel 6 series chipset to customers after recall.

    Something folks should be aware of is that HP has instituted a "fix" that isn't really a fix.  I had a DV7T QE (product number XN093AV) that was ordered in January.  The laptop was affected by the chipset issue and after about a month of checking bac

  • Problem in translation to other language

    I have worked on a web application using JHeadStart Version 10.1.2.0 and JDeveloper 10.1.2.1.0, I have to translate all interfaces to other language (Arabic), So I generated the (ApplicationResources_ar.proberties) by setting the property (Generator

  • Maxl : ASO Filters and users

    Hi, I will like to create a MaxL script that will list all the users/groups and the filters assigned to each of them. I'm planning to use the following commands, but I can't find the command that will help me link the user (or group) to his assigned

  • Certificates and smart cards

    Is it possible to store a certificate on a smart card using Java card technology? All I want to do is write the bytes to the card and read the bytes from it. I don't want anything per sey to execute on the card. Is this possible?