Display Time-Dependent Characteristic in 2different date columns (HR-data)

Hello.
I want to create a specific Query on a Self-defined HR-HeadCount cube.  On this Cube I have Employee-number + characteristic values per month (e.g. PayScaleArea).  Month is my most granular level. 
The Query I want is the following :
     04.2006     05.2006
Employee/PayScaleArea
20184     5B     6
20230     3     4
20295     6A     6B
(5B, 6, ... are PayScaleArea's  e.g. 5B is Manager)
I have already filtered on the Employees who got a promotion between 04.2006 and 05.2006 (=Month.Year).  And now I whish to see the PayScaleArea listed of these Employees under 2 column headers April+May . 
If this was a keyfigure this would be standard but for a characteristic I can't get it to work.  I've already tried working with formulas (replacement path)
The problem is that it always displays like this :
              PayScaleArea
                  3     4    5B    6    6A    6B
Employee
20184     
20230          
20295     
(which is realy bad)
Or
Employee/CalMonth/PayScaleArea
20184     04.2006 5B     
20184     05.2006 6
20230     04.2006 3     
20230     05.2006 4
20295     04.2006 6A
20295     05.2006 6B
(this is correct, but not verry readable, having it in 2 columns makes it easier to compare who promoted to what)
Note: I have PayScaleArea directly in the Cube and also as time-dependent attribute on Employee => the attribute has the problem that I can only report on one key-date per query (which is specified on the header of the query) so combining multiple queries in a workbook would also be a (less desired) workaround.
Can you help me ?
Kind Regards, Carl.

Hello,
I'm affraid you do not understand my question.  You mention here one of the two 'workable' solutions (the other one being 2queries on different tabs each for a different month and then combining the 2queries on a third tab)
The report layout does not look good in this txt format so I will split it up using my original example:
The Query I want has three columns  :
1) Employee
e.g. :
20184
20230
20295
2) The PayScaleArea's of Month -1 (e.g. : 04.2006)
e.g. :
5B
6
6A
3) The PayScaleArea's of current Month (e.g. : 05.2006)
e.g. :
6
4
6B
If PayScaleArea would be a keyfigure then I could just put Employee in my rows and month + PayScaleArea in the columns and it would work perfect... but it is a characteristic and therefore it does not show up next to the employee in this case.
In a sense this is logically since BW does not know that there is only one characteristic value PayScaleArea per month and per employee.

Similar Messages

  • How to Display Time-Dependent Characteristic Data In Query

    Hi Experts,
       I have encountered a problem. I want to use Time-Dependent Chart. And want to display different value according characteristc's valid from time. For Example,
    The Characteristic 0COSTCENTER has the navigation attribute 0COMPANY, The data as:
    0COSTCENTER   Valid from   Valid To       0COMPANY
    BW2305              20070101   20070430     A
    BW2305              20070501   99991231     B
    I want  the report  can display as :
    0COSTCENTER   Valid from   Valid To       0COMPANY  AMOUNT
    BW2305              20070101   20070430     A                  1000
    BW2305              20070501   99991231     B                  2000
    But when I set the query's key date 20070420, the report display as:
    0COSTCENTER   Valid from   Valid To       0COMPANY  AMOUNT
    BW2305              20070101   20070430     A                  1000
    BW2305              20070501   99991231     A                  2000
    when I set the query's key date 20070520, the report display as:
    0COSTCENTER   Valid from   Valid To       0COMPANY  AMOUNT
    BW2305              20070101   20070430     B                 1000
    BW2305              20070501   99991231     B                  2000
    Can anybody tell me how I can get report expected.
    Thanks in advance.
    SF

    Hi,
    1) Add the characterstics 0COSTCENTER ,0DATETO,DATEFROM and  0COMPANY to the cube.
    2) And also add these 4 IOs to the Communication structures which has update rules with the concern cube.
    3) I hope , you already have  0COSTCENTER in the Commnication structure and mapping for that infoobject at both Update rules and Transfer rules.
    4) Leave to the Blank(no mapping) mappings for the IOs 0DATETO,DATEFROM and  0COMPANY in the Transfer rules.But make 1:1 mapping in the Update rules for these 2 infoobjects.
    5) Write the below code in the strt routine of the Update rules:
    TYPES:  BEGIN OF type4.
          include structure like /BI0/QCOSTCENTER.
    TYPES END OF type4.
    DATA:
      ITAB4 TYPE STANDARD TABLE OF TYPE4
           WITH HEADER LINE
           WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 0.
    SELECT * FROM /BI0/QCOSTCENTER INTO CORRESPONDING FIELDS
    OF TABLE ITAB4
    WHERE OBJVERS = 'A'.
    loop at DATA_PACKAGE.
         READ TABLE ITAB4 WITH KEY COSTCENTER = DATA_PACKAGE-MATERIAL 
    DATETO LE DATA_PACKAGE-PSTNG_DATE
    DATEFROM GE DATA_PACKAGE-PSTNG_DATE.
                  IF SY-SUBRC EQ 0.
                    DATA_PACKAGE-DATETO = ITAB4-DATETO.
                    DATA_PACKAGE-DATEFROM = ITAB4-DATEFROM.
                    DATA_PACKAGE-COMP_CODE = ITAB4-COMP_CODE.
                  ENDIF.
                  Modify DATA_PACKAGE.
      endloop.
      ABORT = 0.
    Here I assumed you have Posting date in the Communication structure and used to map to Fiscalperiod of the cube.
    6) Do the Master data upload to Cost center and active the master data of it always before uploading the data to cube.
    7) Do the uploading to cube from Sratch.
    With rgds,
    Anil Kumar Sharma .P
    Message was edited by:
            Anil Kumar Sharma

  • How to create a time dependent characteristic

    Hi,
    Can someone give me steps to create time dependent characteristic? there is a tab for attributes to make them time dependent.  I don't know whether we can make the characteristic as time dependent or only the attribute.
    Thanks,
    Sam

    What makes a IO a time dependent char?
    The attribute values of the IO change according to the time. meaning atleast one attribute value has to(supposed to) change during the course. So to make a IO time dependent, atleast one of ur attribute values should be time dependent.
    IO - change _ attributes - 4th column - time dependent - check that box. that would generate  - MasDataTab. timDep - SIDTab timeDepAttr(tables)
    simple saying in real time - cost center ABC's manager is XYZ from 06/19/2007 to 06/19/2008. So the manager (attribute of costcenter) has to be time dependent.
    Hope that makes it understandable. In essence the costcenter itself never changes but the attribute values do change.

  • Time dependent characteristic

    Hi,
    In our query we have time dependent characteristic "Employee last name".
    Our user wants to generate query on the employee list who was changed their last names. Here different employees has been changed their last name in different times.
    Please specify in detail that how to define the query.
    Regards
    Sunil

    if its a one time query then open the master data view in se16 and download employee / from date / to date / last name
    download it to excel and analyze it.
    If this is not a one time query.. then you have to build a way to save this in a ODS and make a query  on it.
    its not possible to go across time in a regular report as the key date takes only 1 date at  a time.
    Award points if you find it useful.
    Thanks
    Sharan

  • Effect from build time dependent  2 attribute in info object master data

    Dear all,
    i creat time dependent  2 attributes in info object master data (ZCURRLUM) which use in info cube. after that i open workbook or query, it has short dump which error message
       "UNCAUGHT_EXCEPTION" "CX_RSR_X_MESSAGE"
       "CL_RSBOLAP_BICS_SERVICES======CP" or "CL_RSBOLAP_BICS_SERVICES======CM003"
       "HANDLE_UNCAUGHT_EXCEPTION"
    Question: info object master data can't use more than a attribute time dependent???
    i use in BI 7.0 level 14
    thanks for your help
    regards,
    Joy

    Hi Chandamita Sarmah,
    I copy error code to you from line 1 to line 28
    METHOD handle_uncaught_exception.
      data:
        l_r_program_error  TYPE REF TO cx_rsbolap_program_error.
      data: lBExDebug type rs_bool.
      GET PARAMETER ID 'BEXDEBUG' FIELD lBExDebug.
      if lBExDebug = rs_c_true or CL_RSTT_TRACE=>GET_TRACEMODE_CURRENT_TRACE( ) = rstt0_c_tracem
    Break-point for debugging, e.g. during running a trace
        break-point.  "#EC NOBREAK
      endif.
    Subcall?
      if P_RFC_CALL_DEPTH > 1.
      Forward the exception
        subtract 1 from P_RFC_CALL_DEPTH.
        DATA: l_r_x TYPE REF TO cx_no_check.
        TRY.
           l_r_x ?= i_r_exception.
          CATCH cx_root.
            CLEAR l_r_x.
        ENDTRY.
        IF l_r_x IS INITIAL.
          RAISE EXCEPTION TYPE cx_rsr_propagate_x
            EXPORTING
              previous = i_r_exception.
        ELSE.
        RAISE EXCEPTION l_r_x.
        ENDIF.
      endif.
    All exceptions should have been caugth -> X-Message
    Thanks a lot for your help
    Joy

  • Displaying Time-Dependent Text in BEx

    I have a report which displays texts of the OrgUnit.  The infoobject OrgUnit has time-dependent text.
    I would like to display on the Bex report text information valid at the time in history.
    Example:
    OrgUnit  Begda         Endda          Text
    111        1/1/2003     6/30/2003      ABC
    111        7/1/2003    12/31/9999     XYZ
    When I run the report in history say before 6/30/2003, I would like to see 'ABC' text.
    Please advise.
    -Sonny

    Just go into 0ORGUNIT and choose the option: Texts are time-dependent.  You cannot have texts as a navigational attribute.
    However, if you wanted to make them navigational, you would need to create a new attribute and insert the uppercase text values into it.  Make this attribute navigational in both 0orgunit and your cube/ods.
    However, it is much easier to just make your texts time-dependent.
    Brian

  • Not able to import date column as Date time(SQL server) in OBIEE

    Hi,
    We have created cube in sql server.
    We have two date column in cube i.e. created date(datetime) joining date(datetime)
    Once I import joining date (Data type: Datetime) and created date(Datetime) by default it import as varchar.
    problems:
    1. I need to calculate difference of two date at OBIEE level. But it is varchar and I am not able to calculate the difference of two dates i.e. created date-joining date.
    I tried evaluate function also but not able to do in OBIEE 10.1.3.4.
    Any help pls

    Hi,
    In your cube have you set the type to 'Date' for this attribute? If not, try it and let me know if this still imports as varchar.
    Hope this helps.
    Thank you,
    Dhar

  • Sum reset on the date column when date changes by month

    Hi,,
    I have a query regarding summary columns that is
    " i want to reset the sum of a column based upon the date colum like the totals for the month of August then totals for the month of september and so on whenever a month changes the sum should be calculated separate."
    The dates can be dynamic as they are coming from the user parameters.
    any help???
    thanks.

    Thanks so much rwillems!!
    I have got the required sum but in displaying the data i m facing some problem. I desire that the this sum should display wheren the records of one month end. but by creating a repeating frame in and out of the already present frame doesn't result in this output.
    So if u can further help i will b very gratefull.
    thanks.

  • Time dependent Hirerachy data not display at query level

    Hi all,
    I have loaded a time dependent hirerachy from flatfile,it showing same data as in flat file at RSMO,where as if I am executing query ,report displaying in hirerachy structure format,but DATE-TO and DATE-FROM are not displaying .
    Ex:On ZEMPLYOE i have created ZMANAGER as hirerachy,report giving ZMANAGER&ZEMPLOYEE details correctly in hirerachical format,but Date-to and Date-from are not displaying at report level,where as entair data is loaded to ZEMPLOYE without any error.
    If any one has come across the same situation,what are additional steps need to have take.
    your help will be appreciated
    Regards,
    Praveena.

    Yes, date-from and date-to are not meant to be displayed in the report.
    Let me take an example to tell the purpose.
    Suppose your hierarchy displays employees managerwise.
    If you create hierarchy telling
    from 01-01-2009 to 31-03-2009, employee E1 will report to Manager M1
    from 01-04-2009 to 31-05-2009 , E1 will report to M2.
    then, until March, E1 will be displayed under M1 node in the report, and in April and May, he will be displayed under M2 node.
    So, we create hierarchy only once, but they change in the report depending on the month.
    Hope this helps.

  • Time dependent employee master data reading !in sap-bw

    Hi,
    Here iam using one routine to read employee master data.
    as employee is a time dependent characteristic,we want employee monthly details from the period of joining to till now with all his status.(these status characteristics are attributes of 0employee master table).
    how to code for this requirement.
    regards,
    swami.

    Hi,
    Why do you want to delete ?
    No need to delete any Master Data
    If you want to really delete ,you can do one thing
    Right click on Master data Info Object 0EMPLOYEE
    select Delete master data
    And reload Master data for employee with full load
    if delta Initilize delta with data transfer
    Regards
    Hari

  • Time dependent employee master data reading !

    Hi,
    Here iam using one routine to read employee master data.
    as employee is a time dependent characteristic,we want employee monthly details from the period of joining to till now with all his status.(these status characteristics are attributes of 0employee master table).
    how to code for this requirement.
    regards,
    swami.

    Found it...
    http://help.sap.com/SAPHELP_ERP2004/helpdata/EN/49/7e960481916448b20134d471d36a6b/content.htm
    Regards
    Juan

  • Select key date of time-dependent hierarchy before select a hierarchy node

    Hello experts!
    I have a Web Application which has a selection on 0ORGUNIT (organizational unit). The selection is on hierarchy nodes and the hierarchy is time-dependent.
    Because of the time-dependency I have to give a key date for the hierarchy. But I want to select the key date at runtime/execution of the query and additionally I want to select the hierarchy node and other selection criterias.
    Maybe there is a solution to get all this in one pop-up or maybe in two or another solution how I can implement this requirement.
    Thanks for help!
    Peter

    Hey!
    You don't have to use the same presentation-hierarchy like  the selection-hierarchy is which you use for the variable. While presentation-hierarchy always has a key-date, the selection-hierarchy has none. So you see all values for selection but just this which are valid for the presentation-hierarchy are selected. And there is a warning which you can supress over RSRT.
    This solution works for our problem, maybe not for yours, don't know.
    Best regards,
    Peter

  • Bex Report for time dependent master data

    Hi Gurus,
    I hav created a report based on a mutliprovider having 1 DSO and 2 CUBEs with has a common characteristics 0SALEEMPLY which is timedependent master data
    it has following records
    Validfrom===== To======== SE == Division
    05.05.2006 ===14.10.2007 == 709== 32
    15.10.2007 ===19.10.2007 == 709== 33
    20.10.2007 === 31.12.9999 ==709 ==34
    In report wen i fetch the data month wise it shud show the division(time dependent) according to its validity in master data
    But in my report it shows division 34 in all the months
    what is wrong here and do i need to hav any restriction at query level ?

    Hello Experts,
    please update

  • Time dependent Hirarchy Structure

    Hi,
    I need to create Hirarchy, i did not create before,
    Please some one explaine me how to create     Time dependent Hirarchy Structure  in CostCenter InfoObject.
    Please, please help me.
    Thanks

    HI
    Find the below link
    http://help.sap.com/saphelp_nw2004s/helpdata/EN/0e/fd4e3c97f6bb3ee10000000a114084/frameset.htm
    Time-Dependent Hierarchies  
    Use
    In a hierarchy that is not time dependent, the characteristic values are always the same.
    If you want to create views of a hierarchy that are valid for a specific time period, you need to create the entire hierarchy as time dependent.
    If you want to model relationships that change time-dependently, you need to create the hierarchy structure time-dependently.
    Functions
    In InfoObject maintenance, you can set whether and in which ways a hierarchy is time dependent. You can choose from the following:
    ·         whether the hierarchy is not time dependent (Hierarchy Not Time-Dependent). This is set by default.
    ·         whether the entire hierarchy is time dependent (Entire Hierarchy Time-Dependent).
    ·         whether individual node relationships are time dependent (Hierarchy Structure Time-Dependent)
    ·         whether a temporal hierarchy join is used with time-dependent hierarchy structures (Use Temporal Hierarchy Join)
    Entire Hierarchy is Time-Dependent
    You can either load time-dependent hierarchies (see Loading Time-Dependent Hierarchies) or create them in the BI system (see Creating a Hierarchy). When you create a time-dependent hierarchy, you have to enter a validity interval (valid to and valid from fields).
    If an entire hierarchy is time dependent, the system creates hierarchy versions that are valid for separate intervals. The system automatically uses the current valid version in this case. The hierarchy valid in each case can be uniquely identified by its technical name and the From-To Date.
    In the InfoObject tree of the Data Warehousing Workbench, all time-dependent hierarchies under the associated InfoObject are displayed with the corresponding To Date, for example  Time-Dependent Hierarchy 05/31/2000.
    In reporting, the system returns the valid hierarchy when a query is executed using the query key date.
    Within a restructuring company areas, you can create time-dependent versions of a hierarchy for the Main Area InfoObject. This enables you to compare the restructuring over different time periods in a query.
    Time-dependent hierarchy 01/01/1999 - 05/31/1999
    Time-Dependent Hierarchy 06/01/1999 - 12/31/1999
    Main Area NORTH
    Main Area NORTH
    Area 1
    Area 2
    Area 2
    Main Area SOUTH
    Main Area SOUTH
    Area 1
    Area 3
    Area 3
    Area 4
    Area 4
    In reporting, you can work in the individual columns of the report structure with fixed date values. You may want to do this to compare Main Area North in the Time-Dependent Hierarchy 05/31/2000 with Main Area North in the Time-Dependent Hierarchy 06/01/2000 (simulation).
    Time-Dependent Hierarchy Structures
    You can either load time-dependent hierarchies (see Loading Time-Dependent Hierarchies) or create them in the BI system (see Creating a Hierarchy).
    In hierarchy maintenance, you can determine a valid time interval for each hierarchy node (Valid to and Valid from fields).
    In reporting, a hierarchy with time-dependent hierarchy structures is created either for the current key date or for the key date defined for the query. In addition, you can evaluate a hierarchy historically using the temporal hierarchy join.
    You can assign an employee to different cost centers at different times within the context of a restructuring.
    In the context menu of a hierarchy, choose Display Hierarchy to access the hierarchy display: Each node and leaf has been given a date symbol. Hierarchy nodes that are assigned to different places in the hierarchy structure, depending on the time, are displayed more than once. By double clicking on a hierarchy node, you can display the associated validity period for the node relation.
    In the following example, you can double click on the Jones leaf to see that the worker Jones was assigned to region USA between 01/01/1999 and 05/31/1999 and Puerto Rico from 06/01/1999 to 12/31/1999.
    In order to use a hierarchy with a time-dependent hierarchy structure in reporting, you require the following settings in the BEx Query Designer:
                                a.      If you want to evaluate a hierarchy with a time-dependent hierarchy structure for a fixed key date, enter the key date in query definition.
                                b.      If you want to evaluate a hierarchy with a time-dependent hierarchy structure historically, for a key date that is to be derived from the data, choose the temporal hierarchy join option and specify the derivation type for the key date.
    For a more detailed description of the functions and differences between the two evaluation views, see Time-Dependent Hierarchy Structures in the Query.
    In maintenance of the key date derivation type (RSTHJTMAINT) determine the rule you want to use to determine the key date from the data. In this way you determine the time characteristic and way in which the key date is to be derived.
           1.      First determine the time characteristic.
    If you choose a Basic Time Characteristic as a time characteristic (for example, 0CALDAY, 0CALMONTH, 0FISCPER), you can use a key date derivation type of this kind for all InfoProviders that contain exactly one time characteristic that references the selected basic time characteristic. If there are several time characteristics in an InfoProvider that reference the basic time characteristic, you have to either determine the time characteristic more specifically or select a particular time characteristic from a particular InfoSet (Time Characteristic from InfoSet).
           2.      Determine how you want the key date to be derived from the time characteristic.
    The following derivation types are available:
    ¡        First day of the period
    ¡        Last day of the period
    ¡        Delay by number of days (you specify this in the Delay by Days field). In this case, the key date is calculated from the first day in the period plus the number of days specified minus 1. If the key date does not fall within the period, the last day of the period is used.
    Key date derivation type with (basic characteristic = 0CALMONTH, derivation type = u201Cfirst day of periodu201C):
    ·         For January 2005 the key date is calculated as 1/1/2005.
    ·         For February 2005 the key date is calculated as 2/1/2005.
    Key date derivation with (basic characteristic = 0FISCPER, derivation type = u201Cdelay by number of daysu201C and u201Ddelay u201C = 29):
    ·         For K4/01.2005 the key date is calculated as 1/29/2005.
    ·         For K4/02.2005 the key date is calculated as 2/28/2005.
    ·         For K4/03.2005 the key date is calculated as 3/29/2005.
    Note that the way in which you determine the key date derivation type affects performance. The number of data records that the OLAP processor reads corresponds to the level of detail on which the time characteristic and the leaf level lie. For this reason, choose the time characteristic as approximately as possible in order to keep the hierarchy small.
    A small hierarchy has 100 leaves. For a period of 12 months, the OLAP Processor reads 1200 data records at month level. At day level, it reads 36500 data records.
    Regards,
    kumar reddy.k
    Edited by: kumar reddy on Nov 18, 2008 10:50 AM

  • Imposible to set a time dependency at a transformation

    Hi!
    I'm in trouble with a transformation (BW 7.0). I'm trying to fill a key figure reading master data from a characteristic. The key figure is an atribute of that characteristic, and it's time dependent. But when I define the rule in the transformation I cannot select any time characteristic to set the dependency.
    Thanks!
    Jose

    Jose,
    As far as I understand you are trying to use the "Read Master Data" option with Time dependency that was available in the Update Rules.
    If that's correct, here are the steps:
    Eg: Assume 1. 0REGION is a time dependent attribut of 0CUSTOMER.
    2. Data Src fields: KUNNR, DATE
    3. Cube: 0CUSTOMER, 0CALDAY, 0REGION
    Your transformation should look like:
    KUNNR=0CUSTOMER
    DATE=0CALDAT
    For 0REGION click to create the mapping:
    Choose Rule Type = "Read Master Data"
    In the "Source fields of Rule":
    Add the fields KUNNR & DATE using the "+" button.
    In the IO Assignment column, enter 0CUSTOMER & 0CALDAY and hit Enter.
    Now in the "Source Info Object" field to the rt of Rule Type, select 0Customer using F4 help. Since it is time dependent on 0CUSTOMER, the clock icon will appear. Click on the clock button and select 0CALDAY from the F4 help.
    It should work. Has worked for me (Data src to ICube directly)
    For ODS use the export data source.
    If it still doesn't work there are 2 more options:
    1. Write a small routine/formula to read the values (as Ingrid had suggested). OR
    2. Use it as a Nav Attribute (if the Attribute is a Characteristic) or as a Disp Attr (if the Attribute is a Key Fig). Then use the Key date of the query to calculate time dependency.
    (By default key date = Syst date; if you need custom date, use variable exit)
    That's all I can think of.
    Hope it helps.
    - Vishno.

Maybe you are looking for

  • How do I turn an entire Edge Animate project into a symbol

    I have created an Edge Animate project that features a short animated tutorial for our website.  Now I realize that I would like to incorporate that project inside a larger project.  Is there any way to convert the entire tutorial into a symbol that

  • JRE1.6 in Windows Vista for Swing based application

    Hi, I am running a Swing based and applet based application in Windows VISTA using JRE 1.6_U13. The text font is appearing bold in JRE 1.6_U13 whereas it is appearing normal while using JRE 1.5, though the style of the Font is "SansSerif", PLAIN and

  • Problem with content: 7 - Bad sound Data

    When I do the following... Voice = new Sound(); Voice.loadSound("test.mp3", true) I get the error... Problem with content: 7 - Bad sound Data AND Problem with content: 7 - The sound data format is not recognized. I am using the test.mp3 files that co

  • BDC not creating documents for J1is

    Dear All, I have written BDC for tcode - J1is but it is not creating official excise documents when i upload the data with BDC. But when we do manually it is creating official excise documents perfectly. Internal documents are generated both the case

  • Running out of disk space (large VM boxes)

    Gentlemen: CUCM 6.1.4 Unity version = 5.0(1.0) Cisco Message Store Manager Version 1.4.0.38 Exchange Information Store Version: 6.5.7638.1 Running out of disk space (large VM boxes) Here is the situation: My client never set up any storage or flush p