TYPE

From Abap2Java

Jump to: navigation, search

ABAP

The keyword TYPE is used to specify the Data Type of a variable or constant.
TYPE is used in these statements:

Java

The Data Type of a variable or constant is specified without a special keyword. See Data Type.

int myVariable;
String myString;
Vector myVector;
MyClass myObject;
Personal tools