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

Update data from custom field to MKPF using MIGO_GI tcode

Former Member
0 Likes
560

Hi,

I have added one field in header for MIGO_GI tcode using BADI MB_MIGO_BADI with method PBO_HEADER, How to update this field data to the MKPF using POST_DOCUMENT?

Thanks.

Hi,

I have added one field in header for MIGO_GI tcode using BADI MB_MIGO_BADI with method PBO_HEADER, How to update this field data to the MKPF using POST_DOCUMENT?

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
396

Sree,

in method POST_DOCUMENT you can get the values in IT_MSEG

IS_MKPF and from this you can update the values as you like.