BAPI to create customer master record

Hi ,
I was looking for the BAPI to create the customer master record in R/3. we are using the ERP 2005 system .
I did find the BAPI but it will only creat the personal information of the customer .
I was looking for a BAPI that will create the whole record of customer including the company code . sales area record .
Hope someone knows abt this.
I have to use this in a sync interface with siebel system
Thanks
Nikhil

Hi Michal ,
I had a loojk at this BAPi but this will only populate the customer personal data. we will have to make a refe to a existing cust to extract the company code data and the sales area data
Thanks
Nikhil

Similar Messages

  • Details regarding Create customer master record

    Hi,
    Can anyone gv info regarding Creating customer master record.
    I need Existing Bapi's for the same.
    Thanks in advance.
    Purna

    Check out the bapi:BAPI_CUSTOMER_CREATEFROMDATA1.
    To know of how to use it, check its documentation, it is very well documented.
    hi karthik, shaik can not reward points as he did not mark this as a question.
    Regards
    Gopi

  • Automaticaly create customer master record

    Hi, can you create customer master record from employee data (HR) like you do with RPRAPA00 for vendors?
    Thanks

    Hello Madhu, can you elaborate your affirmation? I can only find references for vendors in that program and I need CUSTOMER master data creation. The documentation you mention does not clarify this or any identical functionality for customers!
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/b6/cd981949e911d189060000e8322f96/frameset.htm
    Thanks again.
    Sérgio.

  • Create customer master record with reference to existing division

    how to create customer master record with reference to existing division?

    what type of reports sd consultant configure in implementation project?and in supporting project?

  • Send SMS while creating Customer Master Record using XD01?

    Hi Experts,
    We have a requirement that " Send SMS from XD01 (customer Master)".  Send SMS to customer's mobile after successfully creating customer master  record by pressing SAVE button in XD01 tcode.
    Successfully, sending SMS through the ABAP program.
    How to send SMS from XD01 tcode? I tried using USER-EXIT "SAPMF02D", but it is not sending and giving error message. If I send through the program, it is sending and working fine.
    Whether I have to use Work Flows or any other solutions?
    Please help me out.
    thanks in advance.
    Regards
    Saray.

    Hi,
    Can you please paste your code here?
    Also check BADI CUSTOMER_ADD_DATA in se18.
    Regards,
    Amit

  • Internal number not showing while creating customer master record

    Dear All.
    After creation of account group and doing patner determination procedure, while creating customer master record it is showing all the 4 functions of partner in partner function tab page but the internal number is  not displaying. I have set number range internally.
    Thanks..
    CG Balaji

    > Dear All.
    >
    > After creation of account group and doing patner
    > determination procedure, while creating customer
    > master record it is showing all the 4 functions of
    > partner in partner function tab page but the internal
    > number is  not displaying. I have set number range
    > internally.
    >
    > Thanks..
    >
    > CG Balaji
    Hi,
    In your partner determination procedure for Customer master, apart from assigning a Pratner proc to your A/c grp, you also need to maintain the combination of your a/c group with the partner functions that you have in your procedure.
    On the left side panel, you have a link (i think 5th) saying Account group - Function assignment. In this, maintian the partner functions that you want to your a/c grp.
    This will allow taking INTERNAL numbers during customer creation.
    Thanks and reward points if useful

  • BAPI function create Customer master(T-code XD01)??

    Hi All,
    i want to create BDC program using BAPI function create Customer master(upload  customer master),but i do not know which BAPI function for create Customer master.
    Does anyone know,please tell me which BAPI function i can use?
    Thanks.
    Van Dung

    Hi Amit Gujargoud,
    I can use LSMW  upload the data from legacy system to sap system., but my manager he did not want to use LSMW.He wants to use BAPI function for upload customer master.
    I saw this BAPI function create customer master : BAPI_CUSTOMER_CREATEFROMDATA1,
    BAPI_CUSTOMER_CREATEFROMDATA,
    it is not enough field for input data.
    example : if i want input : customer code,company code, Sales organiration,Distribution channel,Division.
    So This BAPI function have not paramaters input this field.
    Thanks for your answer
    Van Dung.

  • Bapi to  create customer Master

    Dear all,
    As far i know there is no standard bapi to create a customer.  There i s standard fm used her is SD_CUSTOMER_MAINTAIN_ALL. I tried to create customer master using this and making the function module as remote enabled. i tried to created a  zbapi and use this fm inside of this. Please tell me if any idea on this.If any body knows   please help me in this.
    Regards,
    Madhu.

    Dear Alain
    Once again thanks for your reply. I passed customer no to extract data of a customer . But it is not extracting any data .
    I am thinking to fill all the fields of the table by seeing hoe it is extracting the data . can you give me some idea on this .
    DATA: ls_i_main   TYPE cmds_ei_main,
            ls_e_main   TYPE cmds_ei_main,
            lt_custs    TYPE cmds_ei_extern_t,
            ls_cust     TYPE cmds_ei_extern,
            ls_head     TYPE cmds_ei_header,
            ls_instance TYPE cmds_ei_instance.
      CONSTANTS: lc_obj_task TYPE cmd_ei_object_task VALUE 'M'.
      ls_instance-kunnr = '0000100001'.
      ls_head-object_instance = ls_instance.
      ls_head-object_task = lc_obj_task.
      ls_cust-header = ls_head.
      APPEND ls_cust TO lt_custs.
      ls_e_main-customers = lt_custs.
      CALL METHOD cmd_ei_api_extract=>get_data
        EXPORTING
          is_master_data = ls_e_main
        IMPORTING
          es_master_data = ls_i_main.
          "es_error       = pe_error.
    Regards,
    madhu.
    Edited by: madhurao123 on Mar 31, 2010 1:17 PM

  • Create customer master record with reference

    Hello guys,
    I'm trying to create a customer master record with reference using XD01 (existing in the referent company code only) but no data are copied at the general level of the customer (not only the address data but also these contained in KNA1). Is there something I can do in order to get the referent data?
    Thanks

    Only data that does not refer directly to the customer/vendor is copied from the reference account to the new account, that is,no address information, and so on.

  • Creating Customer Master records(ship to accounts)

    Hi Gurus,
    i am very munch new to abap plz help me to solve my issue..
    my req. is to create a load program to create ship to accounts,information is being provided in an EXCEL spreadsheet which will include the following fields.  Also listed below contains information that have default values. i have to use XD01.
    Customer Create Initial Screen
    Field Description     Excel Spreadsheet Column     Default Value
    Account Group                                                      0002
    Customer  (Ship To)     C     
    Sales Organization                                                       BMX
    Distribution Channel                                                       60
    Division                                                                        00
    Address Tab
    Field Description     Spreadsheet Column     Default Value
    Name                             D     
    Name 2                             E     
    Search Term 1              F     
    Street 2                            G     
    Street 3                            H     
    Street                               I     
    Postal                            J     
    City                                    K     
    Country                             L     
    Region                            M     
    Transportation Zone     N     
    Control Data Tab
    Field Description     Spreadsheet Column     Default Value
    Industry                                   O     
    Shipping Tab
    Field Description     Spreadsheet Column     Default Value
    Order Combination                                          Leave blank
    Shipping Conditions                                           Should be 01
    Plant                                     P     
    Billing Document Tab
    Field Description     Spreadsheet Column     Default Value
    Rebates                                                            Should be marked
    Price Determination                                            Should be marked
    Incoterms                                                                    PPD
    Terms Of Payment             Q     
    Tax Classification           1
    THANKS AND REGARDS,
    SAP8752ABAP.

    Hi,
    you can check on the LSMW being used for customer master creation, the fields what you had mentioned are normal fields and will be available in the standard batch / direct input under the object 0050 & program name RFBIDE00.
    just map the excel fields with the fields indicated in the LSMW.
    for step by step procedure on using LSMW, check below
    http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc
    in this example on page 3 Batch input recording is used, you can use Standard Batch / direct input with the parameters i had given earlier.
    Thanks & Regards
    Ilango

  • BAPI to create Material master record

    Hi All,
    I need to create a new material master record using a reference Mterial number. Please let me know, if there is any BAPI to achieve this.

    Hi,
    Check these links .You will get your answer in detail.
    Re: How to use BAPI BAPI_MATERIAL_SAVEDATA
    Re: Mass creation of Material Master Records
    Hope it will help you.
    Regards:
    Alok

  • Create customer master in Web dynpro abap

    Hi Gurus,
    i'm new to web dynpro abap...
    My requirements is given below... which is the standard BAPI for create customer master data... then how to call workflow in web dynpro application without using portal server (uwl)... please reply as soon as possible
    1) Create customer master
    2) Change Customer master
    3) Display customer master
    4) When the customer master record is created it should trigger a workflow to another user for approval. Once approved, the customer master should be created in the system
    5)The customer master record creation should be through a bapi call.
    6) When the system master record is being created, duplication check should be performed for name, city, postal code,email I'd etc.
    Regards
    vijay.

    Dear Vijay,
    HAVE YOU GOT THE SOLUTION FOR THE ABOVE REQUIREMENT.. i TOO HAVE GOT THE SAME REQUIREMENT AND I CAME ACROSS YOUR THREAD.
    Please do reply with your answer.
    Regards,
    Sujit K karn

  • Account Group and partner functions in customer master records

    Hi Gurus,
    I need your help to confirm the following understand if correct:
    1. To create customer master record for partner function Ship-To, need to create a customer master record using the uniquely assigned account group for Ship-To , that is, 0002 . In this ship-to master record, define in its partner function tab, the other partner functions related to it. 
    2. To create the above, it cannot be achieved by just assigning the partner functions in the partner function tab of SOLD-To customer master record , created using account group 0001.
    Question:
    1. How does the system know or allow what codes a user can select (f4) or enter manually when defining in customer master record's partner function tab, the partner functions and their respective codes?
    How is this controlled? Is it by user authorization? or will user / sales administrator be able to select any codes tied to a partner function?
    2. Lets say there are 2 partner functions : Sales employee VE and 9E called Sales Representative. Both of these partner functions are of Partner Type PE.
    When defining in customer master record's partner function tab, how does the system know what codes is selectable for the administrator for each of these partner functions?
    best regards
    M Russo

    hi russo,
    this is to inform you that,
    1. yes you are right.
    2. you need to follow the steps as you said.
    Question:
    1. that you can find in the search basing on account group for partners.  that assignment we should know russo which SH to be assigned to which SP.  no need to have authorization for that, make a note of the list of SH and SP to be assigned that's all.
    yes, he will able to select any SH from the list but make sure that we assign the correct SH to the list of SP.
    2. that you will be defining it in Partner Determination Procedures.  at the time of CMR creation you have to select the correct code that will get populated in sales order.
    hope this clears your issue.
    balajia

  • Dump while creating customer master data

    Hi,
    I am trying to create customer master record using XD01.  I am getting express document error:
    "Acct group Sold-to party uses ext. no. assignment. Specify an account number"
    I have maintained the external number range from 000000... to ZZZZZZ.... and have also maintained account group.
    Below are the error details:                                                                               
    "MESSAGE_TYPE_X" " "                                                                               
    "SAPLSZA0" or "LSZA0U47"                                                                     
        "ADDR_SAVE_INTERN"     
    Source Code Extract                                                                               
    Line
    SourceCde                                                                               
    523
           call function 'TR_WRITE_LOG'                                                         
      524
             exporting                                                                               
    525
               iv_log_type             = 'FILE'                                                 
      526
              iv_logname_file         = lv_logfile                                              
      527
          IV_LOGNAME_DB           =                                                          
      528
           iv_logname_memory       = lv_protfile                                             
      529
               iv_append_mode          = prot_append_mode                                       
      530
               iv_condense             = ' '                                                    
      531
             tables                                                                               
    532
               it_msgs                 = msg_tab                                                
      533
             exceptions                                                                               
    534
               invalid_input           = 1                                                      
      535
               file_access_error       = 2                                                      
      536
               db_access_error         = 3                                                      
      537
               others                  = 4                                                      
      538
    539
           if sy-subrc <> 0.                                                                    
      540
             message id sy-msgid type sy-msgty number sy-msgno                                  
      541
                     with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.                                  
      542
           endif.                                                                               
    543
                                                                                    544
                                                                                    545
           message x842 with '&1' raising database_error.                                       
      546
                                                                                    547
         endif.                                                                               
    548
    Ende Fangschaltung -
      549
    *xxxi-                                                                               
    550
       END-OF-DEFINITION.                                                                       
      551
                                                                                    552
                                                                                    >>>>>
       write_to_db  adrc   .                                                                    
      554
    WRITE_TO_DB  ADRCT  .                                     "*912d                         
      555
       DELETE adrct FROM TABLE adrct_d.                          "*912i                         
      556
       IF sy-subrc <> 0.                                         "*912i                         
      557
         MESSAGE a840 WITH 'ADRCT' RAISING database_error.       "*912i                         
      558
       ENDIF.                                                    "*912i                         
      559
       UPDATE adrct FROM TABLE adrct_u.                          "*912i                         
      560
       IF sy-subrc <> 0.                                         "*912i                         
      561
         MESSAGE a841 WITH 'ADRCT' RAISING database_error.       "*912i                         
      562
       ENDIF.                                                    "*912i                         
      563
       MODIFY adrct FROM TABLE adrct_i.                          "*912i                         
      564
       IF sy-subrc <> 0.                                         "*912i                         
      565
         MESSAGE a842 WITH 'ADRCT' RAISING database_error.       "*912i                         
      566
       ENDIF.                                                    "*912i                         
      567
       write_to_db  adrp   .                                                                    
      568
       write_to_db  adcp   .                                                                    
      569
       write_to_db  adrt   .                                                                    
      570
       write_to_db  adr2   .                                                                    
      571
       write_to_db  adr3   .                                                                    
      572
       write_to_db  adr4   .                                                                    
    I will reward all the helpful answers.
    Thanks,
    Mohit.

    Hi Farhan,
    All the info you need is available in note 956054. This contains info on the customizing settings, etc.
    The role that you need to maintain is also a part of the customizing setup that is covered within the note.
    Hope this helps you.
    Cheers,
    Rishu.

  • Customer Master Record :Sales area INSO IN IN is not defined for customer

    Hi Experts
    I got error , when creating Customer Master Record .The error message likes below
    "Sales area INSO IN IN is not defined for customers" .I maintained all the settings .But why i am getting again and again the same error .Even i checkd in TVTA table in SM30 but is shows clear data , please tell me where i made mistake .
    I traid so many times maintain with new configuration ,but still field .Please what i have to done to over coome this issue .
    Your Suggestions needful to me .. Please
    Issue Details :
    Message no. F2644
    Diagnosis
    The sales area specified has either not been defined (i.e. there is no entry in table TVTA) or it refers to another sales area for customers (customer division/customer distribution channel in the TVTA detail screen). This means that the customer master data of the sales area entered correspond to the data in the reference sales area and customer master data only needs to be maintained for this reference sales area.
    Procedure
    You can display the relevant and therefore valid sales areas for customers by selecting "Extras" -> "Sales areas" -> "All areas".
    Regards
    Rajesh .P

    Maintain relevant entries in t.code VOR1 and VOR2 and then try again. Here assign the distribution channels and divisions to reference distribution channel and division.

Maybe you are looking for

  • Can I view a list of tasks that my computer has been up to?

    The facts: My computer: 15" i7 MacBook Pro, 500 GB HD, 4 GB RAM, OSX 10.6.6 Problem: I recently had an external hard drive "fail" overnight (WD Elements 2 TB, USB 2.0.) The hard drive had approximately 1.5 TB of my files on it. It was formatted to Ma

  • How to create a standard report that allows filtering?

    Hi Guys and Gals, Sometimes, the standard report is great because it gives the user the feeling of a grid. i.e. All of the values are editable on one page, kind of like a spreadsheet. That is sometimes very useful. But if there is a lot of data, a fi

  • Captivate 5.5 Review message no longer wraps in Review area caption box

    Has anyone else experienced this issue? I logged it as a bug when someone else in my company reported the same issue to me. I searched for it on the Internet and didn't get any hits. We tested to see if it was just for converted projects from 4 to 5.

  • T22 Dvi output via docking port

    Can anyone please help. I have a T22 laptop with a docking port/ port replicator. The docking port has a dvi output port. Can I connect this to a large screen monitor? Does the T22 support dvi output? I dont want to spend out on a cable if it will no

  • Calculated member roll up

    I am working on an MDX query that is giving me some trouble. The business requirements are to identify a target value of a measure. The target is determined as the minimum value for the measure within the last 6 months. I've accomplished identifying