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-When multiple implementation

Former Member
0 Likes
947

Hi Buddies,

Can some one solve this million dollar ques of when a BADI is implemented multiple times,in which order will it get triggered.

I'm tired of googling it someone plz help.

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
825

Hi,

Its a kind of interview question, but still i will give you some links.

Its random i think so.

But the sort sequence can be controlled

Check [Sorting BADI Implementation sequence|http://help.sap.com/saphelp_afs63/helpdata/ru/98/495840fc9e0272e10000000a155106/content.htm]

Check the 4th point mentioned under heading procedure

link[http://help.sap.com/saphelp_dm40/helpdata/en/79/623a42949fb56be10000000a155106/content.htm]

5 REPLIES 5
Read only

VenuAnumayam
Participant
0 Likes
824

SAP Help Says:

Multiple Usability for BADI Definitions
Multiple use for BADI definitions means that there can be several active BADI implementations. When there is a call, they are all called up - however, in an unpredictable sequence.

If you have multiple-use BADI definitions, the sequence must not play any role therefore. A typical example is the execution of checks before a save.

Read only

0 Likes
824

This message was moderated.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
826

Hi,

Its a kind of interview question, but still i will give you some links.

Its random i think so.

But the sort sequence can be controlled

Check [Sorting BADI Implementation sequence|http://help.sap.com/saphelp_afs63/helpdata/ru/98/495840fc9e0272e10000000a155106/content.htm]

Check the 4th point mentioned under heading procedure

link[http://help.sap.com/saphelp_dm40/helpdata/en/79/623a42949fb56be10000000a155106/content.htm]

Read only

0 Likes
824

Buddy thanx a lot....can u suggest me some ebook or a link where i can learn ooabap step by step as i'm from a non IT branch (ECE) but i'm good at abap.

Read only

0 Likes
824

You can use ABAP Objects: Introduction to Programming SAP Applications by Horst Keller.