Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI Implementations

Former Member
0 Likes
346

Hi,

few doubts on BADI implementations.

1) if there are multiple BADI implementations for a BADI definition, can all of the implmentation be ACTIVE at a time?

2) for all the active implmentation which of the implementation will be executed ?

3) whats the way to find the trigger point of BADI for Standard SAP transactions ?

Rgds,

Stck

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
320

Hi,

To answer your questions:

1) Yes multiple implementations can be active at the same time.

2) The sequence of call is not fixed. Hence it is advisable to have independent implementations (one not depending on the execution of other)

3) In the program, search for 'CL_EXITHANDLER'.

Cheers,

Shyam

1 REPLY 1
Read only

Former Member
0 Likes
321

Hi,

To answer your questions:

1) Yes multiple implementations can be active at the same time.

2) The sequence of call is not fixed. Hence it is advisable to have independent implementations (one not depending on the execution of other)

3) In the program, search for 'CL_EXITHANDLER'.

Cheers,

Shyam