cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Posting _Outbound

Former Member
0 Kudos

Hi XI Experts,

I am doing an idoc to file scenario and i have an abap report which used the FM master_idoc_distribure to send the idoc. The idoc gets posted with status 03, but in sxmb_moni i donot see any thing.There is no entry in idx5 for the idoc posted by the report.

If i use we19 with the same idoc number then my interface works and i see an entry in moni.

Any inputs? What has possibly went wrong?

Regards,

Anirban

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anirban,

After you call FM master_idoc_distribute, you need to add the following code:

COMMIT WORK.

CALL FUNCTION 'DEQUEUE_ALL'

EXPORTING

_SYNCHRON = ' '.

This should then send your idoc.

Hope that this helps,

Thanks,

Miguel

Former Member
0 Kudos

Hi Miguel,

We added Commit work after the FM and we can see the entry in moni.

Thanks a lot for helping me.

Regards,

Anirban.

Answers (0)