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 are plan versions used for? : sap abap hr
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Explain how do you use structures in the abap programs?
What are the types of search helps? : sap abap data dictionary
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
What are Table control and tab strip control in dialog programming ?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
Explain what are the events used in interactive reports?
What are the basic functions of database utility? : abap data dictionary
What kind of financial periods exist in SAP? What is the relevant table for that?
What are advantages and disadvantages of logical data base
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Can we create an abap program without using y or z?
In select-options, how to get the default values as current month first date and last date by default?