what is DATA ,TYPES,PaRAMETERS called in ABAP terms?
Answer Posted / jayati saha
Types is used to declare data types, that is what will be
the structure of the data object .
and data word is used to define the data object as a
structure of a data type.
Type is the template and the data is the implementation.
Parameter is almost like a data with only one difference
from data that is the value odf parameter is taken from
user at run time and it is connected with selection-screen.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are the uses of the information in the data dictionary? : abap data dictionary
What is the advantage of structures?
What are the different buffering methods?
What is the use of lock objects?
What is the structure of bdcmsgcoll? : abap bdc
What is the difference between a pool table and a transparent table and how they are stored at the database level?
On which event we can validate the input fields in module programs?
Differentiate database index and match code.
how do you transport lsmw data from one system to another?
How do you take care of performance issues in your ABAP programs?
What are the different attributes that can be assigned to a variant?
Explain what is step-loop?
Explain the use of table maintenance allowed?
Can a constructor be redefined?
What is pass by value and what is pass by reference? Which is better?