Last 5 years data through LO

Hi,
What is the process in LO extraction to load last five years data. Is archiving session would be useful to achieve the requirement?
Thanks in advance
krish

Hi ,
For Lo extraction  we have to follow the same procedure only .Plz follow the below procedure.
1)Activate the datasource via Tcode : RSA5.
2) Check whether the datasource is activated or not via the Tcode : RSA6.
3)Replicate the DS into the bw.
4)Empty the setup table by using the Tcode : LBWG
5) Fill the setup table by using the Tcode : OLI*BW
6) create the DATATARGET IN THE BI .
7) Create the transformation between the DS and DT
8)Run the infopackage
9)Run the DTP.
Hope u got it,
Assign points,
Thanx & Regards,
RaviChandra

Similar Messages

  • Last 3 years data

    Hi Experts,
    I am new for OBIEE and i have small requirement
    I have a report with (year,Prod,sales) and there is prompt for year when i am selecting the year from prompt it as to show last 3 years data also. (if i select 2012 it as to show 2010,2011,2012 data in the report)
    Regards,
    Rafi

    As I am new for OBI could you please elaborate the steps how we reach this and i facing problem in calling Presentation variable in column
    Steps I implemented
    1>     Created prompt on Year and created presentation variable also for that year prompt*(P_year)*
    2>     In answers I created report with 3 columns *(YEAR,PROD,SALES)*
    3>     In Year -->add filter --> ADD presentation variables--> in variable expr i gave P_year
    But I Strucked here could you please help in this part to reach my requirement or please post any related links or documents.
    Regards,
    Rafi
    Edited by: Rafi.B on Jul 31, 2012 2:43 PM

  • Last one year data

    I have a date field (upd_date) in my table (table1) and i need to retrieve the count of the records which contains the last one years's data alone.. Using the upd_date field as reference.
    Thanks...

    user10871298 wrote:
    I have a date field (upd_date) in my table (table1) and i need to retrieve the count of the records which contains the last one years's data alone.. Using the upd_date field as reference.
    Thanks...So whats the problem in that?
    You can just
    select count(*)
      from table1
    where upd_date between to_date('01-01-2009','dd-mm-rrrr') and to_date('31-12-2009','dd-mm-rrrr')Or if you dont want to make the date static you can
    select count(*)
      from table1
    where upd_date between add_months(trunc(sysdate,'year'),-12) and trunc(sysdate,'year')-1Edited by: Karthick_Arp on Mar 22, 2010 10:57 PM

  • C mod Coding to display last five years data ( fiscal year )

    Hi All,
    Requirement is end uesr will enter fiscal year ie Interval example From 2001 To 2003 or end uesr will enter enter only From 2001 and To will be left  balnk.In Report my structure will be fixed ie I need to display data for last  Five years.If end user will enter only one year then data should appear for One year and all other columns should be blank.
    Please let me know what type of  variables to be created and cmod coding.
    Regards
    Albaik

    Hi alba,
    Pls find here with the code
    case I_VNAM.
    when 'ZPRYRPER'.
    if I_STEP = '2'.
    loop at i_t_var_range into temp.
    append temp.
    endloop.
    read table temp with key vnam = '0S_FPER'.
    if sy-subrc eq 0.
    move temp-low to l1_period.
    move temp-high to l_period.
    endif.
    if l_period-gjahr = 0000.
    l_period-gjahr = 2020.
    endif.
    if l1_period-gjahr = 0001.
    l1_period-gjahr = 1990.
    endif.
    CLEAR E_T_RANGE_WA.
    l1_period-buper = '001'.
    l_period-gjahr = l_period-gjahr - 1.
    l1_period-gjahr = l_period-gjahr.
    E_T_RANGE_WA-SIGN = 'I'.
    E_T_RANGE_WA-OPT = 'BT'.
    E_T_RANGE_WA-HIGH = L_PERIOD.
    E_T_RANGE_WA-LOW = L1_PERIOD.
    APPEND E_T_RANGE_WA TO E_T_RANGE.
    endif.
    Hope it helps
    Regards,
    Marasa.

  • Reg:db02 last 2 years data

    Hi All,
    i want to see the tablespace growth analysis for particular tables.i can see only for last year in db02.I want to see it for the 2010 too.kindly let  me know what can be done to this
    System details:Database:oracle9.2.0.8 with Solaris 5.9
    ecc5.0
    Regards
    Ram

    Hello Rramky,
    Check this link : http://avdeo.com/2011/01/07/checking-database-growth-trend/
    But it will work only if autoextend mode is off for tables.
    Regards,
    Amit Barnawal

  • Loading data of last three years via initial load

    Hi All,
    We are having one requirement. We have to load data of last three years from source to target via initial load.
    most of the table(s) are not having timestamp column.
    Please suggest some process to get this done.
    Thanks
    Kamlesh

    This question doesn't seem to have anything to do with GoldenGate, does it? Assuming the source & target are both the same DB vendor (ie, both Oracle), then there is no reason to use GG for the initial load. (But trying to figure out how to get the last 3 years data without timestamps will be an interesting challenge, in any case. Not sure which forum is best to answer that question.)

  • I lost my contacts, texts etc after syncing my phone to itunes for first time since 2012, now all I have is info. starting from 2012.  Is there any way to recover the contacts, texts etc that I have lost for the last 2 years? So ticked off at apple!

    I am hoping that someone can help me understand how it can be so easy to lose the last 2 years data on an iphone by synching to itunes for the first time since 2012?  If this happens from itunes automatically overwriting your phones system why would'nt there be warnings and red sirens going off on your phone?  Can somone please let me know if this lost data is recoverable and maybe even let me know how to recover it?
    Thank you

    Glad to help!  The reply you got was very generic and didn't completely address your questions.
    Basically, all it said was to restore your backup.  What I addressed was your query about how and why this happened. iTunes did give you prompts and warnings. And if you'd used iTunes back in 2012, then you'd have lost much less data when you made the incorrect selection.
    Do you have an iCloud backup?  Were you backing up your device at all?
    I just found it amusing that you were 'ticked off at Apple' when Apple didn't cause this problem.  You did.
    Have a great day!

  • How to fetch year till date value for earning for current ,last and year

    hi,
    how to fetch year till date value for earning for current ,last and year before that from payroll result
    plz reply soon,
    pratyush

    Dear Pratyush,
    Pick this from CRT.
    Use LDB PNPCE & Fire event GET PAYROLL &
    then you can pick from CRT.
    Hope this helps.
    Kindly reward in case useful.
    Regards & Thanks,
    Darshan Mulmule

  • HT4623 Using 3gs for the last 2 years and now unable to charge AC Adaptor i.e from plug.  Is there is any solution to this to get charged through AC adapter plug.

    Using 3Gs I phone for the last 2 years.  But recently facing problem i.e unable to recharge battery directly from Plug with AC adapter.  But through computer its charging.  How I can get it recharged through AC Adapter?

    Hi Zac, sorry to hear about your troubles, but that's why us other users are here to try to help in these instances.
    Open Console in Utilities & see if there are any clues or repeating messages when this connection drop happens.

  • I must find my find my iphone data for last 1 year please help me

    i must find my find my iphone data for last 1 year please help me

    I confirmed, I have turned on " find my iphone. Here is the error I encountered

  • FI-SD data-BEx Query Logic for Amount received for the Lasts F.Year Sales

    Hi Friends,
    Need your assistance in designing one BEx Query,
    We have Two cubes...one is sales ZSALES01 and Account Receivables ZFIAR01. On top of these cubes e built Multiprovider.
    In the sales cube (ZSALES01)., we have calender day, Financial year , Fiscal period characteristics as time characteristics and Net Values as key figures. And Same way in the Account recievable cube (ZFIAR01) we have calender day( Which is mapped with Posting date), Financial year , Fiscal period characteristics as time characteristics and Credit/Debit amount as key figure.
    My requiremnt is that i have to show in BEx with below scenarios.......
    1.Amount received for the sales occured till Last Financial year
    2. Amount Received for the sales occured in this current financial year
    We have two show these values for company code wise , we have company code in both cubes nad we  have financial year...and some other common fields there in both cubes.
    Can you please guide me how to design the same in BE query.
    Thanks & Regards,
    Anand

    are you saying that in your query you need to have 4 columns;
    - Sales Last Year
    - Sales Current Year
    - AR for Sales (LY+CY)
    - AR for Sales Current Year
    If yes, getting Sales Information is easy. You need to use customer exit variable to get the current year (calendar or fiscal)
    - for Sales Last Year, use customer exit variable for current year with a offset of -1
    - for Saels Current Year, use customer exit variable for current year
    For AR columns, as I said in my earlier post - use a lookup while loading data in AR cube. Use the Sales Doc Number and get the year information (calendar, financial or fiscal - whatever you want to use depending on your requirement) from Sales flow. This way you can tell if a particular FI doucment is for this year's sales or last year's sales.
    Now, you can use another customer exit variable for AR column depending on the "Sales Year" infoboject. Customer exit variable shold be populated with the current Sales Year.
    - for AR for Sales CY, use this customer exit variable
    - for AR for Sales LY, use this customer exit variable with offset of -1
    - AR for Saels (LY+CY), add both the columns above
    Another way of achieving AR for Sales (LY+CY) is to restrict the RKF or value range using customer exit variable for Sales year with BETWEEN operator (From var1 to (var1-1)).
    You can also use the option of replacment path variable as Durgesh mentioned. but in that case you will have to create two addition queries based on sales data which will return:
    - sales documents for last year
    - sales documents for current year
    then you need to create two replacement path variables for AR columns which will get values from these two queries.
    I hope it helps.
    Regards,
    Gaurav

  • I changed my ID due to an email accessibility issue and I lost access to all my purchased music for the last few years.  Been browsing through the support area and it seems like everyone is saying I will have to rebuy everything.  Is this really true?

    I changed my ID due to an email accessibility issue and I lost access to all my purchased music for the last few years.  Been browsing through the support area and it seems like everyone is saying I will have to rebuy everything.  Is this really true? 
    Apple has to be more user friendly than to let something like this happen, right?

    Did you change the ID, or did you create a new Apple ID? If you had simply changed the ID then what I suggested above should work as the ID itself is the same (even though the name of the ID - the address - has changed).
    However if you created a new ID, logged in with that, and purchased items on it, then you have two separate IDs each with purchased associated with them. You say that you can't log in to the original account with the 'alternate' email - have you tried logging in with the original email address? It doesn't matter if it doesn't actually work to receive mail, as far as logging in is concerned it's just a text string.

  • Not getting Last year data in query

    Hi All
    i have created one query on cost element cube.i have two col in the query i.e amount(present year) and amount (past year).
    For getting the past year data I have set the offset -12 for the fiscalyear/ period variable in the query i also restricted the fiscal year variant v3 in the amount. but i am not getting the corect value  for the past year . if i run for 2011 and 2010 for the same period i am getting right value in Amount(present year) but if i run the query for 2011 for same period i am not geting right value in amount previous year data. Kindly help me how to  get right data.

    Hi Atul,
    There are certain restrictions when you are reporting over multiple time frames,
    1) You should not put the global restriction of the time period on which you want to display data e.g. 0CALMONTH or 0FISCPER etc.
    you can put the global restriction but it should be at high granularity. for e.g. when you are reporting on Present month and last month then you can put restriction on Year, here you should take care when you are giving input as first month then last month of previous year data will not be displayed untill year is restricted for current as well as previous year.
    Another thing is
    2) You should not put time characteristic in drill down otherwise data aggregation doesn't happen.
    If you want to take any time characteristic input then it should be included in the specific RKF only, though Input ready variables.
    Regards,
    Durgesh.

  • DTP Routine to load only last year data

    Hi Gurus,
    I have a requirement to load only last year ( 0CALMONTH  i.e MM/YYYY)  data based on current year in transformation, Please could you correct below code...
    DATA: l_idx like sy-tabix.
      DATA: DATE_H TYPE D.
      DATE_H = SY-DATUM(4) - 1.
      l_t_range-SIGN = 'I'.
      l_t_range-OPTION = 'EQ'.
      l_t_range-HIGH = DATE_H.
      if l_idx <> 0.
        modify l_t_range index l_idx.
      else.
        append l_t_range.
      endif.
      p_subrc = 0.
    Right now it is bringing upto last year data. Please could you guide me what changes needs to be done...
    Thanks
    Ganesh Reddy.

    DATA: DATE_H(6) TYPE c,
                 DATE_L(6) TYPE c'
                 L_YEAR(4) TYPE c.
    L_YEAR = SY-DATUM(4) - 1.
    CONCATENATE L_YEAR '01' INTO DATE_L.
    CONCATENATE L_YEAR '12' INTO DATE_H.
    l_t_range-SIGN     = 'I'.
    l_t_range-OPTION = 'BT'.
    l_t_range-LOW     = DATE_L.
    l_t_range-HIGH     = DATE_H.

  • Can i eligibal for Microsoft MVP ,contributing since last three year on various forums

    Can i eligible for Microsoft MVP ,contributing since last three year on various forums,my questions are
    what are the Dates when I apply for MVP ?
    I am contributing since last three year on various forums.
    I am actively contributing on
    http://www.c-sharpcorner.com
    I got two times MVP award from C# corner web site.
    my contribution involves in giving webinar as wel writing blogs,article,forum post and so on.
    Never written any paid article even people offer me because i just wanted help people through community.
    Following are the webinar activities i have done and doing
    My Upcoming  Webinar
    Date
    Topic
    URL
    9-Nov-2014
    Getting Started with WCF
    Click here to attend
    Following are Webinar’s which I had given in Past
    Date
    Topic Name
    Registered attendees
    Event Detail URL
    24-08-2014
    Introduction to Web Services
    115
    Click here
    18-05-2014
    Advance
    Object Oriented Programming with C#
    170
    Click here
    20-10-2013
    Object Oriented Programming with C#
    315
    Click here
    you can see my contribution of articles,blogs,forum post and other contribution by using below link
    http://www.c-sharpcorner.com/Authors/0c1bb2/
    I want help ,advice and suggestion regarding Microsoft MVP, I know their are great authors on MSDN also their are great MVP's ,can please review my profile and tell me that i am eligible to apply Microsoft MVP and Can I shall get it ?
    Please give your valuable time to review my above profile for Microsoft MVP .
    Thanks in advance

    VW
    To nominate yourself you can go here http://mvp.microsoft.com/en-us/nominate-an-mvp.aspx
    Wanikiya and Dyami--Team Zigzag

Maybe you are looking for