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

Explain the structure of a bdc sessions?

562


What is meant by hotspots?

616


Control Break statements- At new...endat.

906


Explain different types of attributes of function module?

550


SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul

2099






how do you transport lsmw data from one system to another?

666


Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc

677


Name a few data dictionary objects?

650


What are the difference between pool tables and transparent tables?

637


What is the function of the transport system and workbench organiser?

639


What are conditional chain statement?

756


What data is contained? : abap data dictionary

699


Difference between top-of-page and top-of-page during at line- selection?

1935


What are the different types of luws?

668


What is the use of lock objects?

577