cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver FCC byte size Isseue

phanikumar_akella
Participant
0 Kudos

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?

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos
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?

If your req is to maintain the 100 byte size then this seems to be the only way out.......

Answers (1)

Answers (1)

phanikumar_akella
Participant
0 Kudos

Thank you...