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
How many types of views are there ?
How to use messages in lists?
What are the different types of operators in the sap abap?
Double click function on the lists, identifying the line selected by the user on the list?
What are the payroll related infotypes? : abap hr
Write special commands of list?
What are the basic components of dialog program?
Is there any method apart from bdc for data upload to sap? : abap bdc
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
Difference between user exit and badis?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What is sequence number
What is the difference between scrolling a table horizontally and vertically?
Does the external program run in the same sap luw as the caller, or in a separate one?
What is asynchronous and synchronous update?