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 / aka ashishy
1st one is a structure and the 2nd one is its data type which is like a blue print which tells how the values of the structure gonna reside.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What is a bsp application? : sap abap hr
How will you define posting procedures?
Why are insert and append statement used in sap abap?
How will you insert record in a sorted table
What is the difference between data elements and domains? : abap data dictionary
What is dynamic action? : sap abap hr
Explain the different types of screen keywords?
What are the requirements a dialog program must fulfill?
Can we access static attribute from instance method
Differentiate screen painter from menu painter.
Difference between sap script and report?
What is database view ? : sap abap data dictionary
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....