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


Please Help Members By Posting Answers For Below Questions

what is the t-code to link technical and functional operation?

1976


Tell me a scenario where did you use secondary index?

635


What is tmg?

695


What is Field group?

669


How many types of views are there ?

647






What is the difference between bdc_okcode and bdc_cursor? : abap bdc

618


Explain client-dependent and client-independent tables.

611


What are the different methods of bdc? : abap bdc

605


Can we make use of flow logic control key words in abap/4 and vice-versa?

601


Difference between select option and ranges ?

653


What is processing class, where we do them and why? : sap abap hr

577


What is difference between inner join and outer join?

634


when are objects are passed from task to the change request?

1671


Explain what is a foreign key relationship? Explain this with the help of an example.

572


How we can give authorization on the fields of table control in a dialog-programming?

1849