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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the five predefined ABAP character types ?

A

N,C,D,T,STRING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two predefined ABAP hex types?

A

X and XSTRING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What two types can be used for numeric literals?

A

I or P

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the three types of literals

A

Numeric, text, string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Can a local data object have the same name as a global object

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What prevents the use of inline declarations for methods

A

Generic types

How well did you know this?
1
Not at all
2
3
4
5
Perfectly