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
why particularly lock object name starts with EZ OR EY?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
What functions does a data dictionary perform ?
Can we set page headers to details lists?
How do you validate the selection criteria of a report? And how do you display initial
Can we create a gui status in a program from the object browser?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What is the difference between call transaction and session method? : abap bdc
What is the difference between a structure and an append structure?
What are the field and chain statements?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What is the basic difference internal tables and database tables? : abap data dictionary
What are the rules to create a BAPI?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
What is the major difference between pool tables and transparent tables?