what is the difference between "types" and "data" in abap.

Answers were Sorted based on User's Feedback



what is the difference between "types" and "data" in abap...

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

what is the difference between "types" and "data" in abap...

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

what is the difference between "types" and "data" in abap...

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

what is the difference between "types" and "data" in abap...

Answer / deepika rao

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

Post New Answer

More Programming Languages AllOther Interview Questions

Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.

0 Answers   Amazon,


Even if all fields are initialized also in a program, I am getting COBOL/400 decimal data error .why is it coming?

1 Answers   Freelance,


What is a dialog based program

1 Answers  


two MIT math grads bump into each other at Fairway on the upper west side. they haven't seen each other in over 20 years. the first grad says to the second: "how have you been?" second: "great! i got married and i have three daughters now" first: "really? how old are they?" second: "well, the product of their ages is 72, and the sum of their ages is the same as the number on that building over there.." first: "right, ok.. oh wait.. hmm, i still don't know" second: "oh sorry, the oldest one just started to play the piano" first: "wonderful! my oldest is the same age!" problem: how old are the daughters?

2 Answers  


What are the tasks performed by a Team Lead

0 Answers   Emphasis,






What is a singleton linked list?

1 Answers   Wipro,


Write a program to reverse a number?

0 Answers   BirlaSoft,


Indentify the essential difference between GUI and a command line operating systems?

1 Answers   Deloitte, Infosys, Wipro,


What's the difference b/w Table & Templete in Smartform?

0 Answers   Accenture,


Suppose server object is not loaded into the memory, and the client request for it , what will happen?

0 Answers  


can we convert .class file to dll file

1 Answers  


Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance

0 Answers  


Categories