SAP Internal Tables Question:
Download Job Interview Questions and Answers PDF
What is Generic Internal Tables?
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.
Download SAP Internal Tables Interview Questions And Answers
PDF
Previous Question | Next Question |
What is SAP Internal Tables type? | Internal Tables as Dynamic Data Objects? |