cancel
Showing results for 
Search instead for 
Did you mean: 

PI Tracking File to IDoc

suwandi_cahyadi
Contributor
0 Kudos

Dear Experts,

How to track messages in PI for File to IDoc scenario?

In case of IDoc to File, I can get the IDoc Transaction ID (TID) in ECC side then use the TID to track the message in PI via IDX5.

In case of File, is there any attribute of the file such as the file name that could be used to track the message in PI?

Thank you,

Suwandi C.

Accepted Solutions (1)

Accepted Solutions (1)

praveen_sutra
Active Contributor
0 Kudos

Hi,

If you enable ASMA attributes property u will get file name in the Header of the payload.

thanks and regards,

Praveen T

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Suwandi,

May be I have misunderstood your question in the first case. if you want to track the message using the file name, definiltely you need to use the 'Adapter specific message attribute' as specified by Praveen. By this you will get the file name in the Payload and using Dynamic Config you can trac the message.

Thanks

Partha

ambrish_mishra
Active Contributor
0 Kudos

Hi Suwandi,

AFAIK there is no standard way to track an IDoc to a file unless you either change the IDoc structure to add a field for file name or populate an unused field with the file name in PI mapping.

Hope it helps!

Ambrish

iaki_vila
Active Contributor
0 Kudos

Hi Suwandi,

If you want to monitor the origin of a particular idoc generated by PI you can try with the user-defined search (since PI 7.11), you can use payload values. Check Niki Scaglione's blog http://scn.sap.com//people/niki.scaglione2/blog/2010/02/22/payload-searching-without-trex

Regards,

Former Member
0 Kudos

Hi Suwandi,

You have a File to IDoc scenario, File adapters reside in JAVA stack so you can monitor this from the RWB (component monitoring>Adapter monitoring/Message monitoring). There you can get the Audit log in the Component monitoring and the msg ID. As IDoc resides in the ABAP stack (except the ICO), you can monitor it from IDX5 from your ABAP stack.

Thanks

Partha