cancel
Showing results for 
Search instead for 
Did you mean: 

Flat Idoc and receiver determination

Former Member
0 Kudos

Hi Folks,

I have a scenario in which the Idoc is sent to XI in a flat format (Flat Idoc) using tunneling mechanism. The receiver determination configured is conditional based (Verifies the values in the specified fields of the Idoc).

Now my question is as we know flat Idoc doesn't contain any fields like XML in the input payload, how the receiver can be identified?

Reminder: (Receiver determination is conditional based and verifies some field values in the Idoc structure)

Thanks,

SPMD

Accepted Solutions (0)

Answers (1)

Answers (1)

ONavas
Participant
0 Kudos

Hi Shabbirmdpasha,

You can use file adapter channel to get idoc flatfile and convert to xml idoc in the module of the file adapter (available in PI 7.1). You only need to make a relation with the type of idoc with the name of the file: for example, DESADV_xxxxxx.txt for all files with DESADV flatfile idoc's.

With this method, you know the interface of the outbound interface, and in the receiver determination you can check in the header of the idoc (dc40) to determine the target system.

PD: Sorry for me english...

Edited by: Oscar Navas on Dec 1, 2010 4:11 PM