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
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
Event handling in oops
What is web dynpro for abap?
What is bdc? : abap bdc
What is append search help? : sap abap data dictionary
Search help exit details.
What is native sql?
What are the advantages of abap query tool?
Polymorphism real time scenario
Explain get pernr concept when we use logical data base? : abap hr
Explain sap abap 3-tier architecture?
What is the last entry in all bdc tables? : abap bdc
Why do we use Abstract classes give an example from your project?
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
How do we handle multiple line items in BDC's.