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

Custom BADI development - either STATIC or Else?

Former Member
0 Likes
470

Hi Experts,

I have a requirement to develop a custom BADI and need to put the logic into it. I am aware of the most of the stuff, but, I do not know that, On what basis I have to select weather its STATIC(I hv seen SAP is doing CONSTRUCTOR in STATIC) method or INSTANCE method or any other to put my logic? pls. let me know Wht is the criteria to go with either STATIC or INSTANCE?

thanq

Moderator message - Moved to the correct forum

Edited by: Rob Burbank on Oct 23, 2009 4:37 PM

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
428

It is exactly the same as the concept in abap objects. In BAdIs, there is one instance by filter value essentially.

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
429

It is exactly the same as the concept in abap objects. In BAdIs, there is one instance by filter value essentially.

Read only

0 Likes
428

Thank you Sandra Rossi.

But, I did not get you, pls. Can you explain me(if possible, with a business requirement), just in brief that, When I hv to go with STATIC method, When I hv to choose INSTANCE method?

thanq

Read only

Former Member
0 Likes
428

thanq