TPM - Planning on Custumer Hierarchy but exclude some customers

Hi,
within TPM it is possible to plan on different Account levels (Single Account, Hierarchy, Target Group).
We've got the requirement if a promotion is planned on a customer hierarchy node, the user needs to have the possibility to
exclude individuel customers underneath this node.
I didn't find any exclusion possibility for customers (only for products).
As anybody experience or an idea of customer exclusion within trade promotion management ?
We are working with CRM 7.0.
Many thanks
Andreas

Hi Zhenglin,
thanks for your response.
Using Target Group to meet this requirement was also our first idea and we tested it. The selection of BP works fine with target groups as well as the creation of conditon records.
The issues by using Target Groups within TPM are:
- strong limitation with funds management integration
- enhanced rebate process doesn't works with target groups
Therefore is our goal to avoid target groups but we have still the requirement for BP selection under a particular hierarchy node.
Other ideas are very welcome
Many thanks in advance

Similar Messages

  • EXPORT at schema level, but exclude some tables within the export

    I have been searching, but had no luck in finding the correct syntax for my situation.
    I'm simply trying to export at the schema level, but I want to omit certain tables from the export.
    exp cltest/cltest01@clprod file=exp_CLPROD092508.dmp log=exp_CLPROD092508.log statistics=none compress=N
    Thanks!

    Hi,
    Think in simple first.. you use the TABLES Clause..
    Example.
    exp scott/tiger file=empdept.expdat tables=(EMP,DEPT) log=empdept.log
    In case if you scehma contains less number of tables.. !!
    Logically if you have large number of tables, I say this solutuion might work ...all around... alternative solutions to solve the problems.. If you have hundered of tables... in your schema....
    Try to Create a New Schema and using CTAS create a tables which are skippable in the Current Scehma.
    Do an Export and once the Job Done.. you recreate the backup fom New schema
    and Import to DB (Destinaiton)
    - Pavan Kumar N

  • USMT - exclude folder c:\Notes but include some specific files in it

    Hi,
    my name is Paul, I live in Belgium and I'm fairly new to MDT and USMT. We're doing some testing because we want to implement LTI deployments. Since two weeks I'm testing USMT5. I created a Capture User Data Task Sequence and it worked great. All non-windows
    folders in the C-drive were copied, all Favorites etc. Even the restore worked! So I was happy. :-) But one non-windows folder in the C:-drive is C:\Notes. This folder is almost 1GB and I only need four small files. I read all information I could find on the
    internet but I didn't find any information or examples for my case. Most examples include a folder and exclude some files in it, but I want it the other way around !
    Could you help me? So I want to exclude c:\Notes (and all the subfolders) and include c:\Notes\Data\names.nsf, c:\Notes\Data\bookmark.nsf, c:\Notes\notes.ini and c:\Notes\Data\username.id .
    This is one of the versions I tried.
    <?xml version="1.0" encoding="UTF-8"?>
    <migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/mignotes">
    <!-- This component first exludes the Notes folder but next migrates all the necessary Notes configuration files within -->
    <component type="Documents" context="System">
    <displayName>Exclude Notes</displayName>
    <role role="Data">
    <rules>
    <Exclude>
    <objectSet>
    <pattern type="File">C:\Notes\* [*]</pattern>
    </objectSet>
    </Exclude>
    <include>
    <objectSet>
    <pattern type="File">C:\Notes\Data\ [bookmark.nsf]</pattern>
    <pattern type="File">C:\Notes\Data\ [names.nsf]</pattern>
    <pattern type="File">C:\Notes\Data\ [*.id]</pattern>
    <pattern type="File">C:\Notes\ [notes.ini]</pattern>
    </objectSet>
    </include>
    </rules>
    </role>
    </migration>

    I believe the XML is case-sensitive, so try <exclude> instead of <Exclude>. Or you could try putting the exclude block after the include block.

  • Error in accessing TPM Planning Layout

    Hi Guys:
    We are using CRM6.0 Web Client to execute Trade Promotion, and here are the data we are creating a new TPM with:
                Account Type: Hierarchy Node
                Our BP Hierarchy has only one node under the root node, so we assined that node
                Product Planning Basis: Product Category and Product
                Planning Profile Group: Standard Trade Promotions Management
    Besides the above data, we have Buying Date: 07/14/2008 - 12/28/2008
    When we click on the Planning on under Planning bar on the web Client,
    we get the following error:
    "Planning Services Error"
    "Value DD416011AB7C38F1BF820015172CFB73 is not perm itted for characteristic BP: Group (Hier.)"
    "Value DD416011AB7C38F1BF820015172CFB73 is not perm itted for characteristic BP: Group (Hier.)"
    where DD416011AB7C38F1BF820015172CFB73 is BP GUID
    Has anyone faced similar situation, or any suggestion on what could be wrong here.
    We are on BI7.0 and CRM 2007.
    Thanks,
    -Ram

    Hi Ram,
    It seems your Master data was not extracted to BI.
    Your hierarchy is defined in CRM but does not exist in BI
    Yo have to run you BI extractors for your Business partner hierarchies.
    Yann

  • In Forms Central/View Responses/Save as PDF, is it possible to exclude some form fields?

    in Forms Central/View Responses/Save as PDF, is it possible to exclude some form fields from the saved file?

    Hi,
    I would like to inform you that with forms central, you can convert the selected fields to PDF.
    However, your selection should be sequential. Example- You can convert column 1,2,3,4 and not select column 5; but it is not possible to select only column 2 and 3.
    Regards,
    Nakul

  • Rules - Reference an entity member list and then exclude some entities

    I have rules written to extract data in a specific file format.
    I am using a dynamic member list and then want to exclude some of the entities from doing the extract.
    The member list is base of a parent - it has about 500 entities. I only want to exclude 5 entities. I don't want to have to create a member list of 500 entities just becasue 5 of them are not needed.
    I can't use
    POV_ENTITY <>
    OR If Not POV_ENTITY =
    becuause it is not the POV_ENTITY it is the entity in the member list.
    How can I write that?
    Before:
    For Each Entity in HS.Entity.List("",ListName)
    After: (gives me a Syntax error):
    For Each Entity in HS.Entity.List("",ListName) AND If Entity Not "TAX_ROLLUP.TAX_DOM" Then
    Thanks!
    Full section of the rules:
    If ListOfEntity Then
    'Flag accounts have a different name than the Entity list
    'We need to include the name of the entity list in the File name
    'as well as loop through it to extract those entities
    'List Name = "Tax Entity & the right portion of the flag account beginning after "Tax_"
    UndSco=Len(ListToXtract)
    NameR = Right(ListToXtract, UndSco - 4)
    ListName="Tax Entity " & NameR
    'File Name is the concatenation below
    'Admin has to change the path in the WriteToFile routine at the bottom of this file
    FName="HFM_RIA_" & ListName & "_" & pov_period & "_" & pov_year & "_" & XView & "_" & FDate & ".txt"
    'Below is the header of the file
    Call Writetofile("*************************************************",FName)
    Call Writetofile(pov_scenario & " " & pov_period & " " & pov_year & " " & XView,FName)
    Call Writetofile("*************************************************",FName)
    Call Writetofile("Entity" & "," & "Account" & "," & "ECT" & "," & "PCT" & "," & "CAD" & "," & "CZK" & "," & "EUR" & "," & "GBP" & "," & "PLN",FName)
    'We loop through all the entities of the list related to the current flag account
    For Each Entity in HS.Entity.List("",ListName) AND If Entity Not "TAX_ROLLUP.TAX_DOM" Then
    Edited by: user2609991 on Jan 20, 2010 6:23 AM

    Sorry, yes I did it now using the greather than and less than signs.
    I am able to load the rules file but it still writes the Tax_Dom info to the file.
    I think I am going to give up and just create a big member list of all the entities less those six.
    Thanks for responding.
    Edited by: user2609991 on Jan 20, 2010 11:33 AM

  • CN41 Report with excluding some cost

    Hi,
    Basically CN41 report shows object wise cost/revenue/commitment/budget for one or more number of projects. Is it possible to show the SAP Standard Report CN41 with excluding some cost against any object (WBSE/Activity/Activity Element). Thats is it might be excluding the cost incurred on some specific cost elements. I can achieve it with cost element report but can it be done with CN41/CN41N report ?
    Or
    Any Standard cost elements report with Cost/ Revenue/ Commitment details where i can exclude perticular cost elements ??
    Is there any parameters we can set in DP profile/Selection profile. But this requirement should be available only for a specific user Ids not for all users.
    Thanks & Regards,
    Hari Krishna.K

    maybe T-Code s_alr_87013543 or cji3 helps.
    try doing.
    rgds
    Edited by: robert lion on Aug 31, 2009 10:06 PM

  • Exclude some columns during TDMS transfer

    Good morning.
    We need to exclude some columns during our TDMS transfer.
    For example, we have a table with 10 fields at the sender, we only need 8 fields to show up at the receiver.
    I have reviewed all my TDMS documents and TDMS on-line help but found no info about  this.
    Did any expert do similar thing before?
    Thanks!

    SAPUSERSS wrote:
    > We need to exclude some columns during our TDMS transfer.
    > For example, we have a table with 10 fields at the sender, we only need 8 fields to show up at the receiver.
    > Thanks!
    Hello ,
    Another potential workaround could be to use Scrambling rules for such fields
    and in the scrambling logic force the fields values to SPACE so that in the reciever those fields (Columns) are not transferred
    with any data.
    Cheers..!

  • How to exclude some tables in inoort

    Hi all,
    how to exclude some tables . For example, I have Oracle
    export file which contains a hundred tables, but I want to import all the tables except one, i.e. its (some table name) . Can I achieve this goal?
    thanks in advance.

    Hello,
    It depends on your Oracle Release.
    Up to Oracle *9.2* you have just the classical export/import utility.
    So, you'll have to list the Tables you want to Import with the following parameter:
    TABLES=(
    <table_1>,
    <table_n>
    )Starting with *10.1* you have the Datapump (expdp / impdp). With this new utility you have the very useful parameter EXCLUDE. It works like that:
    EXCLUDE=TABLE:"='<table>'"Please find a link about this topic:
    http://www.oraclefaq.net/2007/03/09/expdp-datapump-excludeinclude-parameters/
    Hope this help.
    Best regards,
    Jean-Valentin

  • MacBookPro AirportCard  excludes some UK channels

    Initially when my MacBook Pro couldn't see wifi networks that other Mac and PC users could, I thought that my laptop was just less sensitive to the signals. But then at the building where I work, while everybody I asked got a strong signal from the in-house wifi network, it didn't even show on my MacBook Pro.
    At a cafe full of happy surfers, the café's network doesn't show on my MacBook Pro. At another café I manage to get online but after a brief sleep (the MacBook Pro, not me) the network doesn't show.
    It turns out that the airport card in my 17" MacBook Pro (bought in the UK and used only in the UK and Ireland) frequently changes to country codes other than "GB". These include "DE" and "AT" but most frequently it selects  the code "US" and therefore excludes some UK wifi channels.
    When at my apartment I can simply connect to my router by cable or keep my Airport Express on a US channel. 
    However, away from my apartment, when my Airport decides to set itself to "US", it is impossible to see or connect to some UK channels. As one cannot manually reset the Airport card to "GB" I have to carry my old PowerBook G4 with me as well in order to access the internet. It is both cumbersome and time-consuming to have to transfer images from my new MacBook Pro to my old PowerBook G4 just to be able to email them.
    That's not a solution. What is?
    Thanks
    dex

  • TS2755 I have deleted almost all of my text messages but for some reason my memory usage still says that i have 3.5 gb of text messages saved. How do i correct this problem?

    I have deleted almost all of my text messages but for some reason my memory usage still says that i have 3.5 gb of text messages saved. How do i correct this problem?

    Good luck finding the solution. I have another posting https://discussions.apple.com/message/25145839#25145839 on this exact same issue, and that is after looking on my own for the solution on the web and on Apple's forum without any luck for a real solution. Having to RESET a device every time I need to clear out old messages from memory sounds to me like an intended pain from Apple to keep pushing iPhone users to purchase additional iCloud backup plans.

  • Scp - excluding some files

    hi,
    i can't seem to find the correct command to exclude some file.
    scp ipw*.dbf -execlude ipwdata06.dbf  ipwdata07.dbf [email protected]/95/37: /oradata/ORCLthe above can't seem to work.
    Please further advice

    Dude wrote:
    SCP does not provide such an option. You can however do the following:
    <pre>
    scp $(find . -name 'ipw*.dbf' ! -name ipwdata07.dbf ! -name ipwdata06.dbf) \
    [email protected]:/oradata/ORCL
    </pre>not too sure what happen if i need to:
    copy everything except all the ipwdata and itccdata and a folder arc? I tried :
    scp $(find . -name '*' ! -name ipwdata*dbf ! -name itccdata*.dbf) -name arc)[email protected]:/oradata/ORCL
    but not working.
    Edited by: redologger on Sep 9, 2012 3:23 PM

  • Excluding some Vendors in the range in F110

    In Transaction F110 ,The User Enters a ranges of Vendors in the Parameter.In some cases they want to exclude some Vendors in the Range but that Provision is not provided in the EXTENSION of that Parameter.
    Please Suggest me,is there currently a way with in F11O.
    Regards
    Balaji.

    Hi
    I can only split the range into several range in order to exclude some value, so If you need to insert the range beetween 1 and 10 and exclude the number 6, it needs to insert two range:
    - 1 to 5
    - 7 to 10
    Max

  • Excluding some computers from Active Directory System Discovery

    Hi,
    I am trying to exclude some computers from Active Directory System Discovery. I created a new Organizational Unit for those excluded computers and that OU is NOT under the OU that I am discovering  in the OU hierarchy. I specified the location
    to be discovered under the Active Directory System Discovery properties. However, it is still discovering the computers that I wanna exclude from the discovery.  I deleted those computers from console manually and run the discovery again, it still
    discovers them.
    What I might be doing wrong?
    Thanks
    Yavuz Selim Atmaca

    Hi,
    If you check under properties on the object, you can see which discovery agent is discovering the reasource, it could be the Group Discovery as well. That is where I would start to troubleshoot it.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Input Planning data on hierarchy notes

    Hi Expert,
    On our BI project, The user want to input the values on hierarchy node (administration and sales node).
    Example:
    1. Cost center accounting hierarchy
         2. Administration
                 Cost Center 1
                 CC 2
         3. Sales
                 CC3
                 CC4
    i try to create structure admins and sales after that inside the admins and sales, i restricted the hierarchy node. But it's not working. Please give the advise how to do it....because only that ways the user want to do their CCA planning.
    THanks in advance.
    Siandari

    Yes - this is possible. In order to do this in Hyperion Planning, your version must be setup as a "Target" version, and not a "Bottom-up" Version.
    If you don't want to use a "target" version, designers will sometimes create "proxy" members that represent an upper-level member in a hierarchy (but are actually level 0). These can be used to hold amounts to be allocated. The benefit of this approach is that the amount to be allocated doesn't actually get overwritten with the results of the allocation. This can make testing and validations easier. With that said, these proxy members can be difficult to manage, especially if you need to allocate from many upper-level points in a hierarchy.
    Hope this helps,
    - Jake

Maybe you are looking for

  • Can't copy file from SAP-directory to FTP server

    Hello, I can't copy files from the SAP server to the FTP server. The file is created with OPEN DATASET and CLOSE DATASET commands and is placed in the SAP-directory S:\usr\sap\DEV\DVEBMBGS00\work. I can see and read the file with transaction al11, so

  • Input Field disabled in Web Dynpro Application

    Hi, I created an application with three input fields and created the corresponding context. When I start the wd app the input fields are disabled and can not be edited. The property enabled if this fields is true! I compared the context with other wd

  • Best car CD unit to hook up to ipod

    I need to buy a CD player am/fm to put in my car. I would like to be able to hook my Classic 160 ipod up to it and see the Track info on the CD units display, be able to go back and forward using the CD unit track controls, but still be able to use t

  • Adobe Elements not working for Photo Sync

    I purchased Adboe Photoshop Elements 6.0 for the sole purpose of not having to sync my photos via Windows iTunes 7.4 using only top level directory names. I've been some albums in Elements however when I go into iTunes and select the Sync Photos, the

  • Help for Import Request in PRD

    Hai Guys. How to import Transport Request in PRD Server? Waiting for Your Reply Regards srini.