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

Sort Badi Implementation Sequence

Former Member
0 Likes
911

Hi All,

May I know how can I influence the Badi Implementation sequence?

For example, I have created a custom Badi implementation, and I want my z-method to be called first before calling other standard implementation?

Please advise, thanks

4 REPLIES 4
Read only

Former Member
0 Likes
592

SAP help says that, the sequence is unpredictable

But check this also, never tried before: SAP Note Number: 941649

http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_dwb/~f...

Edited by: Sumanth Nag Kristam on Apr 27, 2010 8:12 AM

Read only

0 Likes
592

Hi Suma,

I dont have permission to view. May I know what is it about? Thanks

403

The requested operation is forbidden for this resource. You do not have the permissions required to access this resource.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
592

See" Filter" option in Badi .

Read only

Former Member
0 Likes
592

If you have trouble accessing the documents provided by in his previous post, check out the following links:

<ul style="list-style:square!important;">

<li>[Online help for calling BAdI's|http://help.sap.com/saphelp_nw04s/helpdata/en/79/623a42949fb56be10000000a155106/frameset.htm], which explains that you can utilize BAdI BADI_SORTER to achieve a defined call sequence for BAdI's.</li>

<li>And if you like it even more explicit, check out the nice document [Need to control sequence of calls of Business Add-Ins|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0d2f214-b1a5-2a10-f3a0-98c95afcf281&overridelayout=true].</li>

</ul>

Cheers, harald