Customer master enhancement for sales

Hi
I am getting the customers data from 0CUSTOMER_ATTR , I have all the fields what I need , except Sales Organization which is from KNVV...and Payment Block ZAHLS which is from KNB1...So can any one tell me do I need to enhance 0CUSTOMER_ATTR or can I get this 2 fields value from any of the other Object as read from master data.?
thanks?

Hi,
KNVV is reflecting customer infomation at sales organization level.
A customer doesn't belong to a sales organization in general. Except special customizing, a customer could have different attribute values in several sales organization. In fact the distribution channel and the division are also part of the key.
The business content IOBj is 0CUST_SALES and can be loaded with 0CUST_SALES_ATTR
The payment block would come from another segment of the customer: the company code data IObj 0CUST_COMPC, DSource CUST_COMPC_ATTR.
hope that helps...
Olivier.

Similar Messages

  • Custom master data for Sales Document Number

    Is it possible to create master data for "sales document number" as a custom field and/or table in R/3?  We have a need to record the "end user" customer of an order but this data may be updated a long time after the order and sale is complete.  IT seems that loading to BW/BI may be simpler if this is treated as document attributes rather than transactional data since no delta will be trigger by changes to this field.  Does anyone have experience with this approach?

    Hi,
    it is possible to create attributes for this InfoObject. Add the Attributes you need in BW. You can use the attributes even if the sales doc is line item dimension of your cube.
    On Sourcesystem side you have to create a generic extractor in SBIW. I think a table view on VBAK or VBAP may fullfill your needs. Of course the tables are not the smallest ones but maybe u can use the timestamp to implement a generic delta. Check whether the timestamp is set when the 'end user' is set. Not every change in the sales document leads to an entry in the delta queue of logistic, but the timestamp should be set.
    After that replicate the datasource to BI and connect it to the attributes of 0SALES_DOC
    I had a similar enhancement at one customer reading the actual transport routes to the sales documents and it worked fine.
    Hope that helps
    Christoph Vortkamp

  • How to create customer master data for walking customer in retail

    hi experts !!!!!!
    for retail industry e.g books trading industry
    how to create customer master data for walking customer in retail
    its dummy or one time customer
    if i create one time customer then same customer number can i use for every new order and every new customer how ?????
    thanks

    Dear Hanumant,
    As per my view,,
    You can use one time customer functionality to full fill your requirement.
    When you create sales order with one time customer system take you to the customer data maintanence screen through that you can maintain the one time customer data.
    Same one time customer number you can use for every new order through maintaining different data.
    I hope this will help you,
    Regards,
    Murali.
    Edited by: Murali Mohan.Tallapaneni on Dec 19, 2008 6:08 AM

  • No Customer Master Records for sold to party 211111

    Hi SD Experts
    Ihave an issue like No Customer Master Records for sold to party 211111,
    i have done all the settings but still error is comming when i was creating sales order please help me on this .
    Regards,
    Karthik.

    Hello
    Kindly check your partner determination procedure config steps again:
    1. Define Partner Function
    2. Define Partner Determination Procedure
    3. Assign Partner Function in Partner Determination Procedure
    4. Partner Determination Procedure Assignment,  assigning Customer Account Group & Partner Function.
    5. Finally, Account Groups & Partner Function Assignment.
    Regards
    JP

  • Customer Master Field for Customer Category

    Hi Experts,
    Are there any fields available for Customer Master Field for maintaince in the Customer - Basic Data Level? This is to Categorize the Customers regarding the Sales Report we customized.
    Thanks a lot!

    Hi,
    Use field Customer class/Industry sectors in MARKETING TAB under general data
    or use customer group in sales tab under sales area data
    kapil

  • Suggest EnhanceMent For SALES area determination In stock Transfer.

    Suggest EnhanceMent For SALES area determination In stock Transfer.
    V02V0001 Sales area determination for stock transport order Doesnt Work,

    Is user exit required, as the sales area will be different. Incase of Intra company stock transfer the process will be as under:
    Create Purchase Order (ME21N)
    Create Delivery in background (VL04, VL10a, VL10C, etc)
    Change Delivery for picking / packing & PGI (VL02n)
    Create Billing Document (VF01)
    Assumption: Stock Transfer configuration is in place. Assistance can be taken from SAP Best Practices in help.sap.com
    Incase of Inter-company, the process will be as under:
    Create Sales Order (VA01)
    Create Delivery (VL01N, etc)
    Change Delivery (VL02N)
    Create Billing Document (VF01)
    Assumption: Configuration is in place. Assistance can be taken from SAP Best Practices in help.sap.com
    Regards,
    Rajesh Banka

  • How to set custom master page for sharepoint application page ?

    Hello,
    I need to apply custom master page for the custom application page I created for login purpose.
    Can anyone please let me know how to apply master page for custom application page ?
    Note : I need to set custom master page for application page at web application level.
    thanks,
    Dipti Chhatrapati

    Hi Dipti,
    You can use the same reference as ASP.NET
    Example
    "<%@ Page Language="C#" masterpagefile="../_catalogs/masterpage/minimal.master" title="teste" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" meta:webpartpageexpansion="full"
    meta:progid="SharePoint.WebPartPage.Document" %>"
    You can use SharePoint Designer 2010
    http://www.microsoft.com/download/en/details.aspx?id=16573 to make the reference from you aspx page to you custom masterpage.
    When you are editing a aspx page you can go to ribbon "Style" and attach the custom Masterpage.
    André Lage Microsoft SharePoint, CRM Consultant
    Blog:http://aaclage.blogspot.com
    Codeplex:http://spupload.codeplex.com/http://simplecamlsearch.codeplex.com/

  • Copy mode of payment from customer master data to sales order,

    Hi Gurus,
    Hope all is fine.
    I have a small doubt. If we want to transfer the mode of payment from customer master data to sales order, do we have to use Exit- MV45AFZZ.
    Can't we transfer the data without the exit?

    Hi,
    I have tested this in sand box.Thought the customer master is having payment method ( payer ) ,It is not copying from customer master to sales order but if you maintain manually in sales order ,it is copying into billing document level.FYI see below snap shot.
    Note:If you want it from customer master into sales order,may be you need to take help of abaper on this.
    BR's,
    Naren

  • Apply custom master page for a new sub site in programming

    Hi;
    How Apply a custom master page for a new subsite ?
    My code is as follows but it not working : the master page is not applied ?
    SPWeb newSite = web.Webs.Add(name, name, name, Convert.ToUInt16(1036), "{815BF557-AFE0-42B4-92A1-A8A56011EDBF}#LaPoste.DTC.ModeleSite", false, false);
    newSite.AllProperties["__InheritsCustomMasterUrl"] = "False";
    newSite.CustomMasterUrl = "/_catalogs/masterpage/iDtc/iDtcGeneric.master";
    newSite.AllowUnsafeUpdates = true;
    newSite.Update();
    Regards

    try this:
    foreach (SPWeb site in siteCollection.AllWebs) {
    if (site.Title.ToString() == "Reporting Portal")
    site.MasterUrl = WebAppRelativePath + "_catalogs/masterpage/Branding101.master";
    //site.CustomMasterUrl = WebAppRelativePath + "_catalogs/masterpage/Branding101.master";
    site.AlternateCssUrl = WebAppRelativePath + "Style%20Library/Branding101/Styles.css";
    site.SiteLogoUrl = WebAppRelativePath + "Style%20Library/Branding101/Images/Logo.gif";
    site.UIVersion = 4;
    site.UIVersionConfigurationEnabled = false;
    site.Update();

  • How to set custom master page for social/sites.aspx in sharepoint 2013

    How to set custom master page for social/sites.aspx in sharepoint 2013.?
    File path is
    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\FEATURES\SocialDataStore\SocialDataStoreList\sites.aspx
    Thanks in advance

    Hi,
    You could open the sites.aspx in Notepad or SharePoint designer, and set the master page to your own master page directly via editing:
    <%@ Page language="C#" MasterPageFile="~masterurl/custom.master"      Inherits="Microsoft.SharePoint.Portal.WebControls.FollowedContentWebPartPage,Microsoft.SharePoint.Portal,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c"
    %>
    Regards,
    Rebecca Tu
    TechNet Community Support

  • 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

  • Restrict the creation of customer master records at sales area level

    I know that you can supress fields at the company code and sales area level in customer master, but, is there a way in configuration to restrict the creation of a customer master record at the company code and sales area levels?  Only the general data level is needed for this customer account group. 
    Any help would be greatly appreciated!!

    Hi
    Create the Customer Master without entering the Company Code and sales Area. The system will allow and ask you to fill only the General Data.
    The other way is that Create a Account Group and suppress its all Fields of Accounting View and Sales Area View, so that for that account group you will have to maitain only the General view.
    Regards
    Amitesh Anand

  • Customer Master Enhancment

    Dear All,
                   Customer Master. If I go to RSA6 in R/3 and go to extract structure BIW_KNA1_S in customer_attr , I find fields Customer condition group 1, 2 , 3 , 4 and 5. In my BW Customer master these fields are not present. So how can I enhance my customer master in BW to get these fields in master? Could anybody provide me the step by step procedure?
    Regards,
    Ratish
    [email protected]

    Hi,
    first you'll have to unhide these fields from in the datasource postprocessing (RSA6) for 0CUSTOMER_ATTR. Note that they're available in 0CONSUMER_ATTR.
    In BW you'll have to replicate the DS and add these fields to your transfer structure and reactivate your TRules.
    I am not aware of IObj business content for these fields but you can create an IObj and then create as many groups (5) referencing this IObj since I guess they share the same master data/Texts. Then create a generic datasource on table TVKGGT in order to get the texts of the groups and load them to your IObj.
    hope this helps...
    Olivier.

  • Customer master Enhancement

    Dear All,
                   Customer Master. If I go to RSA6 in R/3 and go to extract structure BIW_KNA1_S in customer_attr , I find fields Customer condition group 1, 2 , 3 , 4 and 5. In my BW Customer master these fields are not present. So how can I enhance my customer master in BW to get these fields in master? Could anybody provide me the step by step procedure?
    Regards,
    Ratish
    [email protected]

    Hi Ratish,
    In BW check the particular Info Object.
    Open it and Check it under Attributes tab.
    Look out for the fields Customer condition group 1, 2 , 3 , 4 and 5.
    If they are not present as Attributes...check for them in the Business Content.
    If they are available in Business Content...install them and add them as Attributes to the particular Info Object.
    If they are not available create them same as ( Same as R/3 fields Data Type & Length ) Info Objects and maintain them as Attributes to your particular Info Object.
    After that Activate the Transfer Rules.
    If it is Flexible Update...Activate the Update Rules too.
    Hope this Helps.
    If so please assign points.

  • Customer Master Record and Sales Area

    Hi All,
    I'm new to SAP SD and so would appreciate some help.
    A Customer Master Record may exist for many sales areas.  Does this mean many sales area within one Sales Organizational right??

    Welcome to the forum.  As a new member, I would like to inform you that there are certain rules and regulations applicable to this forum which you can find to your right screen where it has also been indicated that posting basic / repeated query is not allowed.
    Please AVIOD  posting queries like this.  Since you have indicated that you are new to SD, it would be better if you test in SAP and see whether system is allowing or not so that you will learn on your own. 
    G. Lakshmipathi

Maybe you are looking for

  • Getting error while starting Managed Server

    Hi All, I configured Custered environment in Weblogic 9.2 to use in ALSB. While starting managed server i am getting error : <Critical> <WebLogicServer> <punitp46462d> <new_ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1233666363188> <BEA-0003

  • Dsconf error in ODSEE 11.1.1.5

    Installed a new ODSEE 11.1.1.5 DS on Solaris 10 (SPARC) on port 11389. Getting this error. Can anyone please help? bash-3.00$ dsee7/bin/dsconf get-server-prop -p 11389 Certificate "CN=srv1.xyz.com, OU=abc, O=xyz, L=qwe, ST=Illinois, C=US" presented b

  • IPhoto DVD locked

    I have an iPhoto library on DVD which I want to open to view photos. I have clicked on DVD icon on Desktop, clicked on the iPhoto Library icon in it and have received message that it is locked. I have created a new library which was suggested in one

  • How do I create a SENT On My Mac mailbox?

    I've just migrated our Macs from Microsoft Outlook for Mac to Apple Mail, iCal and Address Book and activate iCloud. I don't know how I did it, but under my MAILBOXES in the "Sent" mailbox there are two sub-mailboxes: "iCloud" and "On My Mac" Both th

  • Need to reload an on-line purchase of photoshop......

    I made an on-line purchase of photoshop two days ago but the internet connection broke as it was downloading. i would like to re-load it. I have the order #.....what do I do? I am now on a good high speed line and can do it tonight. Thanks Sven