SAP Internal Tables Question:

Explain row type and line type concept?

SAP Internal Tables Interview Question
SAP Internal Tables Interview Question

Answer:

ine type refers to the structure of an internal table,whereas row type is the actual part that contains the data and it refers to the table body.creating internal table using line type and row type concept is for reusability purpose.Line type and Row type are defined at DDIC LEVEL.


Previous QuestionNext Question
Explain Hashed tables in SAP Internal Tables?What is Size of the internal tables?