Taw_12 Chapter 7, ABAP OO Examples Flashcards
1
Q
What is the tcode for enjoy framework examples?
A
DWDM
2
Q
BADI names begin with
A
IF_EX_ The adapter/implementing class will begin with CL_EX
3
Q
What must I create before I create a BADI? (create, not implement)
A
An Enhancement spot
4
Q
A classic BADI is called using?
A
cl_exithandler=>get_instance( badi interface)
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
6
Q
What is the naming convention for a BADI implemetation?
A
Z