‎2008 Jan 24 6:24 AM
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
‎2008 Jan 24 6:29 AM
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
‎2008 Jan 24 6:29 AM
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