adspace
Tell us what are internal tables, check tables, value tables, and transparent table?
Answer Posted / Shweta Singh
1. Internal Tables: These are user-defined tables in ABAP that store data dynamically during runtime. They can be statically or dynamically defined.
2. Check Tables: These are predefined tables used to validate input values based on certain conditions. They do not store any actual data but serve as a means of validation.
3. Value Tables: These are ABAP tables used to store constant values, similar to enumerations in other languages.
4. Transparent Table: This is a special type of internal table that can be accessed directly from the database without creating an ABAP internal table first.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers