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: 

MB_MIGO_BADI doubt

Former Member
0 Kudos

Hi abapers,

I want to add a screen to the MIGO Tcode.

in that screen i have to add custom fields . my requirement is when i provide any values and click on save buton these values should be insert to my ztable.?

am writing my code in POST_DOCUMENT method.

so i hav one doubt, whether i hav to include the structure of my ztable to the Parameter of GOITEM structure of method post_document. ?

Thanks & Regards,

Rajesh. K

1 REPLY 1

former_member181995
Active Contributor
0 Kudos
am writing my code in POST_DOCUMENT method.

before you can write the code and expect the desired results>>

how you appended the custom fields to MIGO screen?

is it from MB_MIGO_BADI?