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

Difference between interface and abstract class?

2 Answers   Cognizant, CTC,


what is programmable BIST in today ic design

0 Answers   IIT,


what is encapulation?

4 Answers   Syntel,


what is difference between kpo and it industry? that is in terms of work, package etc

0 Answers  


For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?

0 Answers  






Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage

0 Answers   TCS,


any drawback are there in mantis?

0 Answers  


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..??

0 Answers  


19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.

0 Answers   Bajak Paint,


how many languages .net is supporting now?

4 Answers  


What is Partial class and its use?

1 Answers  


what is the difference between an application and service??? i mean service which runs as in services.msc.

2 Answers  


Categories