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 / dillip kumar mishra

First one is work area and second one is a strucure.

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is conversion of data types done between abap/4 & external level?

1083


Explain the difference between domain and data element?

1074


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

1032


Can i Have Some Realtime Examples On Modulepool programming.

6200


What is the difference between a substructure and an append structure? : abap data dictionary

1170


How many types of views are there ?

1177


How do you find number of records present in internal table?

1059


Define alv programming in abap?

1284


Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul

2234


Explain the inside concept in select-options?

1039


Can we create a gui status in a program from the object browser?

1252


How do you use tab sets in layout sets?

1175


where are the passwords for ITS stores?

2317


What are the functional areas? User groups? And how does abap/4 query work in relation to these?

1109


What is the difference between select statement and provide statement ? : abap hr

1121