cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion on the Sender Adapter in PI 7.1

Former Member
0 Kudos

Hi Experts

I am working on a file to Proxy scenario where my file is fixed format length which will have only one Structures (Details Records) that would be coming from the text file but in the message type I have delcared Header, Detail , Trailer,

However I would be receiving the only Detail part (No header and Trailer) in some instances what value should I give for the header and trailer in the Content conversion part,

Thanks

PR

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Since you are going to get values only some instances for header and trailer node, you can create

Header structure & Trailer structure - make the occurence 0 to 1

Note: if your Header and Trailer values are empty for some instances then no worries. You declare FCC fields for header and trailer similar to Details.

Refer SAP FCC help link.

Former Member
0 Kudos

Mention DT_Detail, * in Recordset Structure & only maintain the values of DT_Detail below name, value pair.

DT_Detail.fieldFixedLengths.

DT_Detail.endSeparator.

DT_Detail.fieldNames

DT_Detail.keyFieldValue

DT_Detail.keyFieldlnStructure

No need to mention other details.....