Plz tell me the steps to update the data?,.

hai all,
                Plz tell me the steps involved in updating the data from infocube to ods.it would be highly helpful if u provide any document?.
thanx,
sri

Hi,
ODS to Cube refer this thread...
ODS to CUBE
Cube to ODS refer this thread...
Cube to ODS
For the steps - DATA LOAD FROM ODS TO CUBE
http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6110e07211d2acb80000e829fbfe/content.htm
Re: Steps for transfering structure from ODS to Cube
Hope it helps.
Regards
CSM Reddy

Similar Messages

  • Can anyone plz tell me the steps for performance tuning.

    hello friends
    what is performance tuning?
    can anyone plz tell me the steps for performance tuning.

    Hi Kishore, this will help u.
    Following are the different tools provided by SAP for performance analysis of an ABAP object
    Run time analysis transaction SE30
    This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing.
    SQL Trace transaction ST05
    The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list.
    The trace list contains different SQL statements simultaneously related to the one SELECT statement in the ABAP program. This is because the R/3 Database Interface - a sophisticated component of the R/3 Application Server - maps every Open SQL statement to one or a series of physical database calls and brings it to execution. This mapping, crucial to R/3s performance, depends on the particular call and database system. For example, the SELECT-ENDSELECT loop on the SPFLI table in our test program is mapped to a sequence PREPARE-OPEN-FETCH of physical calls in an Oracle environment.
    The WHERE clause in the trace list's SQL statement is different from the WHERE clause in the ABAP statement. This is because in an R/3 system, a client is a self-contained unit with separate master records and its own set of table data (in commercial, organizational, and technical terms). With ABAP, every Open SQL statement automatically executes within the correct client environment. For this reason, a condition with the actual client code is added to every WHERE clause if a client field is a component of the searched table.
    To see a statement's execution plan, just position the cursor on the PREPARE statement and choose Explain SQL. A detailed explanation of the execution plan depends on the database system in use.
    Need for performance tuning
    In this world of SAP programming, ABAP is the universal language. In most of the projects, the focus is on getting a team of ABAP programmers as soon as possible, handing over the technical specifications to them and asking them to churn out the ABAP programs within the “given deadlines”.
    Often due to this pressure of schedules and deliveries, the main focus of making a efficient program takes a back seat. An efficient ABAP program is one which delivers the required output to the user in a finite time as per the complexity of the program, rather than hearing the comment “I put the program to run, have my lunch and come back to check the results”.
    Leaving aside the hyperbole, a performance optimized ABAP program saves the time of the end user, thus increasing the productivity of the user, and in turn keeping the user and the management happy.
    This tutorial focuses on presenting various performance tuning tips and tricks to make the ABAP programs efficient in doing their work. This tutorial also assumes that the reader is well versed in all the concepts and syntax of ABAP programming.
    Use of selection criteria
    Instead of selecting all the data and doing the processing during the selection, it is advisable to restrict the data to the selection criteria itself, rather than filtering it out using the ABAP code.
    Not recommended
    Select * from zflight.
    Check : zflight-airln = ‘LF’ and zflight-fligh = ‘BW222’.
    Endselect.
    Recommended
    Select * from zflight where airln = ‘LF’ and fligh = ‘222’.
    Endselect.
    One more point to be noted here is of the select *. Often this is a lazy coding practice. When a programmer gives select * even if one or two fields are to be selected, this can significantly slow the program and put unnecessary load on the entire system. When the application server sends this request to the database server, and the database server has to pass on the entire structure for each row back to the application server. This consumes both CPU and networking resources, especially for large structures.
    Thus it is advisable to select only those fields that are needed, so that the database server passes only a small amount of data back.
    Also it is advisable to avoid selecting the data fields into local variables as this also puts unnecessary load on the server. Instead attempt must be made to select the fields into an internal table.
    Use of aggregate functions
    Use the already provided aggregate functions, instead of finding out the minimum/maximum values using ABAP code.
    Not recommended
    Maxnu = 0.
    Select * from zflight where airln = ‘LF’ and cntry = ‘IN’.
    Check zflight-fligh > maxnu.
    Maxnu = zflight-fligh.
    Endselect.
    Recommended
    Select max( fligh ) from zflight into maxnu where airln = ‘LF’ and cntry = ‘IN’.
    The other aggregate functions that can be used are min (to find the minimum value), avg (to find the average of a Data interval), sum (to add up a data interval) and count (counting the lines in a data selection).
    Use of Views instead of base tables
    Many times ABAP programmers deal with base tables and nested selects. Instead it is always advisable to see whether there is any view provided by SAP on those base tables, so that the data can be filtered out directly, rather than specially coding for it.
    Not recommended
    Select * from zcntry where cntry like ‘IN%’.
    Select single * from zflight where cntry = zcntry-cntry and airln = ‘LF’.
    Endselect.
    Recommended
    Select * from zcnfl where cntry like ‘IN%’ and airln = ‘LF’.
    Endselect.
    Check this links
    http://www.sapdevelopment.co.uk/perform/performhome.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/afbad390-0201-0010-daa4-9ef0168d41b6
    kindly reward if found helpful.
    cheers,
    Hema.

  • Plz tell me the FM for UNIX file

    HI
        plz tell me the FM that convert the uploading program which is going to save in unix file.
    Thanks

    Hi SKK,
    Check out the link:
    Re: download file to webserver
    Hope this helps.
    Manish

  • I want to make a video for indian digital theater. Plz tell me the format.

    I want to make a video for indian digital theater. Plz tell me the format, resolution and other settings i shoud use for the same. I am an amateur so please provide a very clear solution.

    ...indian digital theater...
    Like this?
    What happened to 'Ultra HD"?
    http://forums.adobe.com/thread/1215507?tstart=0

  • HT4759 i have lost my iphone i dont have iemi number but i used icloud id on that as there any way to locate my phone and if not located the plz tell my the way i remove my data from it. thanks

    i have lost my iphone i dont have iemi number but i used icloud id on that as there any way to locate my phone and if not located the plz tell my the way i remove my data from it. thanks

    Go to icloud.com.  Log in with your Apple ID & Password.  Go to the Find My iPhone section.  Perform a remote wipe of the device.
    You don't have to have downloaded any app.  You only have to have enabled the Find My iPhone option under Settings > iCloud.  If you did not do that, then you cannot remotely access the device.
    If that's the case, then change ALL of your account passwords; email, banking, etc.  All of them.  And then monitor those accounts very closely!

  • How can we create a Collective search help  plz tell me with steps

    How can we create a Collective search help  plz tell me with steps
    thanks,
    basu

    Hi
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11  Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    Reward points for useful Answers
    Regards
    Anji

  • Hi,can u plz tell me the price of macbook in oman?

    Hi,plz can u tell me the prices of all apple products in omani rial,plz

    Call and ask:
    http://www.abmme.com/

  • Plz tell me the error at this simple program

    at this orogram i want the user to input the number and then he get th factorial...
    my program is:
    import javax.swing.JOptionPane;
    public class Ch4_32a
    public static void main (String[]args)
    int f=1, i=1,N;
    String E;
              String M = JOptionPane.showInputDialog("Enter the number");
              N=Integer.parseInt(M);
              while(i<=N);
                   f=f*i;
                   i++;
              JOptionPane.showMessageDialog(null,"the factorial is"+E);
              f=Integer.parseInt(E);
    ******and when i copile it the result is:
    C:\Documents and Settings\F A M I L Y\Desktop\MyProgs\azza\Ch4_32a.java:22: variable E might not have been initialized
              JOptionPane.showMessageDialog(null,"the factorial is"+E);
    ^
    1 error
    it tell me to init the value of E but ir is a string,,
    so plz help me to get the real error

    i delete the (parseInt{) and compile it completle
    but when i excut it the firs widow appear (Ent the number)
    i Enter the number and then "ok" but the second window don't appear which well tell me the result({f)                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Cn anybody tell me the date concept in HR payroll

    Hi experts....
    Well i m currently wrking in HR payroll module ...nd its all abt infotypes and date concet
    well if nybody have docs related to date concept cn u plz send me or tell me...suppose if i hv to choose date from  01-08-2009 to 31-08-2009 ...how to give where conditions for choosin employee between dis dates..
    how to use begda and endda to choose emp between the dates..it may be ny month..
    nd it shud be according to fiscal month
    if any body have a report based on payroll..
    thnxxx
    WARNED:search before you post
    Edited by: Suresh Datti on Aug 31, 2009 12:17 PM

    Hi ,
    Date Concepts /condions during reading data  in HR :
    1. Allways used the ENDDA = '99991231' to fetch active record.
    2. For active records in entered period :
         BEGDA lt PNP-ENDDA
        ENDDA  GT PNP-BEGDA.
    3. Time constrants  also effects teh  data retrival form differnt infotype.......
    Regards
    Lakhan

  • Is there a way to tell if the date on a picture in iPhoto is from actual metadata vs just the date it was imported to the program?

    I have many photos in iPhoto whose dates I know to be wrong and many appear to be the date I moved them all to a new Mac. I photos in question, I think, were originally on a PC and in Picassa. If it was taken before metadata was embedded, I suppose I can just guess and change the dates on the photos however, if iPhoto just applied the date of the transfer to the Mac, perhaps there is accurate metadata somewhere that I could retreive. How can I tell where iPhoto is getting its dates for pictures?
    Thanks,

    If the Exif metadata is intact, then iPhoto gets the date from there. If it's not, then iPhoto gets the file date.
    So, if iPhoto is showing you the date of import there is no Exif intact.

  • I can`t buy the in-app for the game of Djmax ray. plz tell me the reason.

    as the topic

    Nobody can tell you why just from the information given. Not enough details for someone to help you out. You need to provide more info like:
    - did you get an error message?
    - is your payment info correct? (do not post the info just a yes or no)
    A little more info will get you the best possible answer to get or find a resolution from other users who use these forums.

  • Can any body plz tell me the solution for IDOC Import

    When iam trying to import the IDOC --> PREQCR.PREQCR02 to my imported objects in Integration Repository by using Application Server, system number and user name and password, the following error iam getting.                                                                               
    PREQCR.PREQCR02: Error
                                         + Error: IDoc type PREQCR02 contains errors (unable to read segments)
    Import failed with 1 error.

    Hi Abullah,
    R u trying this on R/3 5.0,
    try importing PREQCR02 in R/3 4.7, It gets imported successfully..
    Or else contact u r Basis person if u want to use R/3 5.0
    Regards,
    Sridhar

  • Why does my TC no longer tell me the date of my Oldest and Latest Backups?

    When I go to Time Machine Preferences, all I see next to "Oldest Backup" and "Latest Backup" is "---". For the first several months, I was told these dates. (It does tell me when the "Next Backup" will happen.)
    Why did my Time Capsule stop telling me this information?
    How do I make it tell me this information?

    I assume you've tried a reboot of your Mac and TC? This will force the Mac to consider the TC backup "untrustable" and do a full check of it against what's on your Mac.

  • How can i stop the started process of downloading ios 8 on my ipad air?plz tell me i dont want to upgrade.

    i have apple ipad air 32gb ,ios 7.0.3 , by mistake i have started the process of update on ios 8 , how can i stop this ? plz tell me.

    The replies don't address the question: "I started getting bombarded with requests to upgrade to Firefox 5.0. This goes on all day, all night...it never stops. Is there a place I can ask you guys to please stop?"
    I have the same problem: I also don't want to upgrade to 5.0 (4.0 messed me up enough and I finally got that straightened out). How do I stop those annoying requests? It should have a "No" option.
    Please email replies to [email protected] Thanks.

  • PLZ CAN U TELL ME THE BUGS

    plz tell me the bugs which u rectified in u r suport project.
    i.e give some examples .

    Dear
    "EXISTS" keyword give better performance in large number of rows because it do the index search if you
    are using join condition then i suggest EXISTS give the better performance.
    and while IN keyword is used when sub query output is small
    so go for better performance
    Regards
    Hitesh Nirkhey

Maybe you are looking for

  • Is there anyway to recover synced over songs?

    I bought the new iphone 5 the other day and went to sync my old iphone 4 to my new computer. I received a new laptop because the old one fried... losing all my itunes content. I foolishly thought that if I downloaded itunes onto my new laptop and plu

  • Problems with dark colours importing photos in iMovie 11

    Hello, I have a problem importing photos from iPhoto Library 11 to iMovies 11 in order to build a video HD 1080p. When iMovie creates the snapshot of the photo, happens that dark photo's colours (above all black) appears ginned with low resolution an

  • I've just updated and can't seem to find anyway to burn a DVD?

    Ive just installed Mavericks and the latest imovie update and initially it lloks good but there doesnt appear to be any way to finalise and then burn the movie to DVD? It plays fine in theatre and there are share options to Utube, facebook, e mail et

  • How do I get information about filing a claim for kids purchases

    How can I get information about making a claim for kids unauthorized purchase?

  • Trouble Installing license on IDSM-2

    Hi, I got my license for an IDSM-2 that I am installing (used serial number of IDSM to get it). When I go to install it, whether via the CLI or through the web interface I am informed that the license in no good... Here's the message from the CLI: Er