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 |
converting 41.685 to binary
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
How to rename A1-A30 datasets into B1-B30 using macros?
Tell me the jobs for the MCA Fresher in delhi, Noida..
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
how sap is different from other software ?
can we retrieve only integer/String type columns from a table,if yes how?
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
what do u mean by tagging
Why data bus is bidirectional and address bus is unidirectional?
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
Which tag is used to create the frame