Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.

0 Answers  


Info for guidewire documents and interview questions

1 Answers  


how to data grid use in data bind?

0 Answers   HCL,


A string of charaters were given. Find the highest occurance of a character and display that character. eg.: INPUT: AEGBCNAVNEETGUPTAEDAGPE

7 Answers   Nagarro,


How many packages available in java??

7 Answers   CTS,


5.Call by value and Call by reference with program?

0 Answers  


Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)

0 Answers   Goldman Sachs,


if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008

0 Answers  


how many keywords are present in "c"?

18 Answers   Assurgent, Cynosure Software, IBM,


what are importance in problem tracking

0 Answers  


Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.

0 Answers   Amazon,


how pseudo column works?

0 Answers   Oracle,


Categories