Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is the difference between row types and structures?

Romy_A_98
Explorer
0 Likes
1,270

As far as I understand, both focus on one line of a table and both say something about the data type in each field of that row. I see them both as 'blueprints' for how a table could look. Could anyone explain the difference between the two in terms of what they hold and what they are used for?

As far as I understand, both focus on one line of a table and both say something about the data type in each field of that row. I see them both as 'blueprints' for how a table could look. Could anyone explain the difference between the two in terms of what they hold and what they are used for?

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
1,252

"Row type": see Line type - ABAP Keyword Documentation (sap.com). Can be of type structure or any other type.

"Structure": see Structure - ABAP Keyword Documentation (sap.com). Can refer to a type or a data object.