“so how i need to implement , where to correct the idoc in webMethods depending on the errors and resubmitting the corrected idoc.”
Integration Server/Trading Networks aren’t designed to allow user editing of documents and don’t provide any facilities out-of-the-box to do so. And SAP doesn’t let you change some types of documents once they’re in a particular state (e.g. can’t make changes to generate a new ship notice or invoice).
You’ll need to come up with your own process for modifying the IDoc or EDI transaction set yourself. One possibility is to manually retrieve the content of the IDoc or EDI from TN, if you’ve persisted it there, and use a text editor to make modifications–not fun but possible–then submit this new, edited document to the appropriate service.
Probably not the answer you’re looking for but neither SAP nor webMethods provide a user-friendly way to do this.
#Integration-Server-and-ESB#webMethods#edi