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 |
how to data grid use in data bind?
kindly send interview materials
what is polymorphism in java.
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
How to call static method in Java?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?
0 Answers State Bank Of India SBI,
what is fisrt female program
< DL Compact > tag is used for
Any real time example of O2C process from taking order till creating invoice.
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
what will we require to build project with the help of oracle