CO-PA Characteristic hierarchies in reports

Hi Experts,
I am aware that characteristic hierarchies can be used in CO-PA reports by specify in the hierarchy dialog box while defining characteristics in reports - but this is during creating/changing the reports
My requirement is that I should be able to use this while executing the report.
From SAP help, I understand that we can also use this hierarchy function while executing the report also by selecting Edit --> Hierarchy --> Choose...in report executed - I am not able to use this function. When I go to the specified place in edit....this choose hierarchy option is greyed out and so not able to select it. This is not an issue of SAp access
Could you help me in using Characteristic hierarchies while executing the reports.
I am pasting here wordings here from SAP help  -
"If hierarchies exist for a characteristic, you can have the system display that characteristic in a hierarchy either when you define the report or after you have executed it. This function displays the chosen hierarchy in its entirety. The characteristic values not contained in the hierarchy appear in the report list in the row "Other characteristic values". You can also drill down on this row if you wish.
To do so, choose the function Extras --> Choose hierarchy when you define the report or Edit --> Hierarchy --> Choose... after executing it"
Regards,
SKD

Hi DSK
This statement means that in the case of Customer or Product hierarchy, you can choose the hierarchy list after you have executed the report...
Similarly, if you create hierarchy for others chars in KES3, I think you should be able to choose the hierarchy once you have executed the report
Regards
Ajay M

Similar Messages

  • Is it possible to create characteristic hierarchies programatically?

    Hi all,
    I have a BW 3.0b system and want to create characteristic hierarchies programatically?  Is this possible?
    I can find BAPIs to programatically create cubes, infoobjects, etc., but not hierarchies.
    Thanks!  Points will be awarded

    Hi DAVID,
    Please evaluate FMs from BMEN  function group and the following FMs:
    COM_HIERARCHY_CREATE
    COM_HIERARCHY_UI_CREATE
    COM_PME_HIERARCHIE_CREATE
    RSA1_HIERARCHY_0SOURCE_CREATE
    RSAR_HIERARCHY_CREATE
    RSHJ_HIERARCHY_CREATE
    RSSH_HIERARCHY_CREATE
    RSSHIER
    RS_TREE_CREATE
    Best regards,
    Eugene

  • How to fulfill the virtual characteristic value into report

    Hi Experts,
          I am working on one reporting requirement that needs to add reference date (virtual characteristic) field to report.
          I have added reference date field to query and able to display the field in report.But I am not able to display reference date field runtime data in to report output.
        Could someone please help me on this how to display this virtual characteristic values into report.where the runtime variable values are stored.How to fill the data etc.
    Thanks in advance.
    Best Regards,
    Hari.
    Edited by: k hari on Jan 29, 2008 6:22 AM
    Edited by: k hari on Jan 29, 2008 6:24 AM

    You can achieve this using Customer Exit or BADI. Check the folllowing link.
    http://help.sap.com/saphelp_nw70/helpdata/en/ac/ef1f43daac9a448f0150a02e3a7aba/content.htm
    If you are using BADI
    You can create Virtual CHAR in BADI using transaction SE19
    In this transaction you can create a new or display the existing BADI.
    There you can see two tabs
    The Attribute Tab we need to give the name of the Multiprovider on which the query with the virtual char is getting executed.
    The Inerface Tab has three following sections. Need to write the ABAP code for all the three.
    Define : Defind all the characteristics and virtual char that will be used for populating virtual char
    Initialize : Initialize them
    Compute : Here you will have to write the logic for populating the virtual char.
    Once the logic is written then you can use this char in your query .
    Hope this helps.

  • Adding Project Type as a characteristic in CJE1 Report Painter

    How do I add the Characteristic/Field "Project Type" to CJE1 Report Painter so the field can be used in reporting?
    thank you,
    Todd

    Hi,
    I could not understand "Project Type" exactly, maybe Project Profile or.,.. but you can enhance any charcteristics with using customer enhancement: KAP10001. please check SAP note 454509. Hope this helps.
    best regards, Takashi

  • Best way to show a hierarchical tree report in APEX 4.2

    I have a hierarchical query spanning four levels over two tables.  The query works great and also includes hierarchical sum columns (i.e. the parent shows the sum of all children) using functions.
    I'm wondering what the best way to display this data to users is?
    At the moment I'm thinking I would have a collection holding my report with an extra 'show' column.  Then I would include HTML to set the correct show/hide values and refresh the report when a node is clicked.  I feel this would probably work but it can't be the best way.
    I stripped down my query to the columns needed (no sum columns) and the APEX tree regions work nicely for this.  Is there any alternative jquery plugin or anything that people have experience with that will give me the native 4.2 tree structure whilst also allowing me to display extra columns with links?
    If I need to provide any more info just let me know!

    The best you can do is to concatenate multiple columns into single with some separator. I have not tested give a try it might resolve your issue.
    with data as (
    select 'M'              as link_type,
          null            as parent,
          'All Categories' as id,
          'All Categories' as name,
          null            as sub_id
      from demo_product_info
    union
    select distinct('C')    as link_type,
          'All Categories' as parent,
          category        as id,
          category        as name,
          null            as sub_id
      from demo_product_info
    union
    select 'P'              as link_type,
          category parent,
          to_char(product_id) id,
          product_name    as name,
          product_id      as sub_id
      from demo_product_info
    union
    select 'O' as link_type,
          to_char(product_id) as parent,
          null                as id,
          (select c.cust_first_name || ' ' || c.cust_last_name
              from demo_customers c, demo_orders o
            where c.customer_id = o.customer_id
              and o.order_id    = oi.order_id ) || ', ordered'
          ||to_char(oi.quantity) as name,
          order_id as sub_id
      from demo_order_items oi
    select case when connect_by_isleaf = 1 then 0
                when level = 1            then 1
                else                          -1
          end    as status,
          level,
          name ||'--->' || parent  as title, ---- This way you can concatenate multiple columns
          case when link_type = 'M' then '#IMAGE_PREFIX#Fndtre11.gif'
                  when name = 'Mens' then '#IMAGE_PREFIX#wparea.gif'
                  when name = 'Womens' then '#IMAGE_PREFIX#wtpaint.gif'
                  when name = 'Accessories' then '#IMAGE_PREFIX#wpaste.gif'
                  when link_type = 'P' then '#IMAGE_PREFIX#cartHL.gif'
                  when link_type = 'O' then '#IMAGE_PREFIX#Fndtre13.gif'
          else null
          end    as icon,
          id    as value,
          'View' as tooltip,
          null  as link
    from data
    start with parent is null
    connect by prior id = parent
    order siblings by name
    Br,
    Zaif

  • Free-characteristic in crystal report

    Hi all,
         Am trying to use BW query in crystal reports but after making the connection the free-characteristic of the BW query does not show up in crystal report's field explorer.
    kindly help me on the issue.
    Thanks in advance.

    To see free characterstic in crystal report .. you need to check MDX driver with support for Multiple structure .
    Thanks, Brijesh

  • Is it possible to create hierarchical tree report (not group tree) CR2008?

    Hi,
    Is it possible to create hierarchical tree kind report using CR 2008(no group tree in the report)?  The report somewhat look like below and a node can have multiple Child and so and so. Is there any magical way either as a chart or any object which supports the below structure.
                                                          Parent1
                                           Child1              Child2             Child3             Child4          Child5
                     Child1A     Child1B      Child1C
        Child1Aa  Child1Ab
    its hierarchical tree  structure and it should be in detail section of the report so that print in paper is possible.
    Please help first of all, can we able to create a report in above structure(each item needs to be surronuded with box and the each last child will contain a table valued data.
    (if I post this thread, it may look like plain text, please consider the above data as a hierarchical tree  structure with child having N number of children)
    Thanks

    Moved from .NET Development - Crystal Reports forum to Crystal Reports Design forum.
    Ludek

  • Sort characteristic in web report is done by description instead of key

    Guru's,
    We've build a web report. In the row we use characteristic 0FUNDS_CTR. We show both key and description. When we sort this characteristic it is done on description, not on the key.
    How can we sort on the key???
    Regards,
    René

    Hi:
    DId you go to the InfoObject properties in Query Designer.
    Its right there.
    More into:
    Right Click on the InfoObject in the Query Designer (in Rows)
    Go down there and see Sort Order. Make the check box - ON.
    Here, give the preferences by KEY, Ascending, etc.
    Ram C.
    Message was edited by:
            Ram Chamarty

  • Hierarchies n  reports

    Hello  Friends...
    Here  is  what I have.
    I  have  loaded the heirarchy  structure of internal  order(0coorder), and  it  is  available  in  the cube for  reporting.
    The  reporting  variable  pulls the data  correctly  for  the top node (for  which  the  hierarchy  was  loaded) .  If  I  give a hierarchical node  other than  the  top node  but  couple of  levels down...it  says  invalid data/no  records found.
    Any ideas/thooughts/correct way t o achieve  the same...
    Thanks  for  your  time.
    ~Ledz

    Thanks  for  the  reply Bhanu,
      I  do  not  think its  an  activation issue, as the  query is  pulling the  data if  the  top node of  the  hierarchy  is given.
    It's not  pulling any  data  if  I  give any  of  the  lower  levels  in  the  selection criterion.
    any  more  suggestions...

  • BUKRS Characteristic missing in report

    Hi,
    WE are running on ECC 6.0 and in gr55 reports,
    its not pulling up data for the BUKRS characteristic.
    Is there any note to be applied or any solution any one is aware of?
    thanks
    srikanth

    Hi SRI,
    Please refer: Note 856551 - CCSS: BUKRS field is no longer filled
    hope this helps.
    Please assign points as way to say thanks

  • Display Outline Numbering in a Hierarchical Query (Report)

    I have a requirement to show outline numbering of a Financial report.
    We hava a hierarchical query for displaying the report so you will see the report is indented.
    But what i want is to automatically number the items like this:
    1
       1.1
       1.2
       1.3
            1.3.1
            1.3.2
       1.4
    2.
        2.1
    3..
    ....Can we utilize Microsoft Word's Outline Numbering / Indents feature? or someone had succesffully implemented this?
    Thanks,
    Anton
    Edited by: anton on Jul 6, 2010 1:37 AM

    Is this numbering in your TOC or inside for-each group?

  • Calculate characteristic in the report runtime

    Hello gurus,
    I need to calculate a characteristic of the cube at runtime the report.
    This feature must be calculated from the subtraction of the date entered by the user on the wanted and the expiration date of treasury paper.
    If the number of days is within this range (0-30) the feature will have this value (0-30) and if this is within another range (31-60) will have the characteristic value (31-60), and so on.
    At load time I can not do the calculation in this area, since it is not what is the date on which the report could only be done at runtime loved her.
    I have seen that there is a user-exit for the calculation of characteristic and virtual key figures, but I have on how to use it and how to proceed.
    Does anyone have any suggestions or would think I can develop something like this?
    Sincerely,

    hello,
    I've been testing what I say.
    And I've created two variables formula, one that reads user-Exira by the entry of the report and a processing path replacement to pick up the characteristic value of expiration date of the document.
    And the result given by making the subtraction in wanted by a ratio calculated as follows:
    Date of entry: internally stores it in this format 20100116
    Mat Date: 20091218
    Results Calculated key figure: 20100116 to 20091218 = 8898.
    The result gives me is not correct, because the rest of the operators acting as if they were numbers and dates.
    How I can fix this?
    Sincerely,

  • How to set condition for Characteristic values in report

    Hi Experts,
    I have a report where the service order will have 1or more part and its corresponding part status.
    I want to highlight or give some indication to those service orders where all the parts status are Part Received.
    The service order with different part status can be ignored.
    FYI: I don't have any keyfigure in my report.
    Can anyone please advice me on this.
    Thanks

    Hi Ahmed,
    You cannot achieve this using this Conditions, as the condition can be defined on a characteristic but u cannot say that for a service orders all the parts status are PART RECEIVED.
    For this kind of requirements, you need to add an Flag (Characteristic) and check in the Transformation if all the Part Status are PART RECEIVED for a Service Order and mark the Flag as 'X'.
    In the report jst filter on the flag as 'X'. It should resolve.
    Regards,
    Chathia.

  • Hierarchical ALV Report in webdynpro abap

    Hi Experts,
    I'm facing the trouble with requirement as below. Please help me to resolve this issue.
    Output as:
    Material Number                         Description               Created Date
    - 10001(Header data)                      abc                         09-09-2013  
              1001 (item level data)            abc                         10-09-2013
              1002                                   xyz                          11-09-2013
              1003                                   xyz                          11-09-2013    
    - 10002(Header data)                      abc                         09-09-2013  
              2001 (item level data)            abc                         10-09-2013
              2002                                   xyz                          11-09-2013
              2003                                   xyz                          11-09-2013    
    - 10003(Header data)                      abc                         09-09-2013  
              3001 (item level data)            abc                         10-09-2013
              3002                                   xyz                          11-09-2013
              3003                                   xyz                          11-09-2013    
    .... and so on...
    - when I expand on header Materail number, it has to be display with item level data with   in alv report in webdynpro abap.
    Looking forward your valuable comments.
    Regards,
    Venkat

    Hi Venkat,
    We can achieve the  HIERARCHY through the following code.In this case I have used  CARRID as the drill down column.
    data lo_cmp_usage type ref to if_wd_component_usage.
    lo_cmp_usage =   wd_this->wd_cpuse_flight_tree( ).
    if lo_cmp_usage->has_active_component( ) is initial.
       lo_cmp_usage->create_component( ).
    endif.
    DATA lo_INTERFACECONTROLLER TYPE REF TO IWCI_SALV_WD_TABLE .
    lo_INTERFACECONTROLLER =   wd_this->wd_cpifc_flight_tree( ).
       DATA lv_value TYPE ref to cl_salv_wd_config_table.
       lv_value = lo_interfacecontroller->get_model(
    lv_value->IF_SALV_WD_TABLE_SETTINGS~SET_DISPLAY_TYPE(  IF_SALV_WD_C_TABLE_SETTINGS=>DISPLAY_TYPE_HIERARCHY ).
    "Enable HIERARCHY structure
    data lr_col type ref to CL_SALV_WD_COLUMN.
    lr_col = lv_value->IF_SALV_WD_COLUMN_SETTINGS~GET_COLUMN( 'CARRID' )." Enable HIERARCHY for the col. specified
    lr_col->IF_SALV_WD_COLUMN_HIERARCHY~SET_HIERARCHY_COLUMN( ABAP_TRUE ).
    Regards,
    Harsha

  • Characteristic Hierarchies and Interactive Charts

    Hi,
    I have two characteristics hierarchies (sales organizations and material) defined as rows and 3 key figures (sales quantity, amount and value) in column format for a specific queries.
    Now I want to design two combo box, respectively for two characteristics hierarchies. say combo box 1 (Sales organizations) for hierarchy one and combo box 2 (Material) for second hierarchy.
    I want the combo box 1 should contain the unique values of sales organization hierarchy and combo box 2 should contain the unique values of material hierarchy.
    Now depending upon the selection value of sales organization level and material combination, an ineractive chart should be displayed to show the corresponding values.
    I think we need to use VB macro to do the above. Please help
    Cheers
    Rajiv

    Hi Rajiv,
    I think it is not a trivial task. Don’t know wether it is possible at all.
    First of all, you need to understand the purpose of this chart: what a user wants to see and compare. Second, you need to determine how the chart should look like. The best way to figured out the latter is to play with a chart in Excel. I did it a little and have seen that 3-D chart you mentioned is not illustrative. Maybe it’s better to fix an SO value and show materials and one of the KFs in a 2-D diagram?
    So, you need to construct a chart you need in Excel manually first. When you have a clear picture what you have in rows and columns, it’ll be much easier to figured out if it is feasible in BEx.
    Best regards,
    Eugene

Maybe you are looking for