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

first one is declaring internal table in old format without headder line(declaring with out workarea),second one is declaring internal table in new format.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc

1250


Event handling in oops

1581


What is web dynpro for abap?

1092


What is bdc? : abap bdc

1071


What is append search help? : sap abap data dictionary

1270


Search help exit details.

1344


What is native sql?

1312


What are the advantages of abap query tool?

1087


Polymorphism real time scenario

1556


Explain get pernr concept when we use logical data base? : abap hr

1265


Explain sap abap 3-tier architecture?

1317


What is the last entry in all bdc tables? : abap bdc

1185


Why do we use Abstract classes give an example from your project?

1397


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


How do we handle multiple line items in BDC's.

7676