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
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
Lock objects and what are parameters of ENQUEUE FM?
How do you restrict the data to be entered in the payroll area? : sap abap hr
Do you know any other patterns if yes.. explain
Which transaction code can I use to analyze the performance of abap program?
Explain what is an rfc?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
How many types of tables exists and what are they in data dictionary?
What kind of BDC programs are written ?
Which FM do you use to find out who is reporting to whom
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What are the different functions used in sap script?
What are the main uses of the primary key?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.