cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Blank Message Node

Former Member
0 Kudos

I have a scenario where two types of IDoc are being generated from a single file , I have used two operation mapping and two message mapping. Initially as the occurrence was 1 , so when any type of the Idoc was not generated PI system used to send alerts. We changed the occurrence to 0.1 in each mapping now when Idoc is not created only Message node is being created but that message goes to delivering mode. One more problem is we cant control from ICO as based on RFC we are deciding which Idoc to be generated ?

Accepted Solutions (0)

Answers (3)

Answers (3)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Indu,


One more problem is we cant control from ICO as based on RFC we are deciding which Idoc to be generated ?

If you are using rfc lookup to decide which idoc gets created then you need to use enhanced receiver determination. That way, the empty message will get stopped in RD rather than error out in the interface determination.

Regards,

Mark

Harish
Active Contributor
0 Kudos

Hi Indu,

Please refer the below wiki for the condition

Xpath Condition in Receiver Determination - Process Integration - SCN Wiki

Node Not Exits :

If I want to send some files if node is not exits .How to use Xpath?

Below one will help to send the file to receiver.

 
Name is Not exits in the source file then the file will send to the receiver.

regards,

Harish

Former Member
0 Kudos

you can use add XPATH filter condition in the receiver determination and check for if node exists ..