Showing posts with label IDOC. Show all posts
Showing posts with label IDOC. Show all posts

Thursday, September 29, 2011

Archive IDOC's having error status

IDOC are used to pass data from One system to other system . once IDOC process successfully it will get Archive because they not in used. Some time some IDOC's when into error  they can not process due to data issues.. Such case we can change IDOC Status in 68. It will become process. And Archive program will archive them.

Saturday, August 13, 2011

How to debug Outbound IDOC

In some cases investigation with IDOC is very difficult  outbound process.
Example : Modification of Segment Data.,

There are steps to check this process.
1. Check function module in SM37  with name of message type example '*ORDSP*'.
2. Check Segment Where used list in SE11 transaction.
3. Always used Update debugging because normally IDOC are process in Update Task.
4. Normally funcation module used to process IDOC will have routine to fill segment. Better to search routine in function module to put break point.