on ‎2005 Nov 23 2:39 PM
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
Request clarification before answering.
Hi please see the below link.
http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
regards
vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.