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-Framework call

Former Member
0 Likes
773

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

6 REPLIES 6
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
738

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.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
738

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]

Read only

Former Member
0 Likes
738

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
738

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

Read only

Former Member
0 Likes
738

Ok thank u for the answer.

What is about release 4.7 does any one know how it works in this release?

greeting

Read only

Former Member
0 Likes
738

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