Inheritance on Sales Offices and Sales Groups (PPOMA_CRM)

HI All
We have replicated the Org Model from ECC to CRM using the report CRMC_R3_ORG_GENERATE.
Under PPOMA_CRM upon selecting the Sales Org unit, we see that some of the attributes (Tupels and Distribution Channels) are assigned to the Sales Organization but not to Sales Offices and Sales Groups under the Sales Organization.
We need to achieve that any attribute assigned the Sales Organization needs to be inherited to all the Sales Offices and Sales Groups under it.
Any pointers in this regard would be of great help.
Thanks in advance
Best Regards
Ram Sushanth

Generally, an attribute assigned to the top Sales Organization is automatically inherited to its subordinate Sales Offices and Sales Groups.
But, this is not happening in our case. Pl help.
Thanks in advance
Best Regards
Ram Sushanth

Similar Messages

  • ADM template for office and AD - Group policy

    Hi,
    I need to enforce English (UK) as the editing language in office application (2010 & 2013).
    I have downloaded the ADM template saved it on C drive on the AD server.
    Then I loaded the ADM template for office to a GOP which I created on test basis and added an AD user to it.
    On the template I enabled the setting for primary editing language as English (UK) .
    on the client side , when I open an office application eg outlook or word, I can still see English (US) as the set language.
    what am I doing wrong ?
    also how do I use the ADMX template ? because when from the GPO editor I try to browse add the its template the window show blank.

    Hi,
    From Windows 2008 R2, the current version of Administrative Template files are ADMX files. The GPMC displays these settings under the Administrative Templates node. 
    However, the GPMC still recognizes ADM files and displays these settings under the Classic Administrative Templates node, which is a child node to Administrative Templates .
    Checkout the below link on installing ADM files,
    Add or Remove Classic Administrative Templates
    Checkout the below on adding the Office 2010 ADMX files in to GPMC,
    Adding the admx files from Office 2010 admin templates into your GPMC
    Regards,
    Gopi
    JiJi
    Technologies

  • Restriction of Labs/Offices and Document Browser

    Hello Everyone,
    I have searched the forum but got no satisfactory answers.We have several plants and locations involved,ours is gropu with 23 companies.My doubts are:
    1.  Can we restrict the labs/offices defined to Document type level?
    2.Can we restrict the Document Browser and Authorizations tab to Document type level?
    Thanks.

    Vipin,
    In customization settings for Document Types, if we enter "Required Entry (+)" for labs/office and Auth group in the field selection, it will mandatorily ask to input these when you save a new document. If we donu2019t select anything, then it input to lab/office or auth group will not be asked.
    Apart from "Required entry", there are 3 more options like "optional entry", "Suppressed Field and "Display field" which are used for different scenarios. Let me know if this answers your questions.
    Regards,
    Sudharshan.

  • Can not determine sales office or sales group on ppoma_crm

    Hi, CRM Gurus.
    I would like to change organigation on PPOMA_CRM.
    When I assign sales office or sales group on sales senario at the
    function tab, this error message is occured.
    "No sales office could be determined."
    How should I do to determine sales office of sales group?
    Edited by: WON BUM LEE on Oct 7, 2008 7:03 AM
    Edited by: WON BUM LEE on Oct 7, 2008 8:22 AM

    Hi WON BUM LEE,
    Hava you replicated the sales area from R/3. If not replicate it and see wheather the sales area exist in crm or not. If yes go to Tcode OOATTRCUST and chosse SALES and doubleclick on attribute and scenario. Thre U make
    SALE     IS_SA_GRP     No inheritance     3
    SALE     IS_SA_OFF     No inheritance     2
    SALE     IS_SA_ORG     No inheritance     1
    Change it to    0
                          0
                          0
    I think it will solve.
    Thanx
    Chinmaya

  • Replication of Sales Office and SAles group into CRM from ECC6

    Hi All,
    recently I added the sales group and sales office into and existing sales are in ECC6.
    1. how can I replicate that sales group and sales office replicate into CRM and Assign to the same sales area
    2, how can replicate a new sales area into CRM?
    3. do I need to do something in Org structure..?
    thanks,
    Ken

    Hello Ken,
    You can download new sales office & sales group using Transaction code CRMC_R3_ORG_GENERATE.
    After executing this transaction you can see new sales office & sales group structure.
    You have to select this new sales office & group rows & generate structure. After that you have to save. While saving you can give the earlier CRM Sales Organization unit.
    You can see new sales office & sles group under earlier sales organization in PPOMA_CRM.
    Best Regards,
    Rajendra Sonawane

  • How to restrict Sales office and Sales Group.

    Hi All,
    I want to restrict the users from changing the sales office and sales group in the sales order.
    Is there any standard way to achieve this or do we need to do with User exit??
    Please help.
    Thanks,
    Pavan.

    hi
    there is no standard settings for estrict the users from changing the sales office and sales group in the sales order
    so you have to write the logic in userexit
    DATA: lt_user_list   TYPE STANDARD TABLE OF tvarvc,
           lw_user_list   TYPE tvarvc,
           lr_user        TYPE RANGE OF syuname,
           lw_user        LIKE LINE OF lr_user.
    IF screen-name EQ ' VBAK-VKBUR' and   VBAK-VKGRP.
    * IF sy-tcode EQ 'VA02'.
    **Get list of users who are allowed to change SO - only they can change payment terms
         SELECT *
           FROM tvarvc
           INTO TABLE lt_user_list
          WHERE name = 'ZSD_VA02_ALLOWED'
            AND type = 'S'.
         IF sy-subrc = 0.
           LOOP AT lt_user_list INTO lw_user_list.
             lw_user-sign = lw_user_list-sign.
             lw_user-option = lw_user_list-opti.
             lw_user-low    = lw_user_list-low.
             lw_user-high   = lw_user_list-high.
             APPEND lw_user TO lr_user.
             CLEAR lw_user.
           ENDLOOP.
    **    If user is not in the users listed for change allowed
           IF sy-uname NOT IN lr_user.
             screen-input = 0.
           ELSE.
             screen-input = 1.
           ENDIF.
         ENDIF.
       ENDIF.
    ENDIF.
    go to STVARV t code here you check the NAME and give the user ids who need to change

  • Open items report with Sales Group and Office

    Dear all,
    Our client wants a report for AR open items which shows amounts and sales group/ office for a customer.
    E.g.:
    Sales GR   Sales Offi    Net due date     Customer    Pay. terms      Amnt in loc. CUR
    100            1234            15.06.2011       123456        Z007              30.000
    Does anyone know how I create such a report?
    Thanks for any help.
    Kh

    I don't think such a report is available as Std. You may choose to write a report based on VBRK, KNA1, KNB1, BSID and BSAD
    Regards
    Sanil Bhandari

  • How to include Sales Office and Sales Group into FI report?

    Hi,
    I have a requirement to add Customer characteristics u201CSales Groupu201D and u201CSales Officeu201D into a FI report which is based on the InfoCube 0COOM_C02. The values that needs to be presented is actual data (Customer Master Data; NOT transactional value.
    In the DataSource u201C0COORDER_ATTRu201D, fields Sales Organization and Sales Group are present and it is brought to BW from R3. But I am not able to find the way to get the field Sales Office into SAP BW.
    I checked the extraction program for the DataSource u201C0COORDER_ATTRu201D, the fields Sales Org and Sales Group are coming from a table u201CCE41000u201D but in this particular table there is no Sales Office present.
    So can anyone guide me out in getting the Sales Office to the DataSource u201C0COORDER_ATTRu201D, or is there any way of getting it in BW directly by reading some Master Data table.
    Thanks in advance
    Prasapbi

    Hi Sangeeta,
    As per your statement, my understanding is that the Organization Attributes are not maintained in the Customization. If all the values are properly maintained then based on the Organization Data determination, the system would have picked up the data. You can first check the Organization Structure and see all the attributes are properly maintained or not and then check whether the Object Permitted in determination checkbox is checked. Then create a Transaction and see that all the Organization data are getting filled properly.
    Have a look at the following link for a complete guide to the Organization data determination customization.
    http://help.sap.com/saphelp_crm70/helpdata/en/6d/5c1738453fde16e10000009b38f8cf/frameset.htm
    If the Organization data customization is not meeting your requirements then you can have a second look at the development approach. Then we can have a look at the available Objects to get the desired functionality.
    Hope this helps.
    Thanks,
    Samantak.

  • Sales office and sales group are not copied from quotation to sales order

    Hi All,
    I have maintained sales office and sales group in quotation maually at header level.while  coping to sales order sales office and sales group are missing.
    Please let me know what would be reason for missing those twoand whether i should check anything in copy controls.
    Regards
    Mohan

    As its a standard functionality to have the Sales Group & Sales Office from Quotation to Order. But in your case, check the Copy Control settings at Header Level .
    DataT 051 General header data       Copying requirements 001 Header-same customer
    DataT 101 Header business data
    DataT 001 Partner header
    In case , they are also same, then check if any Logic is added in the Existing Routine.
    Best Regards,
    Ankur

  • How to add sales office and sales group code in Badi Order_Save?

    Hi,
    i have a requirement .
    the concept is like this ,we have S>D>G lay out.
    initially the sales office and sales group were fetching  values from "G".
    But my requirement is the sales office and sales group should fetch values from "D"..when the transacion is "ZGRW"..
    This is in CRM platform...So how shud i assign values of D to sales office and sales area??
    how to code this...
    help me out
    Edited by: VARUN VADNALA on Jun 25, 2009 1:35 PM

    Hi Sangeeta,
    As per your statement, my understanding is that the Organization Attributes are not maintained in the Customization. If all the values are properly maintained then based on the Organization Data determination, the system would have picked up the data. You can first check the Organization Structure and see all the attributes are properly maintained or not and then check whether the Object Permitted in determination checkbox is checked. Then create a Transaction and see that all the Organization data are getting filled properly.
    Have a look at the following link for a complete guide to the Organization data determination customization.
    http://help.sap.com/saphelp_crm70/helpdata/en/6d/5c1738453fde16e10000009b38f8cf/frameset.htm
    If the Organization data customization is not meeting your requirements then you can have a second look at the development approach. Then we can have a look at the available Objects to get the desired functionality.
    Hope this helps.
    Thanks,
    Samantak.

  • How to authorization sales office and sales group in VA21 and VA01 t-code

    I need to authorization sales office and sales group in va21,va22,va23 and va01, va02, va03 to control users access the sales order.
    I found some articles how to resolve this problem.I have created new authorization object Z_VBAK_ VKO, and add these fields to the object: VKORG: Sales Organization, VTWEG:Distribution Channel, SPART: Division, VKBUR:Sales Office, VKGRP: Sales Group, AUART:Sales Document Type, ACTVT:Activity
    I have add the object Z_VBAK_VKO to va01, va02, va03 in SU24 translation.
    I test the authorization , but fail, va01 and va02 do not check the authorization.
    Why? what can i do? please help me .
    thanks

    Dear Wu
    I think you are using the concept of Master Roles and Derived Roles.If ur using then create a master role and derived role for the authorisation group you want. And in the derived role assign the specifics to the respective logins ID. If you want to attach the authorisation to the T-Codes Va01 or VA21 etc then you have to use Exit.
    Correct me if i am wrong.
    Regards
    Jyotsana

  • How to Default sales office and group in Organisation tab of crmd_order

    Hi Experts,
    In crmd_order transaction when user enters sold-to-party, then organisational determination takes place which brings sales area,distribution channel and division automatically under organisation tab.
    My requirement is to fetch the correspoding value of sales office and sales group for that Org unit and display them in the organisation tab.
    My logic goes like this:
    1) I have to fetch the sales office and sales group from the master data of ship to party ( i.e. bp with ship to party role).
    2) Then Give the sales area key( org unit, distribution, division) to fetch/filter and display the sales office and sales group.
    Which function modules to use to make the above 2 steps work. What code to write to make the above two steps work.
    I did not find any FM that takes bp with ship to party role and gives back the org unit data alongwith sales office and sales group.
    Then, how to link BP with role ship to party with Organisation Unit and then take the org key to read the org data.
    Which tables and FMs should I consider for this. I am thinking of using the merge method of CRM_ORGMAN_BADI.
    Thanks in advance,
    Sangeeta.

    Hi Sangeeta,
    As per your statement, my understanding is that the Organization Attributes are not maintained in the Customization. If all the values are properly maintained then based on the Organization Data determination, the system would have picked up the data. You can first check the Organization Structure and see all the attributes are properly maintained or not and then check whether the Object Permitted in determination checkbox is checked. Then create a Transaction and see that all the Organization data are getting filled properly.
    Have a look at the following link for a complete guide to the Organization data determination customization.
    http://help.sap.com/saphelp_crm70/helpdata/en/6d/5c1738453fde16e10000009b38f8cf/frameset.htm
    If the Organization data customization is not meeting your requirements then you can have a second look at the development approach. Then we can have a look at the available Objects to get the desired functionality.
    Hope this helps.
    Thanks,
    Samantak.

  • How to restrict sales group and sales office in va01?

    in transaction "va01" ,I want to restrict "sales group" and "sales office", but there is no
    relative authorization object. I create a role named "z1000test001" with va01 , there are only "division","sales organization"
    and "distribution channel" which could be restricted.
    the authorization object with va01 is : V_VBAK_VKO.
    and I find another authorization:V_VBKA_VKO ,which contains:"sales group" and "sales office",
    but this one seems have no relationship with va01.
    Is there any method to restrict "sales group" and "sales office" in va01?
    Could anybody help me?

    Hello,
    This has been discussed before and there's a solution available.
    Have a look at this thread: Authorization for Sales Office and Sales Group
    Cheers
    Jurjen

  • How to download ECC customers without Sales Office and Sales Group values

    Dear all,
    In SD Customer master record we enter Sales Office and Sales Group fields under Sales Area tab-->Sales Tab.
    While downloading customers form ECC to CRM, How can I exclude this Sales Office and Sales Group Data from the download.
    I want to download customers without this sales office and Sales group data...Kindly suggest me how can I do this.
    Your suggestions will be highly appreciated.
    Best regards
    Raghu ram

    Hi Chandrakanth,
    I have removed 'Object Permitted in determination' checkbox for all Sales Offices, but still the problem persist.
    I am getting following problem in SMW01 while downloading customers.
    "Sales office O 50000004 sales group O 50000057 not maintained for sales area O 50000001 C5 Z0
    Message no. CRM_BUPA_FRG0140204."
    This problem is coming for all customers, so I though of excluding Sales Office and Sales groups from downloading.
    Can we use Filters functionality for this, if so what sort of settings need to be maintained for Customer_Main object in R3AC1 transaction.
    Please suggest, your suggestions will be highly appreciated.
    Best regards
    Raghu ram

  • Sales Office and Sales Group desciptions missing

    Hi all,
    In the initial download I copied my sales structure from R3 environment. Also I downloaded the related customizing objects.
    The structure is now correctly copied and the sales groups and offices too. The problem is that when I try to assign a sales office (or sales group) to a organizational unit, the mathcode only show the codes, but no the desciptions.
    Does anybody know if there's a problem in my configuration?
    Thanks in advance
    Javier Merino

    As its a standard functionality to have the Sales Group & Sales Office from Quotation to Order. But in your case, check the Copy Control settings at Header Level .
    DataT 051 General header data       Copying requirements 001 Header-same customer
    DataT 101 Header business data
    DataT 001 Partner header
    In case , they are also same, then check if any Logic is added in the Existing Routine.
    Best Regards,
    Ankur

Maybe you are looking for

  • How to get wifi on in iphone 4s ?

    how to get wifi on in iphone 4s ?

  • Upgrading a database from 8.1.6 to 9.2.0

    Hi, Oracle provides scripts to directly upgrade a database from an older release to the latest release. In the 9.2.0 installation, scripts are available to upgrade from 8.0.6, 8.1.7 and 9.0.1. No scripts is present for upgrading my 8.1.6 database to

  • Acrobat is in trial mode after subscribing to Creative Cloud

    Hi, I've purchased the creative cloud recently. I had trial versions of Acrobat on my home computer and a laptop before I actually purchased my subscription. When I bought the subscription the Acrobat version on my PC and everything else i had trial

  • My nano generation 6 now stops playing music when the screen goes black

    The nano recently started to do something weird.  I have been using it for a couple years with no issues.  Recently it will stop playing music as soon as the screen goes black (sleep).  it never did this before.  I have checked the settings, nothing

  • Crystal 8.5! Set table locations at run time to queries

    Hopefully some people still remember version 8.5... I have a number of reports which all work from a single database, this can be either Access or SQL Server, I'm currently testing on Access. I would like to use the same reports but print them for mu