Time dependent issues

The R3 side doesn't have the FROMDATE and TODATE to record the changes, but BW has the FROMDATE and TODATE when the attributes are checked as time-dependent.
Do the time-dependent attributes depend on the master data load to record the changes to the FROMDATE and TODATE? How does BW record the changes for the time-dependent attributes?
What happens if the BW database that stores the master data is corrupt; this is assuming that there is no backup?
How would you recover the FROMDATE and TODATE time-dependent attributes? If you were to reload all over again, the history of the changes to the attributes would be the most recent changes. Is this correct?

this is how the BI handles Time dependent MD with 0costcenter
11111- edna - 01/01/1000 - 12/31/9999 - this is the intial masterdata entry created when you are made a mgr for 11111.
Now you are promoted and are allocated to 22222, so the entry in R/3 would be
22222 - edna - 01/01/2007 - 12/31/999. if you still hold both the costcenters the entries will remain same. but if i was allocated to costcenter 11111, then the entry would be
11111- edna - 01/01/1000 - 12/31/2006
11111- voodi - 01/01/1000 - 12/31/9999
Now thats where the key date comes into picture when somebody runs the report for costcenter 11111 in 2005, you will still be shown as the mgr of the CC, depending on the validity period of the CC under ur name. This still highlights the validity period, in plain BI lang FROM/TO dates that have to be populated from the source system that would have been created/changed when a value is entered into the system. I'm not sure or aware of any way, BI can mysteriously know the validity periods with no business logic or rule to fill in the FROM/TO dates int he masterdata.
your reply does not really clarify my thought process.
Not sure If I can ever clarify ur thought process.
When the tough gets going, you would normally point me to a link
I only point to link when people are not clear abt the basic understanding of the issue they want to discuss. FYI - the link doesnt refer to flat file loads (if thats what you could make out from the link).
sure i didnt clarify ur thought process:)

Similar Messages

  • Time Dependency issue

    Hi Gurus,
                     I have User master data  Info Object, and time dependency User group as navigational attribute. I checked navigational attributes in Info Cubes and MulitProviders. For testing purpose we have changed the validity period of User group like for example :
    Output of Master Data.
    __User       UserGRP      Validity From    Validity To__
    MARKD   OCV             01/01/2010   06/17/2010
    MARKD   PSV              06/18/2010 12/31/9999
                     But in the report it is showing current user group as PSA for all records. For old records which are before 06/17/2010 is suppose to be OCV but it is taking everything as PSA(before and after validity period).
                     Please any suggestions on this will appreciated.
    Thanks
    Ganesh Reddy.

    Hi Ganesh,
    The time dependant objects display the result based on key date.
    By default the key date is current date.
    So it will display the value of user group as of today in the whole data set.
    If you set the key date to past date it will set the output of whole data set as on that day.
    If you want it to be varying, you will have to add a user group field in the cube and populate it using ABAP lookuo on user master data.
    -Vikram

  • Regarding performance issue in time dependent hierarchie.

    hai
    we are loading time dependent hierarchies from flatfile to bw,it is weekely load,we have nearly one million records loaded,we got an issues regarding change of these hierarchies timely.when ever there occurs a change in hierarchy a new row is added to the table,it is degrading the performance,can any one of you please suggest  how to over come performance related issues regarding time dependent hierarchies.
    Regards
    Srinivas.G

    hello deven,
    if you are only focusing on your application's performance
    on the aspect of usability i.e. less waiting time, fast
    response UI, i would personally suggest you to use AJAX.
    put some processing part on the browser side and making
    data retrieval from MI asynchronous... this way, your user
    don't have to wait for all data to be presented, but rather
    could work on the data presented in pieces (i.e. asynchronously).
    anyway try googling for AJAX...
    regards
    jo

  • Issue making Cost Center Hierarchy Time Dependent

    Hi,
    We have three hierarchies on top of cost center and cost center was not time-dependent. There is a new requirement to make one of the hierarchies time dependent. To faclitate it, I changed the hierarchy property in cost center infoobject to "Hierarchy structure is time-dependent" and then loaded the hierarchy.It took the validity dates of 1.1.1000 to 31.12.999. A costcenter was changed from one node to another in ECC and was extracted into BI. As time-dependency is set, I thought that node will have two entries now one with validity period 1.1.1000 to 30.10.2009 and another with 31.10.2009 to 31.12.999. But instead the hierarchy was overwritten and only the latest change is refelcted.
    Can someone please help in figuring out the issue. Should some change be done in ECC for time-dependency to reflect.
    Thanks
    Achyuta

    Hey Achyuta,
    The hierarchy needs to be time dependent in the source system and then the datasource for the time dependent hierarchy would then need to be replicated again.  You'll know if it's right after the replication if you view the datasource in BW and the Data is Time Dependent check box is checked on the General Info Tab.  Once the datasource is time-dependent, loads should populate the DateTo and DateFrom as you expect.  Consult your R/3 expert if you need help over on the source system side.
    Peace,
    Dan Glick

  • Validity period merging issue for time dependent master data

    Hello All,
    I am trying to load the data from DSO ZDSO1 to Master data object ZCASE1. Attribute "ZATR1" of ZCASE1 is the time dependent attribute of ZCASE1.
    ZDSO1 contains "Changed On" field which defines the "Valid From" period for attribute "ZATR1" of case ZCASE1.
    For eg.
    ZDSO1 contains below records for Case 'C1':
    Case ID     Changed On ZATR1
    C1              01.01.2014     01
    C1              02.01.2014     01
    C1              02.15.2014     07
    C1              02.17.2014     07
    My transformation from ZDSO1 to infoobject ZCASE1 contains below mapping:
    Case ID - Direct Mapping - ZCASE1 object
    Constant value '12/31/'9999' - VALID TO field
    Changed on - Direct Mapping - DATE FROM field
    ZATR1 - Direct Mappint - ZATR1 object
    After loading the data from ZDSO1 to ZCASE1 below results are obtained:
    Case ID     VALID FROM VALID TO   ZATR1
    C1             01.01.1000    12.31.2013  BLANK
    C1             01.01.2014    01.31.2014  01
    C1             02.01.2014    02.14.2014  01
    C1             02.15.2014    12.31.9999  07
    Time-Dependency is define correctly however my concern is why second and third records were not merged together. Instead of having four records, I should have ideally received THREE records. As shown above, third and fourth record (value 07) from ZDSO1 are merged into SINGLE record in infoobject ZCASE1.
    For the subsequent data, it again does the same thing.
    For eg. If I receive below Delta record from ZDSO1:
    C1   03.01.2014 07
    I get FIVE records in infoobject ZATR1 as shown below:
    Case ID     VALID FROM VALID TO   ZATR1
    C1             01.01.1000    12.31.2013  BLANK
    C1             01.01.2014    01.31.2014  01
    C1             02.01.2014    02.14.2014  01
    C1             02.15.2014    02.28.2014  07
    C1             03.01.2014    12.31.9999  07
    In my understanding, BW system should have merged this Delta record with the last record present in infoobject because both the records have same ZATR1 value.
    I would really appreciate your help/suggestions to understand/resolve this issue.
    Thank You,
    Nilima

    Hey Arun,
    While there wasn't any other time-dependent attribute apart from ZATR1, there is another time-independent attribute ZATR2 of ZCASE1 whose value was changed and hence somehow system was not able to merge the validity range.
    Thank You.
    Nilima

  • Issue while creating a heirarchy using Hierarchy Structure Time dependent

    Hi every body
    I created an Info object(SREP) with Heirarchy Strututre Time Dependent property. When i am creating an Heirarchy for the info object(SREP) i am not able to see any text node by default, do we need to create it explicitly or system would propose one node by defalut..
    I created a text node manually then and tried to assign an another info object(SREG) as a child using an option of "Insert Characterstic", but i am getting a message as "InfoObject SREG is not entered for InfoObject SREP as a Foreign Heirarchy Characterstic", and system is again proposing to assign some info object as a child.
    Thanks in advance..
    sekhar

    ok

  • 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 Vendor Master & Handling Special Characters

    Hi,
    I need to extract time-dependent Vendor Master.
    1. The data source for <b>0VENDOR</b> does not have fields to hold the valid date range.
    2. Does the Master data in R/3 for Vendors will hold the valid date range?
    3. The text for <b>0VENDOR</b> provides time-dependent, but how to map the <b>valid from</b> and <b>valid to</b> fields?
    Handling Special Characters:
    We are trying to extract data from Legacy system via DB Connect. The item text field consists of special characters. Of course in BW customization we can specify all the special characters to consider. But the special character we observed is 'square' symbol i.e. 'new line character' in Oracle. We are updating this to an ODS object. When looked at error log, observed that green light for the number of records transferred and updated, but finally when it load into ODS object and activates popping up the error message saying 'could not recognize special character'.
    Please help me getting the 2 issues resolved.
    Thanks in advance.
    Regards,
    Sudhakar.

    Hi Everyone,
    Thanks for inputs on Special characters issue...
    Finally resolved with below piece of code in the start routine:
    DATA: FLAG,
          OFF TYPE I,
          LEN TYPE I VALUE 1,
          ALLOWED_CHAR(95) VALUE
    '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ`~!@#$%^&*()-_=+ ' &
    'abcdefghijklmnopqrstuvwxyz:;<>,.?/|\{}[]"'''.
    CONSTANTS: C_CHAR VALUE '-'.
      LOOP AT DATA_PACKAGE WHERE NOT /BIC/ZI_DESC IS INITIAL .
        DO.
          IF DATA_PACKAGE-/BIC/ZI_DESC CN  ALLOWED_CHAR.
            REPLACE SECTION OFFSET SY-FDPOS LENGTH LEN OF
                    DATA_PACKAGE-/BIC/ZI_DESC WITH C_CHAR.
            FLAG = SPACE.
          ELSE.
            FLAG = 'X'.
          ENDIF.
          IF FLAG = 'X'.
            EXIT.
          ENDIF.
        ENDDO.
        MODIFY DATA_PACKAGE.
      ENDLOOP.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    I have seen the link sent by 'Eugene Khusainov' today. Thought putting my piece of code that may help others...
    Regards,
    Sudhakar.

  • Time-dependent BW hierarchies in Analysis for OLAP

    Hi all,
    We are using time-dependent hierarchies in combination with a key date variable.
    Tools used: Query designer based on SAP BW 7.4 and BO 4.0.
    The following steps are executed:
    Report is executed and key date is prompted
    According to the key date, the correct time-dependent organisation hierarchy will be used in drill-down
    Bring up variable screen again and select different key date
    The drill-down changes according to the now correct time-dependent organisation hierarchy
    The above scenario works for BEx Analyzer, BEx Web, Analysis for Office - but not for Analysis for OLAP.
    Whenever I run through this scenario and confirm the updated key date, the following error is displayed:
    cube.get.dimension.info.runtime.error : java.lang.IllegalStateException: There is no default hierarchy for dimension [ORG].
    In the user guide I don't find any specifics about the hierarchies and since it works in all the other applications, I wonder where the error is coming from. I also could not find it anywhere else in the forum.
    Has anyone experienced the same error or any suggestions?

    Hi Peter,
    This issue is captured in SAP Note 1941865. Resolved in 4.0 (8.5, 9.2 or SP10) and 4.1 (1.6 or SP03).
    Symptom
    In BI 4.1, Analysis for OLAP returns errors similar to:"An error occurred in the MDAS service while processing a request from Analysis, edition for OLAP. Try the operation again. If the problem persists, please contact your administrator. (AOC00041)" and/or "cube.get.dimension.info.runtime.error: java.lang.IllegalStateException: There is no default hierarchy for dimension [DIMENSIONNAME]"
    The BW Query the AOLAP workspace is created against has 2 different hierarchies that have the same text description
    Environment
    SAP BusinessObjects Business Intelligence platform 4.0
    SAP BusinessObjects Business Intelligence platform 4.1
    Analysis, edition for OLAP
    Reproducing the Issue
    In CMC, create an OLAP BICS connection to a multi provider
    Connect to BI launchpad and launch Analysis, edition for OLAP.
    Use the connection to create a new workspace.
    The error is observed
    Cause
    This issue has been logged as a defect under ADAPT01720287 for BI4.0 and ADAPT01713663 for BI4.1
    Resolution
    A fix for this issue is included in the following maintenance releases:
    BI4.0:
    Patch 8.5
    Patch 9.2
    Support Pack 10
    BI4.1:
    Patch 1.6
    Support Pack 03

  • 0CS_Item with time-dependent hierarchy

    Dear Experts,
    we are discussing pros and cons for a time-dependent item catalog (characteristic 0CS_item with time dependent hierarchy in BW) within consolidation SEM BCS 4.0. Does anybody has experiences on this topic?
    I am quite sure it will be a performance issue and it means additional reporting effort (e.g. using reference period/year in the report comparing different hierarchies).
    I am not sure if there are any other risks so I it would be great if anybody has some hints.
    Thanks in advance,
    Birgit Laux
    Message was edited by: Birgit Laux

    Birgit,
    Some other things to consider:
    - frequency of changes to item hierarchy. Could lead to a lot of item hierarchies in BW over time.
    - hierarchy validity date does not seem to be displayed when running web queries and thus makes it difficult for the user to select the correct hierarchy when executing the query. Still looking for a fix for this.
    - greater complexity in overall design. Is it really necessary to achieve correct financial statement presentation?
    Virtual cube performance is not great but you could implement the data mart which provides typical BW query performance.
    I stayed away from setting the item as time dependent for these reasons.
    Brian

  • UE4 demos not running due to dependency issues after upgraded from Windows 7 x64 to Windows 8.1 Pro x64

    Hi, I posted a more in detail thread about this on the UE4 forums. 
    https://answers.unrealengine.com/questions/84890/dependency-issues-with-running-ue4-demos.html

    Hi,
    Are you using a Gmail account on both Outlook PC client and on the phone? Is it an IMAP account?
    Since you mentioned it also occurs to your phone, have you tried to logon the Gmail webmail to check the account status? If new emails sent to the account don't show up on the phone, it's not isolated to Outlook then, we need to contact the Gmail support
    to get this issue addressed.
    For the emails missing issue, I suggest you just open the .pst file instead of importing it. In Outlook 2013, go to FILE tab -> Open & Export -> Open Outlook Data File -> Browse to the .pst file and open it. It should then be displayed
    in the account list on left. Check if the emails are still missing.
    If you can confirm you included the emails in 2014 but they are still nowhere in sight, they may be filtered by the Outlook View. Run Outlook with the switch "/cleanviews" to check whether the emails are shown:
    Press Win + R, type "outlook.exe /cleanviews" in the blank box, press Enter. Outlook will reset default view, all custom views will be lost.
    Let me know if you have further questions.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Time-Dependent Data in InfoPackage

    Hi, Experts,
    I tried to load CO Master Data from R/3, I got some issues as follow:
    1. In the InfoPackage creating, what is the meaning of Time-Dependent Data, How can I know what are the properly value range I should entry.
    2. After I excuted the Infopackage, I got red color in Monitor, I checked the PSA, some of the data's status were green, some were red which the system said that the records time overlapped, but I couldn't verify this is true anymore. Could you please give me some idea?
    By the way , does any body have the documents associated with BW-SD including extraction, Business Content and query design. Thanks a lot

    Hi Ryan,
    Time-dependent data means data varies from time to time. For example one employee may work in US from Aug - Feb and in Canada from Mar - Jul. Then to maintain such data you have to declare them as time-dependent.
    Time-dependent data has date-from and date-to fields. In your case the date-from and date-to have multiple entries thats the reason for the error.
    Bye
    Dinesh

  • Time Dependent Info Object

    Hi All,
    I have an extractor that extracts data with DATEFROM and DATETO fo rthe time dependent HR employee related data for managers. But when it extracts into BI and loaded to Info Object the DATEFROM is not the same as what is extracted, it is 01/01/1000 instead of record specific.
    Any idea why it is showing like it is?
    Thanks,
    Alex.

    Beekay,
    You are right. But in my case I extract only 200 records with DATEFROM and DATETO as 12/10/2006 - 12/31/9999. So I should expect my extracted 200 records and the system generated 200 records. But I have only 200 records but all the DATEFROM fields are changed with 01/01/1000. My PSA and R3 extractors are having the actual real DATEFROM.
    Do you see where I have this issue?
    Thanks,
    Alex.

  • Time Dependent Cond

    Dear All,
    We are using "Time Dependent Document Type" in Scheduling Agreement and facing a issue.
    When we enter Freight Condition initial..it does not delete,,but as soon as we change the Target Qty..the Freight condition is getting Deleted...
    Please help
    Regards
    Amey Kulkarni

    Dear Lalita,
    Thanks for the help.
    As you mentioned correctly it is happening at the time of Saving.
    please let me know the settings where to check
    Regards
    Amey Kulkarni

  • Asset Master - Business Area field [time dependent tab]

    Business Area field is gray with or without value if i create an asset either from scratch or with reference .
    I did check with u201CDefine Screen Layout for Asset Master Datau201D. & u201CSpecify Chart-of-Dep.-Dependent Screen Layout/Acct Assignmentu201D
    Still not able to change the  field of business area in the asset master .
    Is there any other config setting needed to be changed , please let me know.
    Thanks & regards
    suman

    Dear,
    Suman.
    Please follow the path and make the changes :-
    SPRO ---> Financial Accounting New ---> Asset Accounting -
    > Master Data -
    > Screen Layout -
    > Define Screen Layout for Master Data.
    Select your respective Screen Layout. Go to Time Dependent Tab Double Click on Field Group Rules.
    Select MnNo & Sbno. And save. And then run AS02. I hope this solve your issue.
    Please revert for further clarification.
    Regards,
    Pankaj Bhalerao.

Maybe you are looking for

  • Unable to install Acrobat XI Pro via CC

    Whenever I try to install Acrobat 11 Pro it ends after 51% saying "the older version of Acrobat 11 Pro can not be removed". Well, there is no older version, I didn't install this software before, although I had Acrobat X previously on the machine whi

  • View attachment list in ECC6

    Hi, I am trying to assign the GOS service for the Z transaction using a ehancment spot in PBO . Problem is I am getting the GOS service enabled for the transaction. But when I click on "View Attachment list" service, it is given short dump in ECC6 wh

  • ACS 4.2

    Hello, My company bought a product /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent

  • Reprocessing poison messages

    Hi all, We are using weblogic v923. We are using Spring JMS API (MDP, context files) to listen and process the JMS messages from the Weblogic cluster's distributed error queues. In some cases we observe bad formatted data which needs manual correctio

  • How to write 14.316523E-06 to spreadsheetfile

    I want to write a string of format %f (for ex. 14.316523E-06...)to a spreadsheet file, the result I get is 0.000014. So the result is limited to 7- digits and this way I lose some important precision. I use the write to spreadsheet file vi with forma