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 / md

Types means just declaration which doesnot allocate memory
Data means data type of structure which allocates memory

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is collect statement different from append?

1083


Which infotype records can not be deleted ? : abap hr

1137


Which function modules can be used to transfer the data using bdc programming? : abap bdc

1201


What are the list of screen elements?

1070


foreign key enforcement?

2153


How is the command suppress-dialog useful?

1161


Explain the structure of a bdc sessions?

1049


Explain the advantages of logical databases?

1091


How can we create callable modules of program code within one abap/4 program? : abap modularization

1093


Describe the difference between macro and subroutine?

1317


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

1070


How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?

1093


What is the collect statement?

1191


what will happen if called program is not executable ?

2203


Differentiate between static and dynamic step loops?

1117