Hi all this is my second question pls help me

ATA: BEGIN OF line,
        land(3)  TYPE c,
        name(10) TYPE c,
        age      TYPE i,
        weight   TYPE p DECIMALS 2,
      END OF line.
DATA itab LIKE SORTED TABLE OF line
          WITH NON-UNIQUE KEY land name age weight.
thats an eg how do we know its a sorted or hashed or standard table???

Hi,
From the declaration of the internal table we come to know whether it is atndadrd, sorted or hashed table.
If nothing is declared , default wil be standard table...
Hi
The table type (and particularly the access method) that you will use depends on how the typical internal table operations will be most frequently executed.
Standard tables
This is the most appropriate type if you are going to address the individual table entries using the index. Index access is the quickest possible access. You should fill a standard table by appending lines (ABAP APPEND statement), and read, modify and delete entries by specifying the index (INDEX option with the relevant ABAP command). The access time for a standard table increases in a linear relationship with the number of table entries. If you need key access, standard tables are particularly useful if you can fill and process the table in separate steps. For example, you could fill the table by appending entries, and then sort it. If you use the binary search option with key access, the response time is logarithmically proportional to the number of table entries.
Sorted tables
This is the most appropriate type if you need a table which is sorted as you fill it. You fill sorted tables using the INSERT statement. Entries are inserted according to the sort sequence defined through the table key. Any illegal entries are recognized as soon as you try to add them to the table. The response time for key access is logarithmically proportional to the number of table entries, since the system always uses a binary search. Sorted tables are particularly useful for partially sequential processing in a LOOP if you specify the beginning of the table key in the WHERE condition.
Hashed tables
This is the most appropriate type for any table where the main operation is key access. You cannot access a hashed table using its index. The response time for key access remains constant, regardless of the number of table entries. Like database tables, hashed tables always have a unique key. Hashed tables are useful if you want to construct and use an internal table which resembles a database table or for processing large amounts of data.
Cheers,
Simha.
Reward all the helpful answers...

Similar Messages

  • I cant reset my security question pls help me

    I cant find the reset your security question pls help me

    If you mean that you're aren't getting the reset link as described in the steps half-way down this page : http://support.apple.com/kb/HT5312, then that will only show if you have a rescue email address (which is not the same thing as an alternate email address) set up on your account.
    If you aren't getting the link then you don't have a rescue email address, and you won't be able to add one until you can answer your questions - you will need to contact iTunes Support / Apple in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down the above HT5312 page to add a rescue email address for potential future use

  • I just started I cloud and merge it with my contacts. Now all my phone contacts deleted. Pls help me how do I restore my my phone contacts

    I just started I cloud and merge it with my contacts. Now all my phone contacts deleted. Pls help me how do I restore my my phone contacts

    Follow the steps in wjosten's post here: https://discussions.apple.com/message/13356770#13356770 (for Windows, substitute Outlook in step 2).

  • Hi All this is my second post but still am waiting for better reply from this community...  Plz suggest u r ideas on this post

    hi all,
    This is suman from bangalore.
    Currently am working on weblogic portals ( Java developer ) iam also having a good knowledge in macromedia flash & flash scripting basics.
    now am very eager to learn Adobe Flex .... so please tell me that whether adobe flex would have a good future or not for java developers in the current recision and also plz tell me how i could learn adobe flex in a short span of time
    Thanks ,
    Suman

    As I said in your original post, iTunes U is not available to any institution, government or otherwise, in South Korea. If or when Apple will extend iTunes U to your country is something none of us here can say, and Apple will not until such time as they're ready to make an announcement. What Apple's criteria and requirements are for being able to open iTunes U in a given country is unknown; there is no "procedure" that any of us here can state or direct you to that you could initiate. It's totally up to Apple, and if they are working on this, I'm sure they know who in the SK government they would need to work with.
    Sorry, but you will just have to wait and hope that something develops in the future.
    Regards.

  • HT5787 I forget my security question pls help me

    Pls I need your help I forget my answer of security questions what I do ?

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
    Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                             Apple ID- All about Apple ID security questions.

  • Who can understand this problem..im confused pls help me!!!

    first i have to say i dont no much about troubleshooting or software side of computers.so pls help me to find me an answer for my problem. i cant get any search results ,when i typed something and cliked search it comes with an error message.but when i click on any news or any thing on yahoo page ,it comes up with out any errors(my home page is yahoo )and also i can acssess to my email also.this problem began 4 , 5 months back.funny thing some times i can search any thing without errors.but in next time it goes totaly wrong with error masseges. i cant understand this problem.it makes me sick.pls anyone can help me?another thing im using IE and FIRE FOX .today i found another thing.when i type something on ask search bar it came up with search results but when i typed same thing on google search bar it came up with error message..i'm really confused with this problem.pls pls help me :(

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    * [[Searches are redirected to another site]]

  • Clarity required on these questions pls help?

    HI ,
    Need your help in solving these questions, these are questions asked in during interviews
    a) Dyamic actions, how to create a customer specific dynamic action , specify configured fields and rules?
    b) how to create Customer specific infotype, , please explain with any example with which are the fields you have created
    c)    Msn 10, 20, 30
    d) Revision  infotypes
    e) What are the  infotypes which cannot be enhanced
    f) What is log, How can we cancel and edit it?
    g) What is Ap/b
    h) Which is Default feature for wage types
    i) What are Infosets
    Thanks and Regards
    j) Define Benefit area

    You can do as suggested already and use interface nodes and cross component mapping; but that is all really not necessary.  It creates a situation where you calling application is too dependent upon the freely programmed input help.  You want to try to avoid the situation where the calling application needs code or mappings to communicate with the input help.
    That is easy to do because the framework passes all the information you need into the freely programmed input help via the value_help_listener object. 
    Part of the Freeley Programmed Input Help Component should be the component interface IWD_VALUE_HELP.  This comes with a component controller method called SET_VALUE_HELP_LISTENER.  This allows your freely programmed value help to capture this object called listener of type IF_WD_VALUE_HELP_LISTENER. I generally just store it awa into a component controller attribute.
    With this listerner object you have direct access to the context attribute in the calling component. You can query information about the calling UI element and of course set values directly back into it.  The listener is a hugely helpful object and should be the way you interact with the calling component whenever possible.  Here is small example:
      set single attribute
      wd_this->value_help_listener->f4_context_element->set_attribute(
      exporting
        name = wd_this->value_help_listener->f4_attribute_info-name
        value = l_time

  • 11'' MacBook Air restart itself whenever it idle for 3 seconds. Pls help.

    My macbook air keep restarting itself whenever it idle for 3 seconds. I have checked the screen saver and battery setting part and everything is fine. I bought this in 2012. I never spill water on my macbook. Pls help.

    I owned it most of the time
    Hardware Information:
              MacBook Air (11-inch, Mid 2011)
              MacBook Air - model: MacBookAir4,1
              1 1.6 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 384 MB
    System Software:
              Mac OS X 10.7.5 (11G63b) - Uptime: 0 days 0:0:48
    Disk Information:
              APPLE SSD SM128C disk0 : (121.33 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 120.47 GB (6.51 GB free) (Low!)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. FaceTime Camera (Built-in)
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
              Apple, Inc. MacBook Air
    Kernel Extensions:
    Startup Items:
              HWNetMgr: Path: /Library/StartupItems/HWNetMgr
              HWPortDetect: Path: /Library/StartupItems/HWPortDetect
    Problem System Launch Daemons:
              [not loaded] ftp-proxy.plist 3rd-Party support link
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
    Launch Agents:
    User Launch Agents:
              [loaded] com.google.keystone.agent.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
              Dropbox
              PowerBlock
    Internet Plug-ins:
              FlashPlayer-10.6: Version: 11.1.102.55 3rd-Party support link
              Flash Player: Version: 11.1.102.55 Outdated! Update
              QuickTime Plugin: Version: 7.7.1
              JavaAppletPlugin: Version: 14.6.0 - SDK 10.7 Outdated! Update
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
    Audio Plug-ins:
              iSightAudio: Version: 7.7.1 - SDK 10.7
    User Internet Plug-ins:
              Picasa: Version: 1.0 3rd-Party support link
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                  84%          mds
                  11%          mdworker
                   6%          WindowServer
                   4%          EtreCheck
                   3%          hidd
    Top Processes by Memory:
              176 MB          System Preferences
              98 MB          Safari
              90 MB          WebProcess
              70 MB          Dropbox
              51 MB          mds
    Virtual Memory Information:
              2.04 GB          Free RAM
              982 MB          Active RAM
              188 MB          Inactive RAM
              838 MB          Wired RAM
              217 MB          Page-ins
              0 B          Page-outs

  • Very simple question pls help me

    I just want to use oracle sql and pl/sql workshop isqp*plus web site, so which product or software shouuld i download??? pls help me.
    thanks.

    Pl see your other 2 threads on the same topic (posting the same question multiple times does not make the issue go away ;-) )
    Oracle install error 10g 64 bit windows
    which product should i install??
    HTH
    Srini

  • Simple Servlet question, pls help

    This is my form submission part in my jsp page
    <form name="updateForm" method="POST" action="/Update"> This is my web.xml
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
        PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
        "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
      <servlet>
        <servlet-name>/Update</servlet-name>
        <servlet-class>UpdateMap</servlet-class>
      </servlet>
    </web-app>This is my UpdateMap.java
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    public class UpdateMap extends HttpServlet
        public UpdateMap()
    }I put my UpdateMap.class in WEB-INF/classes/ directory but when I clicked the submit button in my jsp page, I got The requested resource (/Update) is not available error

    Found my own error. The jsp submission code should be
    <form name="updateForm" method="POST" action="Update"> But I still got error when submit
    The specified HTTP method is not allowed for the requested resource ( POST method of HTTP is not supported by this URL.)Pls help.
    Thanks

  • Question pls help

    Hi I wanted to ask a question, pls do reply to help me out.
    Can I include a method call to another class, within the same transaction, that performs a
    database statement or must the actual select statement appear within the
    setAutoCommit(false) .....commit()?

    Please elaborate. I believe the answer is yes, but it's not entirely clear what you mean.
    - Phil

  • This is a second question on the same topic. I want to create multiple drags to each drop. I give the drags group names. Step three: run line to drops. Step 4: click object actions Step 5: unclick all but the one group name. It works for 2 out of 3 groups

    I hope that someone will answer this. I want to create a drag and drop.  Each drop has multiple drag answers. I group the drags and give them a Type name. I initial the drops. I go to Object actions. I unclick "accept all" I unclick all but the group I want to go to that drop.  When I preview, two of the drops accept the three choices that they are supposed to accept. But the first one I try, only accepts one choice and lets the others bounce back.  I'd also like to have a reset button which I can't find.  I've spent hours and hours working on this.

    Got it.  When you go to unclick all the choices except the group you want, you have to also change the count. Even if the drags are in a group, the count still considers them individually

  • Firewall question -pls help

    okay - so i was reading about system profiler today and opened it and clicked down through the various catogories then I come to Firewall- and it reads
    "Firewall Settings:
    Mode: Allow all incoming connections"
    Now this rings alarm bells - I thought my firewall was on. I go to system preferences and look in Internet& Network> Sharing as this is where (in previous operating systems) I remembered the firewall was set - except it isn't anymore. All the sharing boxes are unticked. I go into security and there is Firewall. "allow all incoming connections" is ticked.
    1) This is presumambly where i turn the firewall on or off, right?
    2) Allow Only Essential services? What does this mean - the firewall is on? what constitutes an essential service?
    3) Hypothetically could my computers privacy been compromised?
    4) Has my firewall potentially been like off since i upgraded to leopard?
    Am feeling a bit stupid right now. Any help graciously accepted!

    No such thing as stupid questions...
    -This will take you trough the basic settings done on a mac to secure it:
    In System preferences go to Security > Firewall, the default setting is "Allow all incoming", this does not compromise your privacy, only that Mac OS X will decide what it needs. I´d go for "allow only essential services" then press "Advanced", from the drop down choose "Enable Firewall Logging" and "Enable Stealth Mode".
    In the Sharing pane make sure no boxes are checked.
    Thats the basics, if you wanna secure your mac in such a way that it would make Fort Knox look like a 7/11 go here for further tips :
    http://www.macshadows.com/kb/index.php?title=HardeningMac_OSX
    ....but this might be a bit over the edge for the normal user
    Best o´luck

  • Ci question, pls help

    hi experts,
    I am relatively new to the pplsoft and trying to understand the concepts.
    I am not able to comprehend the concepts of Component Interface.
    I have one question, if the CI i created contains 5 records but I want to use the CI to insert data into just 1 of the 5 records. how do i achieve this and what should i comment in the CI pplcode(that is generated by drag and drop of CI) to prevent inserts to other 4 records or is it that it will always insert the default rows in all records. and also how do i know which code belongs to record 1, the CI code looks very complex and I am not able to understand the error log code etc.
    Can someone please clarify my doubts and explain to me a CI in simple manner. this will be great help to me.
    thanks in advance,
    ..Dan

    Your Question is not specific...anyways follow these basic steps and try it out.
    First Supply GET keys for your Component interface..The Get Keys should return a unique record i.e it should pick up like a unique employee...
    Get Keys are like Search Keys which you provide on the search page of a component.
    Provide Get keys like this
    &CI.Emplid="Some emplid"
    &CI.Company='Some Company"
    and call
    &CI.GET()
    I guess your five records are on a Scroll...so get the collection of that scroll...Collection is like the set of all records which the employee has on the scroll...
    &oCollection = &CI.RECORD_NAME
    you can loop thorugh the collection starting from first record...as scroll is a collection of records there will be a record name which for that scroll
    For &i=1 to &oCollection.count
    /*Loop through each record in the scroll...as record have key values check whether the key values match the values you want and change the record you want*/
    To acess a spefic row in the collection
    &oRow = &oCollection.Item(&i);
    to access specific field in the row
    &emplid=&oRow.emplid
    &field_value=&oRow.amount (amount is the field in that row technically called as property)
    to set a value for that field.
    if &emplid=&your_emplid then
    if &field_value>100 then
    &oRow.amount .value=&your_value
    end-if
    end-if
    end-for
    and do &Ci.save() finally to save the component Interface.
    this is the basic of how to access a CI and follow Component Interface Peoplebook for more info.
    Thanks.

  • MSI-6585 (648 MAX) instant restart issues questions pls help......

    Hi, i figured after months of specualation i would try to figure out what the hell is wrong with my pc.  12months ago a bought a MS-6585 648 MAX mobo and a P4 2.53ghz with 2x Samsung DDR 333 (PC2700) ram.  I play many games on my pc it seems when playing Counter-Strike + PlanetSide results in random instant restarts.  Occasionaly it will just hang the system but mainly instant reset of the system.  My cpu temp ranges from 35 48 max approx.  
    I've tried switching my ram to different slots and so on refit everything but with no luck.  I just have a very unreliable computer atm.  I've reformated plenty of times but with no joy, the odd thing is its random somtimes my pc will not crash or reset it self so this makes it very difficult to figure out what the hell is going on :S
    If you have more questions perhaps i can answer them - and give you more info that i have forgotten.
    Here are somethings that might be useful:
    MS-6585 648 MAX mobo
    Pentium 4 (northwood) 2,53ghz 533
    Samsung DDR 333 (PC2700)
    Gigabyte Maya II Radeon 9700Pro (running in agp 8x)
    Sound Blaster Audigy 2 Platinum
    Bios settings: (things ive changed)
    Turned onboard sound off than auto
    AGP Apeture size  128
    I have 32bit transfer mode running for hdds
    I have S.M.A.R.T. enabled
    (next week end i will have another 512 ram stick to try just incase its my ram but i have done the intel ram checker and it didn't find any problems)
    Any help would be greatly appreciated pls ask any things ive missed and anything else u would need to know.  I really want to sort this out as you can imagine its not very nice having a pc that can randomly crash when u do not expect it.

    Overclocking is typically limited by one of 3 factors, assuming you have sufficient power:
    1. Memory won't operate past a certain speed, so you run at a different ratio or buy faster memory.
    2. Temperature, so you need to add non-stock cooling or better case ventilation or water cooling, depending on how far you want to go
    3. CPU - At some point the CPU won't run any faster.
    Leave the CPU voltage at Auto. You should only need to raise it if you get into extreme overclocking.
    As for the size of the power supply, if you stay with Intel Northwood with an ATX board on your next upgrade, an Enermax 465, Antec 480, or something similar (should cost around $80-100US) would get good choices. If you plan on going with a Prescott on an ATX board, I would look at going to a 550W supply.
    Personally, I thing the next 12 months is shaping up to be a real headache in making upgrade decisions in the Intel world. Intel have indicated their next generation of boards will be BTX without AGP support. This looks like an upgrade could mean new case, possibly power supply, video card and possibly ram. I am hoping that companies like MSI will produce a transitional product that allows new processors and chip sets on an atx board. If that doesn't happen I see a lot of people switching to AMD.

Maybe you are looking for

  • Form is not working after table refresh

    I've made a form and have added pre-insert trigger for the block. And the form is working perfectly fine with no issues. Two new columns have been added to the table and have to be added to the form now. I opened the data block wizard of the form and

  • Does anyone know how to separate vocals from instrumentation in logic 9 ?

    Hi, does anybody know how to seperate a vocal line from the instrumentation in logic 9 ? I tried splitting and inverting the audio but I cant get it to work. Cheers Dan

  • TS3999 How to sync calendars in iCloud from iPhone to iPad

    I have a new iPad. I have synced my iPad/iPone to iCloud. but my calendar from my iPhone is not showing up on my iPad, or in iCloud, when I pull it up online. Please advise.

  • The Camera

    I recently upgraded from a Curve to the tour. I really love the tour except for this problem with the camera. Every time I click the mouse to take a picture it takes so long (maybe 5 to 10 seconds) to take the picture and by that time the subject loo

  • Error Code: 1, Bluetooth Link

    Hi, I am running a LabVIEW .exe on Windows XP which reads in 6 bytes of Bluetooth data every 1 minute.  I had the program running continuously for 11 hours, then received a "Error Code: 1".  I don't know what this is, does it have something to do wit