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

data: begin of ty_emp,
eno type i,
ename type string,
dno type i,
end of ty_emp.
and
types: begin of ty_emp,
eno type i,
ename type string,
dno type i,
end of ty_emp.

Answer Posted / jwalitha

using the statement -Types
we can declare own data types
TYPES dtype [TYPE type|LIKE dobj] ...
where as using DATA statement
we can declare own variables or instance attributes of classes
DATA var [{TYPE type}|{LIKE dobj}] ...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you assign a matchcode object to a parameter? If so how?

1095


What is a multiple line field?

1119


Does every abap/4 have a modular structure?

1092


What is a projection view? : abap data dictionary

1123


What is a subscreen? How can we use a subscreen?

1142


What are the Synchronous and asynchronous methods in bdc ?

1117


Is it possible to pass data to and from include programs explicitly? : abap modularization

1345


Explain what are the events used in interactive reports?

1043


What is the structure of the bdc table? : abap bdc

1260


How to handle error in session method? : abap bdc

1348


What are the types of search helps? : sap abap data dictionary

1114


Differentiate between abap memory and sap memory?

1179


Explain the advantages and disadvantages of different types of bdc's?

1122


What are hashed tables?

1447


Differentiate between table and template ?

1093