Application Development 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: 

Add new fields in Migo

former_member219871
Participant
0 Kudos

Hi.

I Created Fields Inward Number and Date in Migo header general tab. then moved data in gohead structure but where(exit/badi) to save to mkpf table.

i searched the forum didn't get answer.

Thanks & Regards,

Gopi.

9 REPLIES 9

Former Member
0 Kudos

Hi

Are you using the BADI MB_MIGO_BADI?

If the fields are you created in MIGO are also in MKPF or MSEG, they will be filled automatically

Max

0 Kudos

Hi

Thanks for reply

  i created fields in migo and also in MKPF table, but data not filling automatically in mkpf.

  And i'm not using MB_MIGO_BADI. the data in GOHEAD structute i have to move these two(NEW) fields from GOHEAD to I_MKPF or XMKPF. But where and how to do.

Thanks & Regards,

Gopi.

0 Kudos

Hi

Thanks for reply

  i added fields in migo and also in MKPF table, but data not filling automatically in mkpf.

  And i'm not using MB_MIGO_BADI. the data in GOHEAD structute i have to move these two(NEW) fields from GOHEAD to I_MKPF or XMKPF. But where and how to do.

Thanks & Regards,

Gopi.

0 Kudos

Hi

That mean you're changing the std program?

Max

0 Kudos

You HAVE to use MB_MIGO_BADI.

Search more with the same.

0 Kudos

In MB_MIGO_BADI. how to write for save any function module or ..? kindly give me example.

0 Kudos

Hi

See the sample code in SE18

Max

0 Kudos

Check the example class CL_EXM_IM_MB_MIGO_BADI implemented by SAP for the BADI MB_MIGO_BADI.

You will also get many threads about this badi online.

0 Kudos

Thank U all..

  Problem solve i created separate tab.