‎2010 Aug 30 3:45 PM
Dear all,
I implemented 3 Badi-implementation called:
badi_xy_01
badi_xy_02
badi_xy_03
all of them are active. My question is now which one will be called as first?
When I call the function modul SXC_EXIT_CHECK_ACTIVE I get the BadI-Implementation sorted (see blow)
thank u very much
‎2010 Aug 30 3:51 PM
if you wnat to set a sequence for Badi implementation call better make use of the FILTER option and based on filter values call the implementation.
‎2010 Aug 30 3:53 PM
If you've not implemented the BAdI BADI_SORTER, then the sequence is not defined.
Read on: [http://help.sap.com/saphelp_nw70/helpdata/en/79/623a42949fb56be10000000a155106/frameset.htm].
Check this SDN documentation on how to implement BADI_SORTER: [Need to Control Sequence of Calls of Business Add In (BAdI) Implementationsu2026?|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d2f214-b1a5-2a10-f3a0-98c95afcf281?quicklink=index&overridelayout=true]
‎2010 Aug 30 4:28 PM
Thank u for all the nice informations. I have only one question more:
It this for all SAP releases? I have here 4.7
in the description is a higher release?
Thank u very much
‎2010 Aug 30 7:02 PM
I don't think this technique is applicable to 4.7.
For further details check the [Note 941649 - Sorting BAdI implementations: BADI_SORTER|https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=941649]
BR,
Suhas
‎2010 Aug 31 8:10 AM
Ok thank u for the answer.
What is about release 4.7 does any one know how it works in this release?
greeting
‎2010 Aug 31 9:32 AM
Dear all.
I thhink I found it finally (for release 4.7).
In table SXC_EXIT are the BAdI-implementation. The implementation will be proccessed like the same sequences in the SXC_EXIT. I debugged also and it was the right way I think.
Are you agree with me? If you have further information, please post here.
Thank you all