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


Please Help Members By Posting Answers For Below Questions

What are the differences between domain and data element?

576


How do you connect to the remote server if you are working from the office for the client in remote place?

592


How to convert normal function module to bapi?

1523


Does every abap/4 have a modular structure?

559


How do you set up background jobs in sap? What are the steps?

538






What is the use of the raising exception? : abap modularization

517


Mention what is alv programming in abap?

587


What is the bapi?

607


How do you get the number of lines in an internal table?

620


What is a function group? : abap modularization

592


What is the first thing you do after vendor setup is complete?

885


How to create any functions? How to go about it?

585


What is the t-code to display batch input sessions? : abap bdc

632


1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?

1499


how to capture the errors in bdc Call transaction method?

613