Hi,
I have implemented the MB_MIGO_BADI and its called ZMB_MIGO_BADI. Can I add my own methods in it ?
My idea is to put to and get from the data to a subscreen that i invoke from this BADI.
I want to display a list of values taken from a DB field and display in the subscreen.
Any tips ??
thanks
Request clarification before answering.
HI,
You can create your own method.
Double Click on the Implementing Class.It will take you to the class interface.Here you can add your methods & define its parameters & do the abap coding.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rad,
You cannot add new methods to an implementation. You can always add methods to the definition (se18) which in turn will be reflected in the implementation. But even then you cannot use it for the purpose you specified.
For your requirement, you should have a separate class which has all the required methods for extracting the values and displays them on the screen. You can then use this class in the BADI implementation.
Hope this helps.
Regards
YM
Please reward points to helpful answers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Rad,
Please check this link
http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
Hope this helps,
Bipin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.