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: 

how to update custom fields of MIGO header to mkpf table in S4 HANA

Former Member
0 Kudos

I already extended MKPF , MATDOC and all dependent structures with custom fields and created custom tab in MIGO header using MB_MIGO_BADI but am unable to update the custom fileds values in MKPF table ... I tried implementing MB_BAPI_GOODSMVT_CREATE also but for my case this one is not even triggering..

Can anyone help on this how to proceed to update MKPF table with custom values as early as possible..

Thanks & Regards,

Saranya

3 REPLIES 3

former_member241258
Active Participant
0 Kudos

use this badi MB_DOCUMENT_BADI

JL23
Active Contributor
0 Kudos

I am a bit confused by this question, I am not yet in S4HANA so I can't check it myself, but countless blogs and the SAP Simplification list for S4HANA explain that MKPF and MSEG are no longer updated and instead MATDOC table is introduced.

see for example this white paper from SAP: https://websmp110.sap-ag.de/~sapidp/012002523100002530422016E.pdf

raymond_giuseppi
Active Contributor

Read first 2270451 - MM-IM S/4HANA customer fields in MKPF or MSEG are not updated with MB_CHANGE_DOCUMENT into.... You will be required to apply the note and for customer fields also append those in update views V_MKPF_UPDATE and V_MSEG_UPDATE.