RFC to get the Vendor Master details

Hi Experts,
We have a requirement to create an RFC to get the Vendor Master details (Used for Searching the Suppliers), where the Input criteria : Vendor Name(First Name & Last Name), City, Purchase Organisation and the corresponding output is Address Data, Central Data, Bank Information, Sales Data of Customer. Is there any standard report or function module we can use for this requirement.?
Thanks & Regards
-Asim

Hello,
You may need to write your own RFC with the interface that you want. If all the input parameters are obligatory then you can use the following logic
Select the vendor numbers from table LFA1 based on the name and city.
Us these vendor numbers with the purchase organization from the input parameters and filter them using the table LFM1.
Now the result will be all vendor numbers with the name specified in the city for the specified purchase organization.
That may be multiple vendors so run a loop and inside the call the RFC BAPI_VENDOR_GETDETAIL and pass the vendor numbers to get the other details.
Hope this helps in solving your query.
Regards,
Sachin

Similar Messages

  • Payment transaction details in the Vendor Master

    Hi Experts
    I have My client wants in the Vendor master data not allow access to  the Payment ytransacion details  for the Users ,I am trying to Supress it in the Account group but it is not happening pls help me to know why and any where in the SAP where we can block the Users not access to to the Vendor MAster data The payment Transaction details.
    Thanks

    Hi,
    Use t.code OMSG, under general data - Payment transactions, you can select the required fields as Suppress.
    regards
    Vivek.

  • How to get the Vendor Sub Range details

    Hi
    Can you please let me know, how to get the vendor sub range from SAP tables?
    Thanks
    RK

    Hi,
    For Vendor Sub-Range table, please refer to Table WYT1.
    Regards,
    Nazrin

  • Transaction to have the Report displaying changes done in the Vendor master

    Hi Team,
    We have done some changes in the Vendor master for examle Vendor  currency and Payment terms.
    is there any transaction which will give the Changed list of Vendors with user details ,date and with old 
    and
    New values.
    Regards,
    Adinath Raykar

    xk04
    you have to choose from menu ENVIRONMENT to get a list for many vendors at once
    Edited by: Jürgen L. on May 18, 2009 11:40 AM

  • Vendor master details report

    Dear all,
    We need to download all the vendor master data account groupwise from SAP. Is there any standard report available in SAP?? Like we have MM60 for material master data download.
    Regards,
    Santosh

    Dear Santosh,
    Please finf the path
    Logistic > Mat Management> Purchasing > Master data > Vendor > List display > MKVZ  Purchasing list.
    You will get the list as per your requirement.
    Reward if useful,
    Vivek Maitra

  • *Journal Entries while uploading the vendor master data from legacy system*

    hi SAP Folks,
    can any one of you tell me the journal entries while uploading the vendor master data from legacy system to SAP system.
    Eg: legacy system is having 10000 vendors list, 1 reconciliation account and $ 1000000. while uploading all these data from legacy system to SAP what are the journal entries we get.
    thanks in advance.
    Edited by: ravindranath manikonda on Nov 24, 2008 1:12 PM

    Hi
    you will be having  only one entry logically
    i.e. Opening Bal. clrng A/c Dr.
           To Vendor A/c Cr.
    regards

  • Unable to replicate the Vendor Master Records

    Hi I am using the transaction BBPGETVD to transfer the Vendor Master Records from R/3 ro SRM...but could not able to transfer it as I am getting an error "Organizational unit -
    does not exist; check entries", even through I have created Organisation Structure for Vendor also. I have maintained all the relavent parameters in the Attributes.
    The following attributes I have maintained: System Alias for Accounting Systems, Company Code, Local Currency, Current ITS for an External Partner, Accounting System for Vendor, System Alias for Vendor.
    Can any one tell me is there any other parameters to be maintained or where I am going wrong.
    I am working on SRM5.0.
    Thanks and Regards
    PKM

    Hi
    Please go through these links.
    Re: vendor not intended for a puchasing org
    Re: Vendor replication
    Re: Not able to replicate Vendor from R/3
    Re: What are the steps to me followed to get the vendors from R/3 to SUS
    Re: Vendor replication Error. SAP R/3 to EBP system
    Re: vendor replication
    Re: Vendor replication
    Replication of verdor records
    Regards
    - Atul

  • Report on field Corporate Group (Group key) of the Vendor Master

    Hi,
    We have a vendor with for example 4 different locations. In SAP we have therefore 4 different vendor masters. We want to report not only per seperate vendor master but also we want to report on the vendors corporate level. Now we have populated the field Corporate group (Group key) on all 4 vendor masters.
    Are there any financial reports where you can use the field Corporate group (Group key) from the vendor master to consolidate on?
    If there are other solutions for reporting in this case then please let me know.
    Regards,
    Roel van Loon

    Hi
    I hope it is corporate group under account control tab in VM general data. If you maintain any data here - you can use vendor open line item report (FBl1n) to get the report on open items cleared items for these vendors collectively. You can see this option in dynamic selection in report - vendor master tab.
    Thanks
    Edited by: Praveen Raghavendra on Jan 16, 2009 2:38 PM

  • LEGAL STATUS field in the Vendor Master

    Hi,
    We want to mainatin the following in the Vendor Master:
    LEGAL STATUS: * Individual Partnership Pvt Ltd Ltd./Govt SSI, NON-SSI.
    Which field should we choose for the same?
    Regards,

    Thanks a lot for the help.
    Now please tell me in which table / field the data is getting stored so that I create the Z-report as requested by the User.
    Is there any Standard report thru which I can the view the vendor record based on the Status defined by us.
    Using Vendor Search "Vendor By Class" I am able to see the record.
    Thanks a lot to u again.
    Regards,
    Edited by: PK on Jun 5, 2009 11:36 AM
    Edited by: PK on Jun 5, 2009 11:38 AM

  • Reg:What  are the Vendor Master Views

    HI Gurus What  are the Vendor Master Views?
    regards
    JK

    Hi,
         Normally Vendor Master Data transaction code is XK01(it will be having both accounting and purchasing data and Genaral Data) if you take FK01 only its having only Genaral data and Accounting Data.Let me Know if you want more details?
    Regards,
    Satya

  • Upload the vendor master ( create,chage)

    hi sap gurus
    I want to upload the vendor bank details i.e LFBK table.
    and want to update bank deatails for existing vendors.
    what is the best way to do it.

    Hi Brahmaiah,
    Please see the below code and earlier i was used partial code.
    report ztest_ytt.
    data wa_lfa1 like lfa1.
    data wa_lfb1 like lfb1.
    data wa_lfm1 like lfm1.
    data i_lfbk like FLFBK occurs 0 with header line.
    data : T_XLFAS like  FLFAS occurs 0 with header line,
           T_XLFB5 like  FLFB5 occurs 0 with header line,
           T_XLFZA like  FLFZA occurs 0 with header line,
           T_YLFAS like  FLFAS occurs 0 with header line,
           T_YLFB5 like  FLFB5 occurs 0 with header line,
           T_YLFBK like  FLFBK occurs 0 with header line,
           T_YLFZA like  FLFZA occurs 0 with header line.
    parameters : p_lifnr like lfa1-lifnr obligatory,
                 p_bukrs like lfb1-bukrs obligatory.
    start-of-selection.
      wa_lfa1-lifnr = p_lifnr.
      wa_lfb1-lifnr = p_lifnr.
      wa_lfb1-bukrs = p_bukrs.
      i_lfbk-lifnr = p_lifnr.
      i_lfbk-BANKL = '011000390'.
      i_lfbk-BANKN = '2356865'.
      i_lfbk-banks = 'US'.
      i_lfbk-KOINH = ' Seshu1'. " I am just modifing text here
      i_lfbk-KZ = 'U'. " U means Update,I - Inserting new record
      append i_lfbk.
      CALL FUNCTION 'VENDOR_UPDATE'
           EXPORTING
                I_LFA1  = wa_lfa1
                I_LFB1  = wa_lfb1
                I_LFM1  = wa_lfm1
                I_YLFA1 = wa_lfa1
                I_YLFB1 = wa_lfb1
                I_YLFM1 = wa_lfm1
           TABLES
                T_XLFAS = T_XLFAS
                T_XLFB5 = T_XLFB5
                T_XLFBK = i_lfbk
                T_XLFZA = T_XLFZA
                T_YLFAS = T_YLFAS
                T_YLFB5 = T_YLFB5
                T_YLFBK = T_YLFBK
                T_YLFZA = T_YLFZA.
      commit work.
    Here all tables and export parameters are mandatory ,you should use LFA1 and LFb1 Mandatory.
    i_lfbk-lifnr ,i_lfbk-BANKL, i_lfbk-BANKN, i_lfbk-banks - These are Primary key fields in LFBK Table,so while updating you should use these fields
    otherwise you get same error.
    please pass values to LFB1 ( like vendor number ,Company code)
    Hope you got it and i have tested and it works great
    Thanks
    Seshu

  • How to get the shipping point details nothing but (name , address, etc)

    Hi, i am having the billing document number from that i am fetching the delivery doc number and shipping point.
    how i can get the shipping point details from the shipping point number.in which table i  need to pass this shipping point number(VSTEL)?

    Hi Praveen,
    TVST Shipping point
    KNVS Customer Master Shipping Data
    VTTK Shipment header
    VTTP Shipment item
    VTFA Flow shipping documents
    TVSTZ Organizational Unit: Shipping Points per Plant
    B024 Shipping point
    TVSRO Shipping points: Countries in Which Routes are Defined
    TVSWZ Shipping Points per Plant
    You can get the details from ADRC table. Please note that the TVST table has got a field ADRNR, pls use the same field in identifying the number and goto ADRC table enter the number under the ADDRNUMBER. It will fetch the address details for you.
    For ex from the standard SAP: I have taken std 0001 shipping pt. When I run TVST table for shipping points I get to see that ADRNR field has 297 as the number. I take the same number 297 and goto ADRC table and enter it under ADDRNUMBER and it will give me the address details entered for shipping pt 0001.
                                                              (or)
    All Standard Reports which are available are as under:
    SAP Easy Access: Information Systems -> Logistics -> Sales and distribution ->
    Shipping point -> Deliveries / Returns
    Shipping point Analysis - MC(U
    Shipping point Analysis-Returns - MC-O
    Reward if helpful,
    Regards,
    Harini.S

  • What are the steps to me followed to get the vendors from R/3 to SUS

    I have created a SUS Vendor Organization structure using PPOCV_BBP.
    In BD14 I have replicated a vendor from MM(R/3) system to SUS. But i am not getting the vendor when i go to PPOCV_BBP..
    I think it is showing some error MESSAGE_TYPE_X runtime error..
    One more issue is that when i test the service (SRMSUS) the portal is not opening..
    Can anybody guide me..

    Hi
    1) To check the vendors replicated, you should check PPOSV_BBP or PPOMV_BBP.
    PPOCV_BBP is used to create the root organization.
    2) SLG1 can be used to check errors in replication, if any
    3) For more details on necessary configuration for vendor replication, pl check config guide for 'Plan-Driven Procurement with Supplier Integration' in http://service.sap.com/ibc-srm
    This document is for SRM40. Most of this document is still valid in SRM50 also (except Vendor group concept i.e. PPOMV_BBP etc special txn for vendors is from SRM50) .
    Best regards
    Ramki

  • Can we use idoc technique to change or delete the vendor master data?

    Hi,gurus,
    Can we use idoc technique to change or delete the vendor master data?You know we can create vendor data using idoc CREMAS03 as the receiver adapter,but when change or delete the specified vendor data,must we use RFC adapter technique?
    Another question:I found the bapi which creates a vendor master data doesn't have the parameter account group,then we turned to idoc technique.But which adapter should I use when change or delete the vendor data?
    Thanks in advance.

    Hi,
    >>>I found the field of the segment of deletion flag at different level,and very appreaciate your help.
    yes - LOEVM  - but remember this will not delete the record but only mark it for deletion
    >>>It's a long time to wait for your new blog,what new and interesting things do you find?
    at least 4 new in my head - 2 simple but important and 2 new + I'd also like to write something for XI guys about
    BO data integrator which can also work as EAI tool (BTW I know it's ETL) but how knows when they will appear
    Regards,
    Michal Krawczyk

  • Not able to get the Aduit log details through webservices

    Hi Team,
    I am trying to get the audit log details using according to Michal's PO/PI tips: Audit Logs from a native WS - new feature  but i am getting following result 
    i have used
    key = new MessageKey(msg.getMessageId(), msg.getMessageDirection()); -------------> to generate the message key
    generated value: 02766515-d1fe-11e3-b52d-0000008030fe(OUTBOUND)
    and i have placed that value in the messagekey as shown above but i am not getting any output and it is returned saying fault String please some buddy help me in solving the problem.
    Thanks in advance.
    Regards,
    Avinash.

    If it just for a particular message then another simple solution is to open the message and go to details in pimon.
    http://wiki.scn.sap.com/wiki/display/PIS/AdapterMessageMonitoringVi+service+and+it%27s+methods

Maybe you are looking for

  • Setting content server for storing PPM documents

    Hi Folks, We have followed the steps outlined the PPM config doc for setting up the content server (pages 117). Summary of the steps are shown below. (We are on PPM5.0) Creating a Content Server Entry 1. In Customizing for SAP NetWeaver under Applica

  • What are ASCII characters?

    Part of the WPA set-up says to *"Type a password of 8 to 63 ASCII characters"* am I correctly assuming this means characters like... ~ ! @ # $ % ^ & * ( ) _ + | } { And does that mean I cannot use "letters or numbers" Or am I just nuts and need you t

  • Can't access photos after upgrade to cloud

    I have an iMac 2.5 GHz with 4 GB memory, currently running OS X 10.10.3. I updated photo and went to use the new cloud storage of my photos. The system was updating fine it loaded about 5,100 of the 8,200 photos to the cloud. However now it is not up

  • Multiple Dimension Builds using MAXL

    We currently use ESSCMND to perform multiple dimension builds and data loads. We have been using the "INCBUILDDIM" in Escmnd to update the outline with multiple files without restructuring until the last file. Is there an equivalent command for MAXL

  • Interactive 3D Flip- CPU usage ~50%

    in the "Interactive 3D Video Flip" tutorial  i take the cod and applied   to my stuff I noticed that when the page was rotated the  Flash  player  consume  40-50%  from my CPU , how it's possible?  the animation  it's finish  but the CPU it's 40-50%