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: 

Adding New Tab in MIGO

Former Member
0 Kudos

HI all

i add new tab in MIGO screen the field is showing its fine.

once i fill the MIGO screen and click post means all the data are save successfully, custom field not save

file:///C:/Users/user/Downloads/Add%20Custom%20Tab%20in%20Detail%20screen%20for%20MIGO%20Transa..%20(1).pdf

i refer this document

i dont know what to write in IF_EX_MB_MIGO_BADI~POST_DOCUMENT (post document)

please help me this

Regards..,

Manikand Ems

1 REPLY 1

Former Member
0 Kudos

Hi

Please take help of your abaper and explain what exactly you need. I think you have defined some Z fields in Z table then you can use the code as follows:

  IF ls_xmseg-bwart = '101'.

    UPDATE zgatepass SET close_tag = 'X' WHERE gatepass_no = gs_exdata_header-gatepass_no AND doc_no = webeln.

  ENDIF.

Regards

Ajay