cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create new methods

Former Member
0 Likes
931

Hi,

l've created an implemention of a BADI.

l would like to know: How to create a new methods and parameters for that new implementation ?

Robert

View Entire Topic
Former Member
0 Likes
Former Member
0 Likes

Hi Robert,

Usually the BAdI implementations do not allow creating new methods. Even if you manage to add, these will not be referred in the standard programs.

Also not allowed is modifying the existing methods' parameters. This is because these methods are called in the standard programs with a standard signature.

The implementations are generally meant only for adding code in the methods.

If you want to add new functionality, do in a separate custom class, and call those class methods in the BAdI implementation code.

If this helps you, please remember to award points and close the post.

Hope this helps,

Bhanu