Question:
We have an outbound IDOC that is ready for transmission tomorrow a.m. with a status of '30'. How can I change it to a '31' to prevent it being sent?
Answer:
There are three function modules you can use in a program to change the status of an idoc.
EDI_DOCUMENT_OPEN_FOR_PROCESS - Opens the idoc for processing.
EDI_STATUS_ADD_BLOCK - Can be used to change the status.
EDI_DOCUMENT_CLOSE_PROCESS - Closes the idoc back up.
Hope this helps.
Answer:
se37 - idoc_status_write_to_database
Answer:
try transaction BD88 - Process outbound IDOCS
Dave