Sei sulla pagina 1di 4

0

More

Next Blog

Create Blog

SAP ABAP, WebDynpro


Thursday, 16 February 2012

Google Search
Search

uuuuu u

ABAP INTERNAL TABLE

Pages
Home Page

Attributes of Internal table:

Google

* Line Type : Data type is normally structure.

Yahoo

* Key :

Play Free Games

-Standard Key (Default key)


-User defined key.
* Table Type : It determines how ABAP will access individual table entries.

Followers
Join this site
w ith Google Friend Connect

Types : Standard table Indexed

Members (5)

Sorted table Indexed


Hashed table

Already a member? Sign in

Standard table :

Blog Archive
- Have an internal linear index.

2012 (10)

Sign In

- Access uses a linear search.


- Access either by key or index.
- Always non-unique.
- Response time for key access is proportional to number of entries in table
- This can filled quickly.no system checks on uniqueness of entries

February (10)
SAP ABAP interview questions and
answers 1. Can w...
SAP ABAP Webdynpro Interview
Questions and Answer...
Using Select-Options in Web Dynpro for
ABAP Creat...

Sorted table :
- Always saved sorted by key.
- Have internal linear index.
- Access either by key or index.
- Table can be unique or non-unique.
- Response time for key access is logarithmically proportional to the no. of entries since

Calling an URL on click of a button (Web


Dynpro f...
OVS help in the WebDynpro application
(WebDynpro ...
The ALV application:Create a web
dynpro applicati...
Building a simple WebDynpro
applicationScenario:...

binary search is used.

ABAP INTERNAL TABLE Attributes of


Internal tabl...

Hashed table :

ABAP String Manipulation : String


manipulation is...

- No internal linear index.


- Access only using key.

ABAP Data Types Difference between


Type & Like:...

- Response time for access is independent of no. of table entries since system accesses
the table using hash algorithm.
- Table key must be unique.

About Me
Sam Siv
Follow

View my complete profile

Populating Internal Tables:


For filling data into internal table :
- APPEND
- INSERT

- MODIFY
- DELETE
- MOVE
For fetching data from internal table :
- loop at <itab> into <wa>.
Endloop.

" fetch the record and holds in "wa"

- Read.
Posted by Sam Siv at 22:49
Recommend this on Google

Labels: ABAP

No comments:
Post a Comment
Enter your comment...

Comment as:

Publish

Google Account

Preview

Links to this post


Create a Link

Newer Post

Home

Older Post

Subscribe to: Post Comments (Atom)

Watermark template. Powered by Blogger.

Potrebbero piacerti anche