Dear Experts,
I am working on IDoc to File(FCC) scenario. 5 fields from Source IDoc are mapped with receiver File fields in message mapping. I have given the FCC parameters as fixedLengths such that the byte size(including spaces) of one line is 100 bytes. If any fields from source IDocs are missing then the byte size is becoming less that 100. For this I have used "mapWithDefault" node function for all the fields to maintain the byte size as 100 even if there is any missing field from Source IDoc. It is working fine...
My question is - Is there any better way to do this?