Create in Mass, new customers

Hi friends.
I need to create news Customers  for new company code,It's possible to create in mass data "Company code Data" through of other company code?
Tks,
Roberto

If all the customers exist in another company code in the same client use transaction use transaction FD15, you have to specify the target company code, for example if you are looking to transfer the customers from 1000 to 1001 specify this at this tab,
Regards
Satish

Similar Messages

  • Change Person template applied to new customers created via incoming email

    Hi,
    Has anyone ever tried to change what Person template is used when a Customer is created via incoming email?
    Up to now we’ve just had one “Customer” Person template and this is applied to new customers created via incoming email and via AD synchronisation.
    What I want to happen is for Customers created via AD sync to continue picking up the existing Person template, but I want Customers created via incoming email to pick up a different Person template.  This template has various fields set to different defaults (e.g. it’s Organisation set to “External”, Customer Profile set as “External”).
    If anyone can point me in the right direction it would be appreciated.
    Thanks,
    Ian

    Thanks both for the advice.  I decided to go for the "easier" option of using INBOUNDMAILIA2 (as it's something I have used and modified a lot in the past).
    In case anyone is interested, this is the main bit of the code I came up with.  Although not perfect - as it doesn't actually apply a different Person template - it does update the keys fields that allows us  do what we want.
    !     /* If Call Template is 'Valuation' and the Customer is external (user has no Domain set) then set various Person attributes:
    !     /*  Set custom 'Don't Email' flag to TRUE; 'Customer Profile' (Department) to 'External'; 'Organisation' to 'External' (if currently Unspecified)
         SELECT @VALUATION_T_PLATE_NAME = CUSTOM_VALUE FROM CUSTOM_SYS_OPTIONS WHERE CUSTOM_ATTRIBUTE = 'VALUATION_T_PLATE_NAME' AND STATUS = 'A'
         SELECT @TEMPLATE_REF_TO_MATCH = CALL_NUMBER FROM CL_CALL_LOGGING WHERE TEMPLATE_IND = 1 AND T_PLATE_NAME = @VALUATION_T_PLATE_NAME
         SELECT @TEMPLATE_REF = TEMPLATE_REF FROM CL_CALL_LOGGING WHERE CALL_NUMBER = @ITEM_NO
         IF (@TEMPLATE_REF = @TEMPLATE_REF_TO_MATCH)
         BEGIN
          SELECT @CUSTOMER_REF = USER_REF FROM CL_CALL_LOGGING WHERE CALL_NUMBER = @ITEM_NO
          SELECT @USER_DOMAIN = USER_DC FROM AR_PERSON WHERE REF = @CUSTOMER_REF
          IF (@USER_DOMAIN IS NULL)
          BEGIN
           UPDATE AR_PERSON SET CUSTOM_CHECKBOX_1 = 1 WHERE REF = @CUSTOMER_REF
           UPDATE AR_PERSON SET DEPARTMENT_REF = 1 WHERE REF = @CUSTOMER_REF
           SELECT @ORG_REF = ORGANIZATION_REF FROM AR_PERSON WHERE REF = @CUSTOMER_REF
           IF (@ORG_REF = 0)
           BEGIN
            SELECT @ORG_REF = CLIENT_CO_REF FROM AR_CLIENT_COMPANY WHERE CLIENT_CO_NAME = 'External'
            IF (@ORG_REF IS NOT NULL)
            BEGIN
             UPDATE AR_PERSON SET ORGANIZATION_REF = @ORG_REF WHERE REF = @CUSTOMER_REF
             UPDATE CL_CALL_LOGGING SET CLIENT_COMPANY_REF = @ORG_REF WHERE CALL_NUMBER = @ITEM_NO
            END
           END
          END
         END

  • Error while configuring - Proportion of New Customers

    Hi All,
    I was Creating a Start Routine on the Update Rule for a DSO - N_CSTORD (Step 2.1.2 BB8 - Proportion of New Customers)
    I got an error while trying to check the ABAP routine
    E:A target area must be declared either explicitly with an INTO clause or
    implicitly with a TABLES statement.
    And the error line is - "select single * from /BIC/AORDERS00 where SOLD_TO = DATA_PACKAGE-SOLD_TO."
    Can anybody tell me how do I select the records into a target explicitly or use Tables statement implicitly?
    I have no idea on ABAP coding.
    Pls. help
    Thanks in Advance

    The select statement should be like
    select single * from /BIC/AORDERS00
              INTO <Internal Table>
                         where SOLD_TO = DATA_PACKAGE-SOLD_TO.
    You need to create an internal table with fields to store the data fetched from table /BIC/AORDERS00  or depending on your requirement.
    Hope it helps.
    Regards.

  • Query That Retrieves New Customers & Leads By Date

    Hello All --
    We would like to create a Query that retrieves new customers and leads based on the date (or date range) they are entered into SAP. 
    Can we create a UDF named STDATE --- Start Date -- and have a Query that allows us to select based on this date range?
    Start dates are entered in this format --- YYYYMMDD.
    Then, the Query would pull out:
    Contact...Company...Bill To Address...Bill To City...Bill To State....Bill To Zip...Phone...Email
    Is this possible to do?
    Thanks!
    Mike

    Hi Mike ,
    You can add some other field as you like .This report will give you combination of both customer and lead .
    I couldn't understand the purpose ,but I like previous query as i have flexibilty to choose customer or vendor .
    SELECT T0.[CreateDate], T0.[CntctPrsn], T0.[CardName], T0.[Address], T0.[City], T0.[E_Mail], T0.[ZipCode], T0.[Phone1] FROM OCRD T0 WHERE T0.[CardType] in ('C','L') and T0.[CreateDate]=[%0]
    If you agree with me ,you can use this query
    SELECT T0.[CreateDate], T0.[CntctPrsn], T0.[CardName], T0.[Address], T0.[City], T0.[E_Mail], T0.[ZipCode], T0.[Phone1] FROM OCRD T0 WHERE T0.[CardType] =[%0] or T0.[Cardtype]=[%1] and
    T0.[CreateDate]=[%2]
    Regarding the date issue , since you are entering paramenter it will match with the date you are looking for .If you have more than one customer created on same day , you willreceive multiple client .
    Thank you
    Bishal

  • Credit Limit Issue for new customers

    Dear Experts,
    Iam ABAPer and recently shited to SD.
    I have a issue with credit limit check for new customers.
    For example, Credit control team set  Rs1000 limit for new customer.
    Core team created Sales Order with Rs 3000 and they created subsequent documents successfully like Delivery and Invoice.
    System not performing any credit checks before making Delivery note means not showing in VKM1 tcode.
    After creating first invoice for the new customer and system is checking credit limit for all the Sales orders whcih were created after first invoice (Billing).
    Can you please help me how to overcome this issue.
    Note: Credit Control Team dont want to use VKM3 tcode to release the order.
    Thanks
    Shaik

    Hi Shaik Basha,
    --Go to T.Code  XD02 for customer & check in Sales Area under Billing Tab whether Credit control Area is assigned or not.
    --Check in T.Code VOV8 & select your Sales Document check whether credit limit & credit group is assigned or not.
    --Go to T.Code OVAK u2013 Assign check credit-D Automatic credit control & credit grouyp -01 for credit group for sales order.
    --Go to T.Code OVAD u2013select your delivery document & Assign delivery credit group-02 & 03 goods issue.
    --Go to T.Code OVA7 u2013 select your item category & check mark credit active.
    --Go to T.Code OVA8 u2013 Automatic credit control u2013 Double click on the line items & check which credit type are use using Static or Dynamic credit
    --Mention B for Error message as reaction & check mark on the status block.
    --Now Raise Sale Order in VA01 & check the process.
    Please let me know if your problem is solved
    Regards
    Pradeep

  • I have the following error The file "iTunes library.itl" cannot be read because it was created by a newer version of iTunes

    Can anyone help me with this problem.  I tried updating the latest itunes and it caused an error MSVCR80.dll missing.  I then tried fixing it after reading other people had the same problem and a solution was given about uninstaling itunes and the order in which to do that.  I did that but now get the error "the  files "itunes library.itl" cannot be read because it was created with a newer version of itunes.  I see a solution has been given about this but I cannot find what is suggested to enable me to follow instructions.  Can anyone please go through step by step (letting  me know where I can find what is needed) to enable me to be able tio log into itues again.  Thanks

    Hi pussygalore,
    If you are having issues with iTunes after an attempted update, you may find the following article helpful:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    You may want to make sure that in the last step (reinstalling iTunes) that you are installing the latest/newest available version, and not attempting a reinstall from an older file.
    Regards,
    - Brenden

  • TS3212 I just installed iTunes (from the apple site) on to my new laptop.  When I click on the icon to open I get a pop up that says "The file iTunes Library.itl cannot be read because it was created by a newer version of iTunes".  Now what do I do and ho

    I just installed iTunes on my new laptop.  When I click on the desktop icon I receive a pop up that says "The file iTunes Library.itl cannot be read because it was created by a newer version of iTunes".  I have no idea what this means or what to do about it.  I can't even find a file on my computer like the one referred to in the pop up.  I am currently considering keeping my old laptop if it is the only way for me to continue to access iTunes.  What should I do to fix this?

    What version of iTunes are you using? An .itl file is something that Windows uses, or very old versions of iTunes on Mac. The library file on Macs is now .xml and has been since late iTunes 4.
    Is iTunes running ok without any problems after you OK that message? If it is, then you may be able to ignore it if you can't account for why you're getting it. But make sure you take backups in case something happens in the future.

  • I had backed up my I-tunes files to an external hard drive but after my computer crashed when I try to reload from the hard drive the message comes up saying I-tunes library cannot be read because it was created by a newer version. Help please!

    I had backed up my I-tunes files to an external hard drive but after my computer crashed and I restored it when I try to reload from the hard drive the message comes up ""I-tunes files cannot be read because it was created by a newer version of I-tunes". Help Please

    Upgrade the version of itunes on the new computer
    Itunes.com for free download.
    Peace

  • Itunes wont open because itfile was created in a newer version?

    Hi all,
    I tried to download the new iphone software yesterday through itunes.
    It told me it was downloading a new version plus a new safari.
    It got half way through and the itunes part had a red X through it and didnt continue, instead it completed the safari one and once complete told me to restart my pc which i did.
    When i logged back in it said itunes was broken and i should run the repair tool. I tried and it said it failed and that I had to install the whole of itunes again!
    I went on the apple website and installed itunes for windows 7 64bit. Once this was complete i tried to open itunes and i now get a message saying that the file (or library) was created in a newer version so cannot open!??
    How can this be the case when I have just downloaded the newest version from the apple website!!!?
    If any can help that would be great as im left with no way to back up my phone or get the new ios5 on it!!
    I have windows 7.
    Thanks

    I did kinda the same thing....What I was told was that because the server is getting hammered right now, the itunes didnt install correctly ( even though it looks like it did ).  The only thing to do is uninstall and reinstall until it works.  I was told it may be at least a week with all the new phones coming out today... My phone doesnt work at all now - I have to take it to a store to get it back to factory settings and when the servers slow down and I can reinstall itunes correctly, then I can get all my contacts and apps back.

  • Itunes wont open i get "itunes libary.itl" can not be read because it was created by a newer version of itunes. help

    itunes wont open i get "itunes libary.itl" can not be read because it was created by a newer version of itunes. tried deleting itunes an re installing. help

    The same thing happened to me no one has replied to my comment either!! I need help!!

  • My Itunes wont open - reading error "cannot be read because it was created by a newer verdion of itunes"

    My Itunes wont open - reading error "cannot be read because it was created by a newer verdion of itunes"
    should i uninstall/ reinstal.
    will i loose all my music nd playlists?

    This technique should work...
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • TS1424 I can't open iTunes. Get error message "the file iTunes library.itl cannot be opened because it was created by a newer version of iTunes"

    I cannot open itunes.  Getting error message: "the file iTunes library.itl cannot be read because it was created by a newer version of iTunes"
    What do I need to do so I dont lose all my loaded music, etc.?
    Thanks

    If you still have an issue you may have to see about using the iTunes version (application) included with Snow Leopard 10.6 from the installer or an another one if available online, and see if that will install.
    Sometimes you may have uninstall the bits left in your system by the earlier (or later) iTunes installers; as they all leave a trace and these can stop a different version of iTunes from being installed.
    Not sure if the following site/link will tell the method...
    •Apple - Support - iTunes - install & update:
    http://www.apple.com/support/itunes/install/
    •Troubleshooting iTunes installation on Mac OS X:
    http://support.apple.com/kb/HT2311
    Good luck & happy computing!
    ps: i see you resolved this issue. it's magic!

  • TS1717 My itunes won't open and I get message that says "The file iTunes library.itl cannot be read because it was created by a newer version of itunes." I am unsure what this means, but I have uninstalled and reinstalled the itunes, and it still will not

    I receive the message: The file "iTunes library.itl"cannot be read because it was created by a newer version of itunes. I do not know exactly what this means.  I have Windows 7 on my computer and was able access itunes until just recently.  I have tried uninstalling and reinstalling itunes multiple times and that does not work.  Sometimes I can get in when immediately after installing, but then if I close it, i cannot get back in. Now, i can't get in at all.

    That message is usually a sign that you tried to roll back to an earlier build of iTunes, but occasionally I've seen it connected to a new upgrade. This technique should fix things.
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • On my old iTunes sofwear iTune store would not open. I uninstalled iTunes and downloaded the new updates and installed it. Now I get a message that said " The file iTunes Libary.itl" cannot be read becouse it was created by a newer version of iTunes.

    On my old iTunes sofwear iTune store would not open. I uninstalled iTunes and downloaded the new updates and installed it. Now I get a message that said " The file iTunes Libary.itl" cannot be read becouse it was created by a newer version of iTunes.I did everything it said to do inarticle HT1923 Removing and reinstalling iTunes, Quick Time, and other sofware components for Windows Vista or Windows 7. Now what?

    Unless you've recently attempted to downgrade iTunes this is probably a sign of a corrupt library file. See Empty/corrupt library after upgrade/crash.
    tt2

  • My computer will not let me open itunes at all. It tells me that the itunes library can not be read because it was created by a newer version of itunes. What to do? Please Help Me.

    My Computer will not let me open itunes at all. It tells me that the itunes libary can not be read because it was created by a newer version.

    If you still have an issue you may have to see about using the iTunes version (application) included with Snow Leopard 10.6 from the installer or an another one if available online, and see if that will install.
    Sometimes you may have uninstall the bits left in your system by the earlier (or later) iTunes installers; as they all leave a trace and these can stop a different version of iTunes from being installed.
    Not sure if the following site/link will tell the method...
    •Apple - Support - iTunes - install & update:
    http://www.apple.com/support/itunes/install/
    •Troubleshooting iTunes installation on Mac OS X:
    http://support.apple.com/kb/HT2311
    Good luck & happy computing!
    ps: i see you resolved this issue. it's magic!

Maybe you are looking for

  • Windows 8 compatibility upgrade?

    Is there a free update available to make Acrobat Pro 8.3.1 compatible with Windows 8 or do I need to buy an upgrade to XI?

  • Installing XML Parser for Java v2

    I downloaded Oracle XML Parser for Java v2 and looked in the doc directory of the unzipped files but couldn't find any doc about installation. Can anyone point me in the right the direction or tell me how to install and use it to convert XML files st

  • Wrong idoc

    i m new to ale idoc i have configured client 800 (sender) and client 910(reciever) idoc gets triggered from sender status 03 12 30 01 is fired . with idoc no. but in recieving client im not getting the idoc instead i m getting wrong idoc. n status 51

  • ERROR LOG IN XLS

    I Had run a BDC in session method through SM35. I need to download the error log generated in XLS file or any other format. Is there any method in SM35 to get it download?

  • The Oracle applications on Linux

    I am on a fresh project and need to evaluate the feasibility of using Oracle On linux and the oracle apps. anyone have an interest in this? null