TAW_11 Chapter 1, ABAP Language foundation and evolution Flashcards
1
Q
What are the six predefined ABAP numeric types
A
I, P, F, DECFLOAT16, DECFLOAT34, INT8
2
Q
What are the five predefined ABAP character types ?
A
N,C,D,T,STRING
3
Q
What are the two predefined ABAP hex types?
A
X and XSTRING
4
Q
What are the eight predefined ABAP generic types
A
ANY - any DATA - any data type SIMPLE - elementary data or flat character structures NUMERIC - I, I8,F,P, DECFLOAT16, DECFLOAT34 DECFLOAT - DECFLOAT16 , DECFLOAT34 CLIKE - C,N,D,T, STRING CSEQUENCE - C and STRING XSEQUENCE- X and XSTRING
5
Q
What two types can be used for numeric literals?
A
I or P
6
Q
What are the three types of literals
A
Numeric, text, string
7
Q
Can a local data object have the same name as a global object
A
Yes
8
Q
What prevents the use of inline declarations for methods
A
Generic types