why you are creating tables ? Already so many Predefined
tables are there?
Answer Posted / jackson
Internal tables : which represent the exact structre
of Ddic tables by using internal tables the traffic
of data dictonary can be reduced a lot and data excatly
reside in ddic can be retrived easly.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you write manual bdc session method? : abap bdc
What is sapnet?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What is abap work bench?
How many types of buffering? : abap data dictionary
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
Explain client-dependent and client-independent tables.
What is size category?
Select query optimisation
What is an interactive report?
What is Group by in Select statement?
How to display if the value entered contains records or not?
What is the disadvantage of using exec sql statement in abap?
What is the difference between Classic badi and Kernal badi ?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.