Characteristic as block characteristic

Hello,
what is the indicator (in the planning modeler) that a characteristic is relevant for building blocks ?
My problem is, that i have to run an own developed planning function over all records available for a year and version, and now our system runs out of memory. Now i want that the system executes the function for each company (step by step). Therefore I wanted to add the characterist "0COMPANY" in the customizing of a process type "EXECUTE PLANNING SEQUENCE" in Process chain, but i tells me that I have not selected any characteristic for building blocks. In the modelere i found in the planning function definition the "To Characteristic Usage" button. There i can flag "changed"  and /or "used in conditions".
Are these the checkboxes for Block building ?
Thank you
Dieter

Hi Dieter,
I assume you are talking about an exit planning function.
1. check that the planning function type allows working in blocks.
   RSPLAN -> maintain function types -> choose your planning function and
   check the setting of "without blocks". It needs to be empty.
2. go to the planning modeller and select your planning function. There you can
   see the characteristics.
   RSPLAN -> Planning modeller -> choose your planning function
   -> "To characteristic usage" -> take a look at the "changed" and "used in condition" flag.
  All characteristics which are not ticked are relevant for block building.
  So if you want to use 0COMPANY as block relevant, you need to untick the flags here.
Regards Matthias

Similar Messages

  • Restrict characteristic using another characteristic

    Hi all,
    Can we restrict a characteristic with another characteristic?
    I want to count the total number of products where the create date of the product is equal to the transaction date ( date of sale).
    Thanks in advance

    Hi,
    You better handle this thing while uploading itself. I Mean you better take a Caharacterstic into the cube, which value is equal to <i>yes</i> if the Date of sale and MAterial creation date are same.
    With out above thing we can get the report for only one date. Here user has to enter the date for Date of sale. And also we keep a restriction on this Creation date( here it is navigtional attribute) of material with customer exit. Here the CE varible gets the value which is eq to user entered date.
    With rgds,
    Anil Kumar Sharma .P

  • "Characteristic is blocked by conversion" -- "No Nametab Exist"

    Hi all,
    I have a serious problem. I have an infoobject with master data time dependent. I have switched one field from "Time-Dependent" to "not Time Dependent". In development environment no problem arises.
    When transporting in quality environment, the Change request goes in Red with following message:
    Table /BI0/PXXX: Error in creating index 0 (2)
    Characteristic 0XXX is blocked by conversion
    I check in quality and I see that the /BI0/QXXX table is not active. When I try to activate it, the following error message appears:
    No active nametab exists for /BI0/QXXX
    Termination due to inconsistencies
    Table /BI0/QXXX (Statements could not be generated)
    Any ideas?
    Thanks,
    Gianluca

    OSS Note 211492

  • Characteristic Usage & Block characteristics in Planning funcitons

    Hi All,
              I would like to know how to use "characteristic Usage" in planning functions, ie,, its functionality.
    I have gone thru sap help regarding this, it mentions something about block characteristics being formed internally.
    I am confused as to how the characteristics are termed block characteristics., and the logic behind it.
    I feel that without proper knowledge about this, writing Fox formulas would be inadvisable.
    Any help with examples would be appreciated. Thanks in advance.
    Regards,
    Tarak

    In Characteristic usage tab, you choose the fields which can be changed and which can be used for conditions.
    All the remaining char. which are not chosen in this tab will form a block. and the code runs for each combination these characteristics.
    Cube1
    Country   SalesOrg    Material    Qty    Amount
    C1            SO1              M1         100
    C1            SO2              M1         200
    C2            SO3              M1         300
    C1            SO1              M2         100
    C1            SO2              M2         200
    C2            SO3              M2         300
    Cube2
    Country        Material     Price
    C1                 M1              1.1
    C1                 M2              1.2
    C2                 M1              1.3
    C2                 M2              1.4
    Now you want to calculate the amount by calculating qty * price which are at different granular level.
    So you have to choose the differentiaing char. in the field to be changed which is SalesOrg, InfoProvider and Key figure name.
    So the remaining char. Country, material will form as block characteristics,
    So the data block is
    C1  M1  ->  This block contains  records 1 and 2 from cube1 & 1st record from cube2.
    C1  M2  -> This block contains  records 3 and 6 from cube1 & 2st record from cube2.
    C2  M1
    C2  M2
    For each combination of country and material, the code runs once.
    And the code is
    FOREACH SalesOrg.
    {Amount, SalesOrg, Cube1} = {Qty, SalesOrg, Cube1} * {Price, #, Cube2}.
    ENDFOR.
    Hope this is clear. To learn how to write FOX code, check the below document.
    http://www.sdn.sap.com/irj/scn/events?rid=/library/uuid/9af68206-0801-0010-029c-c586c707fc80&overridelayout=true

  • Characteristic is blocked by conversion (status 4)

    Dear all,
    There is a infoobject had many nav attributes,and much data in master data table.
    And then,i change nav attributes from time-dependent to notime-dependent.
    when i active it, there was error,and is blocked by conversion.
    So, status of the char is inactive, not executable.
    I Delete lock in SM12 ,and it didn't help. Locks appear again.
    error message shows the following:
    Internal Activation (InfoObject )
    Preprocessing / Creation of DDIC Objects for InfoObject ZCO_ELMNT
    Characteristic ZCO_ELMNT : Converting the Master Data Tables
    Table /BIC/PZCO_ELMNT: Error in creating index 0 (2)
    Resetting of Incorrect Objects Back to the Active Version (InfoObject )
    Preprocessing / Creation of DDIC Objects for InfoObject ZCO_ELMNT
    Characteristic ZCO_ELMNT is blocked by conversion
    How to active the IO,or delete the block from IO?
    Best regards,
    Plato

    I was facing this problem in bi 7.0 . the object can be unlocked by using TCODE RSA1OLD.
    Go to RSA1OLD.
    Double click on the object.
    then from menu, choose EXTRAS->REMOVE CONVERSION LOCK.
    This will remove the lock and will allow you to change the object.
    Change, save and activate the object. (You can skip this and can do from RSA1 also, just remove lock in this case)
    Change and save the object from here and come out of your all transactions. (Log Off from system)
    Now, as you have changed the object from RSA1OLD T-Code , it might not be type compatible for RSA1.
    So, go to RSA1, you will find that object unlocked. Change the same object (For sake of formality) and save and activate the object.
    This will create the active version of object in RSA1.
    Your problem is solved now.
    Hope this will work for you.

  • Transport Error: Characteristic is blocked by conversion

    Hello Everyone,
    I had created an Info Object in my development system with some attributes and also compounded with certain other IO. After loading it, I transported it to Quality.
    Then I modified the Info Object in development system by adding some navigational attributes and some more compounding. I loaded it again, tested it and then transported it. But it is giving an error now. The log says " The conversion of master data tables from characteristic ZABC is not completed. Characteristic ZABC can not be changed until this conversion has been successfully carried out."
    Steps I did to resolve the issue:
    1) Deleted the data from Q. Adjusted the tables using SE14 in Q. Collected the object in a new request and transported it again. It dint work.
    2) I checked the consistency of tables for this Info Object using SE14. Everything was consistent. There is a SAP Note that talks about this issue: 1248769. But for that I need Basis support.
    Why am I facing this problem? Is there a consistent way to solve the issue because this might happen with any info object as we keep modifying the info object's over period of time.
    Regards,
    Abhishek

    It may be because of conversion lock in the characterstic. You can check it in "Extras --> Remove conversion lock" in the characterstic.

  • Add a Characteristic to a Characteristic Group

    Hello!
    I am using the BAPI: "Bapi_charact_create" to add new Characteristics.
    But it is not possible to add the Characteristic to an existing Characteristic group or i didnt see it!?
    May somewone give me a hint please how to add to a group???
    regards

    Ok thanks a lot so far!
    May you answer following questions???
    Also i use the BAPI: Bapi_charact_getlist to get all characteristics.
    Why i cant see this created characteristic by this bapi???
    it is visible in ct04!
    which table contains the new character in order to the charactergroup???

  • BEX Query Web-Convert Key Fig to Characteristic-Right justify characteristi

    Hi,
    I have converted a Key Figure into a characteristic. Let's call the new characteristic Z_NUMCHAR.
    When Z_NUMCHAR is displayed in the BEX Query (HTML), it is left justified.
    I have concatenated additional SPACES to the front of Z_NUMCHAR. However when Z_NUMCHAR is displayed, the spaces are removed.
    I have also tried concatenating a letter to the front of Z_NUMCHAR and then a string of spaces, but the spaces are removed. 
    Does anyone have any suggestions on how to right justify a characteristic?
    My worst case solution is to add leading underscores.  _____5482.214
    But would rather see it look like a Key Figure.                           5482.214
    Thanks

    Hi Sebastian,
    I have a similar problem. Can you help me? How did you set the entry in Member Presentation of Command SET_PRESENTATION to display key and text? I just found the values to set the only text or only key.
    best regards,
    Barbara

  • Loading master data for characteristic having compounded characteristic

    Hey guyzz
    I am getting an error when i am trying to load master data for a custom characterisrtic ZQUALGRP (Quality Group) which has a compounded characteristic 0PLANT.
    The data in the excel file used for loading looks like:
    Plant | Quality Group | Description
    1601 | BlendA | Willow Lake Underground | Blend A
    1610 | BlendA | Riola Complex - Riola Portal | Blend A
    1611 | BlendA Riola Complex - VG Portal | Blend A
    I have defined transformations for Master Data Text Load and all these three fields are mapped in the transformation. There are no attributes for this characteristic.
    I get the following error in the Data Transfer Process Monitor
    ZQUALGRP: Data Record 1 ('1601BlendA E'): Version '1601BlendA' is not valid.
    ZQUALGRP: Data Record 2 ('1610BlendA E'): Version '1610BlendA' is not valid.
    ZQUALGRP: Data Record 3 ('1611BlendA E'): Version '1611BlendA' is not valid.
    The transformation for some apparent reason is concatenating the plant and quality grp together.
    Can you please comment why i am getting this error.
    Please note I DELETED AND RECREATED DATA SOURCE AND TRANSFORMATION, STILL I GET THE SAME ERROR.
    Thanks,
    Ameya Kulkarni

    A change..
    The data in the file looks like this
    Plant | QGrp   | Description
    1601 | BlendA | Willow Lake Underground Blend A
    1610 | BlendA | Riola Complex - Riola Portal Blend A
    1611 | BlendA | Riola Complex - VG Portal Blend A

  • Editing the formula in batch characteristic

    The product is maintained with batch. The batch is created for the finished product manually at the time of confirmation. The batch characteristic values are maintained at the same time.
    One of the characteristic value is to be calculated by using algebraic formula which includes simple mathematical operations on the values of the other characteristic.
    for ex---
    characteristic a---- 89 (VALUE entered by user)
    characteristic b---- 1 (VALUE entered by user)
    characteristic c---- 5 (VALUE entered by user)
    characteristic d-----Automatic calculation based on above values & the formula.
    I want for characteristic D----
    Char D = {(a-0.03-0.07) * b + c} / d
    How can I do this???? What will be syntax for this???
    Please if anybody can help on this........

    Dear Ramanujan,
    I have received the reply from you & thanks very much for ur quick reply.
    I have tried the settings suggested by you, but having still the problem.
    Conversion factor is a batch characteristic which is to be calculated based on the other batch characteristics values entered by the user at the time of confirmation.
    I have maintained the objectdependency in the class as mentioned by you. The dependency type mantained is "Procedure". The formula is as follows
    $self.conversionfactor=((($self.actthickness-0.067)*$self.density)
    ($self.paintgsm$self.metalgsm))*$self.width/1000
    The formula is appearing in 2 lines in the dependancy editor. There is no syntax error. As well as the the dependency status is also "released".
    But at the time of confirmation, if the values of the other characteristics are entered, no calculation for the characteristic conversion factor is done by the system.
    Can you please guide on this???

  • BI-IP:Derived characteristic overwritten again within copy planningfunction

    Dear all,
    I have an issue using planning function "copy". I am using this planning function to copy my planned data within the real time infocube chaning the plan version from 1 to 2 within my realtime infocube. In my realtime infocube, i have a characteristic relationship to derive the date, time and user and unique id for each record. However, when I try to copy those records now into a new version, I get the following error messages:
    Errors while executing sequence testtest ( TESTTEST )
    Planning function Konsolidierung ( ZCPFCOPYKONS ) ended with errors
    Critical error during characteristic derivation
    Derived characteristic overwritten again
    Characteristic '0TIME': Old value '155926', new value '162217'
    Critical error during characteristic derivation
    Derived characteristic overwritten again
    Characteristic '0TIME': Old value '155926', new value '162217'
    Any Idea how to solve this issue?
    Thank you!

    Hi,
    after the copy planning function the copied records will be checked and if correct will be transferred to the delta buffer. In the delta buffer derivation based on characteristic relationships will be called.
    The error indicates that derivation rules with respect to 'zinscomp' are inconsistent:
    - 'zinscomp' is contained in the aggregation level with value ' ' but a derivation fills a field not in the aggregation level and in addition changes 'zinscomp' from ' ' to 'c'.
    - or 'zinscomp' not in the aggregation level, was derived with value ' ' and another derivation rule again changed the value to 'c'
    This must not happen. If this happens this always indicates inconsistent derivatiion rules. So please check your customizing:
    1 do characteristic relationships of type derivation have consistent derivation rules
    2 parameterization of the copy function: maybe 'zinscomp' comes from the copy source, always with initial values but has to have non-initial value, e.g. 'c' in the copy target. In this can you may remove 'zinscomp' from the aggregation level; derivation then will automatically fill 'zinscomp' via derivation.
    Regards,
    Gregor

  • BI-IP:Derived characteristic overwritten again within copy planningfunctio

    I have an issue using planning function "copy". I am using this planning function to copy my planned data within the real time infocube chaning the plan version from 1 to 2 within my realtime infocube. In my realtime infocube, i have a characteristic relationship to derive the date, time and user and unique id for each record. However, when I try to copy those records now into a new version, I get the following error messages:
    Errors while executing sequence copy cylce 1 to cycle 2.
    Planning functioncopy cycle 1 to cycle2 ended with errors
    Critical error during characteristic derivation
    Derived characteristic overwritten again
    Characteristic 'zinscomp': Old value ' ', new value ' c '
    Critical error during characteristic derivation
    Derived characteristic overwritten again
    Characteristic 'zinscomp': Old value ' ', new value ' c '
    Any Idea how to solve this issue?
    Following steps i tried :
    Here I have user entry for Insertion compenent of a material.
    so I check the Status of Insertion compenent of material In material master data with data in the planning cube.
    I got 2 mismatch in the staus for material and corrected in material master.
    After doing this task also i am getting the same issue .
    Kindly propose some suggestion how to proceed ?

    Hi,
    after the copy planning function the copied records will be checked and if correct will be transferred to the delta buffer. In the delta buffer derivation based on characteristic relationships will be called.
    The error indicates that derivation rules with respect to 'zinscomp' are inconsistent:
    - 'zinscomp' is contained in the aggregation level with value ' ' but a derivation fills a field not in the aggregation level and in addition changes 'zinscomp' from ' ' to 'c'.
    - or 'zinscomp' not in the aggregation level, was derived with value ' ' and another derivation rule again changed the value to 'c'
    This must not happen. If this happens this always indicates inconsistent derivatiion rules. So please check your customizing:
    1 do characteristic relationships of type derivation have consistent derivation rules
    2 parameterization of the copy function: maybe 'zinscomp' comes from the copy source, always with initial values but has to have non-initial value, e.g. 'c' in the copy target. In this can you may remove 'zinscomp' from the aggregation level; derivation then will automatically fill 'zinscomp' via derivation.
    Regards,
    Gregor

  • Disable the characteristic window in sales order and user-exit to pick up

    Hi Freinds,
    I am working on 1 VC assignment in which
    1. I have to pick up the characteristic values selected in VA02 in sales order before saving the change sales order.
    2. I have to Disable the characteristic window (with characteristic name and value) appear after click on u2018item detail : configurationu2019 button in sales order (if the chracterstic say 'Approval' having the value 'Yes')
    3. I have to disable the characteristic window after selecting the one of the characteristic value to 'Yes' in VA02
    So I need to fetch this character value witnin sales order before saving the change sales order and need to restrict the user to change any other characteristic value(disable the characteristic window) .
    Please guide for any user exit at configuration side to export and import the values in sales order and disable the characteristic window to restrict the user from changing any other characteristic value for the item.
    Please do the needfull.
    Best Regards,
    Vikram Chavan

    Hi,
    Check....
    Exit Name               Description     
    LMR1M001               User exits in Logistics Invoice Verification     
    LMR1M002               Account grouping for GR/IR account maintenance     
    LMR1M003               Number assignment in Logistics Invoice Verification     
    LMR1M004               Logistics Invoice Verification: item text for follow-on docs     
    LMR1M005               Logistics Inv. Verification: Release Parked Doc. for Posting     
    LMR1M006               Logistics Invoice Verification: Process XML Invoice     
    MRMH0001               Logistics Invoice Verification: ERS procedure     
    MRMH0002               Logistics Invoice Verification: EDI inbound     
    MRMH0003               Logistics Invoice Verification: Revaluation/RAP     
    MRMN0001               Message output and creation: Logistics Invoice Verification
    Reward points if useful....
    Regards
    AK

  • User exit to update characteristic attributes in sales order

    Hi all,
    I am having one queer requirement.
    We are having variant configuration. We are manufactiuring a material which is having lenght as one of the characteristic.
    While creating the sales order the user will enter the value against length. This we have to pull in the inspection lot with range.
    For ex. if the length required by customer is 1000 mm then depending upon the tolerance limit say +/-1.5 %, another characteristic should get updated with the allowed range (here in this example the lower range  985 and upper range 1015) against another characteristic.
    This characteristis will sever as class characteristic for QM master inspection characteristic.
    Here the problem is the functionality can't be mapped with object dependency in satandard SAP (you can't derive range with object dependency), so I am looking for user exit to update the second characteristic depending upon the value of first characteristic and allowed percentage.
    The user exit should be effective for sales order creation as well as sales order change.
    Please help.

    Hello Nikhil,
    I am looking for the tolerance limit to upadte against one char only and not two separate chars.
    If the range is against only one char (and that too again in numeric format and not characteristic format) same shall can be pulled against master inspection characteristic in inspection lot.
    Looking forward for the soution.
    Mimiri

  • Not able to view Characteristic Hierarchy using Tcode KES3

    Hi everyone,
    I need to view the Characteristic Hierarchy using T-code KES3 in CO-PA. Ideally, once we are into KES3 screen, we need to select the characteristic and variant to display the hierarchy. But, when I select the characteristic and variant, it says that "Hierarchy doesn't exist".
    However, when I create a report for that particular characteristic using T-code KE31, I am able to view the hierarchy for that characteristic there.
    Can anyone please help me in this regard that why the characteristic hierarchy is not available in KES3, while it's picking up the hierarchy at the time of report creation.
    Thanks.
    Regards,
    Gaurav Tibrewal

    Hi Nikolas,
    I want to see the hierarchy of "Business Unit" characteristic. This characteristic is being maintained under "Referenced Characteristic" in T-code KE31. This characteristics is being maintained in Profitability Analysis (T-code KEA5).
    Also, I am not able to derive the source where the hierarchy is being maintained for that characteristic. Because, if hierarchy is coming while creating CO-PA reports. they must be maintained somewhere.
    Please let me know if you need any further input.
    Regards,
    Gaurav

Maybe you are looking for

  • Using frame as a clipping path for photo - InDesign CS4

    Hi, This sounds very simple but its just not happening. I am trying to crop a jpg image by using the shape I created with the a combination of the rectangle frame tool and the ellipse tool. First I created a rectangle. Then I created a circle. Then I

  • Device type does not support page format

    Hi All, There is one issue when I print a sapscript. I get an error message as follows: Device type EPESCP9 does not support page format ZSG02 Could someone advise? Thanks Alice

  • Not getting help with loud fan issue

    I have owned this iMac G5 for 2 1/2 years. A little while ago it started shutting down by itself and when I took it in to the apple Store at Chestnut Hill they replaced the logic board---and took three weeks to do it. When I got it back, it no longer

  • Iphone 4S - erreur de localisation

    Bonjour, depuis hier, mon Iphone se géolocalise en Chine (je me trouve en Belgique, Bruxelles). J'ai redémarrer l'Iphone.... pas de changement, il me localise bien au début, ensuite changement de localisation (et de fuseau horraire).

  • IMovie is not fun anymore, need help to go back to arlier version!

    I use iMovie seldom and for simple family movies.Grandchildren etc. Earlier versions were fun and intiutive, now they have become probably more complete and offer more possibilities, but they are not as simple and intuitive as they were. I dont like