Customer master extending to new CC and plant

Hi
I have 100 customers existed under 1000 company code and 1000 plant.
Now i want extended to same 100 customers to new entity - 1200 company code and 1200 plant.
for this which transaction & steps i can use. can any one help me
thanks
satish

HI,
If the sales area is the same then,
in SPRO assign,Enterprise Structure>Assignment->Sales and Distribution
1.Sales Organization-Distribution Channel-Plant and later
2.Use XD01 to extend the customers.

Similar Messages

  • Customer master report for new and changed customer

    Hi All,
        I want to write a report for customer master, If a new customer is created or if customer is changed the report should get the customer and download it to a flat file.
    There is no proper spec they want customer based on acount group,Here how i can find the customer is  newly created or changed. Change pointer is active.
    in table CDHDR if customer is created the date and object id is there but changed the changed date is not in table kna1.
    Please help me regarding the logic.
    Thanks,
    Arun.

    Dear Arun,
      Please check for the delta entries on the customer master tables in DBTABLOG.
      This table stores all the changes made in database level.
    Regards
    imran.

  • Customer master extend

    Hi,
    Customer master extend division wise
    I need to extend 1 customer to 3 divisions one time
    T-code - xd01

    Hi Rahul,
    you can consider two solutions for this.
    one going to VD01 / XD01 : add one more division to create sales area data to the customer. Since you have 3 divisions this process needs to be done 3 times.
    In real time we develop LSMW / BDC programs to do mass upload of customer extensions.
    second : You can config common division by taking one of divisions as reference to the remaining two. Maintain the customer for sales area with common divsion.
    In real time you cannot simply do it as you want but take the business into consideration which way they want to go.
    regards
    sadhu kishore

  • Using custom master templates on new computer

    I've created a couple of master templates using Motion. I've used a few of these in FCP sequence.
    Now I need to move the project to a new computer.
    Can I simply copy the templates from my old computer to the new computer, or do I need to install motion, load the motion project I built, and resave the project as a master template on the new computer? Or is there a process to properly export and import it?
    Thanks for any help.

    That will work for filters, but not for Motion Templates. Custom Master Templates are normally saved at the following location:
    Users Home Folder/Library/Application Support/Final Cut Studio/Motion/Templates

  • Custom Master Page with Top Navigation and Left Navigation

    Hi All,
    I have successfully converted an HTML Page to a SharePoint 2013 Master Page. I also created a Custom Page Layout. Using both them I have created my SharePoint Site with 30+ pages. Each page is consisted with the Top Header Navigation as it is inheriting
    from the Master Page I have used. Now I need the left navigation inherit from the master page also. It gives me the advantage of updating it from the master page and affects it through the entire SharePoint Site. 
    But at the moment I am inserting the Left Nav using a web part as an HTMl code snippet individually for each and every page. If needs a modification I have to go through all the pages and do the modification. This is not convenient also. I want to this left
    nav like the SharePoint Current Navigation alternative but within my Page Layout.
    Is there an option to chat within these forums?
    Could someone help me to solve this problem?
    Thanks and regards,
    Chiranthaka

    Hi,
    In your HTML Page Layout, is your "current navigation" in its own content place holder, such as "PlaceHolderLeftNavBar" or did you add the current nav to the "PlaceHolderMain"?
    Can you add CSS that hides the left nav found in each content page so that you do not have to manually remove the left nav? Then you could simply add the current nav back into the Master Page.
    Eric Overfield - PixelMill -
    ericoverfield.com -
    @EricOverfield

  • SRM Master data - Starters(New employee) and leavers(existing employee) process and updates to SRM system

    Hi Team,
    What is the process when New employee Join the Organization and how it updates to SRM System?
    What is the process when existing employee Leaves the Organization and how it updates to SRM System?
    Thanks & Regards,
    Rameshwar.

    Hi Rameshwar,
    The process and approach may differ organization to organization.
    However, let me tell you what process we follow -
    1.     Whenever the New employee or User joins organization it is automatically updated in the Idm (Identity management system). Hope you are aware of this application.
    2.     The User who wants access to SRM as the end user will apply for the specified roles (Portal roles for Portal access & SAP roles for shopping) through Idm. The Idm is connected to the SRM system and whenever there is a addition / change/ update in Idm it will also update the SRM system.
    3.     Only for SAP Approver roles we have WORKFLOW setup in Idm.So that the user is created in the SRM system with specified approver roles only after approval is completed in Idm.
    For Requester role there is normal workflow.
    4. Once it is approved, the user is created in the SRM system and we can check in SU01D
    5.     This is User creation centrally. However, if you have admin access you can also directly create in SRM using SU01 transaction.
    6.     Once the user is created with specified roles, we need to manually put the user in PPOMA orgnaization strcuture.
    7.    Same procedure is followed when the employee is left the organization.
    8. Throught IDm we remove all the authorization to SRM. however the user gets deleted in SRM but the Assignment still remains in the PPOMA. Which the consultant has to delete it manually.
    9. Hope this process helps you in some way.
    Thanks.
    From RBEI,
    Snehal

  • Transferring Custom Master-Page, Custom Page Layouts and Pages created to a new SharePoint Site.

    Hi All,
    I have a SharePoint 2013 Publishing Site for testing named 'Test'. In the Test I have created a Custom Master-Page and several Custom Page Layouts. Also using them I have created  several pages. Now they all are connected to the navigation. Now I want
    to transfer all the pages, custom master-page and custom page layouts to a new site (a publishing site) that will be used as production. Will I able to do this or not. Please advice me with best practices.
    Thanks and regards,
    Chiranthaka

    Hi Chiranthaka,
    thanks for posting your query, The master page can't be copied in designer and pasted into the new site collection. A better approach would be to bundle it into a feature and deploy it to the farm where it can't be activated and used.
    If you want to copy your master page to another site collection you can download your master page from the master page gallery and upload it to the the master page gallery of the second site collection. From the root site Site Actions > Site Settings
    > (Galleries)Master pages and page layouts
    If you want to deploy the same master page to multiple site collections using a feature, create a module in Visual Studio, add your custom master page to the module, and create an element manifest something like this:
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Module Name="Master Pages" List="116" Url="_catalogs/masterpage" RootWebOnly="TRUE">
    <File Path="Master Pages\MyCustom.master" Url="MyCustom.master" Type="GhostableInLibrary"></File>
    </Module>
    </Elements>
    The basic idea is to have your site-scoped feature include a module that copies your custom master page from the file system to the masterpage gallery. Since the feature folder is shared, the same master page gets copied to the site collection master page
    gallery whenever you activate the feature.
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Fast entry for extending customer master to other sales area??

    Hi,
    I have list of customer master, now the requirement is to extend 60-70% of the customers to a different sales area, Is there any tcode, like fast entry for extending the customer master to the new sales area??
    Thanks
    Ghanesh
    Edited by: Ghanesh Visu on Feb 24, 2010 10:55 AM

    Hi Ghanesh,
    Below are a few helpful links on how to use MASS.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/408104b5-8ad2-2c10-8383-9b07a2727c4e
    http://www.sap-img.com/sap-sd/sales-order-mass-change.htm
    http://sap-helper.blogspot.com/2009/03/mass-maintenance-processing-tcode-mass.html
    If you are using this tool for the first time, i would not suggest directly using it on Production.  Use it few times on Test client for making yourself familiar with this tool. It is a very powerful tool and changes made from this cannot be undone.
    You can also use LSMW to run mass data.  Few links for LSMW are as below:
    LSMW
    Thanks
    Kapil Sharma

  • VD05 - Customer master record blocked for sales orders and billing

    Hi,
    I have a scenario whereby I have blocked a customer master record for sales orders and billing using transaction VD05, but it still allows you to create sales orders and post billing documents.
    What is the reason for this?
    Regards
    Gandi

    Hi,
    Block the customer for the sales order, delivery and Billing for the specific sales area in vd05
    and try out,
    Regards
    Pradeep BV.

  • Report to fetch the text information from customer master sales data

    Dear Experts,
    We have come up with a requirement where the business want a report/list of the customers for whom a particular text is not maintained in customer master -sales data.
    There are many Z text id are configured and are maintained in Sales data- extras- text. In addition, business also need some key fields from the customer master such as name, city, delv plant, payment terms, sales off, sales grp etc.
    I could not get any standard table where the text is maintained with the customer numbers. Table STXH can give the customer numbers for a particular text id type but what is maintained against the given text id is not fetched from the table.
    So we need the valuable inputs to realize the requirement.
    As an proposal, we are aiming to develop custom Z report with the FM READ_TEXT to get the text information with the customer no ( object type KNVV and text id ). But for the additional information, what should be the actual logic for fetching the data. say if this FM is used, what should be the sequence of the logic and ideal selection parameters.
    In addition, we aim to use BAPI BAPI_CUSTOMER_GETDETAIL2 to fetch some of the customer ifnormation but many fields are not found in this . can we use some other bapi which can provide the complete general/sales data of customer ( delv plant, sales off, sales grp, custo grp, incoterms, payment terms etc)
    Kindly suggest accordingly.
    Many thanks in advance.

    Hi Dharmendra Kumar,
    I guess the best would be to check in ABAP General forum on the READ_TEXT sequence/ logic etc..
    For customer details, the available BAPIs are:
    BAPI_CUSTOMER_GETDETAIL
    BAPI_CUSTOMER_GETDETAIL1
    BAPI_CUSTOMER_GETDETAIL2
    However, you might have to check classes in SE24 to find any existing classes and its method yo give you all the information of a customer. Also check this thread: [BAPI for customer details like in IDoc DEBMAS;
    Regards,
    Raghu.

  • Custom Master page set as a default on feature activation in Moss

    I've a site in moss. I have created feature in my solution and on feature activation it will set the custom master page
    CustomMaster.master as a default master page and on feature deactivation it will set as a default master page
    default.master.
    The problem I'm facing is that if I'm activation the feature at first time then it will set the CustomMaster.master as a default master page but when I'm deactivate the feature it will remove the
    CustomMaster.master page and module. but when I'm again activate feature at that time it will not create mo1dule and CustomMaster.master in "_catalogs/masterpage/". So, no error was given on feature activation but
    it will give error while I'm accessing my site as a "File Not Found" because
    CustomMaster.master is not created.
    Code of Module.xml file
    <Module Name="Master" Url="_catalogs/masterpage"> <File Path="Master\CustomMaster.master" Url="Master/CustomMaster.master" IgnoreIfAlreadyExists="TRUE" Type="GhostableInLibrary"/> </Module>
    Code of method which is call on feature activation
    public void SetCustomMasterPage(SPFeatureReceiverProperties properties, string MasterPageName)
    try
    #region SetMasterpage
    SPSite siteCollection = properties.Feature.Parent as SPSite;
    if (siteCollection != null)
    foreach (SPWeb web in siteCollection.AllWebs)
    // Get the Site Collection root path to get the master page gallery.
    string siteCollectionRoot = web.Site.RootWeb.Url;
    // Set the Site Master to Custom.master
    var siteMaster = new Uri(siteCollectionRoot + "/_catalogs/masterpage/Master/" + MasterPageName);
    web.CustomMasterUrl = siteMaster.AbsolutePath;
    web.MasterUrl = siteMaster.AbsolutePath;
    // Clear the Alternate CSS
    web.AlternateCssUrl = string.Empty;
    // Save the changes back to the web
    web.Update();
    #endregion
    catch (Exception)
    Code of methods which are call on feature deactivation
    public void SetDefaultMaster(SPFeatureReceiverProperties properties)
    try
    SPSite siteCollection = properties.Feature.Parent as SPSite;
    if (siteCollection != null)
    foreach (SPWeb web in siteCollection.AllWebs)
    // Get the Site Collection root path to get the master page gallery.
    string siteCollectionRoot = web.Site.RootWeb.Url;
    // Set the Site Master to Custom.master
    var siteMaster = new Uri(siteCollectionRoot + "/_catalogs/masterpage/default.master");
    web.CustomMasterUrl = siteMaster.AbsolutePath;
    web.MasterUrl = siteMaster.AbsolutePath;
    // Clear the Alternate CSS
    web.AlternateCssUrl = string.Empty;
    // Save the changes back to the web
    web.Update();
    catch (Exception)
    public void RemoveCustomMasterPage(SPFeatureReceiverProperties properties, string MasterPageName)
    try
    using (SPSite sitecollection = (SPSite)properties.Feature.Parent)
    using (SPWeb web = sitecollection.RootWeb)
    string WebAppRelativePath = sitecollection.ServerRelativeUrl;
    if (!WebAppRelativePath.EndsWith("/"))
    foreach (SPWeb site in sitecollection.AllWebs)
    WebAppRelativePath = site.Url;
    if (!WebAppRelativePath.EndsWith("/"))
    WebAppRelativePath += "/";
    String MasterUrl = WebAppRelativePath + "_catalogs/masterpage/Master/" + MasterPageName;
    SPFile fileUrl1 = site.GetFile(MasterUrl);
    if (fileUrl1 != null)
    SPFolder folder = fileUrl1.ParentFolder;
    fileUrl1.Delete();
    web.Update();
    //attempt to delete the folder if it is now empty
    if (folder.Files.Count < 1)
    folder.Delete();
    catch (Exception)
    Pls guide me for solve this issue.

    Hello Sameer,
    When you are calling "RemoveCustomMasterPage" function?
    Also make below change in web.config file your web application to know the problem:
    1. Open up your sites web.config, and make the standard custom errors edit. You want it to be < customerrors mode="Off"/>
    2. Then, search for the CallStack="false" and change it to CallStack="true", you should find this in the "<safemode>" node.
    3. Find:   <compilation debug="false" />, Replace with: <compilation debug="true" />
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Source System GD1 and Plant 123 combination not allowed

    Hello everyone,
    I had a requirement to add new values to an already existing variable ssid/plant in my  Planning area, so that the user can see these values when he gets to the relevant planning screen. Therefore I made sure that the values did exist in Master Data for plant with the correct source. I do see the new SSID and Plant in the UPSPL screen as well as a part of the dropdown.
    When I try to execute the manual planning in BPS0 screen, I get u2018Source System GD1 and Plant 123 combination not allowed.
    Can someone please help me in understanding the problem and correcting it .
    Thanks,
    Raj.

    I guess I figured it myself.
    After double clicking on the planning area, I go into the 'Characteristic Relationships' and look for the relevant combo (in my ex: Ss and plant) and looked for the FM that validates the combo and add specific entries I am looking for.
    Thanks,
    Raj

  • Custom Master Page - CSS & Dynamic Display

    I have created a css file and attached it using Site Settings> Master Page> Alternate CSS URL.  This works really well and I get the customisations for the global navigation drop-downs as below including colours size etc.
    For my drop-downs, I'm wanting three levels of fly-out.  So, I created a custom master page from seattle.html and even before I made the change to
    MaximumDynamicDisplayLevels="3" - I set this new page as the default.  When I look at the site now, the CSS customisations are not showing (see below).
    The new master page is not applying my css file.  Any ideas why?
      MaximumDynamicDisplayLevels="2"
      MaximumDynamicDisplayLevels="2"

    Thanks for the suggestion but this didn't seem to help.  I've pasted below the whole contents in my .css file.  Anything you can see that is out of place?
    /* --- Global navigation --- */
    #DeltaPlaceHolderMain{
    margin-top:30px;
    .ms-breadcrumb-top{
    background-color:#fff;
    /*font on navigation items*/
    .ms-core-navigation > div > ul.root > li.static a:link, ul.root > li.static a:visited{
    font-family:Arial; font-size:16px !important;
    /* links */
    .ms-core-navigation > div > ul.root{
    padding-top:0px;
    padding-left:0px;
    .ms-core-navigation > div > ul.root > li a{
    #border:1px #fff solid;
    padding:10px 10px 10px 0px;
    font-size:20px;
    .ms-core-navigation .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item{
    margin-right:8px;
    /* links selected */
    .ms-core-navigation > div > ul.root > li.static > ul.static > li.selected a:link, ul.root > li.static > ul.static > li.selected a:visited{
    color:#005DAB; font-weight:bold;
    background-color:#fff;
    /* home link selected */
    .ms-core-navigation div.ms-core-listMenu-horizontalBox > ul.static > li.selected a.selected{
    border:1px transparent solid;
    background-color:#fff
    /* home */
    .ms-core-navigation > div > ul.root > li.static > ul.static{
    margin-left:0px; color:#005DAB;
    /* Hover */
    .ms-breadcrumb-top .ms-core-navigation ul.static > li a:hover{
    border:1px transparent solid;color: #005DAB !important ;
    background-color:#E6EFF7 !important;
    ul.dynamic{
    background: #fff;
    min-width: 250px
    padding: 2px 2px 2px 2px;
    white-space: nowrap;
    word-wrap: normal;
    #zz15_RootAspMenu>li>a>span>span{
    color:#005DAB; font-size:14px;
    #zz15_RootAspMenu>li>span>span>span{
    color:#005DAB;

  • Customer master extension

    Hi,
    how to extend a ustomer to another distribution channel.
    As of noe
    sales or: 7000
    dist:  80
    Division: 00
    I need the customer master extend  81,82, 83 distribution channel.
    how to do this
    regards
    s

    Hi SP
    Assuming that you have cerated a customer 1000 in the sales area  7000 /80 / 00.
    Now as you need to extend the same customer 1000 to 81, 82 ,83 distribution channels also
    create  VD01 for the same customer 1000 and enter the sales area as 7000 / 81 / 00 and fill the feilds and save it
    in the same way extend the customer 1000  to 7000 / 82 / 00 and 7000 / 83 / 00 sales areas 
    Now your customer 1000 is available in  all 4 sales areas
    7000 / 80 / 00 , 
    7000 / 81 / 00
    7000 / 82 / 00
    7000 / 83 / 00
    another solution is mantian common distribution channels
    Go to VOR1 and enter distribution channel as 80 for all 81,82 and 83 distribution  channels
    Now when you create a customer in distribution channel 80 , he will be available in all other distribution channels also
    Regards
    Srinath

  • How to upload different views of customer master data using LSMW-IDOC

    I need to upload customer master data  using LSMW Idoc method for my client. Now customer will have different views like main view, Sales data, Company code data, Partner function data etc. And except main data all other data can be multiple for each customer. We are going to upload data from tab delimited .TXT file. Should I propose different LSMW for upload different views for the customer from different .TXT files? or we can upload all the customer related data (like main view data and partner function data )from a single .TXT file. Kindly suggest which one in convenient and how we can prepare the data file in both cases.

    convinient is the method that you can handle.
    but as the guy who loads the data you have to load the data like they are available, like it is convinient for others to prepare the data.
    In general there is no problem to use an IDOC method to load a customer master with multiple comany codes and several sales orgs in one shot.
    the data can be in one source file, but need then to be maintained in a certain way
    Example1: all data in 1 structure
    GD1 - CC1 - SO1
    GD1 - CC2 - SO2
    GD1 - CC2 - SO3
    in this case the GD (general data) is redundand in each line which has different Company code data or different Sales Org data
    Example2: all data in 3 sturcures but one file
    GD1
    .CC1
    .CC2
    ..SO1
    ..SO2
    ..SO3
    Example3: data delivered in 3 files - you join the files in LSMW, they must have a common identifier like the old customer number in the beginning of each file
    FILE General data:
    GD1
    GD2
    GD3
    file Compamy code data:
    CC1
    CC2
    CC3
    file Sales org data:
    SO1
    SO2
    SO3
    LSMW is flexible and can handle each of this scenarios, are you flexible too?

Maybe you are looking for

  • No OSX installer will boot on Mac Pro from any drive (grey screen), but Windows installer does...

    Greetings, Neither OSX 10.5 (shipped with my Mac) or 10.6 disks will start on either of my Mac Pro dvd drives.  They will not run from my Macbook (Mac Pro on firewire target mode) either, nor from a partition on the Mac Pro HDD.  They always go as fa

  • HT1688 iTunes Match is not downloading properly to my iPhone.

    iTunes Match is not downloading properly to my iPhone.  I removed some songs from the cloud and it has not sent some songs to my iPhone and a lot of my artwork is not coming down.  I have tried to turn it on and off in iTunes, updated to Match and re

  • Time machine - backup not found yet visible

    Hello, I am having trouble setting up Time Machine on a new Macbook Air running OSX Yosemite 10.10.  I have an external hard drive connected to a first generation Airport Extreme, and it is running fine and backing up on my other computer, a MacBook

  • Scheduling Agreemnet process

    Can any one let me know the Sales Scheduling Agreement process. Thanks, Narsimha Reddy

  • Error code 180 when trying to export HD movie

    I have tried exporting two different iMovie projects, all with 1080 hd footage. One about 25min, the other about 10min in length. I have tried the "Large" and "HD" settings on both movies for export and receive error code 180 about 2/3's into the exp