2007 Jul 29 12:41 PM
2007 Jul 29 1:58 PM
sandeep you are the winner.
Name: sandeep G View users Business Card
Registered: 7/15/07
Total Posts: 58
Forum points: 0
Recent Messages:
meaning
ABAP Development » ABAP, General, Jul 29, 2007 1:41 PM
what is the exact meaning of the keyword dataset
differences1
ABAP Development » ABAP, General, Jul 29, 2007 1:40 PM
what is the difference between an internal table and database table
differnces
ABAP Development » ABAP, General, Jul 29, 2007 1:39 PM
what is the difference between a structure and an database table
structure
ABAP Development » ABAP, General, Jul 29, 2007 1:37 PM
what is the difference between a structure and an internal table
itable
ABAP Development » ABAP, General, Jul 29, 2007 1:36 PM
Regarding performance which internal table is faster.
urgent
ABAP Development » ABAP, General, Jul 29, 2007 1:34 PM
I have modified standard layout of script(form) by means of smartforms,now how can i attach it to ...
execute
ABAP Development » ABAP, General, Jul 29, 2007 1:31 PM
I have migrated and modified standard layout and attached it to the print program,now how can execut...
search help
ABAP Development » ABAP, General, Jul 29, 2007 1:29 PM
what is the process for implementing our own search help.
f1 help
ABAP Development » ABAP, General, Jul 29, 2007 1:27 PM
while creating tables how we can maintain our own F1 help for the fields in the tables created by us.
spool
ABAP Development » ABAP, General, Jul 29, 2007 1:25 PM
how to generate spool requests while doing data manipulations by means of table maintenance generat...
Search for all user messages
sandeep you are the winner.
Name: sandeep G View users Business Card
Registered: 7/15/07
Total Posts: 58
Forum points: 0
Recent Messages:
meaning
ABAP Development » ABAP, General, Jul 29, 2007 1:41 PM
what is the exact meaning of the keyword dataset
differences1
ABAP Development » ABAP, General, Jul 29, 2007 1:40 PM
what is the difference between an internal table and database table
differnces
ABAP Development » ABAP, General, Jul 29, 2007 1:39 PM
what is the difference between a structure and an database table
structure
ABAP Development » ABAP, General, Jul 29, 2007 1:37 PM
what is the difference between a structure and an internal table
itable
ABAP Development » ABAP, General, Jul 29, 2007 1:36 PM
Regarding performance which internal table is faster.
urgent
ABAP Development » ABAP, General, Jul 29, 2007 1:34 PM
I have modified standard layout of script(form) by means of smartforms,now how can i attach it to ...
execute
ABAP Development » ABAP, General, Jul 29, 2007 1:31 PM
I have migrated and modified standard layout and attached it to the print program,now how can execut...
search help
ABAP Development » ABAP, General, Jul 29, 2007 1:29 PM
what is the process for implementing our own search help.
f1 help
ABAP Development » ABAP, General, Jul 29, 2007 1:27 PM
while creating tables how we can maintain our own F1 help for the fields in the tables created by us.
spool
ABAP Development » ABAP, General, Jul 29, 2007 1:25 PM
how to generate spool requests while doing data manipulations by means of table maintenance generat...
Search for all user messages
2007 Jul 29 1:58 PM
sandeep you are the winner.
Name: sandeep G View users Business Card
Registered: 7/15/07
Total Posts: 58
Forum points: 0
Recent Messages:
meaning
ABAP Development » ABAP, General, Jul 29, 2007 1:41 PM
what is the exact meaning of the keyword dataset
differences1
ABAP Development » ABAP, General, Jul 29, 2007 1:40 PM
what is the difference between an internal table and database table
differnces
ABAP Development » ABAP, General, Jul 29, 2007 1:39 PM
what is the difference between a structure and an database table
structure
ABAP Development » ABAP, General, Jul 29, 2007 1:37 PM
what is the difference between a structure and an internal table
itable
ABAP Development » ABAP, General, Jul 29, 2007 1:36 PM
Regarding performance which internal table is faster.
urgent
ABAP Development » ABAP, General, Jul 29, 2007 1:34 PM
I have modified standard layout of script(form) by means of smartforms,now how can i attach it to ...
execute
ABAP Development » ABAP, General, Jul 29, 2007 1:31 PM
I have migrated and modified standard layout and attached it to the print program,now how can execut...
search help
ABAP Development » ABAP, General, Jul 29, 2007 1:29 PM
what is the process for implementing our own search help.
f1 help
ABAP Development » ABAP, General, Jul 29, 2007 1:27 PM
while creating tables how we can maintain our own F1 help for the fields in the tables created by us.
spool
ABAP Development » ABAP, General, Jul 29, 2007 1:25 PM
how to generate spool requests while doing data manipulations by means of table maintenance generat...
Search for all user messages
2007 Jul 30 7:29 AM
can I know how I am the winner,Mr clemens Li and what is users business card
2007 Jul 29 4:01 PM
The lines of an internal table always have the same structure. By using extract datasets, you can handle groups of data with different structure and get statistical figures from the grouped data.
· You have to define the structure of the internal table at the beginning. You need not define the structure of the extract dataset.
· In contrast to internal tables, the system partly compresses exact datasets when storing them. This reduces the storage space required.
· Internal tables require special work area for interface whereas extract datasets do not need a special work area for interface.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |