Time dependent navigational attribute

Hi all,
   I am new to BW, i would like to know what is time dependent navigational attribute and when we go for it.
with regards,
a.fahrudeen

Hi Fahrudeen,
You will go for a time dependant nav attr when the attribute values change with time and you need to maintain the history. When you use time dep nav attr, the value is always valid from a date to a certain date. Like for 0COSTCENTER, 0RESP_PERS is a time dependant attr becasue it is possible that for the same costcenter ABC was responsible person from 01.01.2004 to 12.31.2005, and then you have XYZ from 01.01.2006 till 21.31.2008.
Hope this helps...

Similar Messages

  • Time Dependent Navigational Attributes in Query

    Hi,
      Location & Job are the Time Dependent Navigational Attributes of an Emp No and
    Created a Info Set (outer Join) based on Emp No and DSO....
    Created a Query based on the infoset and the Location * Job are Free Chars in the report
    In the query property setting entered KEYDATE as 31.12.999
    When i executed report and drilldown on Job or location it is displaying me 2 records for each employee one with Blank and the other with information.....
    It should display only one record..most recent record avaliable in Emp master data
    Where was i doing wrong

    Hi,
    Thanks for the update.
    I can't do a innerjoin as per my requirment it should be a outer join
    Thanks

  • Monthly Report with time-dependent navigational attribute

    Hi,
    We've a characteristic costcenter that has a navigational attribute called segment which is time-dependent attribute.
    CostCenter-Segment master data is as follows.
    COSTCENTER Segment          validFrom  Valid To
    ============================================
    CSTCNTER_1 SGMNT_A       10000101   20100831
    CSTCNTER_1 SGMNT_B       20100901   99991231
    Cube data is as follows. We don't have Segment in the cube. Also, no plans of adding segment to the cube.
    COSTCENTER MONTH  AMOUNT
    ========================
    CSTCNTER_1 201007  100
    CSTCNTER_1 201008  200
    CSTCNTER_1 201009  300
    CSTCNTER_1 201010  400
    I'm trying to achieve monthly report by costcenter & segment as follows. Is there a way to achieve this?
    COSTCENTER Segment MONTH  AMOUNT
    ===============================
    CSTCNTER_1 SGMNT_A 201007  100          (last day of 201007 is 20100731.  as of 20100731, CSTCNTER_1 belongs to SGMNT_A)
    CSTCNTER_1 SGMNT_A 201008  200          (last day of 201008 is 20100831.  as of 20100831, CSTCNTER_1 belongs to SGMNT_A)
    CSTCNTER_1 SGMNT_B 201009  300          (last day of 201009 is 20100930.  as of 20100930, CSTCNTER_1 belongs to SGMNT_B)
    CSTCNTER_1 SGMNT_B 201010  400          (last day of 201010 is 20101031.  as of 20101031, CSTCNTER_1 belongs to SGMNT_B)
    Appreciate any help.
    -hari

    thanks for looking into this.
    I"ve already turned on SEGMENT as a navigational attribue in cube, for the reason, my current report looks like this.
    COSTCENTER Segment MONTH  AMOUNT
    ===============================
    CSTCNTER_1 SGMNT_A 201007  100
    CSTCNTER_1 SGMNT_A 201008  200
    CSTCNTER_1 SGMNT_A 201009  300                           I'm expecting this should show up in SGMNT_B
    CSTCNTER_1 SGMNT_A 201010  400                           I'm expecting this should show up in SGMNT_B
    But, I'm expecting the report look like this
    COSTCENTER Segment MONTH  AMOUNT
    ===============================
    CSTCNTER_1 SGMNT_A 201007  100
    CSTCNTER_1 SGMNT_A 201008  200
    CSTCNTER_1 SGMNT_B 201009  300
    CSTCNTER_1 SGMNT_B 201010  400

  • Error activating 0person - Time dependant Nav attribute

    Hello,
    Theres a Custom made XObj (navigational attribute) for 0person which is <b>time dependant.</b>
    I have removed Check for "Time dependant" and saved & activated.But the object became inactive.Again i have placed the check for "Time Dependant" then the object is not getting activated.
    Removing of Check for time dependant navigational attribute has created inconsistency in the table.
    Now how to over come this ? somebody pls throw light on this ?
    How to repair the table ?? and how to analyse the table by comparing the ABAP Dictionary version with the database version ?
    Its urgent.
    Regards.

    Hi,
    The problem is resolved by myself.
    Just follow the instructions provided in the note :408317.
    Also observe the instructions in the note:325296 if you observe if theres any conversion lock on your info onject.
    Regards
    Ellora

  • How to lookup time independent navigation attribute of master data table

    Hi,
    which table is used to lookup time independent navigation attribute (0ACCNT_ASGN) of 0CUST_SALES master data InfoObject. I am seeing too many tables ( P,X,T,H,K...etc.).
    Please help me.
    Regards
    Jharna

    Hi,
    FYI,
    P-table --- time independent Master data attributes
    Q----
    time dependent Master data attributes
    M-----view of P & Q.
    X----
    time independent Nav Attributes Master data attributes
    Y----
    time dependent Nav. Master data attributes
    H,K,I tables are related to Hierarchies.
    REDDY

  • 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

  • Wrong data in cube for time dependent nav attribute

    Hi Experts,
    I am facing a strange problem.
    One of the navigational attr used in one cube was not time dependent before.
    Now we have changed it to time dependent.
    But after that the cube is fetching wrong data for the nav attr.
    In the Master data table (Q table) data is fine.
    Kindly suggest.
    Regards,
    Debjani

    Hi Debjani,
    As Federico said, when you display the content of the cube (or when you execute a query) you enter the reference date on which the time-dependant attribute will be searched. This unique reference date will be used whatever the cube data is.
    Ex :if the reference date is 2010/02/14, you will have the time-dep attribute value for 2010/02/14,for 2011 data, 2010 data or whatever.
    If you want to change dynamically the reference date depending on a date on the cube, things become a lot more difficult. The only possibility I can think of is "virtual characteristics" (you will find a lot of litterature on the subject on sdn).
    Regards,
    Fred

  • Navigational attribute issue-time dependent

    Hi all,
    I am working with 0PA_C01, I included some additional navigational attribute(time dependent )to 0employee, but when i am checking all these navigational attribute at cube level or Report  , i can find only the latest values ,for eg i added  Designation as a time dependent navigational attribute for 0employee, and the designation for a employee is changing after 12.2008 from VP to SVP ,at the cube   and also in the report  i can find only the latest designation for all the calmonth ie before 12.2008 also  as SVP .
    I checked  the the time dependent Navigational attribute option to make designation as a time dependent navigational attribute ,and also ran the attribute change run .
    Can anyone suggest some information to fix it?
    Thanks
    Sandhya

    Dear Sandya,
    Results correct only in your report. Time dependent attributes displyas data based on keydate. if no key date specified, system takes current date as key date and displays data.
    So in your case latest data displaying. If you want to see any historic designations, you need to specify key date, which shold fall into that particular range.
    Create a User entry variable for keydate and use.
    Key date
    Each query has a key date. For time-dependent data, the key date determines the time for which the data is selected.  The default key date value is the date on which the query is executed, that is <Today>.
           1.      Click on the Key Date field. A dialog box with a calendar appears for you to select your key date.
           2.      Select a date from the calendar. If you select 01.01.1999 for example, time-dependent data is read from the 01.01.1999.
    Note
    The key date applies only to time-dependent data.
    Check: [Query Properties|http://help.sap.com/saphelp_nw04/Helpdata/EN/07/0ab63c71f41d5ce10000000a114084/frameset.htm]
    Srini

  • Time dependent attribute

    hi experts
      what are the tables created for time dependent attribute?
      and for normal attributes what are table created?
    puli

    hi,
    For attributes /BIC/P<Tech name of info object>,Q,X,Y.
    P-time independent attributes
    Q-time dependent attributes
    X - SID links of Charcteristics and Time independent Navigational attribute
    Y-SID links of Charcteristics and Time dependent Navigational attribute
    Ramesh

  • Time Dependent Hierarchies in Bex

    Hello All,
    I have a time dependent hierarchy with the same leaf in two different nodes i.e,
    Mr. Jones was a part of cost center A from 1/1/2001 to 12/31/2003 and he is a part of cost center B from 1/1/2004 to 12/31/2006.
    When I want to run the report for time period 1/1/2001 to 12/31/2006, will the report show Mr. Jones as part of cost center A from 1/1/2001 to 12/31/2003 and as a part of cost center B from 1/1/2004 to 12/31/2006.
    Or do I have to model this as a time dependent navigational attribute. If I do this, can I still display it as a hierarchy.
    Please pour in your inputs.
    Thanks.
    In the infoObject i chose time-dependent hierarchy structure. I've built a new hierarchy, with the same leave in two different nodes. Each leave got different time interval but when i run a report on a period which include the time interval of the two leaves i get only one node...
    Please advice.

    Hello All,
    I have a time dependent hierarchy with the same leaf in two different nodes i.e,
    Mr. Jones was a part of cost center A from 1/1/2001 to 12/31/2003 and he is a part of cost center B from 1/1/2004 to 12/31/2006.
    When I want to run the report for time period 1/1/2001 to 12/31/2006, will the report show Mr. Jones as part of cost center A from 1/1/2001 to 12/31/2003 and as a part of cost center B from 1/1/2004 to 12/31/2006.
    Or do I have to model this as a time dependent navigational attribute. If I do this, can I still display it as a hierarchy.
    Please pour in your inputs.
    Thanks.

  • Time independent and time dependent

    Hi  ,
    Can anyone explain 
    What is difference between time independent master data and time dependent master data?
    time independent  navigation attribute and time dependent  navigation attribute?
    Regards,
    maya

    Hi Maya,
    As the name states time dependent and time independent ceratin data could be dependent on time. Lets say there is a sales person and he resides in Indian from June to Dec and from Jan to May he resides in US then you can make that characteristic as time -dependent.
    Bye
    Dinesh

  • APD query key date with variable for time dependent MD display attributes

    Hello,
    In a APD I use a query as a source with a query key date that is filled with a customer exit variable.
    When I run the query as a user, the time dependent MD display attributes look fine. However, when I use the query in an APD, I get no values for the time dependent display attributes.
    Any suggestions?
    Thanks

    Hi,
    Try to run query using RSCRM_BAPI Tcode, this you can also schedule in background
    Thanks
    Reddy

  • Master data loading  with Time dependent  InfoObjects

    Hi
    For product master, I have a infoobject Standard Cost, a time dependent keyfigure attribute.
    How do I Load data for product master
    1. From flat file
    2. from R/3 Pleas provide steps to do on R/3 side
    Thanks in advance,
    Regards,
    Vj

    Hi,
    Though you Material grade is time dependent and sequentially changing.
    You can create 4 different DTP with Grade selection (only 1 Transformation).
    For example, 1 DTP with filter Grade A, another DTP with grade B, so on.
    and executive all 4 dtp sequentially and activate master data after every DTP run.
    Hope it will workout.
    Thanks,
    Balaram

  • Navigational attributes time dependent in queries

    Hello Guys,
    I have a doubt, I have a master data with navigational attributes and time dependent  and I need display from a query a comparative date between 2 navigational attributes; the value of the master data's attribute navigational and time dependent.
    It is possible?
    Thank you very much.
    Regards,
    Jeysi

    I describe the case again:
    I need display a comparative between 2 time period based in navigational attributes in a Query.
    It is possible?  I think that only a date is possible because the key date controls the output to the date specified or by default to today. Is it correct?, if I need keep historical information must save in the cubo each attribute neccesary for comparation to a period.
    Thank you very much.
    Regards,
    Jeysi

  • Navigation attribute behaviour during time dependent master data read

    Hi All,
    My report is based on infocube. There is one time depenedent master data characteristic named 0EMPLOYEE in the cube.
    My report is run for a specific time period. For example Monthly and quaterly level.
    There are many infoobject form part of dimension in cube and few are part of navigation attribute folder.
    Now in the transformation there are some fields which needs to be read from master data depending upon some time characteristic for ex:-0CALMONTH, 0CALDAY. This rule is mapped correctly and data is also being stored correctly as per the specific time period in the cube.
    Now there are some navigation attirbute which reads the data from 0EMPLOYEE master data itself.
    My doubt is will navigation attribute read the latest record for the employee or is it intelligent enough to read the right records depending upon specific time char?
    With navigation attribute we dont have option to specify any rule as compared to normal objects in transformation.
    What will navigation attribute read ? Latest record or speicific records as per time period?
    Thanks & Regards,
    Anup

    Hi Anup,
    Let me give you one small example about time dependent attribute work,
    let us say we have 0COSTCENTER as time dependent attribute of 0CUSTOMER. Now in your transaction data you have loaded values of 0CUSTOMER and in the query you have used 0CUSTOMER_COSTCENTER attribute.
    Transaction Data,
    Tran. no.      Customer Number       Amount
      1                      123                          500
       2                      125                         450
       3                     126                          900
    Master Data:
    Customer      Cost Center       Valid From             Valid To
      123                COST1                1st Jan                 15th Jan
       123               COST2                 16th Jan              30 March
      123                 COST3                31st March          30 June   
    In the above example the data loaded for valid to and valid from has came from source system and for this data you will have direct mapping done in transformation. Now data will reside as above in your system.
    When you use Key date as 20th Jan then the cost center for customer 123 in the query will be shown as COST2. So this assignment of time dependent data is done at runtime only and will not have any impact on underlying data.
    Regards,
    Durgesh.

Maybe you are looking for

  • Where can i get a FRESH Windows 8 iso? (LEGALLY)

    Hey guys, I wanted to know where you can get a Windows 8 iso, NOT a upgrade iso. I already did some googleing, and http://www.redmondpie.com/download-windows-8-iso-x86-x64-file-directly-from-micr osoft/ this website seemed to tell me you can get it b

  • Message output systems

    Hi Gurus, I am a Functional Consultant and do not know much about the ABAP. I am making a Functional specification for the change Message out put which is for Remittance advise for the Vendors. I read few of the  Threads an I am sure now I can get so

  • LDAP authentication too slow in OBIEE 10g

    Hello ,     For one of our clients we have configured LDAP (Microsoft Active Directory) for authentication purpose in OBIEE 10g repository. The Authentication process takes around 10-15 mins to Login . Are there any parameters that can help to speed

  • Regular expressions Pattern

    Hi I have to check for for some files in a file system if all the required files exists then next logic continues for ex: String pattern = "Hello(A|B|C|D|E|F|G).txt"; for (int i =0; i < children.length; i++) if (Pattern.matches(pattern,children)) set

  • Validating a file type

    Hi, I have a form where files are uploaded to a server. I need to prevent certain file types from getting uploaded (e.g, .exe etc.) How can I validate the extention of the "upload_file" in the action page when the temporary location of the file is gi