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
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
How do you populate data into a multiple line field? : abap bdc
How do you document ABAP programs? Do you use program documentation menu option?
What is the transaction for recording bdc ? : abap bdc
What are the data types of internal tables?
Can a filed occur in several field groups?
What are the control break events in abap? : abap data dictionary
Why do we use logical blocks in abap program?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What are the contents in technical specifications?
what is a text table ?
How we can retrieve data using secondary index. Explain with simple example?
Explain the table, which contain the details of all the name of the programs and forms?
Explain the differences between interactive and drill down reports?
How is conversion of data types done between abap/4 & db layer?