cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Idoc acknowledgment in File to Idoc scenario

Former Member
0 Kudos

Hi All,

Please give suggestions about the below mentioned scenario:

Scenario: File–XI- ECC - Data from File is converted to various IDocs and posted in SAP. (No BPM used)

Problem: Exception Handling > > We want a message back from SAP system telling us that out of 100 IDocs that were sent, ‘n’ were posted successfully and rest failed along with the error description. How can this be achieved?

Regards,

XIer

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

have one more interface that post the status from ECC.

else

use bpm. a recv that get the idoc to bpm and a send step that sends the idocs. one more a recv step that gets a mesage from ECC. Here u make use of userexits to post message of successful/errorneous processing of idocs. this is an overall view, may require tunning.

Answers (3)

Answers (3)

Former Member
0 Kudos

Pls go thruough these links also

Please see the below links

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

/people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

/people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm

/people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping

/people/sravya.talanki2/blog/2005/10/27/idoc146s-not-reaching-xi133-not-posted-in-the-receiver-sap-systems133

/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change

/people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi

http://help.sap.com/saphelp_nw04s/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm

idoc settings /people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi

idoc erros - http://help.sap.com/saphelp_nw04s/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm

/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc

<b>IDOC Acknowledgements</b>

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df...

/people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement

/people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements

Regards

Abhishek Agrahari

Former Member
0 Kudos

Hi Xler

Please take a look at these..

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50...

/people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements

reward if it is useful

Former Member
0 Kudos