Managing characteristic value combinations in APO DP

I am using APO DP V5.
I have two questions regarding characteristic value combinations (CVCs) in APO DP:
1. Suppose I am planning with planning characteristics of product and customer. I have existing CVCs of product 1 at customer A, and product 2 at customer B. Suppose I have new sales history data in a Cube for a 'new' CVC product 1 at customer B. I assume that if I try and load from the Cube to the planning area then system will object because CVC does not exist? And so I should <u>first</u> generate CVC from the Cube.
2. Suppose I want to plan for new CVCs, for which there is <u>no</u> sales history available.
Looking at transaction /SAPAPO/MC62, I could follow options of:
(a) generate CVCs from a 'dummy Cube' which I load from a spreadsheet
(b) load from a 'file' (eg tab delimited)
My questions:
2a. Which option is best practice? The 'file' option looks simpler
2b. For the 'dummy Cube' option, what fields are required - is it just the planning characteristics, eg product, customer in my example, and planning version. Does one have to include a 'dummy' key figure as well?
Thanks for any advice.
Bob Austin

Hi Bob,
             The Somnath and Harish answered your first two questions. Regarding the characteristics that you need to have in your "dummy cube", the simple rule isyour Planning Object Structure has to be a subset of "dummy cube" or the dummy cube should have all the characteristics in your Planning Object Structure and can have more..
The key figure is irrelevant for CVCs as they are only master data. But the CVCs are only those combinations that have a transaction data value. Let me explain this with example: your dummy cube has the following data
Cust---Div-SalesOrg-Company-qty.----no.of records
PA----01---LAALT20--
5
GB----02---MGOLR50--
2
MD----05---RIPIL10--
1
PA----02---LAALT20--
6
MI----01---LAPLM20--
7
PA----01---LAALT20--
2
Your planning Object Structure has
customer, division and company
When you reference the dummy cube and create CVCs, here is the list
Cust---Div---Company
PA----01-----ALT
GB----02-----OLR
MD----05-----PIL
PA----02-----ALT
MI----01-----PLM
PLease
Observe that the dummycube is a superset of your Planning Object Structure and the CVCs are generated for only those possible combinations of characteristics in Planning Object Structure that have a transaction data value in your dummy cube.
Please feel free to comment or ask questions.
Thanks.

Similar Messages

  • Dynamic creation of single reports for characteristic value combinations

    Dear Experts,
    We have a report showing the monthly sales from one reporting unit (RU) to another u2013 see example below:
    RU 1, RU 2, Sales 100
    RU 1, RU 3, Sales 60
    RU 2, RU 1, Sales 20
    RU 2, RU 3, Sales 40
    There is a requirement to automatically generate single reports for each combination of RUs selling to each other and broadcast these reports automatically by mail:
    Report 1:
    RU 1, RU 2, Sales 100
    Report 2:
    RU 1, RU 3, Sales 60
    Report 3:
    RU 2, RU 1, Sales 20
    Report 4:
    RU 2, RU 3, Sales 40
    Of course it would be possible to create single reports for each combination using fixed filter values. But we need a dynamic calculation because there are not always sales for each combination.  Moreover this would be difficult to maintain, because each time a new reporting unit has been created, new reports have to be created as well. We are looking for a completely dynamic solution,
    Maybe there is a way to solve it with the BEx Broadcaster function u201Cprecalculation of value setsu201D or u201Cburstingu201D. But we unfortunately do not have any experience with this.
    Thanks a lot in advance for your help!
    Best regards
    Marco

    Hi,
    Using the bursting functionality in the broadcaster this is possible. I think you would want to send the reports from RU1 to RU2 and RU1 to RU3 to a recipient linked to RU1 or somehting. In that case you need to add an attribute email to the RU infoObject. In the bursting settings you can use that value to determine the recipient of the email. Furthermore, you can automatically split the resultset to receiving reporting unit.
    If you have any specific questions regarding this subject, let me know.
    Kind regards,
    Alex

  • No charact. values combinations relevant for planning exist!

    Dear all
    I have maintained all the class 300 and the relevant characteristics, together with the relevant maintenance such as Configuraiton Profile (CU41) and etc.
    Previously, I am able to use the LSMW I created for Tcode: MDPH (Create Planning Profile for Manufacturing Material) to perform the mass upload for the Planning Profile.
    However, until today during my upload, I face the following error:
    "No charact. values combinations relevant for planning exist
    Message no. 6P569"
    Please advise.
    Thanks

    Hi Diamos,
    I'm having scenario of characteristic values planning. I maintained 300 variant in Material master. I created planning table in MDP1 and i maintained values in MDP4. While doing the transaction MDPH it is showing warning as
    No Characteristic values combination relavant for planning exist. Message No.6P569
    with executing tick mark i maintained planning profile.
    While in PIR i need to select the characteristic values as per the requirement. Its not happening in the PIR. How to select the Characteristic values.
    Kindly provide information on this.
    Naren

  • Retail : Mass characteristic value change

    Hi,
    I manage characteristic values in the material master data (MM41/MM42/MM43) but I did not find a way to change these values in mass (MM46).
    Does someone has an idea ?
    Best regards,
    ML

    Hi,
    Pls put in MM forums and get the reply immly.
    Anil

  • Characteristic values for the material and plant combination...

    Hi Friends,
    I would like to know how can we maintain the characteristic values for the combination of Material and Plant though the material is not batch managed?
    Thanks in advance,
    Ram

    Hi Rajendra,
    Thanks for quick reply. I am maintaining under classification view but it does not ask plant any where. So the value will be same across all the plants but i want to maintain characteristic values separately under each plant for same material.
    Regards,
    Ram

  • BI-IP change characteristic value in FOX

    Hello Guys,
    i want to change the characteristic value in FOX.
    Therefore the FOX runs through all char combinations to identify the highest
    number for the char test.
    This step works fine, but i cant write the value for maxloop in the cube.
    If i try, only the old row is deleted, but i dont get a new row with the calculated value for maxloop.
    the code looks like this:
    DATA LOOP TYPE test.
    DATA MINLOOP TYPE test.
    DATA MAXLOOP TYPE test.
    MINLOOP = 00000.
    MAXLOOP = 00000.
    FOREACH LOOP.
    MINLOOP = LOOP.
    IF MINLOOP > MAXLOOP.
    MAXLOOP = MINLOOP.
    ENDIF.
    ENDFOR.
    MAXLOOP = MAXLOOP + 00001.
    {Amount, EUR, #, #, 00200, 00000000, #, 2007, #, #, #, #, #, #, #} =
    {Amount, EUR, #, #, maxloop, 00000000, #, 2007, #, #, #, #, #, #, #}.
    Any suggestions what is wrong here?
    Regards
    T. Mekler

    Hi,
    You have written
    {Amount, EUR, #, #, 00200, 00000000, #, 2007, #, #, #, #, #, #, #} =
    {Amount, EUR, #, #, maxloop, 00000000, #, 2007, #, #, #, #, #, #, #}.
    But as per the statement  MAXLOOP = MAXLOOP + 00001 the MAXLOOP conatins a new figure. Obviously there will not be any record in the cube for this value of MAXLOOP.
    You are assigning this to the record with MAXLOOP = 00200, so system is assigning zero to  0AMOUNT for the record that is having MAXLOOP=00200 value.
    Make the below corrections and test again:
    DATA NEWLOOP type test.
    NEWLOOP = MAXLOOP + 00001.
    {Amount, EUR, #, #, NEWLOOP, 00000000, #, 2007, #, #, #, #, #, #, #} =
    {Amount, EUR, #, #, MAXLOOP, 00000000, #, 2007, #, #, #, #, #, #, #}.
    Regards,
    Deepti

  • Copy BOM Component Characteristic value in material PR created by MRP Run

    Dear Gurus,
    My requirement is I have materials like thread to maintain color characteristic i have create class - color- class type is 023 , now i want user should able to maintain characteristic value in BOM component (thread) of semifinish material.  FG , SFG  are not having any characteristic.
    Now in PR and PO we can maintain characteristic value in Material Data --->Configuration tab , Configuration tab will come only when there is tick in material is configurable at material basic data 2 view of thread and in CU41 I have to maintain material for class type 300 - Variant , then in class assignment i have select class type 300 and 023 both and maintain class , both are having same characteristic please make me correct if i am doing wrong process, if i am not maintaining class assignment 300 in CU41, in manual PO system not allowing to enter characteristic value in configuration tab . so i maintain both class assignment 300 and 023.
      Now for manual PR and PO system showing configuration tab and from PO configuration tab characteristic value is coming in MIGO automatically but when i am running MRP for finish material the auto PR generated by system for material thread is not showing configuration tab in Material Data of PR. I have maintain characteristic value in BOM --->Extra--->Batch Classification. Please guide me how to archive this.
    Thanks & Regards
    Akshay.

    Akshay kukde,
    Still i am unable to understand the reason for maintaining a characterstic value for a batch through BOM, I hope you are not changing BOM for every purchase order ?
    can you explain what you expect by maintaing this one value for batch characterstic?
    you can have many other simple option like
    1) Create a material with colour included in it ex, Thread_red, Thread _green etc and use them in BOM
    2) Use text in BOM to hold this discription for colour
    3) Use batch management, class 023 in material master classification , defalut value for colour, purchase order will be created and while doing GR you can change in colur if its different then default you set earlier.
    Akshay kukde wrote:
    if i am creating PR Manually -ME51N , system showing configuration tab , where i can maintain characteristic value , which then reflecting in PO and from PO to MIGO
    The above scenario I have tried by maintaining class type 023 and same characteristic in material Master. but result is same for auto generate PR by MRP- configuration tab is missing.
    My requirement in this case is characteristic value should flow from BOM to PR generated by MRP.
    when you manualy create PR you Thread material is consider to be a configurable material and thats why you are able to input configuration value, otherwise as soon as you put this configurable material inside a BOM of normal materila it loost its configuration feature, if you want you can create your parent material also as configurable material, assign same class to it and create configuration profile and take MRP run this time you will get PR with configuration tab as your thread get configuration derived from parent.
    Hope above details may help you.
    Check and reply, also mark replies helpful if it helps you.
    Thanks
    Ritesh

  • Condition type value updation using characteristic value in sales order

    Hi Experts,
    We are implementing SAP for one of our Spain client. In that one of the Legal requirements is, whenever they are selling the finished products to domestic customers who contain OIL as one of the component then, some additional cost needs to be calculated and collected from customer and which needs to be paid back to Spain Government every month on Region basis.
           If OIL is not a component to produce the finished product then, not required to charge the customer additionally.
    The OIL content used to produce every finished product will vary based on product characteristic value. Meaning, for some finished product the OIL used will be 2.2 KG and for some products it will be 3.5, 4.3 KG and etc.
    Since various combinations of products are available for the client, during sales order creation we are planning to update some special characteristic which the data flow from u201CVariant Tableu201D. In the variant table we are going to maintain the OIL Quantity required making finished product.
    But we are not sure how to activate a new condition type with the value fetched in the special characteristic. This new condition type needs to be activated based on this characteristic value and multiplied with total order quantity and price to charge from customer.
    Example, the special characteristic fetched the value of 2.2 KG based on variant table. Total Order quantity is 10 PC and charge is 0.06 EURO per KG. in this case, (2.2 x 10 ) x 0.06 EURO = 1.32 EURO
    I need the expert opinion how to activate the new condition type based on characteristic value and achieve the above requirement.
    Thanks in advance.
    Warm Regards,
    VEL

    Hello,
    I have replicated the whole requirememt in IDES and getting the price calculation as needed but the only issue with the Conversion factor for the condition type. Either you need to maintian the conv factor in material master or need to enter manually for the condition type in SO. Some how you have to maintain the conversion factor to calculate the price for the condition type in different unit.
    For easy of understanding Lets make the whole requirement in 2 parts
    Part - 1
    Oil qty calculation. For convenience sake I have taken oil qty also in TO
    1) Created a num char OIL_QTY1 with length 9 and decimal places 5 and UOM as TO
    2) Created Variant table to infer the OIL qty in TO per piece of finished prod ( This oil qty data may be depends on various factors). For certain Finished products the oil qty may be 0 or blank
    3) Created a REF char SO_QTY  to pull the SO qty to configuration and add this char in class 300(Table:VBAP,Field :KWMENG)
    4) Created another char SO_OIL_QTY  (Num with length 9 and decimal places 5 and UOM as TO)
    5) Created a PROCEDURE say PROC_SO_OIL_QTY with code
    *$self.SO_OIL_QTY = $self.OIL_QTY1 * $self.SO_QTY*
    6) Create another PROCEDURE as mentioned earlier with modified code
    $SELF.A_VARCOND = 'TEST_001' if OIL_QTY1 specified,
    $SET_PRICING_FACTOR ($SELF,A_VARCOND,'TEST_001', SO_OIL_QTY)
    Note: Maintain proper seq of the procedures in profile. The Qty cal proc should be before the price related procedures.
    PART-2
    1) For the condition type maintained 60 EUR per TO (0.06 EUR per KG)
    Now if you create SO for the Finished product of 10 PC
    the Char values will be
    OIL_QTY1  = 0.00022 TO (inferred from Variant table th proc)
    SO_QTY    = 10
    SO_OIL_QTY = 0.0022 TO
    Get into conditions tab
    Here Condition type ZSIG will be displayed as error with Amount 60 EUR per TO and condition value will be blank. Just enter value 1 in the col NumC and CCon fields.
    Now the Condition value will appear as 1.32 EUR.
    Hope this gives some more clarity
    Regards
    Brahmaji D

  • How to copy characteristic values from Purchase Order to MIGO Goods Receipt

    Dear all,
    I have a configurable material X,
    then i create a purchase order for that material and then i input characteristic value in the Purchase Order transaction and save it
    However when i do the Goods Receipt transaction via MIGO and using the Purchase Order number that i have created, after i entry the batch number and want to check the classification, the characteristic value are blank, so it is not copied from the Purchase Order
    I've tried guide from
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/92/9b4a23a46411d6b28300508b5d5c51/content.htm
    but i do not find the configuration for copying rule
    Is there any one who can resolve this problem??
    Regards,
    Marufat

    Hi,
    You define the copying rules for a movement type in Customizing for Batch Management under Batch Valuation ,  Valuation for Goods Movement in Inventory Management , Activate Batch Classification for Goods Movements in IM. Please refer below link. Thanking you.
    http://help.sap.com/saphelp_me52/helpdata/EN/47/39867251500aa7e10000000a114a6b/content.htm

  • How to sort the characteristic values in layout

    Hello,
    I wont to use a layout with key figs in data columns and two characteristics in lead columns. The problem is that the sorting of first characteristic values is displayed in alphabetical order. How can I change the order to another exact defined combinations for characteristic values?
    I read the thread with the same problem (see below the link), but the solutions are not satisfacroty.
    Has anyone another idee?
    Thanks for any help!
    Larissa Bräutigam

    Hi Larissa;
    I had the same problem and they propose this:
    Attributesu0092 order that the system displays in the Planning Layout
    That was not the solution presented to the customer. Because of system performance, a programmer was there and created a VBA code. But I wasn't there so I don't have the code.
    regards

  • Error in Release strategy : Inconsistent Characteristic Value assignment

    Hello Gurus ,
    Good Day ...
    Need your help in release strategy in purchase order .
    Thanks in advance .......
    Characteristics characteristics value
    R2R_PURCH_ORD_TYPE NB
    R2R_PURCH_GRP1 001
    R2R_PURCH_ORD_VALUE 0,00 - 1000,00 USD
    1001,00 - 2000,00 USD
    2001,00 - 10000,00 USD
    Class assigned char
    Z_CLASS R2R_PURCH_ORD_TYPE
    R2R_PURCH_GRP1
    R2R_PURCH_ORD_VALUE
    Rel grp assigned class
    PH Z_CLASS
    rel grp rel codes
    PH 1 -director/VP
    PH 2 - manager
    PH 3 - buyer
    rel grp rel strategy
    PH A1
    PH A2
    PH A3
    Now in SPRO -
    > define Release Procedures for Purchase ORder -
    > Release Strategies
    PH A1 Release Strategy 1 (rel. prereq , rel statuses, classification , rel simulation ) working fine
    PH A2 Release Strategy 2 (rel. prereq , rel statuses, classification , rel simulation )
    ERROR MSG: INCONSISTENT CHARACTERISTIC VALUE ASSIGNMENT
    DETAILS :
    You want to change the value assigned to a characteristic. However, the change causes inconsistency, so the new value is not allowed.
    The inconsistency may be for the following reasons:
    A precondition or selection condition is violated.
    The characteristic is a single-value characteristic, and different values have been set by constraints, actions, or procedures.
    In classification, inconsistencies occur when you change the value set of a characteristic if objects or classes have already been classified with values from the previous value set.
    Procedure
    Choose Inconsistencies to see what triggered the inconsistency. You can also use the explanation facility for more information.
    Delete the values that triggered the inconsistency.
    You can only change or delete a value or value set that has already been used to classify objects if you delete the existing allocations.
    PH A3 Release Strategy 3 -
    > SAME AS ABOVE
    regards,
    ajay

    Hi,
    Inconsistency  due to different "VALUE" in the Release Strategy & "VALUE" present in the Release Characteristics . Check details with value assignment with designed  Strategies.
    Also keep following VALUE Release Characteristics for  value
    <=1000,00.00 USD
    1000,00.01 USD- 2000,00 .00USD
    2000,00 .01- 10000,00.00 USD
    instead of (0,00 - 1000,00 USD,1001,00 - 2000,00 USD,2001,00 - 10000,00 USD )
    Regards,
    Biju K

  • Partitioning - actual value combinations

    Hi,
    Can we 'actual value combinations' by doing Partioning?? how?
    like i have records
    Both fields have lookup values
    Field 1 - have values 1, 2, 3, 4
    Field 2 - A, B, C
    After Partioning
    All possible combinations will be
    1A, 1B, 1C, 2A, 2B, 3C, so on (I am getting this)
    I NEED ACTUAL VALUE COMBINATION I.E.
    1A, 2B, 2C, 3A, 3B.....(I NEED THIS)
    I am talking about standard business conent 'MRP controller field" The problem is we have to do value mapping for each file because in source I am getting all possible combination which is not there in Destintion.
    Appreciate early reply,
    Cheers,
    Rc

    Hello Rc,
    using the standard business content consists of two steps:
    1) Initialization of the repository
    2) Handling master data
    During step 1) you fill the repository lookup tables with the customizing values of your ERP systems. These values are later on used in the master data transfer. If you have done the initialization correctly (used key mapping, ensured a high data quality of the lookup tables), the value mapping for master data import should work automatically - even for partitioned fields.
    Usually partitions are used if the actual key for a lookup table is not unique on its own. This is the case for MRP Controllers. The key of a MRP Controller requires its parent plant key to be uniquely identified:
    |- Plant 0001
    ||- MRP Controller  1 (=> meaning controller type ABC plant 0001)
    ||- MRP Controller  2 (=> meaning controller type DEF in plant 0001)
    |- Plant 0002
    ||- MRP Controller  1 (=> meaning controller type DEF in plant 0002)
    ||- MRP Controller 2 (=> meaning controller type ABC in plant 0002)
    |u2026
    The example above shows why the partitioned keys are needed. If you use the MRP Controller key only w/o its parent plant, you have no clue what 1 or 2 means.
    An issue in the import of master data might occur, if your master data does not contain either a plant or MRP Controller or both. Then the partitioned values will look like Plant0001, <NULL> or <NULL>, <NULL>. You have to map those values on the destinations <NULL> manually as neither Import Manager or MDIS can handle this automatically.
    Best regards
    Michael

  • Lock characteristic value for configurable material in Sales Order

    Is there a setting in SAP which can prevent user changing characteristic value for configurable material in Sales Order after production order created for this Sales Order? Currently, it can only works when first delivery create for this Sales Order.
    Thanks a lot.

    Hi,,
    in the characteristic goto additional data tab,
    you have a field called not ready for input.
    you select this when the value in this characteristic come by calculation based on the previous selection.
    that field will be greyed out.
    OR
    u can even select the no display check box,
    by selecting this u cant see the characteristic in the list,, it will give u a popup before leaving the screen.
    for this the char has to be a required field.
    OR
    if any of this is not working then may be u can try out with authorization management.
    thanks

  • What is meant by characteristic  values

    hi
    what is meant by characteristic  values
    i have seen some tables like AUSP, these r for characteristic values.
    can any one explain me that

    Hi,
    Characteristic value variables are parameters for a query. You set these variables in the query definition, and they are filled with values when you execute the query. They act as placeholders for characteristic values, and are processed using any processing type.
    In some cases, it is possible to use variables for texts, as well as for characteristic values.
    If you specify a variable as a characteristic value, for example, you do not have to give a text for the characteristic value straight away. Instead, you are able to fill the text field dynamically, according to the characteristic that you used for the variable when you inserted the query into the workbook. Define a text variable with automatic replacement for this.
    Use
    You need to use a variable for characteristic values, if you want to specify one or more characteristic values that you do not want to be included permanently in the query definition. A characteristic value variable is the placeholder for either a single value, an interval, or a set of selection options. With selection options, it is possible to make several restrictions, meaning that you are able to combine single values and intervals (7 and 3 to 19 and 43, for example). Characteristic value variables for intervals and selection options are available with the processing type Manual entry / Proposed value and Customer Exit.
    Thanks,
    Khushbu.

  • Conversion of Characteristic Values to SIDs is taking long time

    Hi Experts,
        Cube load is taking more than 7 hrs to complete for 6 million records. Max time is at Conversion of Characteristic Values to SIDs. Cube consists of 500 fields. Load is from DSO to Cube. DSO has 10 fileds with no SID flag check for activation. Remaining fields in the CUBE are pouplated looking in to other DSO's. Start and End routines are executing very fast. How to fasten Conversion of Characteristic Values to SIDs step.  I need to load 15 million records daily as part of delta. any suggestions.
    Thanks
    Sunil

    Hi Sunil,
    Go through the below link, it will be useful
    http://aq33.com/business-warehouse/Articles-05269.html
    Regards,
    Marasa.

Maybe you are looking for

  • Cutover disaster recovery

    Hi all, This question is specific to the scenario of a cutover in a IS-utility (fall back strategy). The scenario is: consider a utility compnay going live on ISU. The SAP ERP was already running in the company. The thing is when the company starts t

  • How to fix java exclamation point when loading a game

    hi so i just got my macbook out of repair because of my hardrive failiong and they installed a new one and i had no back up of my operating system so they put it in for me. My software is on 10.6.8 and i have java 1.6.0_51-b11-457. Know when i try to

  • Meta tag info

    Is there a way to organize files by their meta tag, like for example itunes files. I have list of videos that I want in a particular order but if I don't have a 1 2 3 4 at the start of the file then they are ordered alphabetically, which I don't part

  • How do I look at the form data stream

    Does any one know how I can, from a jsp page, query a specific form via the form server and then sample output stream to look for specific patterns. Same question for report servers.

  • Captivate 7 Video Demo using excessive bandwidth

    When I create a video using the Video Demo mode, Captivate allows me to select bitrate settings.  Because we have very limited bandwidth at some of our locations, I tried selecting the lowest possible bitrate of 0.19 Mbps as the Target and Maximum bi