1.

What Are Internal Tables, Check Table, Value Table, And Transparent Table?

Answer»
  • Internal table: It is a standard data TYPE object, which EXISTS only during the runtime of the program.
  • Check table: Check table will be at field level checking.
  • Value table: Value table will be at DOMAIN level checking ex: scarr table is check table for carried.
  • Transparent table: - Exists with the same STRUCTURE both in dictionary as well as in database exactly with the same data and fields.



Discussion

No Comment Found