cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear SD Gurus,

Can anybody tell me what is the difference between a Table and Structure

Pls Reply.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Goturu,

Structures

-Defined like a table and can then be addressed from ABAP programs.

-Structures contain data only during the runtime of a program.

-Just like user-defined data type.

Tables

-Contains data at any given point of time.

- Can be used in ABAP programs

- Can include one or many structures.

Regards

Nadarajah Pratheb