Skip to Content
0
Former Member
Aug 09, 2006 at 04:27 PM

Posting customized MIGO transaction

52 Views

I added a new append to the mseg table. These fields are populated in a new tab in MIGO ( I used MB_MIGO_BADI to create a new tab.) In the post_document record I call a function starting new task. This function has an update statement.

CALL FUNCTION 'ZMIGO_UPATE_DATA'

STARTING NEW TASK 'ZMIGO'

TABLES

migo_badi_example = lt_migo_badi_example.

I can see that all data are in migo_badi_example. However,

my update does not work. I have no error messages, the document is posted, but my data are not there.

Does anyone have any suggestions?

Thank you very much