• ABAP Online Training @ $50

    Now you can learn ABAP by watching and listening video classes by experienced consultant.

  • ABAP Tutorials N Materials

    Read, Surf and Download useful ABAP tips, tutorials, code and download many eBooks and documents free

  • Latest ABAP Job in India

    Get all latest opening for SAP ABAP and related jobs, vaccancies across India and apply for the same.

    Wednesday, May 9, 2012

    Technical settings holds the very important information for a table and it is a mandatory thing to do while creating a table.

     

    The most important parameters are:

       Data class: The data class defines the type of data this table can store. Each data class corresponds to a physical area in which all the tables assigned to this data class are stored.

    Example : APPL0 (master data): Data which is seldom changed. An example of master data is the data contained in an address file, such as the name, address and telephone number.

                     

       Size category: The size category tell you the how much space need for this table in the database. You can choose a size category from 0 to 4 for your table. Each category is assigned a certain fixed memory size in the database, which depends on the database system used. When a table is created, initial space (an Initial Extent) is reserved in the database. If more space is required at a later time due to data entries, additional memory will be added depending on the selected size category.

     

      Buffering permission: Buffering means, when the table is loaded in SAP, whether the data should store in ABAP memory for this session or not.  If say no, then everytime it fetches the data from database, which might impact performance in some cases. If buffering allowed, then all the data will be stored in the buffer for the first run and the accessed from there in consecutive run.

     

     

     

      Buffering type:  If buffering allowed then only this is applicable.

     

    Full buffering : All the records of the table are loaded into the buffer when one record of the table is accessed.

    Generic buffering : When a record of the table is accessed, all the records having this record in the generic key fields (part of the table key that is left-justified, identified by specifying a number of key fields) are loaded into the buffer. We have to maintain the no of keys field in this case.

    Single-record buffering: Only the records of a table that are really accessed are loaded into the buffer.

     

       Logging: If this parameter is checked, then all the table changes will be logged in history table.

    0 comments:

    Post a Comment

    Easy2learnabap.co.in @ 2012 All product names on this web site are trademarks of the companies that own them .

    Easy2learnabap.co.in is not affiliated with SAP AG in any way. SAP AG is the registered trademark holder of SAP, SAP R/3, mySAP, ABAP, xApps, NetWeaver, and other proprietary terms.

    The technical information on this site is verified to the greatest extent possible, however, any information found on this site is used at the site visitor's own risk. All the tutorials are collected from various sources, if anyone is having problem with the content, report this to us. We will take action accordingly.

    Easy2learnabap.co.in reserves the right to correct any errors or omissions in any portion of this site at any time without obligation.

    This website is created to teach people about ABAP technology. The Video contents provided in Premium service are completely owned by us and copyrighted.