2007 Feb 02 9:30 AM
Hi All,
I need to add 3 new fields to MIGO in the header level. Please let me know how to add it. How to do that by using badi's.
2008 Feb 07 2:32 PM
Hi All,
I need to add 3 new fields to MIGO in the header level. Please let me know how to add it. How to do that by using badi's.
2008 Feb 07 2:32 PM
2008 Feb 08 6:05 AM
use this
MB_MIGO_BADI
use this method
IF_EX_MB_MIGO_BADI~PBO_HEADER
use this
IF g_no_input IS INITIAL.
e_cprog = 'ZSAPLMIGO_BADI_EXAMPLE'.
e_dynnr = '0003'. "External fields: Input
e_heading = GIVE UR HEADING HERE .
ENDIF.
CREATE 'ZSAPLMIGO_BADI_EXAMPLE' PROGRAM IN se51
and define ur screen with ur fields in layout.
and activate
u wil see it in header,.
dont forget to give
data : GF_CLASS_ID type MIGO_CLASS_ID.
gf_class_id = 'MIGO_BADI_IMPLEMENTATION_CIN'
this in init method.
2008 Jul 04 7:26 AM
Dear Mr Hari Haran
I have gone thru your suggested solution and found it very useful . Sir I also have similar problem that during MIGO we want to capture some additional information at Item level . For this we are required to create a new screen field also and the data also need to be posted in the database .
For posting the new field related data into the Database , I do not know whether a Z-table need to used or not .
We seek your help to guide us as what steps need to be followed to create a new screen-field and then what code need to be written in a BADI/EXIT for posting of the data .
We will be highly oblized for the kind help extended by you pl .
Rgds
B Mittal
2008 Mar 26 2:09 PM
Hi,
I am with the same problem and I would like to know if you have solved and how, thank you.
2008 Mar 28 5:08 AM
Hi Kishor,
I have the exactly the same requirement. If you have done it please send me the step by step procedure for that.
Thanks.
Ulhas
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |