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
How can I get ascii value of any letter? Is there any function?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What is the significance of delivery class?
What is the use of start-of-selection.,if not use in report what will happen,?
What is an rdbms?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What is ps structure? : abap hr
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
How can we set the tablespaces and extent sizes ?
how to genernate 21 sencondary index
What are the different modules of sap? : sap abap hr
How to analysis Background Job for performance Issue?
What is a view in sap? : abap data dictionary
Can multiple abap systems connect to abap database?
What are internal tables? : abap hr