InterviewSolution
| 1. |
What Are Internal Tables, Check Tables, Value Tables, And Transparent Table? |
|
Answer» It is the STANDARD data type object; it EXISTS only during the RUN time of the program. CHECK the table will be at field level checking VALUE table will be at domain level checking Transparent table will exist with the same structure both in the dictionary as well as in the database exactly with the same data and fields. It is the standard data type object; it exists only during the run time of the program. Check the table will be at field level checking Value table will be at domain level checking Transparent table will exist with the same structure both in the dictionary as well as in the database exactly with the same data and fields. |
|