what is the difference between "types" and "data" in abap.
Answers were Sorted based on User's Feedback
Answer / nimesh kumar
The main difference between DATA and TYPE in ABAP is that
DATA occupy memory space while TYPE does not occupy memory
space.
| Is This Answer Correct ? | 57 Yes | 2 No |
Answer / shankar
The main difference between DATA and TYPE in ABAP is that
Data for use in Predefined data objects and Types for use
in User defined Data objects
| Is This Answer Correct ? | 21 Yes | 6 No |
Answer / chetan
We can not assign value to a variable which is created as TYPE.
TYPES: a1 TYPE i .
DATA: a2 TYPE a1 .
is correct. But,
data : a3 TYPE a2.
is wrong.
| Is This Answer Correct ? | 5 Yes | 0 No |
types are defiend with veribal (we has allready asine a
veriable and we want a another variable like that veriable
then we use type. as ew has acct is a nummeric veriable and
we also want a numeric veriable bal. there we can use type.)
when we defined a veriable first time then we use data for
given that type ( int, char, float,etc.).
| Is This Answer Correct ? | 12 Yes | 11 No |
purpose of abstraction and interface
To sorting array of 10 elements which sorting is best a)selection b)bubble c)tree sort
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100
What is the difference between procedure -oriented language and object oriented language?
22 Answers IBM, Infosys, TCS,
pleasew define carrier scope in abap (sap).
What is the requirement in MIMD ?
What is SOLID Principle in Programming Language?
differences between qtp10.0 and 11.0 ?
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
what is microprocessor?
what is apt_dump_score in datastage where it is useful