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
Can a domain, assigned to a data element be changed?
How to analysis Background Job for performance Issue?
What is roll area?
out bound process code for quotation?
How do you retrieve the data for repetitive structures ? : abap hr
How to debug a sapscript?
Is it possible to pass data to and from include programs explicitly? : abap modularization
What is a currency factoring technique?
How many types of data classes are there in sap?
What are the different database integrities?
What is sapnet?
Can a transparent table exist in the data dictionary but not in the database physically?
Differentiate between report and dialog program
What is Transactional based Application & Role based Application?
What statement will be found in an sap application program that implements a function module exit?