About Business Partner Marketing, Sales Area Data tables

Hi,
I want the table names where Business Partner sales area data and Marketing Attributes are stored.
Thanks in advance.
Regards,
Dhanraj.

Hi Natarajan,
Thanks for your help.
But There is no data inside this CRM_MKTPL_ATTR table.
I want the Sales Organisation,Distribution Channel, Division data and Marketing Attributes of Every Business Partner.
I found table CRMM_BUT_FRG0080 contains data, but when I created a new Business Partner and maintain the Sales Area Data, the saved data does not reflect in the CRMM_BUT_FRG0080 table.
Regards,
Dhanraj.

Similar Messages

  • How , When and What is the significance of Business Partner's Sales Area Data?

    Dear All,
    What is the Sales Area data of busines partner , What is the significance of the same?
    When it gets modified or extended?
    How to maintain its configuration? How maintain its data!!
    Hence i want to understand almost all about sales Area data of business partner.
    Regards,
    Dhruvin
    Moderated: Please use the search before posting.
    Message was edited by: Andrei Vishnevsky

    Hello Dhruvin,
    I think you shall have a look on the current help about this issue as it is a Complex ssue meaning "extense" and also one of the basic Points on the customizing and deployment of a CRM System:
    Organizational Management in SAP CRM - SAP Library
    Basically the Sales Area Data identifies your BP in your Sales Organization.
    You define your sales organization so its fits your business requirements and real structure. f
    Having this information properly defined helps to link data between SD and CRM so you can have for example: - The proper price for a customer when creating and Oportunity/ Sales Order.
                  - To restrict the access of the information of an employee.
    Hope these hints help..
    Regards            

  • Business Partner creation - Sales Area Data retrieves blank divisions

    During business partner creation, the sales area data assignment block will retrieve a list of all relevant sales organizations, distribution channels, and divisions that are replicated from ECC. This is working fine. However, it also adds to this list with the sales organizations, distribution channels, and blank divisions. Blank divisions do not exist in either ECC or CRM. It appears to be using the dummy division settings, but I have attempted to configure with the indicator "CRM Header Div. Active" as both active and inactive, to no effect. The only time I have been able to condense this list into a single line has been when I actually activated dummy divisions -- to which CRM would now retrieve only sales organizations, distribution channels, and blank divisions. This is not an ideal solution either.
    How do I get the system to remove the blank divisions from being displayed? It is very confusing to the users, not to mention polluting the screen.
    Example (both are being displayed, I only want the one with an actual value to be displayed):
    Sales Org = 1000, Dist Chan = 10, Division = blank
    Sales Org = 1000, Dist Chan = 10, Division = 10

    any insight woudl be much appreciated. thanks.

  • Business Partner - CRM Sales Area Data disabled

    Hi Experts,
    Facing a small problem in Business Partner screen.
    I have created a Sold-to-Party role and when i go to the <b>Sales Area Data</b>
    data set, i should be able to Choose Sales Area for determining the Sales Org and Distribution Channel. But the Button <b>Choose Sales Area</b>
    is not enabled. Kindly help me out in Enabling this button so that i can choose Sales Area and determine the Sales Org and Distribution Channel.
    Thanks
    Shiva

    Hi,
    1. Go to transaction sm30
    2. Open T77OMATTR in display mode.
    3. Select SALE and go to Attributes/Scenarios.
    4. Now go to the detail of attributes IS_SA_GRP, IS_SA_OFF and
    IS_SA_ORG.
    There you will see that Flag is not checked for 'Simulated'. For
    Enhanced model it should be checked. Check the checkbox for all the
    three attributes and then run the report
    HRBCI_ATTRIBUTES_BUFFER_UPDATE.
    Smita.

  • Extending BP Sales Area data with EEWB

    Hello Group,
    we plan to add a new field to the Business Partner's sales area data (PCUI). A business partner could have more than one sales area, so also more than one time the new field.
    Would I be able to achieve this with the EEWB?
    I have never worked with the EEWB but just read, that using it you can add new fields to the central table BUT000 of business partner.
    Is it possible to add a field to the sales area, i.e. depending on the sales areas of the customer?
    Thanks for help,
    Erik
    Message was edited by: Erik Mueller

    Hi Erik,
    Using EEWB you can only enhance the BUT000 table and add the fields. With EEWB it is not possible to enhance the sales area data.
    In order to do this take the refrence of the SAP oss note 513313. With this they enabled the exchange of the field sales office & sales group.
    Also provide me your mail id, I will send you the MW enhancement guide which will help you to do that.
    <b>Allot points if my post helps!!</b>
    Best regards,
    Vikash.

  • Bapi - relationship on BP with sales area data - urgent

    Hello,
    I am still looking for BAPI for creating relationship between business partners with sales area data in CRM 5.0.
    Example - I would like to create relationship type CRMH03.
    Bapi BUPR_RELATIONSHIP_CREATE does not allow for maintaining sales area data (Sales org, distribution channel, division).
    Does anybody know such a bapi?
    regards
    Radek

    Hi,
    U can implement the FM accordingly :
    declare the data.
    DATA : LT_NEW_ENTRIES TYPE STANDARD TABLE OF BAPIBUS1006_SALES_AREA,
    LW_NEW_ENTRIES LIKE LINE OF LT_NEW_ENTRIES,
    LT_RET TYPE TABLE OF BAPIRET2..
    *Assign the required values
    LW_NEW_ENTRIES-SALES_ORGANIZATION = 'O 50000000'.
    LW_NEW_ENTRIES-DISTRIBUTION_CHANNEL = '01'.
    CALL FUNCTION 'BUPA_PFCT_ADDFUNCTION'
      EXPORTING
       IV_PARTNER1           = '0000000569'
      IV_PARTNERGUID1       =
       IV_SALES_AREA         =  LW_NEW_ENTRIES
        IV_BPFUNCTION         = '00000004'
       IV_PARTNER2           = '0000000568'
      IV_PARTNERGUID2       =
      IV_STANDARD           =
       IV_TESTRUN            = ' '
       IV_X_SAVE             = 'X'
    TABLES
       ET_RETURN             = LT_RET
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
       WAIT          = 'X'.
    Hope its useful.
    Regards,
    Shwetha.

  • Bapi for creating Sales Area data on Relationship

    Hi,
    I am looking for BAPI for creating relationship between business partners with sales area data in CRM 5.0.
    Example - I would like to create relationship type CRMH03.
    Bapi BUPR_RELATIONSHIP_CREATE does not allow for maintaining sales area data (Sales org, distribution channel, division).
    Does anybody know such a bapi?
    Regards
    Radek

    hi
    try using these
    BAPI_BUPA_CREATE_FROM_DATA
    BAPI_BUPA_RELATIONSHIP_CREATE
    best regards
    ashish

  • CRM - Bapi for creating relationship between BPs with sales area data

    Hi
    I am looking for BAPI for creating relationship between business partners with sales area data in CRM 5.0.
    Example - I would like to create relationship type CRMH03.
    Bapi BUPR_RELATIONSHIP_CREATE does not allow for maintaining sales area data (Sales org, distribution channel, division).
    Does anybody know such a bapi?
    Regards
    Radek

    Hey Radek,
    I am actually looking for the same functionality. Were you able to find a solution although no one replied to your question in this thread? If so, it would be very helpful for me to know. Maybe you have to combine more BAPIs in order to add the organization information to the relationship. But I have no idea how.
    Best Regards
    Mirko

  • Function module to read sales area data of a Business partner

    Hi,
    Could anyone please tell me if there is a functio module to read the sales area data of a business partner.
    Also, what tables contain the sales area data of a BP.
    Thanks,
    Sahil

    Hi Gregor,
    I was basically looking for a function module that would give me the details on the Billing Tab from the BP Sales area data.
    we can use BAPI_BUPA_FRG0030_GETDETAIL function module to retreive that data.
    Thanks,
    Sahil
    Message was edited by: sahil gupta

  • Extending Sales Area data for a Business Partner

    Hi CRM experts,
    I searched the forum but couldn't find a thread that I'm looking for..
    I've a query regarding the extension of Business Partner to a new Sales Area in CRM. In R/3 we can provide reference sales area and extend the customer to a new sales area. This will copy all the relevant sales area fields' data to the new sales area in R/3. Do we have similar option in CRM? If not what is best method to extend large volume of Business Partners from one Sales Area to a new Sales Area?
    Any pointers around this will be helpful.
    Thanks,
    Charan

    Hi,
    In  the BP go to Sales Area Data and select sales tab. In that select the sales Org,D.Channel,division for which you want to maintain and enter all the detail in all the tabs (shipping,Sales,Billing etc) and save the BP.
    Regards
    Vinod

  • Sales area data wrong mantained in Business Partner

    Dear All,
    We work with a CRM 7.0 EPH3 and we do integrate our CRM with a SAP ERP.
    We are using common distribution channel and division for maintaining sales area data in Products and Business Partners.
    We did mapped the common channel and division as well as we have done for non common in the  organization model.
    SALES ORG-CHANNEL -DIVISION
    1000                    00             00
    My problem is with several Accounts that have been wrong maintained in CRM s with non common division.7
    my problem is with several Accounts that have been wrong maintained in CRM s with non-common division.
    SALES ORG-CHANNEL -DIVISION
    1000                    00             40
    ERP refuse the combination cause is not a valid sales area data for master data maintenance, and I can´t  delete this info from sales area in the account
    if I avoid the error to be done in future (assigning wrong division). How can I prevent this wrong sales area data  to  try to be sinc in ERP  each time the account is updated  Can Anyone tell me how to prevent this error?
    Thanks in advance
    Marga Ribes

    Thanks Christophe
    I don´t need to  map the org model  cause it´s already fixed, I need to solve the problem for the account master data  wrongly maintained.  the accounts are maintained for
    1006-00-40  and each time that get updated and try to sinc a red bdoc raise with the same error. This sales area is not  valid in ERP.
    Marga

  • Tables in CRM- Sales Area Data

    Hi,
    We have downloaded the Customer Master from R/3 to CRM system. Initial Load was successful and delta is also working fine. We are getting the R/3 sales area data in CRM system when we open a BP.
    But here our issue is, we could not locate the sales area data in any of these below CRM tables -
    CRMD_ORGMAN
    CRMM_BUT_FRG0081
    CRMM_BUT_FRG0080
    This data we require for BW purpose, Can anyone help me where I can get this data?
    The Bdocs coming from R/3 to CRM contains complete sales area data.
    Thanks&regards,
    kalyan

    It depends on the tab you have maintained for sales area.
    CRMM_BUT_LNK0011 holds the sales area data for the sales tab on the screen.
    CRMM_BUT_LNK0021 holds the sales area data if the shipping tab is maintained.
    Similarly if the billing tab is maintained, you ll find the data within the CRMM_BUT_LNK0031 table.
    I hope this helps.
    Regards,
    Gaurav Gera

  • Table for Business Partner Marketing Attribute

    What is table for Business Partner Marketing Attributes and Attribute Set .

    Anup,
    Ok you have BP Guid. You goto table AUSP and enter the PARTNER_GUID = BP GUID and check contents. Here you will get all the attribute list (field ATINN) and corresponding values of attributes (field ATNAM). But here in this table u will find ATINN in form of number; using that number you can find corresponding attribute name in field ATNAM of table CABN where ATINN = ATINN  u got in the AUSP for each attribute rows.
    Thanks,
    RR

  • Table for Billing Details(in Sales Area Data) in BP

    Hi,
    Can you let me know the table name for Billing Details(in Sales Area Data) in BP xn.
    Please Help.
    Neeraj

    Hi,
      CRMD_BILLING Contains billing related information.
    see these tables also..
    CRMD_BILLPLAN
    CRMD_BILLPLAN_D
    CRMD_BILLPLAN_DA
    Regards
    Srinu

  • Sales Area Data of BP unavoidable?

    Hi
    i'm workin in a CRM system that has been permanently disconnected from the ERP because of a spind off/management buy out
    I wanted to make standard transaction type CMIC (individual contract) in CRM usable, very very basic, without pricing functionality and any extras, just a manual amount of money to be edited in a product position and that's it.
    I get the error message that the currency is not there and that the sales area data of the BP is not accessable. I get these messages before providing an item oder material number. Just after providing the sold-to-party and pressing enter. No difference if i work in WebUI or in SAP GUI  CRMD_ORDER
    A check shows of the BP in role CRM000 sold-to-prty shows that indeed there is no sales area maintained and no sales area data accessible / all the fields are greyed out
    A check in the customizing shows one distribution channel and even a division but i think the data is corrupt, the sales area choosing fields in the BP are white without content, the BPs dont have any sales area data, all fields are greyed out. So there is no way to write any sales area data into the BP, it would be needed for hundreds of BPs anyway so this is not the way.
    Now the system insists on the currency in the transaction type CMIC. The currency is copied from the sales area data from the BP. It cannot be provided manually. I will have to find a way to achieve this. I just saw, that it is the same with transaction type TA, so i guess all the sales transactions will have that problem in common
    What can i do? I checked the org units in the transaction. They do have an attribute 'Currency' that is filled 'EUR' but the system doesn't care
    The weird thing is that opportunities (with the same BPs and the same product) can be created without errors - and there EUR is provided as currency in the item by default...?
    Any ideas
    Thx

    If you are a functional consultant
    Once the transaction's org determination is done, you can always check the information from the Header Organization tab. This is you know already. If you want to know the Sales Areas a Business Partner (sold-to) is maintained, then go the BP maintenance (Transactio BP ), select the appropriate role - in your case sold-to role of the BP. If you are already not in the Sales Area then click the Sales Area Data button in the toolbar. Then click Choose sales area button in the Sales Area section.Inthe popup, if you click the Maintained Sales Areas, you will see the actual Sales areas the customer has been extended to.
    I am sure you know the above facts too. Well,
    If you are a technical consultant
    The Sales Org details of the transaction can be erad using the function module CRM_ORGMAN_READ-xxx There are more than one FM to read depending upon where you want to read that from - like from the order buffer (good in BAdIs when creating / chaning the order) or fromthe DB. Pick one you want.
    To read the Sales area of a sold to BP, the data is available in the table CRMM_BUT_FRG0080 You can get the maintained sales area information for a given BP.  You can also use the function module CRM_BUPA_FRG0080_READ
    If this is not what you wanted, then you must rephrase your question for me to understand.
    Easwar Ram
    http://www.parxlns.com

Maybe you are looking for

  • Setting Up a New User Account - iTunes issue

    My wife and I were both using our Mac as a single user, but logging into iTunes under separate iTunes accounts to download our own music and apps. This week I set up a new User Account in her name, and transferred all music and apps to her User Accou

  • Instrument Plugins No longer show up in the Channel Strip Area?

    I've been working with Mainstage 3 quite extensively now. OS X Version 10.8.5 It's been incredible and I really love the program. Just Today, I noticed the instrument plug-ins don't show up in the channel strip area. Only the Audio and Mide FX plugin

  • Protocol error: close rcvd twice

    Hi I have noticed lately that a "strange" error message appearing in my /var/adm/messages saying: root@kapttapp2 # tail -500 messages Jun 22 17:09:26 kapttapp2 sshd[13668]: [ID 800047 auth.error] error: channel 0: protocol error: close rcvd twice roo

  • Ad Hoc Workflow Routing

    Has anyone developed an Ad Hoc workflow in Content Services using BPEL? I am doing this using the User Request action to initiate the workflow. I'm also using the Ad Hoc design pattern in BPEL. This works well. My problem is, I am not sure how to spe

  • ISE Guest login page problems

    hello all, am trying to setup a 'guest' access for known people... i mean, the validation of the credentials are made to a LDAP server. User account are created there, and inside a wfacces group. My probleme is when i activate my autorization policy