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
Some Realtime Objects on Bdc.
What is table attribute? : abap data dictionary
What is the use of a pretty printer?
What is the difference between field-group header and other field groups?
What are the fields in a bdc_tab table? : abap bdc
What is the use of message command in a report? What are the different message types?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
Why is pretty printer user in abap?
Why do we use types statement in abap programming?
Example of table cluster and cluster tables.
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What are match codes? describe?
What are the events in screen programming?
Difference between /N and /BEND?
What is its?