Multiple choice technology programming languages

What is called Line type in internal table

  1. A structure that has the same data type

  2. A Line which used the type declaration

  3. A blank line in the print screen

  4. none of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The line type of an internal table defines the structure of each row - it specifies what data fields each row contains and their types. Option A correctly describes it as a structure with matching data types. The other options describe incorrect or unrelated concepts.