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 check the IDOC status at end of migo transaction?

Former Member
0 Kudos

HI experts,
I created a custom IDOC within a badi for MIGO transaction now I want to get the status of the idoc at of transaction not before it .
I used we09 program within badi.

regards,

Suhas.

4 REPLIES 4

0 Kudos

Hi Suhas,

Which Badi are you using ?

I think if you use badi which is triggering after update or in update task then you can have status at end of transaction MIGO.

example of such BADI is MB_DOCUMENT_BADI --> method you can use is MB_DOCUMENT_UPDATE

Regards,

Deepak Jain.

farkathulla_cikkanther
Active Participant
0 Kudos

Hello suhas,

   you can use WE05 to get idoc status.

Regards,

Farkath.C

Former Member
0 Kudos

Hi,

You can use WE02 transaction pass IDOC number and remove the Date-Low value field.

   Execute it you will get status of the Idoc.

Regards,

Ravi Shankar L

pankaj_sandanshi
Explorer
0 Kudos

Hi Suhas,

Check if you can use the message type MBGMCR

it has idoc types - MBGMCR01, MBGMCR02, MBGMCR03.