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 |
Hi All , Please mail me Interview Questions Related to SAP ABAP WITH CRM FUNCTIONAL EXPERIENCE please help me out ASAP as i m in Great need of Help.. my email Id is surendhar.palle@gmail.com Thanks and Regards surendhar
what is the transaction code for asset master transaction
What is table attribute? : abap data dictionary
While picking can the pick list be updated automatically?
what is tablemaintanance generator ? how to create it?
how can we do performance tuning after coding?
In two structures S1 and S2 having same structure of five fields each how can You transfer data from S1 to S2 ?
What are the things you did in ALV grid display?
how should post data from my internal table to flat file manually in bdc .please explain step by step
What are the different methods of bdc? : abap bdc
Do you know how to manage the sequence of passes in a Form?
why we use 4 msg variable in BDCMSGCOLL stucture in BDC? why not more or less than 4?