what is DATA ,TYPES,PaRAMETERS called in ABAP terms?
Answers were Sorted based on User's Feedback
Answer / aashu
DATA and TYPES are called Declarative key words.
PATAMEYTERS statement is for defining single selection
screen field.
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / 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 |
Answer / purnachander nagula
TYPES is used to define data Types. and DATA is used to
define Data Objects.
Generally TYPES is used to define structures, DATA is used
to declare Internal Tables
Is This Answer Correct ? | 5 Yes | 0 No |
Events in Interactive reporting?
how to trasfert script from one server to another server or one clint to another clint
What is the difference between skip and reserve?
What are the types of data types in the sap abap?
What are the views when we are creating Material ?
Functionality of Edit call..?
what is Catch Command?
How many sessions will be opened using bdc_open_group?
what are Table-Controls?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
Difference between function group and function module?
what is difference betwen type and like statement?