Change Info Object Master/Text  data in PROD  to Time dependant

Hello Experts,
I have an Info Object used in ODS and Cube. Both ODS and Cube has data in it. The Info Object has Text data.
I need to change Info Object Text data as Time dependant.
What are best way to make this change? If I make change to Info Object, how it's going to effect Cube and ODS.
Please advise.
Thanks
Padma
Padma Reddy

Bhanu,
Yes I am selectiong the check box to make IO as time dependant.
May be I am over complicationg this. Here is my understanding, correct me if I am wrong.
The IO is used in cube. It belongs to Dimension1. This dimension table is nothing but dim id's and SID's. So the Dimension table is built based on the exist SID values.
When I make change to IO, the data and SID's will change. Doesn't it cause some data inconsistancy ? And also the IO text table will have multiple rows with the same data but with different validity periods.
As I said I may be thinking too foolish or technical.
Please advise.
Thanks
Padma

Similar Messages

  • 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

  • Master text data in Open Hub

    Hi All,
    I am working on BI 7.0 and am currently working on Open Hub. I have to extract data from a cost center infocube, but i also need to send the master text data for certain fields along with the infocube data into the file server.
    Is this possible with open hub services,could someone please provide me with a step by step procedure to this one.
    I have been following a similar thread
    Nav. Attrib in Open Hub 04s
    Please let me know if it was succefully implemented by someone.
    Regards
    Dipali

    Hi Uppala,
    Following are 2 approaches to achieve this
    Approach 1:
    1. Create info spoke which will extract data from cube to data base table (do not use file)
    2. Create one more info spoke which will extract master data text to data base table (again do not use file)
    3. Create join on both the data base tables.
    4. Write a ABAP program which will create a file based on the joins of tables.
    Approach 2 :
    1. Create multiprovider on cube and master data info object
    2. Create info spoke based on the multi provider, that will extract data to flat file
    For 2nd approach u have to put certain filters to avoid unwanted rows
    Regards,
    Ajinkya

  • Can Info Object be a Data Target

    Hi Gurus
    Can a Info Object be a data target. Would appreciate a explanation on this.
    GSR

    Hi S R G,
    You can indicate an InfoObject of type characteristic as a data target / InfoProvider if it has attributes and/or texts. The data is then loaded into the master data tables using the update rules.
    when we check the option "characteristic as infoprovider", it creates three tables, suppose InfoObject name is TTT then::
    1. /BI0/MTTT - Master data Table
    2. /BI0/PTTT - Master Data Table (Time Independent)
    3. /BI0/XTTT - SID Table.
    Data store in Master Data Table and when we delete the request data wo'nt delete, for that we have to drop the master data table in SE14 transaction.
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/b007720ae4c248b945bb16f24bba31/frameset.htm
    Thanks

  • Converting Info-Objects as a Data Targets.

    Hi All,
    I Converted some info objects as a Data targtes in my Dev box, I need to affect those changes in my QA box and Production box, So that i need to transport those changes, I saved the changes in one Trasport req in Dev,
    So if i  trasport the same req to QA box, is the only changes will affect or the complete info object will affect...
    note: i have master data stored in all my objects in all environments....
    I will assign points.

    Hi Bhanu,
    Thanks for your earlier reply,
    I saved my changes in a single TP req, in this req it shows all my info objects,
    Iam thinking when i transport the req it should affect the info-object which it has been used in Cubes and ODSs..
    So can you tell me in details plzz

  • What exactly is Update method Master data attrib with a Time dependency ?

    Hi Experts,
    I have a Update rule in which i have an Update Method  "Master Data Attrib of " with Time dependency
    basically we are loading (update rule of )   0PAYROLL AREA ,
                  at Master data attribute of  we have 0EMPLOYEE
                  at Time Dependency When reading Master Data  END radio button is checked
                  frm it is mention as 0CALDAY.
    please explain what is function of 0calday here?
    I understand that 0PAYROLL AREA is a attribute of 0Employee and since from R/3 we are getting only 0EMPLOYEE so we are filling it from 0employee but  what is the significance of 0CALDAY here?
    Regards,
    RG

    Hi RG,
    It fills the valid value of 0PAYROLL for a particular 0EMPLOYEE in a particular time frame.
    Elaboration.
    Say  Employee          Payroll                  Valid from          Valid to
            RG                    1000000                 01.01.2007        31.12.2007
            RG                    2000000                 01.01.2008        31.12.2008
            RG                    3000000                 01.01.2009        31.12.2009
    The if your transaction data has RG employee in it with a transaction on 0CALDAY = 12.05.2007 then the valid payroll at that time would be 100000.
    On Calday 05.05.2009 your payroll would be 300000.........
    So for different days different payroll values would be valid.
    You require calday to find out which payroll value is valid in the timeframe of a transaction.
    In your update rule it is bringin the value of valid attribute value for the time of the transaction.
    Hope it helps,
    Regards,
    Sunmit.

  • 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

  • Info Object Master Data (0DATETO &0DATEFROM)

    Hi,
    I created Info Objects with attributes and loaded master data
    When i do
    Bi Contect Info Object-->Context menu (Maintain master data) -->which show me info object id ,attributes ,  0DATETO and 0DATEFROM
    when i checked definiation of info object i can't find the attributes 0DATETO & 0DATEFROM
    When i do the same for my Z info object i didn't get 0DATETO
    0DATEFROM
    Please advise

    In the InfoObject Manteinance, under attributes, you have the infoobjects that are attributes of a characteristic
    The fifth column, has a flag, which determines if that attribute is time dependent or not.
    A time dependen attribute is when for a certain characteristic, such as Customer, you put an attribute, as Customer Classification, and from 1.1.2006 to 1.5.2006 you can say that is Classification A, and then from 2.5.2006 to 31.12.9999 (or until you change it) is Classification B.
    Hope it helps..

  • Info-Object Master Data is not populated using Attribute View

    Hi Colleagues,
    I have one info-Object 'Resource', compounded with client, resource type and scenario.
    I want to fill its master data using an attribute view.  In Master data tab, i have mentioned the package and attibute view (SAP HANA MODEL).
    Assigned all the attributes to respective fields in attribute view.
    I can see data using the 'Data Preview' in my attribute view.
    Two issues --
    1. Maintain master data option is disabled in the context menu of 'Resource' Info-Object.
    2. Also the data available in attribute view is not populating in master data of info-Object ( I tried seeing by creating a report).
    Please suggest what is wrong here.
    Thanks in advance.
    Regards,
    Rohit

    Hi,
    When you are loading data from DSO to IO, seems like some filtering is happening. Just check the active table of DSO and make sure that you have all the 59 records available.
    Another important thing is check the primary key of your master data i.e. if there is any compounding attribute if not then records from DSO might be getting overwritten in the master data. i.e. only 6 unique records.
    Regards,
    Durgesh.

  • Master data modified at SQL end not reflecting in Info object master data

    Hi All,
    we have done some data modification at SQl end where the modified data not reflecting in infoobjects master data.
    for example:
    we have split/skills numbers like 1-1000 in the data base and now we did some modifications to that particular split/skills numbers and uploaded that data successfully in the SQL end.now the problem is that modified data is not reflecting in split/skill info-objects and showing the same old data but not the modified one.can you please explain me how to reflect that modified data in BI side.
    regards
    Vamshi D Krishna

    Hi vamshi ,
    what is type of data load to master data infoobject (Full / Delta), if you know the split/skills numbers, try to load with repair full till PSA and check the data. if data is correct you can load to infoobjects and data will be overwrite, after loading data into infoobject -> in RSA1 -> infoobjects-> right and select "Activate master Data" ( this is not a mandatory step, if there is any M and A version data is there that will be adjusted.)  and updated data will be available infoobject master data.
    Regards,
    Daya Sagar

  • Loss Authorization after changing info object

    Hi
    tHIS is authorization issue
    I have DP Planning book and in this planning book I have used Zinfoobject .
    This is working fine since go live . Recently I have added new atribute in this zinfoobject .
    After that user is not accessible to DP pLANNING Area.
    SAYS THAT 'NO Authorization.
    Can anybody suggest me

    Hi,
       Is this Info Object is Std. one?
    I assume this info object is created by manually.If you want to change the data type of info object then you need to delete master data of this info object.After that you can change the data type of info object.
    But this is the vrey risky steps,so i would suggest try it ones in dev. or sand box server,then go further.
    Regards
    Sujay

  • 'Error in Loading Master -Text data'

    hi Experts,
    i am Novice in BW Tech. Today i have tries to Load Master data Attr and Text from Flat file(CSV ) format .
    AttrData  Load was Successful but  I My Text is failed to Load.
    My Text Data file has Three fields
    (1) Langu  for this filed i have  Loaded data 'E'
    (2) Materailnumber it is  my key field it size is char  
          15  and values in the file 'MAT01'  ' MAT02 ' and so on
    (3) Third is the Description and its size 20 char
    I can see following error
    First field 'langu' is successful in loading.
    System response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    Advance thanks
    Cheers,
    Anil

    Hi Nagesh ,
    These are the  Messages
    Error message when processing in the Business Warehouse
    Diagnosis
    An error occurred in the SAP BW when processing the data. The error is documented in an error message.
    System response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    Further analysis:
    The error message(s) was (were) sent by:
    Update
    Procedure
    Check the error message (pushbutton below the text).
    Select the message in the message dialog box, and look at the long text for further information.
    Follow the instructions in the message.
    In Preview only  Language Fields  'E"  filled
    Remaining two fields are Empty.
    I remained you Transfer rules are Ok
    Thanks

  • New Infoobjects with Master & Text Data

    Experts,
    I am creating ZInfoobjects based on fields from R/3.
    How does one decide i.e. on what factors should the ZInfoobject be:
    a. Master Data
    b. Text Data
    C Hierarchy.
    Thanks,
    Raj

    Hi Rajesh,
    Based on base tables you can not say that you need master data or not.  If you load master data it improves the performance of the dataloading as system  finds SID's in master data quickly. If you do not load master data while loading transactional data anyway it will create entries in the master data table automatically slowing the transactional data load. In your case,
    VGABE (Transaction/event type, purchase order history.)
    Suppose values are as AS, EW,XY. In report while selecting the transaction type ( via variable) in F4 help if user sees only AS,EW they will not understand what the type exactly mean. If you load Tet master data for VGABE( zinfoobject) you will be able to see text along with the value.
    In addition if user wants to see key figure values distributed in the hierarchy as e.g for 0material,
    material            Qty.
    Childrenwear     30
       womenwear    40
    in such case you need to  build hierarchy.
    Hope this helps.
    Regards,
    Viren

  • Data not uploading in Time dependent Master data Infoobject

    Hello All,
    I have a master data infoobject for HR entity and have to load data from PSA to that info object.
    The HR entity infoobject already have sone data like below:
    HR Entity
    Version
    Date from
    Date To
    x
    A
    01.07.2013
    31.12.9999
    x
    A
    19.04.2013
    30.06.2013
    x
    A
    01.09.2012
    18.04.2013
    x
    A
    01.01.2012
    31.08.2012
    x
    A
    01.01.1000
    31.12.2011
    Now the data in PSA is as follows:
    HR Entity
    Start Date
    End Date
    X
    01.01.2012
    18.12.2013
    Once I loaded this data to the infoobject, i can not see this value which is the latest value of this HR entity.
    Can somebody please explain how the data gets loaded in the time dependent master data infoobject and why this entry is not getting loaded in the info object.
    Regards
    RK

    Hi,
    did you activate master data after your load?
    You can check also version 'M' records and see if your record is there.
    The load went green?
    The problem is, that your entry overlaps all exisitng time intervals, which can't be deleted or merged as there may be dependent transactional data. You have first to delete the transactional data for this entity.
    Then you can delete the time-dependent data and reoload it from your PSA.
    BW will build then correct time intervals.
    The easiest is to change the time interval in PSA, see example below:
    At the moment the time interval is not accepted. But you can add time intervalls before 31.12.2011 and after 01.07.2013, Then system will create remaiing time intervals, e.g. your new record is:
    HR Entity
    Start Date
    End Date
    X
    01.08.2013
    18.12.2013
    Result will be:
    HR Entity
    Version
    Date from
    Date To
    x
    A
    19.12.2013
    31.12.9999
    x
    A
    01.08.2013
    18.12.2013
    x
    A
    01.07.2013
    31.07.2013
    Regards, Jürgen

  • 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

Maybe you are looking for

  • Some fonts have wrong "internal names," won't display properly in font menu

    Several fonts which I have acquired over the years have a peculiar but bothersome problem. The fonts' "file names" in the Finder are perfectly fine, and the files are named what they're supposed to be named. And when the fonts are "installed," they w

  • How to get day from Week Number

    Hi all, how to get date from the week number when the day is MONDAY. like : week num =33 how get the date of the day MONDAY from this..

  • Versioning on external Repositories

    Hi, Can some one tell me if there is a way to provide versioning on external repository, which is on Windows 2003 running IIS... ? Regards, Nrisimhanadh Yandamuri

  • Processddx difficulty w/ certain pdfs; failed: start page is greater than end page

    I have encountered some problems using the cfpdf processddx action with certain pdfs. Some PDFs work with my code and some don't. Upon a failure, the dump of my output named var indicates the following: PDFOUT failed: start page is greater than end p

  • Files missing from install directory

    not sure what's happened to my computer but I can no longer install programs or updates for programs as I get the message "files missing from install directory" How did they get corrupt in the first place? I get this when trying to download yahoo mes