Mass upload of vendors

Hi,
     Is it possible to upload a bulk of vendors into SAP system from either an excel file or a tab delimited text file. If so what is the transaction that need to be called. It would be great if someone could give me a step by step procedure. Also I would like to understand if mass update could be done to the vendor master. I would also like to understand if there is any limit to the number of records that could be uploaded/updated by this method
thanks
Anantharam
Edited by: Anantharam Subramanian on Jul 9, 2009 3:46 AM

Hi
For uploading a bulk of data to SAP you can use the LSMW functionality.
Please use tcode LSMW.
Here are what you can benefits from LSMW:
- record the transaction steps (create vendor for this case)
- maintain the source structure, field mapping
- save the format file for uploading.
- prepare the bulk data with the format
- test-run upload from file
hope it helps.
regards,
rob

Similar Messages

  • Program or Tcode for Mass upload of vendor.

    Hi  Guys,
    I have some vendors whose vendor number is same in R/3 system and SRM system and their BP number will also be the same as SRM vendor number.
    So I would like to replicated some 3 to 4 thousand vendors from SAP R/3 system to SRM system. Is there any program for this.
    if so Please suggest.
    Regards
    Srujan.K
    Edited by: srujan K on Apr 20, 2010 1:58 PM

    You can use BBPGETVD and provide number range as input.
    SG

  • Vendor Master Mass Upload or change T code

    Hi What is the Tcode for Vendor Master Mass Upload or change .
    Thanks
    Lekhram

    You can use T_code XK99 for mass maintainence ( changes) for Vendor mater data.

  • Change the vendor payment condition in mass upload

    hi
    i need to change the vendor payment condition in mass upload
    how to change (mass uplaod)
    plz give your early reply
    K.Raghuram

    Hi,
    Ask your abaper to write one BDC program to chnage payment condition.
    With Regards,
    Jaheer.

  • IProcurement - "mass upload" for non-catalog request

    I want to find a way to do a "mass upload" when creating a non-catalog request.
    Some back ground; I am not A DBA or a software developer; I am an engineering manager. I work for a large company and have responsibilities for creating Purchase Requisitions. I work from vendor quotes that contain many lines items, and always do non-catalog request because I often get special pricing or simply have non-catalog items. There are several fields on the requisition web page that need to be populated and it's quite cumbersome and time consuming to copy and paste 6 different data fields for 50+ line items. Since these are fields on a web page that correlate to some back end database there must be a way to populate them more quickly and easily, with an upload template, or via an API.
    It is very, very difficult to find the proper internal resources to help me address this problem, and when I do find the right people I'm pretty sure I'll be told "it can't be done" I don't believe it can't be done. It may be difficult, it may require some work, it may require some development efforts, but from a purely technical point of view, populating multiple data fields with minimal user input is certainly doable. I want to be armed with solutions when I finally find the right people at my company. So, anybody out there figure this one out already? Once I do I'll be glad to share but hoping it's a know and fixed issue.
    Thanks!!

    You are looking for the requisitions Open Interface.
    Get this PDF from the documentation for release 11* and read chapter 6, it will guide you through the import process.
    *For some reason this document is not available for newer releases (11i, 12), so you would rely on Metalink to look for notes.

  • Urgent help required for  upload of vendors in commpr01

    Hi Experts,
               In the PRODUCT MASTER(commpr01) under the RELATIONSHIP> VENDOR tab>I need to upload the Vendors(Business partner id, description and product id of business partner) from a flat file.
    Is there any BAPI available to load the vendor details..
    Please help its urgent..
    Thanks in advance,
    Sundar

    Hi Sudip,
    1) create custom controller and appropriate context structure there (dataNode(Name,Phone,ID,Address,Check))
    2) create view StartView. Map data node from custom controller to node in view. Create table and bind context node attributes to appropriate table columns.
    3) create view ResultView. Map data node from custom controller to node in view. Create 2 nodes (CheckedData, UncheckedData) with supply methods. Create filtering implementation in supply methods (add checked and unchecked node elements to appropriate nodes).
    4) create new window with resultView as default view
    4) in startView in button action handler put something like
         IWDWindowInfo _windowInfo = wdComponentAPI.getComponentInfo().findInWindows("Popup");
         IWDWindowManager manager = wdComponentAPI.getWindowManager();
         IWDWindow _window = manager.createWindow(_windowInfo, true);
         _window.open();        
    So, just tried localy and it works.
    Best regards, Maksim Rashchynski.

  • *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

  • Error While Uploading the Vendors Data

    Hi Friends,
    iam uploading the vendors information. In the XL-Sheet there are 5 Records are there.the first two records are correct.but iam getting the following message for the frist two records.iam using the call transaction method.
    No memory is available for the CUA interface
    what is the error i am not able to get it.
    some times if i upload the same record with same report, i will get the following message that,
    vendor 1235 has created for the company code 1000
    why it so?

    Hi,
    1) No memory is available for the CUA interface
      Check With basis team
    2) vendor 1235 has created for the company code 1000
        Means vendor 1235 is creatred for this company.
    Regards
    Md.MaahboobKhan

  • Mass upload of BP into CRM

    Hello!
      I peform mass upload of BPs into CRM. I use FM BUPA_CREATE_FROM_DATA to create BP itself and BUPA_ADDRESS_ADD to save BP addresses and call these FMs in the same turn for each BP.
      So, if I do that for 1-2 BPs, it works perfectly. All BP are saved in CRM with there addresses on COMMIT. As soon as the number of uploaded BP increases(between two commits), for example, up to 100, there is an error happens:   E831(AM) in ADDR_MEMORY_SAVE.
      As well as I understood, it happens because of address saving peformed before BP saving on commit. I tried first to save BPs only (with commit) and then their addresses, and it worked on mass upload without any error.
      So, is there any idea about how to upload each BP with his address simultaneously without any error by mass upload?
        Thank you.

    You can upload millions of records using these function modules.Infact I am doing the same.
    Make sure that the data structures,tables which are passed to the Function modules are cleared for each time and FM's should be in the below mentioned order.
    BAPI_BUPA_CREATE_FROM_DATA
    BAPI_BUPA_ADDRESS_ADD
    BAPI_TRANSACTION_COMMIT.
    Thanks,
    Thirumala.

  • Mass upload of Material

    Hi,
        we have to do mass upload of material master  which includes lot of classification / characteristics for a plant. could you please let me know how do we do this and which is the best method? ( BAPI or BDC)
    Thanks
    Arun Vijay D

    Hi,
    Use direct input method using LSMW. The details are as:
    For material master data:
    Object: 0020
    Method: 0000
    Program: RMDATIND
    For material classification
    Object: 0130
    Method: 0002
    Program: RCCLBI03
    Regards
    Amit

  • Email upload in vendor master change

    Hi all,
    I have to do emails upload in vendor master change but when i do through shdb recording i am not able to see the communication screen to enter the values. Can any one of you please guide me step by step.
    Thanks & regards,
    Kumar

    Hi,
    you have to use table BAPICOMREM. Just go to one testing customer and add email address with note to this customer. Then go to SE37 and call BAPI BAPI_ADDRESSORG_GETDETAIL. This BAPI has same structure as BAPI_ADDRESSORG_CHANGE. Hence you will see how you have to fill all structures to change email address and also note.
    Cheers

  • Customer Balance upload vs Vendor balance upload --- URGENT!!!!!!!!!!!!!

    Hi Peers
    I want to know the difference between Customer Balance upload and Vendor balance upload. How do you upload transactional data upload. If any boby have any documnets for this plz fwd it to me. My email id is [email protected] Its very very urgent
    Regards
    Rajaram

    use report RFBIBL00 (look at its documentation)
    A.

  • Uploading of Vendor Cleared items from Legacy

    Hi
    We have a requirement for uploading of vendor/Customer Cleared Items I would like to know if vendor/Customer Cleared Items can be uploaded from the legacy to SAP.
    I have tried my level best and ended up with no ways.
    Can any one suggest if there is a way for doing it.
    Thanks and Best Regards
    Hari Krishnan.K

    Hi,
    Usually open items are uploaded for the cut off date.
    You cannot upload cleared items straight away. what you have to do is that you have to upload vendor balance and transactions. Then you have to clear when you make payments
    So upload the balance on the cut off date
    after that ask the users to do all the transactions in system
    So users will get all these details
    But if you can convince the user with good reasons then that would be better.
    One more option is that you can put these details in text(document texts ) there you can enter anything. also you can load these details in Vendor master 'text' .
    but it will not be available in standard reports
    Assign points if useful
    Sunoj
    Edited by: Sunoj Joseph on Apr 23, 2008 5:19 PM
    Edited by: Sunoj Joseph on Apr 23, 2008 5:26 PM

  • Mass upload of batch chracteristic Values using LSMW

    Hi,
    Is there any way from which I can mass upload the characteristic values of batch class.
    LSMW- Bapi issue full in this case or have to go with recording or BAPI programming?
    Please let me know the process.
    Thanks in advance
    Ravi Kumar

    Hi
    Thanks For the help. I have used LSMW Direct input method.
    I have used the below format in text file
    Class/mat    batch             class                              char                                 Char Value
    023     Bunny 1011010     ZZ_COTTON_CLASS     ZZ_BALE_QUANTITY     164.95
    023     Bunny 1011011     ZZ_COTTON_CLASS     ZZ_BALE_QUANTITY     164.61
    023     Bunny 1011012     ZZ_COTTON_CLASS     ZZ_BALE_QUANTITY     162.71
    Its giving below error,
    Error Changing Classification Data
    Other
    ( CLAP_DDB_UPDATE_CLASSIFICATION: exception    13  )
    023 Bunny 1011010                                      ZZ_COTTON_CLASS
    Error Changing Classification Data
    Other
    ( CLAP_DDB_UPDATE_CLASSIFICATION: exception    13  )
    023 Bunny 1011011                                      ZZ_COTTON_CLASS
    Thanks & Regards
    Ravi Kumar

  • Upload Of Vendor Create Data using LSMW

    Hi,
    I am trying to upload the vendor data for more than 1000 records from flat file structure to sap using LSMW (standard batch/ direct input) for XK01 transaction code. For uploading the house and street address i have created additional fields STR_SUPPL1 and STR_SUPPL2 in addition to STRAS. But in "Maintain Field Mapping and Conversion Rules" I am not able to locate the fields for mapping STR_SUPPL1 and STR_SUPPL2. Can any one please suggest me how to go about it. Thanks in advance.
    Regards,
    Sangram

    Hi
      As per your requirements when you r uploading the data in the  "Maintain Field Mapping and Conversion Rules" it will display your field and some additional fields,and there you have to select for which field you r going to upload the data.
    You have mentioned that you have created some two extra field as STR_SUPPL1 and STR_SUPPL2.Can you plz clarify me where you have declared those fields and how.
    If you have done it in   "Maintain Object Attributes" than it should display in the Field Mapping or you check it with " Maintain Source Fields" part,wheather you have enter all the fields appropriately or not.
    I hope this will help you to solve your problem.
    Thanks
    Mrutyunjaya Tripathy

Maybe you are looking for