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

Adding new fields in MIGO

Former Member
0 Likes
922

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
804

Check the BAdI MB_MIGO_BADI out.

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.

5 REPLIES 5
Read only

Former Member
0 Likes
805

Check the BAdI MB_MIGO_BADI out.

Read only

Former Member
0 Likes
804

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.

Read only

0 Likes
804

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

Read only

Former Member
0 Likes
804

Hi,

I am with the same problem and I would like to know if you have solved and how, thank you.

Read only

0 Likes
804

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