SAP Internal Tables Question:

What is Generic Internal Tables?

SAP Internal Tables Interview Question
SAP Internal Tables Interview Question

Answer:

Unlike other local data types in programs, we do not have to specify the data type of an internal table fully. Instead, we can specify a generic construction, that is, the key or key and line type of an internal table data type may remain unspecified. We can use generic internal tables to specify the types of field symbols and the interface parameters of procedures . We cannot use them to declare data objects.


Previous QuestionNext Question
What is SAP Internal Tables type?Internal Tables as Dynamic Data Objects?