Taw_12 Chapter 7, ABAP OO Examples Flashcards

1
Q

What is the tcode for enjoy framework examples?

A

DWDM

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

BADI names begin with

A
IF_EX_
The adapter/implementing class will begin with CL_EX
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What must I create before I create a BADI? (create, not implement)

A

An Enhancement spot

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

A classic BADI is called using?

A

cl_exithandler=>get_instance( badi interface)

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

There are 6 ways to search for BADIs

A
SE84
SE81
SPRO
or in  the program..
Look for CL_EXITHANDLER+>GET_INSTANCE
Look for IF_EX_ 
Look for GET_BADI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the naming convention for a BADI implemetation?

A

Z

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