cancel
Showing results for 
Search instead for 
Did you mean: 

how to know all asynch. messages completes process

Former Member
0 Kudos

Hi all,

I have a design problem.

I have Idoc-Jdbc asynchronous scenario HRMD_A.

Which is triggered by change pointer.

Now when SAP sends 10000 idocs or more. XI becomes very slow in processing messages. Is there any way we can count in XI that all 10000 messages are processed successfully or how many r processed successfully and when processed successfully. either in other scenario or other ABAP design in XI.

Because this information we need to send to some other system.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member189558
Contributor
0 Kudos

Hi Rohan,

Can you consider bundling Idocs in the source side to arrive to some logical optimum size of the messages. That way u might get some performance improvements.

As far ur questions -- u can go for IDOC acknowledgement:

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

Thanks,

Himadri

Answers (2)

Answers (2)

Former Member
0 Kudos

closed

Former Member
0 Kudos

Hi Rohan,

As Himadri wrote you can use IDOC bundling to achieve some control or develop a program which will check passed messages through your integration engine(table SXMSPMAST) but you are not able to check it on adapter engine (JDBC) so your info won't be full.

Regards,

Wojciech