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 / mohanty
First is the structure and the second one is structure data type
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
Explain how data is stored in cluster table?
What are base tables of an aggregate object?
What is the project you are currently working and work that you are doing
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
function modules are also external subroutines. State true or false. : abap modularization
What is design pattern? Provide example .Why are we using it?
Define abap/4 layer?
Explain what are the different functions used in sap script? What are the parameters used in each function?
What is a predefined type in abap?
What is database utility? : abap data dictionary
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What two statements are required in an abap program to output an icon using a write statement?
What are the types of table fields in the sap abap?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?