Application Developer Question:
Explain 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.
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.
Previous Question | Next Question |
Described datasets? | What are major benefits of reporting with BW over R/3? Would it be sufficient just to Web-enable R/3 Reports? |