HI All,
I need your valuable suggestions for the best approach....
Scenario is IDOC > PI>FILE
All the Orders's(Orders05) created in SAP for every hour, IDOC's are collected and then a scheduled program sends all these idoc's every hour ... In PI i am using IDOC packaging so all the idocs comes as one message like the below...
<?xml version="1.0" encoding="UTF-8"?>
<ORDERS05>
+<IDOC>
+<IDOC>
+<IDOC>
.......
</ORDERS05>
Now in PI based on the plant condition in each idoc, the idoc data should be sent in one file for two FTP servers...
out of 50 idocs 30 belongs to FTP1 and 20 belongs to FTP2...
This is going as required... in SXM_MONITOR .. Two messages created (one for FTP1 and one For FTP2)
But if 50 belongs to FTP1 , then also in SXI_MONITOR two messages being created...
this is bcz of two mappings and 2 IM's..
I cannot use the condition in Receiver/Interace determination, as the source has Multipe IDOC's...
So please suggest if there is any other way where if i can restict the second message in being processed if no data comes from SAP for that FTP...
Please suggest ....
Regards,
sridhar
Edited by: sridhar reddy kondam on Aug 6, 2009 11:30 PM