Adding new Customer data KNA1

Hi,
I'm looking for a function or a Bapi that let you add new Customer data. And I have to specify the new customer number being used ( comes from an import file )
The tables that seem to be getting populated are
TABLES: KNA1,
        *KNA1,
        KNVP,
        KNVV,
        KNVK,
        T151T,
        T077X,
        ZPAFDFLT.
TABLES  KNB1.
The important bit is also specifying the customer number I want to use and not having SAP give me the number.
Thanks

Hi Sims,
I see that you marked the post as answered, but there was an open ended question in your latest post. Did you find an answer or you still need help?
Standard SAP's account group for prospect customer is 0005. This is what you should see in your KNA1 record for all the prospective customers. If not, then you must be a using a custom account group. In config, this account group must have been configured to allow external numbering. Here is the path in config for verifying that(tcode SPRO).
Implementation Guide for R/3 Customizing (IMG)
-->Financial Accounting
   -->Accounts Receivable and Accounts Payable
      -->Customer Accounts
         -->Master Records
            -->Preparations for Creating Customer Master Records
               -->Create Number Ranges for Customer Accounts
               -->Assign Number Ranges to Customer Account Groups
Next thing is to load them into your system automatically. How are prospective customers registered? Do you get a file or do prospective customers register online? If they are registered online, then you need some kind of connectivity with SAP(so what is it) and a suitable RFC or BAPI. Right now, I don't see any standard BAPI or RFC that will enable you to create customers with external numbering. So you may have to use IDOC functions or a custom RFC function for the purpose.
If you are getting this information on a file, then you can use LSMW to load the customers. Please let me know your scenario so that we can come up with a solution.
Srinivas

Similar Messages

  • Adding New Customer Address to an Existing one

    Adding New Customer Address to an Existing one
    Hi
    We have a lot customers set up in Oracle and they only have a
    ship to address and now we would like to add the bill to address
    to these customers. Since there are a lot of customers I was
    wondering is there is an open interface we can use to that.
    Thank you
    alpha

    Hi Chandu,
    1.In Infospoke -> General tab -> DataSouce(here infobject - 0BPARTNER).
    2.  Destination tab -> choose radio button(DB Table or Flat file).
    3. Goto tab infoobjects -> select required fields you want to send from left to right.
    4. Give the selection accordingly(here i think PATRNER). But it should be available in your datasouce(Infoobject-0BPARTNER), if you want to give selection on this. I didnt understad what you mean of <b>"hide"</b> in your previous reply. If this is not available in your infoobject(OBPARTNER), How CAN YOU GIVE SELECTION ON THIS attribute...?
    5. Try to add this field in Infoobject(0BPARTNER) and populate.
    6. Trnasformation tab.
       Here you can see Source Structure, Target Structure and Addin implementation.
    Source Structure - system will generate according to the field you selected in InfoObjects tab(You cant change it).
    Target Structure - You can define your own structure if you want or you can modify the generated structure. By default system generates Target Structure same as Source structure(if you want to add any more fields you can add here, but you have to populate those fields with your own coding in BAdi), Which is Addin implementation.
    Srini
    Message was edited by: Srini

  • Adding new custom fields in SAP transaction?

    Hi,
    System - ECC 6.0
    I need to add some new custom fields in Contract Object(PSOBWORK). Can any one tell me what are the ways I can do this, and what is the best way to add custom fields in SAP transaction?
    I highly appreciate your help on this.
    Thanks.
    Rajesh

    Hi,
    Find the link below  which has step by step process of adding custom fields:
    goto site saptechnical-tutorials-ExitsBADIs-EEWB
    Hope this would be helpfull.
    Regards,
    Sharath

  • Adding new custom fields in t code - MIR7

    Dear Experts ,
    I have the following requirement .
    In MIR7 t code under the tab - basic data - i have to add new custom fields like
    Billing document no and billing doc item along with multiple selection option .
    i have found the  BADI - BADI_FDCB_SUBBAS04  . i dont know how to get the custom fields in that .
    Regards
    Prabhu

    I have designed a MODAL SCREEN which contains a table control for multiple entries for  Billing document nos .
    I want to design a PUSHBUTTON on the MIR7 screen and then once i will press the pushbutton the MODAL screen should get called from that .
    When the MODAL screen will be called in the back end the MIR7 screen should also be present in the
    back end .
    If any queries on understanding the requirement then please revert .
    If any body has any idea on this then please suggest .
    Regards
    Prabhu

  • Adding new custom fields in FB01

    Hello all.
    I am having a requirment as i need to add the custome fields in Fb01 transaction at item level.
    I have added the custome fields in Bseg table, now i wan to display this fields in the Fb01 screen.
    Is thios possible to do so.

    First, I hope you are using the ECC 6.0 since this is a new functionality (or ECC 5.0????). Second, tell us the steps you have followed.
    Fernando.

  • Where to define new custom data type ?

    Hi,
    In the past (TS 3.5) I've created our own custom type palette file which has been used
    to store new data types and then passed the file to other colleagues. The file would be
    stored in the ......\Program Files\.......\User area.
    My question has arose because we are now using TS 4.1/4.2 which no longer has separate
    NI and User directories in \Program Files.
    Because I now want to edit an existing custom data type, I find that our custom type palette has
    fallen by the way side, forgot about.
    Even though I can see the custom data type definitions within sequence files that employ
    the custom data types, which means I can modify them locally, I intend to return to
    a custom type palette, i.e. global definition.
    What is the relationship between data definitions in a custom type palette and the custom data
    type definitions within a sequence file ?
    When does a palette file update a sequence file ?, which takes control in the event of conflicts ?,
    is a palette file actually necessary if separate sequence files using the same custom data type
    can update each other ? What is good practice when defining custom data types ?
    thanks,
    Gary.
    Solved!
    Go to Solution.

    Hey guys, 
    This is an very interesting thread, and I whole heartedly agree with the advice given so far. I simply wanted to offer some additional advice on type conflicts - which with further answer the initial question regarding which type definition takes precedence in the event of a conflict. 
    It is important to note that TestStand uses type Names and version numbers to identify the different types. It is also important to note that when you use a customer type definition within a sequence, the sequence file (.seq) which houses the sequence will retain a copy of the type definition. This makes distributing sequence files much easier. However, it also opens the door to potential type conflicts. 
    TestStand only allows one uniquely named type to be loaded into memory at any given time, so it uses the versions number of the type to attempt to automatically resolve these conflicts. For example, TestStand can be setup to load whichever type has the highest version number (note that this can be changed via the Preferences tab of the Station Options dialog box). 
    All of this information and more can be found in the following tutorials...
    TestStand Type Versioning and Conflicts
    How Do I Make a Custom Step Type?
    Thanks for your time. I hope this has been useful!
    Message Edited by RER on 02-05-2010 07:58 AM
    Rich R
    Applications Engineer
    National Instruments UK & Ireland

  • LSMW - Upload customer data (KNA1)

    Hi,
    I'm trying to upload customer data from a legacy system using buisness object KNA1 and method CREATEFROMDATA1 (BAPI). At first I discovered that to be able to use business object KNA1 I had to generate an ALE interface in transaction BDBG.
    My problem is that when I try to "Maintain Structure Relations" I get following error message:
    No target structures could be found
    Message no. /SAPDMC/LSMW_OBJ_030001
    Shouldn't it be possible to do it this way?
    I prefer to use the BAPI method compare to Batch input for following reasons:
    - Better performance
    - I don't have to think of screen sequences. For example can different account groups mean different screens.
    Thanks for help,
    Hans

    Hans, did you ever come back to this problem and see if you could come up with a solution?
    I am facing a similar problem while trying to upload Business Partners into our CRM system. Unfortunately for me, the batch input recording option is not viable, as that takes too long (~95 days to load our data, and can't be run in background). I have been told that I should look to use a BAPI, but am getting errors when trying to specify the field mapping.
    Cheers,
    Andrew

  • Adding new custom fields in SAP transaction - PSOBWORK?

    Hi,
    System - ECC 6.0
    I need to add some new custom fields in Contract Object(PSOBWORK). Can any one tell me what are the ways I can do this, and what is the best way to add custom fields in SAP transaction?
    I highly appreciate your help on this.
    Thanks.
    Rajesh

    Hi ,
            There are options like screen-exits ,badis
    the best option would be to find screen exits for the transaction and you code ur logic in the exit and create the screen with your requirement .

  • Adding New Employee Data

    Hi,
    I need to add a new Employee data, which transaction allow me to do that?
    By the way, I have create a web service out BAPI_PERSDATA_CREATE, when i try to use the web service to create a employee data, it keep giving me Deserialisation failed error. How to solve this?
    Regards,
    Rayden

    Look at  the following OSS notes
    -Note 892944 - Deserialisation failed
    -Note 830340 - SOAP request - Deserialisation failed
    -Note 1118825 - Providing the payload with synchronous Web services
    Good luck !
    Thanks,
    Saquib

  • Adding new custom field in already existing custom tab for MM01

    Hello Guru,
    I have a requirement that add a custom field in already existing custom view of MM01. I did the following steps :
    1. I have cerated a new field in MARA using APPEND structure.
    2. I have found the function group(Y_FE_MARA) that already there other subscreens, so that I have added another subscreen in that function group and created a field from MARA in the screen.
    3. in SPRO went for the path Logistics General->Material Master->Configuring the Material->Define Structure of Data screens for Each Screen sequence
    In the 3rd step, I have choosen already existing screen sequence(Y1) and went for Data Screens and choosen for Custom tab and double click on subscreens and then I have added the program as SAPLY_FE_MARA and subscreen number(011) and saved it.
    After all the above steps, I have run MM02/MM03 then the field is not getting displayed in the screen of custom view.
    Did I miss any steps here? Please suggest me if I did something wrong.
    Thanks and Regards,
    Muralikrishna Peravali

    Hi Raymond,
    Thank you for the reply. As per the note some one already implemented the Screen Enhancement with 2 custom views. I need to add the field in any one of existing custom view. So for this I have created a Subscreen in copied function group of MGD1(Y_FE_MARA). But in the function group already 10 Subscreens were created. Is this is the problem? or else copy the FG MGD1 into another FG and create the subscreen will be feasible to my scenario?
    Please suggest me.
    Thanks and Regards,
    Muralikrishna Peravali

  • Can we add a new custom data type to SIM(7.0)????

    hi can anybody tell me if we could add a custom new data type to SIM or not .If yes then how

    Yes. If you create your own custom java class and then place it in the "idm deployment directory"/WEB-INF/lib folder. You can then use the data type using <new class='your classpath'> and passing in the appropriate parameters.

  • Adding new custom functionality on BBPAT05 transaction

    Hi all,
    I have searched the forum to figure out an answer, but since i could not find it, iam posting my query:
    We are on SRM 5.0.
    Our requirement is to add a new search functionality for one of user's custom org attribute 'Default Approver' in the BBPAT05 (Change my Settings) transaction.
    We need to add an input box, where the user can enter a pattern search word, and a search button. Upon clicking this he should get the list of users, from which he can pick and save it as his default approver. It gets saved in his org attributes.
    Currently, he only gets a list of users in  a drop down box in the Attributes screen from which he can pick, he cannot search for a user though.
    I figured out that none of the CUF BADI's get triggered from this transaction. So does it mean that we cannot add custom fields/screen on this transaction?
    Thanks a lot.
    Ramya,

    Hi,
    Find the link below  which has step by step process of adding custom fields:
    goto site saptechnical-tutorials-ExitsBADIs-EEWB
    Hope this would be helpfull.
    Regards,
    Sharath

  • FI-AR-CR: Adding new custom field to FD32

    Hi,
    We need to add a custom field to FD31/FD32/FD33 transaction that is going to be feed by another develpment that we have.
    I searched in customizing but no luck. I found some info that i need to do one (or both) steps:
    1) Add a screen field to the  standard SAP program (namely SAPMF02C and screen 0210);
    2) Enhance an user exit, for instance FI_DUZI_ROUND_CML (Rounding in Accordance with Contract Conditions)
    Do you guys have any other idea ?
    The first option needs that the standard veiw to be changed so we are trying to found different options...
    Best Regards,
    Bruno Sousa

    Hi Christian,
    So your client made an enhancement to KNKK table.
    Does the field appeared automatically in FD32 transaction (for instance) or did you needed to do any other enhancement, like changing the view for instance ?
    I have an specific KPI to put in the view status and so, since i don't have any other standard field that i can use, i need to add a specific one....
    Thanks in advance.
    Best Regards,
    Bruno Sousa

  • Adding new customized column in the Bex Report

    Hi Experts,
    I have an existing column (say A ) in Bex and I want to add one more column (say B) based on the values that I have in column A.
    For e.g.,
    A          B  
    5          5   (=A1)
    8          3   (=A2 - A1)
    15        7   (=A3 - A2)
    I am able to create a new column B and bring the values based on above formula to get the expected results. Though the results are correct and also I saved the report as workbook, when I try to refresh the query again and open the workbook, the new column 'B' is getting disappeared.
    Could someone please help me on this?
    Thanks in advance for your help.
    Bregards,
    Krish

    Hi Pavel
    I'm hitch-hiking on this thread.
    Can you please explain what do you mean by "the grid becomes static" when you use "Convert to Formula"?
    I'm studying Excel integration in the BEx Analyser and it seems to me that when you select Convert to Formula and save the query, then you load new records into the Cube, when you open the query again it's no longer refreshed (even if you select "Refresh Workbook on Open". Is it what you mean?
    I'd appreciate more detailed explanation. I'd appreciate too this documentation about BExGetData.
    Thanks
    César Menezes

  • Adding New Custom field in KE30 Report

    Hi Friends,
    I have the requirement to Add new custon field in the KE30 report .
    Is this Possible ?
    Can anyone Tel me how to go about it .?
    Thanks in advance.

    Hi ,
    Please check the below link for KE30 -- COPA reallignment.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50482a0c-4033-2c10-3fb5-9f8c25360adf

Maybe you are looking for

  • Video plugins are causing OSX 10.6.8 to crash and freeze

    I am having a problem, which is occuring in each of my browsers (Firefox, Chrome, and Safari). Pretty much, every time I am viewing a page with a video plugin (i.e. youtube, metacafé, vimeo, etc.), my entire system inevitably locks up/crashes. The cu

  • Application Builder problem on one server but not another

    I am having an Application Builder problem. When I get into App Express and go inside the builder and try to edit a listed application, I get an "http 404 the page cannot be found. The page might have had its name changed or is temporarily unavailabl

  • Magic Trackpad - incorrect Trackpad preference pane?

    Hey folks, Just bought a pretty magic trackpad for my late 2009 i7 iMac (10.6.4). Looks nice, but when I set it up, Software Update didn't see any update for my iMac. So I downloaded it directly from Apple and that seemingly went fine, but the Trackp

  • Footer information not repeating under for-each

    Hello, I am trying to customize Loan Statement to show the first as summary and the rest for the details for each loan. I need to print Payment information and Bar Code at detail level for each loan. In order to control the position of the bar code,

  • VWLC clients getting DHCP address from management VLAN

    Hi, We have a strange scenario whereby some wireless employees are obtaining addresses from the management VLAN. Some details: DHCP managed by MS DHCP 2008 R2 (in remote data centre) Cisco vWLC AIR-CTVM-K9 running v7.6.110.0 AP's are a mix of 2602 an