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 techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
How many ways can a sap system be accessed?
Explain what is an rdbms?
What is the disadvantage of a call by reference?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What are the differences between macro and subroutine?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
how can you display data say "your name"in sap script without print program or driver program??
What are the pooled and cluster tables?
Difference between sap script and report?
Which FM do you use to find out who is reporting to whom
what are the two methods of modifying sap standard tables? : abap data dictionary
How can we create callable modules of program code within one abap/4 program? : abap modularization
How do you import pay scale data from non sap to sap? : sap abap hr
What is a data element?