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 |
Explain get cursor field?
What is Infotype and how it is different from tables
Is multiple implementation possible for one BADI definition? If possible the how can you know that which BADI is active.
What is a currency factoring technique?
Differentiate between static and dynamic step loops?
how to change output option of table control?
What are the FM's you used in ALV?
Which of the following is not an exit command? Exit, Back, Cancel, Stop
What is the difference between At selection screen and At selection screen on output?
What is performance tuning ?
Can i Have Some Realtime Examples on Idocs ?
Difference Between domain and data element?